@charset "utf-8";
/* ===== Universal Reset ===== */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



/* ===== Basic Style ===== */

h1, h2, h3, h4, h5, h6, p, address, a {
	font-size: 100%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}
img, a img {
	border: 0;
	vertical-align: bottom;
}
ul,dl,ol{
	list-style-type: none;
	list-style-position: outside;
}

body{
	  -webkit-text-size-adjust: none;/*スマホ用文字サイズリセット*/
}

table{
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
}

/* Init
************************************************** */
html, body {
	width: 100%;
	font:18px/1.6em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
	color:#333;
	color: rgba(0, 0, 0, .8);
}
@media only screen and (max-width: 640px) {
html, body {
	font:15px/1.6em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}
}
@media only screen and (max-width: 480px) {
html, body {
	font:12px/1.6em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}
}

a {
    color: black;
    text-decoration: none; 
}
a:hover,a:active,a:hover,a:active {
	color: black;
}

.cf {	/zoom: 1;}
.cf:after { content: ''; display: block; clear: both; }

.clr {clear: both;}
.disnon{ display:none;}
iflame{ border:0; scrolling:no;}
/*img control*/

img{ vertical-align:bottom; max-width:100%; height:auto;}
.cs{width: auto;}
.ih {font-size:1px; line-height:1px;}


/*--------------------------------------------
	■ヘッダー
---------------------------------------------*/

/* ヘッダー
---------------------------------------------*/

#header {
	box-sizing:border-box;
	position:fixed;
	z-index:1001;
	padding:0 25px;
	display:block;
	width:100%;
	min-width:320px;
}
#header > #logo {
	text-align: left;
	float: left;
	height: 100px;
}
#header #logo h1 {
	height: 100px;
	width: 130px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 1px;
	line-height: 1px;
	text-align: left;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 130px;
	float:left;
}
#header #logo p {
	line-height:102px;
	padding-left:3em;
	float:left;
	position:relative;
	font-size:14px;
}
#header #logo p:before {
	position: absolute;
	content:"|";
	line-height:102px;
	top:0;
	left:1.2em;
	
}


#header:after {
	content: "";
	display:block;
	height:1px;
	background-color:#CCC;
}
@media all and (max-width:767px) {
#header {
	padding:0 15px;
}
#header > #logo {
	text-align: left;
	float: left;
	height: 100px;
}
#header #logo h1 {
	height: 100px;
	width: 130px;
	background-size: 130px;
}
}
@media all and (max-width:640px) {
#header {
	box-sizing:border-box;
	background-color: white !important;
	height: 70px;
	padding: 0;
	top: 0;
	-webkit-transform: translate3D(0, 0, 0) !important;
		-ms-transform: translate3D(0, 0, 0) !important;
			 transform: translate3D(0, 0, 0) !important;
	width: 100%;
	min-width: inherit;
	z-index: 1001;
}
#header > #logo {
	background: none;
	width: auto;
	height: auto;
	padding-left: 0;
}
#header #logo h1 {
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: 0;
	
	background-size: 91px;
	
	position: absolute;
	top: 0;
	left: 16px;
	width: 91px;
	height: 70px;
}
#header #logo p {
	line-height:70px;
	margin-left:107px;
}
#header #logo p:before {
	position: absolute;
	content:"|";
	line-height:70px;
	top:0;
	left:1.2em;
	
}
}
/*--------------------------------------------
	■ メインナビ
---------------------------------------------*/

#gnav {
	float:right;
	margin-top:32px;
	width:calc(100% - 280px);
	text-align:right;
	font-size:14px;
}
#gnav ul {
	/zoom: 1;
}
#gnav ul:after {
	content: '';
	display: block;
	clear: both;
}
#gnav > ul > li {
	display:inline-block;
	padding:5px 0;
}
#gnav ul li a {
	padding: 0 8px 9px;
	position: relative;
	text-decoration: none;
}
/*▽Aタグの下線*/
#gnav ul li a:after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
	/*透明度0*/	
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*下線の横幅*/			
	-webkit-transform: scaleX(0.3);
	-ms-transform: scaleX(0.3);
	transform: scaleX(0.3);
	/*変化の速度*/			
	-webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out;
	transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
#gnav ul li a:hover:after {
	/*透明度*/	
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/*透明度*/
	/*下線の横幅*/
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
/*▽コンタクトボタン*/
#gnav ul li.btn_contact {
	padding: 0;
}
#gnav ul li.btn_contact a {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	padding: 0 20px 0 20px;
	position: relative;
	top: 0;
	background-color:#000;
	border:1px solid #000;
	color:#FFF;
	/*変化の速度*/			
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#gnav ul li.btn_contact a:after {
	display: none;
}
#gnav ul li.btn_contact a:hover {
	background-color:#FFF;
	color:#000;
}

#header .menu-button {
	display: none;
}
#header .close-button {
	display: none;
}
#gnav-sp {
	display:none;
}
@media all and (max-width:880px) {
#gnav {
	width:calc(100% - 400px);
	min-width:320px;
	margin-top:16px;
}
#gnav ul li a {
	padding: 0 2px 9px;
}
#gnav ul li.btn_contact a {
	padding: 0 10px 0 10px;
}
}
@media all and (max-width:640px) {
#header .menu-button {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/menu.png');
	background-size: 20px;
	background-position: center;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 15px;
	width: 40px;
}
.menu-open #header .menu-button {
	display: none;
}
#header .close-button {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/menu_close.png');
	background-size: 16px;
	background-position: center;
	cursor: pointer;
	display: none;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 15px;
	width: 40px;
}
.menu-open #header .close-button {
	display: block;
}
#gnav {
	display: none !important;
}
#gnav-sp {
	display:block;
	background-color: #f7f7f7;
	border-left: 1px solid black;
	box-sizing: border-box;
	height: 100%;
	padding-top: 72px;
	position: fixed;
	right: -100%;
	top: 0;
	-webkit-transition: right 0.3s ease-out;
	 		transition: right 0.3s ease-out;
	min-width: 270px;
	width: 80vw;
	z-index: 1000;
}
.menu-open #gnav-sp {
	right: 0;
}
#gnav-sp ul.is-scroll {
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 15px;
	box-sizing: border-box;
}
#gnav-sp ul li .list-item {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid black;
	padding: 1px 15px 0 15px;
	position: relative;
	display: block;
}
#gnav-sp ul li .list-item:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url('../img/arrow_black_big.png');
	background-size: 9px;
	content: "";
	height: 15px;
	margin-top: -9px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 9px;
}
#gnav-sp ul li span.list-item:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_black_big_bottom.png');
	background-size: 15px;
	width: 15px;
	height: 9px;
	margin-top: -5px;
}
#gnav-sp ul li.link-contact {
	margin-top: 15px;
	padding: 0 5px;
}
#gnav-sp ul li.link-contact .btn_Contact {
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	width:100%;
}
#gnav-sp ul li.is-open span.list-item:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_black_big_top.png');
	background-size: 15px;
}
#gnav-sp-backgound {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	z-index: 999;
	background-color: black;

	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}
.menu-open #gnav-sp-backgound {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		left: 0;
}
	@-webkit-keyframes lnavi-open {
	0% {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	1% {
	visibility: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	100% {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
}
	@keyframes lnavi-open {
	0% {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	1% {
	visibility: visible;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
	100% {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
}
@-webkit-keyframes lnavi-close {
	0% {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	100% {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes lnavi-close {
	0% {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	100% {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
}
/*--------------------------------------------
	■ フッター
---------------------------------------------*/

/* フッター
---------------------------------------------*/

#footer {
	background-color:#000;
	color:#FFF;
	padding:15px 15px 40px;
	font-size:14px;
	position:relative;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
/* コピーライト
---------------------------------------------*/

#copyright {
	float:right;
	text-align:center;
}
/* フッターナビ
---------------------------------------------*/

#fnav {
	float:left;
}
#fnav li {
	float:left;
}
#fnav li a {
	position:relative;
	display: block;
	padding-left:15px;
}
#fnav li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 12px;
	background-image: url(../img/arrow_W.png);
	background-repeat: no-repeat;
	background-size: 10px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.12s ease-out;
	transition: transform 0.12s ease-out;
	line-height:1;
}
#fnav li a:hover:before {
	-webkit-transform: translate3D(1.5px, 0, 0);
	-ms-transform: translate3D(1.5px, 0, 0);
	transform: translate3D(1.5px, 0, 0);
}
@media all and (max-width:480px) {

/* フッター
---------------------------------------------*/

#footer {
	padding:5px 10px 30px;
	font-size:10px;
}
/* フッターナビ
---------------------------------------------*/

#fnav {
	float:none;
}
#fnav li {
	float:none;
}
#fnav li a:before {
	top: 7px;
	width: 8px;
	background-size: 7px;
	height: 16px;
}
/* コピーライト
---------------------------------------------*/

#copyright {
	clear:both;
	float:none;
	white-space: inherit;
}
small {
text-align:center;
}
}
/*--------------------------------------------
	■ ページトップ
---------------------------------------------*/

#footer-follow {
	position: fixed;
	left: 50%;
	right: auto;
	margin-left: -40px;
	height: 40px;
	width: 80px;
	bottom:0;
	color: black !important;
	cursor: pointer;
	-webkit-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
	z-index: 900;
}
.gotop {
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	background-image: url(../img/gotop.png);
	background-size:cover;
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width:80px;
	left: 0;
	top: 0;
	background-size: 100% auto;
}
#footer .tx_c{ clear:both;}
#footer .gotop {
	position:static;
	margin: 0 auto -40px;
}
@media all and (max-width:480px) {
#footer-follow {
	bottom: 0;
	margin-left: -32px;
	height: 32px;
	width: 64px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color:transparent;
}
.gotop {
	height: 32px;
	width: 64px;
}
#footer .gotop {
	position:static;
	margin: 0 auto -30px;
}
}
/*--------------------------------------------
	■メインエリア
---------------------------------------------*/
.section {
	background-color: transparent;
	box-sizing: border-box;
	color: #000;
	padding: 70px 15px;
	position: relative;
	width: 100%;
}
.section .anker{ position:absolute; top:-100px;}
/*▼1カラム*/
.section.single {
}
.section.single .inner {
	margin: 0 auto;
	max-width: 980px;
	box-sizing:border-box;
	min-width:290px;
}
/*▼複数カラム*/
.section.multi {
}
.section.multi .inner .block_l {
	width: 50%;
	float: left;
}
.section.multi .inner .block_r {
	width: 50%;
	float: right;
}
/*▼タイトル*/
.section .title {
	position: relative;
	font-size: 32px;
	line-height: 1;
	padding: 0 0 19px;
	margin: 0 0 50px;
	text-align: center;
}
.section .title:after {
	background-color: #000;
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}
/*▼白黒反転*/
.section.nega {
	color: white;
}
.section.nega .title:after {
	background-color: white;
}
/*▼アンカーリンク*/
.section .anker{
	position: absolute;
	top:-100px;
	left:0;
	content:""
}
@media only screen and (max-width: 640px) {
/*▼アンカーリンク*/
.section .anker{
	top:-70px;
}
}
@media only screen and (max-width: 480px) {
.section {
	padding: 30px 15px;
}
.section .anker{ top:-70px;}
.section.single .inner {
	width: 100%;
}
.section .title {
	font-size: 18px;
	padding: 0 0 8px;
	margin: 0 0 25px;
}
.section .title:after {
	font-size: 18px;
	height: 2.5px;
	margin-left: -12.5px;
	width: 25px;
}
.section.multi .inner .block_l, .section.multi .inner .block_r {
	width: 100% !important;
	float: none !important;
}
}
/*--------------------------------------------
	■コンタクト
-------------------------------------------*/
#contact {
	overflow: hidden;
	width: 100%;
	background-color:#375371;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
}
#contact .inner {
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 800;
}
#contact .inner .contact_message {
	font-size: 32px;
	line-height:1.6;
	margin: -12px 0 5px;
}
#contact .inner .contact_text {
	font-size: 16px;
	line-height:1.6;
	margin:0 0 35px;
}
#contact .inner .contact_message.sm {
	font-size: 22px;
}

#contact .inner ul li{ width:48%;}
#contact .inner ul li:nth-child(odd){ float:left;}
#contact .inner ul li:nth-child(even){ float:right;}
#contact .inner ul li .btn_L {
	width:100%;
	display: inline-block;
}
@media only screen and (max-width: 640px) {
#contact .inner ul li{ width:100%;}
#contact .inner ul li:nth-child(odd){ float:none; margin-bottom:1em}
#contact .inner ul li:nth-child(even){ float:none;}

}
@media only screen and (max-width: 480px) {
#contact {
	height: auto;
	padding: 40px 15px;
}
	#contact .inner {
	padding: 24px 15px 25px;
}
	#contact .inner .contact_message {
	font-size: 16px;
	line-height: 1.6;
	margin: -7px 0 3px;
}
#contact .inner .contact_message.sm {
	font-size: 14px;
}
#contact .inner .contact_text {
	font-size: 11px;
	line-height:1.6;
	margin:0 0 15px;
}
}

/*--------------------------------------------
	■ テーブル
-------------------------------------------*/
div.tbl_basic { margin:0 -15px;}
.tbl_basic table {
	border-collapse: separate;
	border-spacing: 15px;
	table-layout: auto;
	margin-bottom:1px;
	width:100%;
}
.tbl_basic th{
	vertical-align:top;
}
.tbl_basic th span{
	display:block;
	padding: 10px 15px;
	background-color:#000;
	color:#FFF;
	box-sizing:border-box;
}
.tbl_basic td {
	border-bottom:1px solid #999;
	padding: 10px 15px;
	width: auto;
	box-sizing:border-box;
}
.tbl_basic dt{
	width:33%;
	float:left;
}

.w1{ width:1em !important; line-height:1.2 !important;}
.w20 {
	width:20%
}
.w25 {
	width:25%
}
.w45 {
	width:45%
}
.w50 {
	width:50%
}
@media only screen and (max-width: 640px) {
.tbl_basic table {
}
.tbl_basic th, .tbl_basic td {
 width:auto;
 display: list-item;
 border: none;
 padding:0;
 text-align:left;
 list-style:none;
 margin:0;
}
.tbl_basic table th {
 width:100%;
}
.tbl_basic table tbody th p {
 font-weight:bold;
}
.tbl_basic table tbody td {
 width:100%;
 padding:10px 0 10px 1em;
 margin-bottom:15px;
 border-bottom: 1px solid #999;
}
}
@media only screen and (max-width: 480px) {
.tbl_basic table {
	border:none;
	margin-bottom:0;
	margin:0;
}
.tbl_basic th, .tbl_basic td {
	width:auto;
	display: list-item;
	border: none;
	padding:0;
	text-align:left;
	list-style:none;
	margin:0;
}
.tbl_basic th span{
	padding: 2px 10px;
	margin-bottom:3px;
}
.tbl_basic table th {
	width:100%;
}
.tbl_basic table tbody th {
	font-weight:bold;
}
.tbl_basic table tbody td {
	width:100%;
	padding:0.4em 0 0.4em 1em;
	margin-bottom:2px;
	border-bottom: 1px solid #999;
}
}


/*-----------------------------------------------
　■ギャラリー
-----------------------------------------------*/

.bArea {
	position: relative;
	width: 100%;
	display:block;
	border : 1px solid #CCC;
	padding: 20px 25px;
}
a.bArea:hover{ background-color:#F3F4F5;}
.box {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	display:block;
}
.box_outer .box {
	border : 1px solid #CCC;
	margin-top:40px;
	padding:39px;
}

.bg_gray .box_outer .box {
	background-color:white;
}

.box_outer .box:first-child {
	margin-top:0;
}
.under_outer .box {
	border-bottom : 1px solid #CCC;
	padding:40px 0;
}
.under_outer .box:first-child {
	border-top : 1px solid #CCC;
}
.box_title {
	font-size: 33px;
	margin-bottom:10px;
	box-sizing: border-box;
	line-height: 1.1;
	width: 100%;
}
.box_img {
	float:left;
	width:240px;
	height:180px;
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	border:1px solid #CCC;
}
.bArea .box_img {
	height:150px;
}

.box_text {
	margin-left:280px;
}
.textL .box_img {
	height:240px;
	margin-right:30px;
}
.textR .box_img {
	float:right;
	height:240px;
	margin-left:30px;
}

.box_text p,
.textL p,
.textR p {
	margin-top:1em;
}
.box_text p:first-child {
	margin-top:0;
}

.box_outer.wide .box_img,
.under_outer.wide .box_img {
	width:240px;
	height:240px;
}

@media only screen and (max-width: 640px) {
.bArea {
	padding: 15px 20px;
}
a.bA.box_outer .box {
	padding:24px;
	border-width:4px;
}
.box_title {
	font-size: 28px;
}
.box_img {
	width:160px;
	height:120px;
}
.bArea .box_img {
	height:120px;
}
.textL .box_img{
	height:160px;
	margin-right:20px;
}
.textR .box_img {
	height:160px;
	margin-left:20px;
}
.box_text {
	margin-left:184px;
}
.box_outer.wide .box_img,
.under_outer.wide .box_img {
	width:160px;
	height:160px;
}


}
@media only screen and (max-width: 480px) {
.bArea {
	padding: 14px;
}
.box_outer .box{
	margin-top:15px;
	border:1px solid #CCC;
	padding:14px;
}
.under_outer .box {
	padding:25px 0;
}
.box_title {
	font-size: 18px;
}
.box_img {
	width:100px;
	height:75px;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}
.bArea .box_img {
	height:75px;
}
.textL .box_img{
	height:100px;
	margin-right:15px;
}
.textR .box_img {
	height:100px;
	margin-left:15px;
}
.box_text {
	margin-left:115px;
}
.box_text p {
	margin-top:1em;
}
.box_text p:first-child {
	margin-top:0;
}


.box_outer.wide .box_img,
.under_outer.wide .box_img {
	float:none;
	width:100%;
	height:0;
	margin-bottom:15px;
	padding-top:75%;
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
}
.box_outer.wide .box_text,
.under_outer.wide .box_text {
	margin-left:0;
}

}

/*-----------------------------------------
　■INIT
-----------------------------------------*/
/*font fixed size base (japanese)*/
.tx_10f {font-size: 10px;}
.tx_11f {font-size: 11px;}
.tx_12f {font-size: 12px;}
.tx_13f {font-size: 13px;}
.tx_14f {font-size: 14px;}
.tx_15f {font-size: 15px;}
.tx_16f {font-size: 16px;}
.tx_18f {font-size: 18px;}
.tx_20f {font-size: 20px;}
.tx_24f {font-size: 24px;}
.tx_28f {font-size: 28px;}

.subtitle{ font-size:21px; font-weight:bold; padding:10px; border-radius: 5px; background-color:#F3F4F5; margin-bottom:0.8em; text-align:center;}
.bg_gray .subtitle{ background-color: #FFF}

.tx_c {text-align: center !important;}
.tx_l {text-align: left !important;}
.tx_r {text-align: right !important;}

.vt {vertical-align: top !important;}
.vb {vertical-align: bottom !important;}
.vm {vertical-align: middle !important;}

.block_l {float: left;}
.block_r {float: right;}

strong, .st {font-weight: bold;}
.normal {font-weight: normal;}

object { outline: none; }

.tx_black   { color:#333; }
.tx_gray    { color:#666; }
.tx_blue    { color:#0066aa; }
.tx_red     { color:#e63125; }
.tx_orange  { color:#ef5701; }
.tx_green   { color:#64a816; }
.tx_purple  { color:#8749bb; }
.tx_pink    { color:#ff1dab; }
.tx_white   { color:#fff; }

.bg_gray   { background-color:#f4f4f4 !important; }
.bg_yellow { background-color:#fFFFF2 !important; }
.bg_white  { background-color:#FFF !important; }

.mt05 { margin-top:0.5em !important; }
.mt0  { margin-top:0 !important; }
.mt1  { margin-top:1em !important; }
.mt2  { margin-top:2em !important; }
.mt3  { margin-top:3em !important; }

.mb05 { margin-bottom:0.5em !important; }
.mb0  { margin-bottom:0 !important; }
.mb1  { margin-bottom:1em !important; }
.mb2  { margin-bottom:2em !important; }
.mb3  { margin-bottom:3em !important; }
.mb4  { margin-bottom:4em !important; }
.mb5  { margin-bottom:5em !important; }
 
.ml-05  { margin-left:-0.5em !important; }
.ml05  { margin-left:0.5em !important; }
.ml0   { margin-left:0 !important; }
.ml1   { margin-left:1em !important; }
.ml2   { margin-left:2em !important; }
.ml3   { margin-left:3em !important; }

.mr05  { margin-right:0.5em !important; }
.mr0   { margin-right:0 !important; }
.mr1   { margin-right:1em !important; }
.mr2   { margin-right:2em !important; }
.mr3   { margin-right:3em !important; }

.noBorder { border:none !important; }
.nowrap{ white-space:nowrap;}
.mk1{ padding-left:1em; position:relative;}
.mk1:before{position: absolute; left:0; top:0;}
.mk1.kome:before{ content:"※"; color:#E03;}
.wball{word-break:break-all}
.ls-1{ letter-spacing:-1px;}
ol li{ padding-left:1.6em; counter-increment: ol; position:relative;}
ol li:before{
	position:absolute;
	display:block;
	top:0;
	left:0;
    content: counter(ol) "）";
}
.tx_topic li, p.tx_topic {
	position:relative;
	padding-left:1.4em;
}
.tx_topic li:before, p.tx_topic:before {
	position:absolute;
	top:6px;
	left:0;
	content:"";
	background-color:#FFF;
	background-image:url(../img/listTopic.png);
	background-size:cover;
	width:14px;
	height:14px;
	border:1px solid #bccad3;
	border-radius:2px;
	box-sizing:border-radius;
}


.tx_sub li, p.tx_sub {
	display:block;
	padding-left:18px;
	background-image: url(../img/top_suballow.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.4em;
}
.tx_topic li,
.tx_sub li{
	margin-top:0.5em;
}
.tx_topic li:first-child,
.tx_sub li:first-child{
	margin-top:0;
}
.ulHalf li,.ulHalf2 li{ display:block; float:left; white-space:nowrap; width:49%; text-align:center; margin-left:2%}
.ulHalf li:first-child,.ulHalf2 li:first-child,
.ulHalf li:nth-child(2n-1),.ulHalf2 li:nth-child(2n-1){margin-left:0}
.ulHalf li a{ width:100%; margin:0 auto;}
.ulInline li{ display:inline-block; white-space:nowrap;}
.uDot{ padding-bottom:2em; margin-bottom:2em; border-bottom:1px dotted #666}
@media only screen and (max-width: 480px) {
.tx_10f {font-size: 7px;}
.tx_11f {font-size: 8px;}
.tx_12f {font-size: 8px;}
.tx_13f {font-size: 9px;}
.tx_14f {font-size: 9px;}
.tx_15f {font-size: 10px;}
.tx_16f {font-size: 11px;}
.tx_18f {font-size: 12px;}
.tx_20f {font-size: 13px;}
.tx_24f {font-size: 15px;}
.tx_28f {font-size: 18px;}
.subtitle{ font-size:13px; }
.tx_topic li:before, p.tx_topic:before {
	top:3px;
	width:10px;
	height:10px;
}
}
/*---------------------------------------
　Input
---------------------------------------*/

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], input[type="month"], input[type="date"], input[type="datetime"], textarea {
	padding: 7px 13px;
	border: 1px solid #333;
	box-sizing:border-box;
	width:100%;
	font:18px/1.5em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}

.select{
	display:inline-block;
	position:relative;
	font-size:18px;
	line-height:1.5em;
}
.select select{
	font-size:18px;
	padding: 7px 60px 7px 13px;
	border: 1px solid #333;
	box-sizing:border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.select:after {
    content: '▼';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 9px;
    pointer-events: none;
}
input[type="radio"]{ vertical-align:middle; }
@media only screen and (max-width:680px) {
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], input[type="month"], input[type="date"], input[type="datetime"], textarea {
	font:16px/1.5em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}
.select, .select select{
	font-size:16px;
	line-height:1.5em;
}
}
@media only screen and (max-width: 480px) {
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="number"], input[type="month"], input[type="date"], input[type="datetime"], textarea {
	font:13px/1.5em Verdana,Roboto,"Droid Sans",Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}
.select, .select select{
	font-size:13px;
	line-height:1.5em;
}
}
/*---------------------------------------
　BUTTON
---------------------------------------*/
/*--------------------------------------------
	■ボタン
-------------------------------------------*/
button {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}
.btn_L {
	font-size: 18px;
	height: 60px;
	line-height: 58px;
	width: 300px;
	padding-left:24px;
	box-sizing:border-box;
}
	.btn_L.mini {
		width: 165px;
	}
	
.btn_S {
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	width: 150px;
}
.btn_L, .btn_S, .btn_Contact {
	background-color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	text-align: center;
	-webkit-transition: background-color, 0.15s, ease-out, border-color, 0.15s, ease-out;
			transition: background-color, 0.15s, ease-out, border-color, 0.15s, ease-out;
	text-decoration: none;
	position: relative;
}
.btn_L:after, .btn_S:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	content: "";
	position: absolute;
	-webkit-transition: -webkit-transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
}
.btn_L:after{
	background-image: url('../img/arrow_white_medium.png');
	background-size: 9px;
	height: 16px;
	left: 30px;
	top: 21px;
	width: 9px;
}
.btn_S:after {
	background-image: url('../img/arrow_white_small.png');
	background-size: 5px;
	height: 10px;
	left: 15px;
	top: 9px;
	width: 5px;
}
.btn_L:hover, .btn_S:hover {
	background-color: rgba(0, 0, 0, 0.05);
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}
.btn_L:hover:after, .btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
.btn_L:hover:after {
	background-image: url('../img/arrow_black_medium.png');
	background-size: 9px;
	-webkit-transform: translate3D(3px, 0, 0);
	-ms-transform: translate3D(3px, 0, 0);
	transform: translate3D(3px, 0, 0);
}

.btn_S:hover:after {
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
	-webkit-transform: translate3D(1.5px, 0, 0);
	-ms-transform: translate3D(1.5px, 0, 0);
	transform: translate3D(1.5px, 0, 0);
}
.btn_L.back{
	background-color:#999;
	border: 1px solid #999;
	color:#FFF;
}
.btn_L.back:after {
	background-image: url('../img/back_white_medium.png');
}
.btn_L.back:hover:after {
	background-image: url('../img/back_white_medium.png');
	background-size: 9px;
	-webkit-transform: translate3D(-3px, 0, 0);
	-ms-transform: translate3D(-3px, 0, 0);
	transform: translate3D(-3px, 0, 0);
}



/*背景透過ボタン*/
.trans.btn_L, .trans.btn_S {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}
.trans.btn_L:after, .trans.btn_S:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
.trans.btn_L:after {
	background-image: url('../img/arrow_black_medium.png');
	background-size: 9px;
}
.trans.btn_S:after {
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
}
.trans.btn_L:hover, .trans.btn_S:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.trans.btn_L:hover:after, .trans.btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
.trans.btn_L:hover:after {
	background-image: url('../img/arrow_black_medium.png');
	background-size: 9px;
}
.trans.btn_S:hover:after {
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
}
/*白ボタン*/
.white.btn_L, .white.btn_S {
	background-color: transparent;
	border: 1px solid #000;
	color: white;
}
.white.btn_L:hover, .white.btn_S:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.white.btn_L:hover:after, .white.btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
}
.white.btn_L:hover:after {
	background-image: url('../img/arrow_white_medium.png');
	background-size: 9px;
}
a.white.btn_S:hover:after {
	background-image: url('../img/arrow_white_small.png');
	background-size: 5px;
}

/*電話ボタン*/
.tel.btn_L {
	background-color:#F4F5F6;
	border: 1px solid #000;
	color: #000;
	font-size: 21px;
	font-weight:700;
	padding-left:24px;
	width:100%;
	max-width:500px;
}
.bg_gray .tel.btn_L {
	background-color:#FFF;
}

.tel.btn_L:after{
	width:48px;
	height:48px;
	top: 5px;
	left:20px;
	background-image: url(../img/top_tel.png);
	background-size:cover;
}

.tel.btn_L:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 480px) {
.btn_L {
	font-size: 10px;
	height: 45px;
	line-height: 45px;
	width: 260px;
	padding-left:10px;
}
.btn_S {
	font-size: 8px;
	height: 20px;
	line-height: 20px;
	width: 100px;
}
.btn_L:after, .btn_S:after,.btn_L.back:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_white_small.png');
	background-size: 5px;
	height: 10px;
	left: 20px;
	top: 16px;
	width: 5px;
}
.btn_L:hover:after, .btn_S:hover:after, .btn_L.back:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
}
.btn_L.back:after {
	background-image: url('../img/back_white_small.png');
}
.btn_L.back:hover:after {
	background-image: url('../img/back_white_small.png');
}

.btn_S:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_white_small.png');
	background-size: 3px;
	height: 6px;
	left: 8px;
	top: 6px;
	width: 3px;
}
a.trans.btn_L:after, a.trans.btn_S:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
}
a.trans.btn_L:hover:after, a.trans.btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_black_small.png');
	background-size: 5px;
}
.white.btn_L:hover:after, .white.btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_white_small.png');
	background-size: 5px;
}
.white.btn_S:hover:after {
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url('../img/arrow_white_small.png');
	background-size: 5px;
}
.tel.btn_L{
	font-size: 14px;
}
.tel.btn_L:after{
	width:32px;
	height:32px;
	top: 5px;
	left:12px;
	background-image: url(../img/top_tel.png);
	background-size:cover;
}
}
/*-------------------------------
 HTML5 調整
-------------------------------*/
header, footer, section, article, aside, nav{ display:block;}


/*-------------------------------------------------
　■□□PCの設定　768-960px
-------------------------------------------------*/
.pc {}
.sp { display:none;}
.ulInline li.sp{ display:none;}

/*-------------------------------------------------
　□■□タブレットの設定　480-768px
-------------------------------------------------*/
@media all and (max-width:640px){
}
/*-------------------------------------------------
　□□■スマホの設定　320-480px
-------------------------------------------------*/

@media all and (max-width:480px){
.pc { display:none;}
.sp { display:inherit;}
.ulInline li.sp{ display:inline-block !important;}
.ulHalf{ margin-top:0 !important;}
.ulHalf li{float:none; width:100%; text-align:center; margin-top:1em; margin-left:0;}
.ulHalf li a{ width:100%; margin:0 auto;}
}
