@charset "UTF-8";

/* INTERFACE */
@media screen and (min-width:1024px){
header{
	max-width:1440px;
	margin:0 auto 20px;
	padding:25px 20px 0;
	position:relative;
}

header>h1,
header>div{
	margin:0 0 40px;
	font-size:30px;
	line-height:1;
}

header>h1 img,
header>div img{
	width:401px;
	height:75px;
	vertical-align:bottom;
}

header>nav>ul{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1;
	letter-spacing:2px;
	list-style-type:none;
	text-align:center;
}

header>nav>ul>li{
	display:inline-block;
	margin:0 50px 0 0;
}

header>nav>ul>li:last-of-type{
	margin:0;
}

header>nav>ul>li a{
	display:block;
	padding:0 0 5px;
	color:#6dd068;
	text-decoration:none;
}

header>nav>ul>li>a:hover,
header>nav ul>li a.active,
header>nav>ul>li>span.active{
	padding:0 0 4px;
	color:#6dd068;
	border-bottom:1px solid #6dd068;
}

header #header_submenu_area{
	position:absolute;
	top:0;
	right:200px;
}

header ul#header_submenu{
	margin:22px 20px 0 0;
	padding:0;
	font-size:14px;
	line-height:1;
	list-style-type:none;
}

header #header_submenu li{
	display:inline-block;
	padding:0 20px 0 0;
}

header #header_submenu li a{
	padding:0 0 2px;
	color:#767676;
	text-decoration:none;
}

header #header_submenu li a:hover{
	border-bottom:1px solid #767676;
}

header #header_submenu li span.active{
	padding:0 0 2px;
	border-bottom:1px solid #767676;
}

#nav_sp{
	display:none;
}

/*reservation_area*/
header #header_reservation_area{
	position:absolute;
	top:0;
	right:0;
}

header #header_reservation_area span{
	display:block;
	text-align:center;
}

header #header_reservation_area #reservation a{
	display:table;
	margin:0 0 15px;
	padding:20px 40px 20px 30px;
	font-size:18px;
	line-height:1;
	letter-spacing:1.5px;
	text-decoration:none;
	color:#fff;
	background:-moz-linear-gradient(45deg, #6dd068 40%, #deedbd 100%);
	background:-webkit-linear-gradient(45deg, #6dd068 40%, #deedbd 100%);
	background:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/interface/btn_arrow_w.svg), linear-gradient(45deg, #6dd068 40%, #deedbd 100%);
	background-color:#6dd068;
	background-repeat:no-repeat, no-repeat;
	background-size:10px 16px, 100%;
	background-position:right 18px center, center;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	transition:.4s;
}

header #header_reservation_area #reservation a:hover{
	background:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/interface/btn_arrow_w.svg), #6dd068;
	background-repeat:no-repeat;
	background-size:10px 16px, 100%;
	background-position:right 18px center, center;
}

header #header_reservation_area #header_tel a{
	text-decoration:none;
	font-size:24px;
	line-height:1;
	color:#6dd068;
}

/*スクロールで表示するボタン*/
a.flow-navi{
	padding:18px 15px 20px;
	font-size:13px;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:rgba(247,181,44,0.5);
	position:fixed;
	top:100px;
	right:0;
	z-index:9999;
}

a.flow-navi:hover{
	background-color:#f7b52c;
}

a.flow-navi span{
	display:block;
}

a.flow-navi>span.icon{
	display:block;
	margin:8px auto 0;
	width:40px;
	height:40px;
	background-image:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/interface/icon_reservation.svg);
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:left center;
}

/* FOOTER */
/* クーポン修正 */
footer>#coupon_1st{
	max-width:1000px;
	margin:0 auto 100px;
	text-align:center;
	border:1px solid #6dd068;
}

footer>#coupon_1st .coupon_1st_ttl p{
	margin:0 auto;
	padding:15px 0;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1;
}
footer>#coupon_1st .triangle{
	width:30px;
}

footer>#coupon_1st .coupon_1st_main .coupon_1st_txt{
	margin:0 40px;
	padding:0 0 15px 0;
}

footer>#coupon_1st .coupon_1st_main .coupon_1st_txt p{
	font-size:18px;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount{
	display:flex;
	align-items:center;
	width:500px;
	margin:20px auto;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_info{
	flex-grow:1;
	margin:0 30px 0 0;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_info p:first-child{
	background-color:#6dd068;
	margin:0 0 10px 0;
	padding:8px 5px;
	color:#fff;
	font-size:20px;
	font-weight:700;
	line-height:1;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_info p:nth-of-type(2){
	margin:0;
	font-size:24px;
	font-weight:700;
	line-height:1;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_1st_price{
	flex-grow:2;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_1st_price p{
	margin:0;
	text-align:left;
	font-size:80px;
	font-weight:900;
	line-height:1;
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_1st_price p>span.marker{
	background: linear-gradient(transparent 70%, #fffaa9 30%);	
}

footer>#coupon_1st .coupon_1st_main .coupon_discount .coupon_1st_price p span.small{
	font-size:20px;
}

footer>#coupon_1st .coupon_1st_btn{
	margin:0 40px;
	padding:20px 0 ;
	border-top:2px dotted #6dd068;
}

footer>#coupon_1st .coupon_1st_btn>a{
	width:320px;
	font-size:16px;
}

/*--------------------------
footer #coupon{
	max-width:1140px;
	margin:0 auto 80px;
	padding:0 20px;
}

footer #coupon>p{
	display:table;
	margin:0 auto 30px;
	padding:0 50px;
	font-size:40px;
	line-height:1;
	text-align:center;
	color:#6dd068;
	position:relative;
}

footer #coupon>p:before,
footer #coupon>p:after{
	content:"";
	position:absolute;
	top:50%;
	display:inline-block;
	width:40px;
	height:2px;
	background-color:#6dd068;
}

footer #coupon>p:before{
	right:0;
	transform:rotate(-60deg);
}

footer #coupon>p:after{
	left:0;
	transform:rotate(60deg);
}

footer #coupon img{
	width:100%;
	vertical-align:bottom;
}

footer #coupon>a:hover{
	opacity:0.7;
}

footer #coupon>a:active{
	opacity:1;
}
-------------------------- */

footer>#footer_inner01{
	padding:70px 0;
	display:flex;
	justify-content:space-around;
	align-items:center;
	position:relative;
}

footer #footer_info{
	max-width:1110px;
	display:flex;
	align-items:center;
}

footer #footer_info>address{
	padding:0 0 0 20px;
	font-size:15px;
	line-height:1;
}

footer #footer_info>address>span{
	font-size:30px;
	line-height:1.5;
	color:#6dd068;
}

footer #footer_info>address a{
	display:block;
	margin:5px 0 0;
	font-size:20px;
	line-height:2;
	letter-spacing:1.5px;
}

footer #footer_info>address a>span{
	margin:0 10px 0 0;
}

#footer_inner02{
	padding:100px 20px 30px;
}

#footer_inner02 ul{
	max-width:1440px;
	margin:0 auto 70px;
	display:flex;
	justify-content:center;
}

#footer_inner02 ul>li{
	display:block;
	align-items:center;
	padding:0 20px;
	font-size:15px;
	line-height:1;
}

#footer_inner02>small{
	font-size:10px;
}

#btn_top{
	position:absolute;
	bottom:20px;
	right:40px;
}

#btn_top>a{
	padding:5px;
}

#btn_top>a:hover{
	background-color:#6dd068;
}

/* ボタン */
.btn>a{
	display:table;
	padding:20px 80px 20px 50px;
	background-image:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/interface/btn_arrow_g.svg);
	background-repeat:no-repeat;
	background-size:10px 16px;
	background-position:right 35px center;
	border:1px solid #6dd068;
	font-size:16px;
	line-height:1;
	letter-spacing:2px;
	color:#6dd068;
	text-decoration:none;
	transition:.4s;
}

.btn>a:hover{
	border:1px solid #fff;
	background-color:#6dd068;
	background-image:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/interface/btn_arrow_w.svg);
	color:#fff;
}

/* HOME----------------- */
/* HOME_key */
#home_key_area{
	max-width:1440px;
	margin:0 auto 100px;
	padding:0 20px;
	position:relative;
}

#home_key_area picture{
	max-width:1380px;
	margin:0 auto;
}

#home_key_area picture>img{
	width:100%;
	vertical-align:bottom;
}

#home_key_text{
	width:100px;
	position:absolute;
	top:10%;
	right:16%;
}

#home_key_text>p{
	font-size:34px;
	line-height:2;
	letter-spacing:2px;
}
}
@media screen and (min-width:1024px) and (max-width:1260px){
	#home_key_text{
		top:5%;
		right:15%;
	}
	#home_key_text>p{
		font-size:30px;
	}
}

@media screen and (min-width:1024px){
#home_key_info{
	width:13px;
	position:absolute;
	top:0;
	right:5px;
}

#home_key_info>span{
	font-size:13px;
	line-height:1;
	letter-spacing:1px;
}

/* HOME共通--- */
.home_contents_text>p{
	font-size:16px;
	line-height:2.1;
	letter-spacing:1.5px;
	text-align:justify;
	text-justify:inter-ideograph;
}

.home_contents_text>p>span{
	display:block;
}


/* HOME_about */
#home_about{
	max-width:1440px;
	margin:0 auto 100px;
	padding:0 20px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
}

#home_about .home_contents_text{
	flex-basis:100%;
}

#home_about .home_contents_text>h2{
	margin:0 0 15px;
	font-size:30px;
	font-weight:normal;
	line-height:1;
	color:#6dd068;
}

#home_about .home_contents_text>p{
	margin:0 0 5% 0;
}

#home_about .home_contents_pic{
	margin:0 30px 0 0;
}

#home_about .home_contents_pic img{
	width:100%;
	vertical-align:bottom;
}
}
@media screen and (min-width:1024px) and (max-width:1150px){
	#home_about>.home_contents_text{
		margin:0 0 0 10px;
	}
	#home_about>.home_contents_text>p{
		line-height:2;
	}
	#home_about .home_contents_pic{
		margin:0 10px 0 0;
	}
}

/* HOME_symptom */
@media screen and (min-width:1024px){
article#home_symptom{
	max-width:1440px;
	margin:0 auto 100px;
	padding:0 20px;
}

#home_symptom>div{
	padding:200px 10px 190px;
}

#home_symptom h2{
	margin:0 0 15px;
	font-size:30px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	color:#6dd068;
}

#home_symptom .home_contents_text{
	max-width:1000px;
	margin:0 auto 80px;
	padding:0 90px;
}

#home_symptom section>div{
	display:flex;
	justify-content:space-around;
	
}

#home_symptom section>div:first-of-type{
	padding:0 90px;
}
}

@media screen and (min-width:1024px) and (max-width:1100px){
	#home_symptom section>div:first-of-type{
		padding:0 30px;
	}
}

@media screen and (min-width:1024px){
#home_symptom section>div:nth-child(2){
	margin:0 0 10px 0;
	padding:0;
}

#home_symptom section>div:first-of-type>.home_symptom_item{
	width:48%;
	margin:0 1% 100px;
}

#home_symptom section>div:nth-child(2)>.home_symptom_item{
	width:31.3333%;
	margin:0 1%;
}

#home_symptom .home_symptom_item{
	padding:0 0 100px;
}

.home_symptom_item>.home_symptom_item_bar{
	width:100%;
	height:33px;
	display:block;
	background-image:url(/import/tenant_1/133.167.75.183/lfort_htmldocs/img/home_symptom_item_bar.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

#home_symptom .home_symptom_item_pic{
	margin:35px 30px 50px;
	border:1px solid #6dd068;
	text-align:center;
	position:relative;
}

#home_symptom .home_symptom_item_pic>img{
	width:100%;
	vertical-align:bottom;
}

.home_symptom_item>ul{
	padding:0 30px;
	font-size:16px;
	line-height:1;
	letter-spacing:1.5px;
	overflow:hidden;
}

#home_symptom_item_area>div:nth-child(2)>.home_symptom_item>ul{
	padding:0 10px 0 20px;
}

.home_symptom_item>ul>li{
	width:50%;
	padding:0 0 25px;
	display:block;
	float:left;
}
}

@media screen and (min-width:1024px) and (max-width:1155px){
	.home_symptom_item>ul{
		padding:0 20px;
	}
}

@media screen and (min-width:1024px){
/*腰*/
#home_symptom_item01 .home_symptom_item_pic>h3>img{
	position:absolute;
	top:10%;
	left:9%;
}

/*首肩*/
#home_symptom_item02 .home_symptom_item_pic>h3>img.kubi{
	position:absolute;
	top:39px;
	right:99px;
}

#home_symptom_item02 .home_symptom_item_pic>h3>img.kata{
	position:absolute;
	bottom:30px;
	right:24px;
}
}

@media screen and (min-width:1024px) and (max-width:1300px){
	#home_symptom_item02 .home_symptom_item_pic>h3>img.kubi{
		width:80px;
		height:auto;
		top:20px;
		right:70px;
	}
	#home_symptom_item02 .home_symptom_item_pic>h3>img.kata{
		width:80px;
		height:auto;
		bottom:20px;
	}
}

@media screen and (min-width:1024px) and (max-width:1150px){
	#home_symptom_item02 .home_symptom_item_pic>h3>img.kubi,
	#home_symptom_item02 .home_symptom_item_pic>h3>img.kata{
		width:70px;
	}
}

@media screen and (min-width:1024px) and (max-width:1160px){
	#home_symptom_item_area>div:nth-child(2)>.home_symptom_item>ul{
		padding:0 10px;
	}
	#home_symptom_item_area>div:nth-child(2) .home_symptom_item_pic{
		margin:30px 20px 50px;
	}
}

@media screen and (min-width:1024px){
/*手*/
#home_symptom_item03 .home_symptom_item_pic>h3>img{
	position:absolute;
	top:11%;
	left:6%;
}

/*頭*/
#home_symptom_item04 .home_symptom_item_pic>h3>img{
	position:absolute;
	top:11%;
	right:6%;
}
}

@media screen and (min-width:1024px) and (max-width:1239px){
	#home_symptom_item04>ul>li:nth-child(2){
		width:100%;
	}
}

@media screen and (min-width:1024px) and (max-width:1110px){
	#home_symptom_item04>ul>li:last-of-type{
		width:100%;
	}
}

@media screen and (min-width:1024px){
/*足*/
#home_symptom_item05 .home_symptom_item_pic>h3>img{
	position:absolute;
	top:11%;
	right:6%;
}
}

@media screen and (min-width:1024px) and (max-width:1110px){
	#home_symptom_item05>ul>li:nth-child(n+4){
		width:100%;
	}
}

@media screen and (min-width:1024px){
/* HOME_access */
#home_access{
	max-width:1440px;
	margin:0 auto 150px;
	padding:0 20px;
	overflow:hidden;
}

#home_access h2{
	margin:0 0 30px;
	font-size:30px;
	font-weight:normal;
	line-height:1;
	text-align:center;
	color:#6dd068;
}

#home_access>div{
	box-sizing:border-box;
	width:50%;
	padding:0 10px;
	float:left;
}

#home_access>div:first-of-type{
	padding:20px 10px;
}

table#home_access_info{
	margin:0 0 30px;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:15px;
	line-height:1.5;
}

table#home_access_info th{
	padding:5px 0;
	text-align:left;
	text-align-last:justify;
	text-justify:inter-ideograph;
	letter-spacing:1.5px;
	font-weight:500;
	vertical-align:top;
}

table#home_access_info td{
	display:block;
	padding:5px 0 5px 50px;
	letter-spacing:2px;
}

table#home_access_info a{
	margin:0 0 0 15px;
	font-size:14px;
	letter-spacing:1px;
}

#home_access_map>iframe{
	width:100%;
}

a#home_access_tel{
	margin:0 0 15px 95px;
	font-size:25px;
	line-height:1;
}

a#home_access_tel>.icon{
	margin:0 10px 0;
}

a#home_access_reserve{
	margin:0 0 10px;
	padding:12px 160px 12px 95px;
	font-size:20px;
	line-height:1;
}

a#home_access_reserve+span{
	display:block;
	margin:0 0 30px;
	padding:0 0 0 110px;
	font-size:16px;
}

/*HOME_access&Footer営業時間table*/
table#home_access_skd,
#footer_skd>table{
	margin:0 0 5px;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:15px;
	line-height:1.5;
}

table#home_access_skd th,
#footer_skd>table th{
	padding:8px 30px 8px 0;
	text-align:left;
	text-justify:inter-ideograph;
	letter-spacing:1.5px;
	font-weight:500;
	vertical-align:top;
	border-bottom:1px solid #6dd068;
	border-right:1px solid #6dd068;
}

table#home_access_skd td,
#footer_skd>table td{
	padding:8px 10px;
	letter-spacing:2px;
	border-bottom:1px solid #6dd068;
}

table#home_access_skd td:first-of-type,
#footer_skd>table td:first-of-type{
	padding:8px 10px 8px 30px;
}

table#home_access_skd tr:last-of-type th,
table#home_access_skd tr:last-of-type td,
#footer_skd>table tr:last-of-type th,
#footer_skd>table tr:last-of-type td{
	border-bottom:none;
}

table#home_access_skd+small,
#footer_skd>table+small{
	font-size:12px;
	line-height:1;
}
}















