@charset "utf-8";
/* ======================================
body
====================================== */
.cmn_inner{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:10;
}

.hv,.trs{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a.hv:hover{
	opacity:0.6;
	text-decoration:none;
}

#loader_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 99998;
}

#loader {
	display: none;
	position: fixed;
	top: 45%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99999;
}

#loader img{
	width:60px;
}

/* =================== header =================== */
#header{
	z-index:9999;
	position:fixed;
	top:0;
	width:100%;
	min-height:90px;
}

#header .inner{
	width:100%;
	min-width:960px;
	margin:0 auto;
	position:relative;
}

#header .logo_s,
#header .button{
	position:absolute;
	top:0;
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

#header .logo_s{
	width: auto;
	height: 80px;
}
#header .button{
	width: 80px;
}

#header .button,
#header .logo_s,
#header.scroll .logo_l,
#header.scroll .global_navi{
	opacity:0;
	pointer-events:none;
}

#header.scroll .button,
#header.scroll .logo_s,
#header.open .global_navi{
	opacity:1;
	pointer-events:auto;
}

#header .logo_l{
	position: absolute;
	left: 0;
	top: 0;
	max-width:166px;
	width: 13.9%;
}

#header .logo_s{
	position: absolute;
	left: 0;
	top: 0;
	left:0;
	z-index:9997;
}

#header .button{
	z-index:9999;
	right:0;
	background:#fff;
	cursor:pointer;
	width:80px;
	height:80px;
	text-align:center;
}

#header .button p{
	position: relative;
	width: 41px;
	height: 30px;
	margin-top:25px;
}

#header .button p,
#header .button span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#header .button span{
	position: absolute;
	left:0;
	width:100%;
	height:2px;
	background-color:#113322;
}

#header .button span:nth-of-type(1){top: 0;}
#header .button span:nth-of-type(2){top: 14px;}
#header .button span:nth-of-type(3){bottom: 0;}

#header.open .button span:nth-of-type(1) {-webkit-transform: translateY(14px) rotate(-45deg);transform: translateY(14px) rotate(-45deg);}
#header.open .button span:nth-of-type(2) {opacity: 0;}
#header.open .button span:nth-of-type(3) {-webkit-transform: translateY(-14px) rotate(45deg);transform: translateY(-14px) rotate(45deg);}

/* =================== global_navi =================== */
.global_navi{
	min-height:50px;
	position:absolute;
	z-index:9990;
	right:50px;
	top:0;
	min-height:80px;
}

.global_navi .bg{
	float:right;
}

.global_navi ul{
	left:0!important;
	position:relative;
}

#header.open.scroll .global_navi{
	overflow:hidden;
	width:100%;
	background:rgba(255,255,255,0.8);
}

#header.open.scroll .global_navi ul{
	left:-100px!important;
}

.global_navi li{
	padding-top:37px;
	margin-right:27px;
	float:left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.global_navi li:last-child{
	margin-right:0;
}

.global_navi li a{
	color:#113322;
	font-weight:bold;
	font-size:15.6px;
}

.global_navi li.sns{
	margin-top: -7px;
}
.global_navi li.sns img{
	width: 30px;
}

/* =================== footer =================== */
#footer .fix_area{
	width:100%;
	min-width:960px;
	margin:0 auto;
	position:fixed;
	z-index:9999;
	bottom:-1px;
	left:0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#footer .fix_area.fixed{
	bottom:-170px;
}

#footer .fix_area .pagetop{
	position:absolute;
	right:0;
	bottom:70px;
}

#footer .fix_area .tel_area{
	background:rgba(255,255,255,0.8);
	text-align:center;
	padding:16px 0 15px;
}

#footer .fix_area .tel_area p{
	display:inline-block;
	vertical-align:middle;
}

#footer .fix_area .tel_area .pc_tel{
	margin-right:20px;
}

#footer .fix_area .tel_area .sp_tel{
	display:none;
}

#footer .copy{
	background:url(../img/cmn/bg_footer.jpg) no-repeat center bottom;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	text-align:center;
	font-size:14px;
	color:#113322;
	padding:54px 0 122px;
}

/* ============================================
index
============================================ */
#main_slide{
	padding-top:88px;
	position:relative;
}

#main_slide li{
	text-align:center;
	background-size:cover!important;
}

#main_slide .n01{background:url(../img/top/slide01_bg.jpg) no-repeat center center;}
#main_slide .n02{background:url(../img/top/slide02_bg.jpg) no-repeat center center;}
#main_slide .n03{background:url(../img/top/slide03_bg.jpg) no-repeat center center;}
#main_slide .n04{background:url(../img/top/slide04_bg.jpg) no-repeat center center;}
.slick-arrow{
	position:absolute;
	bottom:45%;
	z-index:100;
	width:100%;
	text-indent:-9999px;
	width:50px;
	height:50px;
	cursor:pointer;
}

.slick-prev{
	left:-50px;
	background:url(../img/top/arrow_l.png) no-repeat left top;
}

.slick-next{
	right:-50px;
	background:url(../img/top/arrow_r.png) no-repeat left top;
}

#main_slide:hover .slick-prev{left:0;}
#main_slide:hover .slick-next{right:0;}
#main_slide .slick-arrow:hover{opacity:0.6;}

.top_hl{
	background:url(../img/top/bg_hl.png) no-repeat center top;
	background-size:120px;
	font-weight:bold;
	text-align:center;
	font-size:30px;
	color:#bb9922;
	padding:36px 0;
	margin-bottom:48px;
}

#top_message{
	position:relative;
	padding:94px 0 60px;
	text-align:center;
	font-weight:bold;
}

#top_message:before{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	top:0;
	height:124px;
	background:url(../img/top/message_bg01.png) no-repeat center top;
}

#top_message .cmn_inner{
	padding-bottom:30px;
	background:url(../img/top/message_bg02.png) no-repeat 115px bottom;
}

#top_message .hl{
	line-height:1.4;
	font-size:30px;
	margin-bottom:25px;
}

#top_message .txt p{
	line-height:2;
	margin-bottom: 25px;
}
#top_message .txt p:last-child{
	margin-bottom: 0;
}

#top_course{
	padding-top:101px;
	overflow:hidden;
}

#top_course li{
	width:50%;
	height: 355px;
	float:left;
	position:relative;
	overflow:hidden;
	text-align:center;
}
#top_course li:first-child{
	width: 100%;
	float: none;
}

#top_course li .bg{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover!important;
	z-index:-1;
}

#top_course li .hover{
	height: 315px;
	margin:20px;
	padding:10px;
	border:2px dotted #fff;
}

#top_course li .hover .bdr{
	height:100%;
	padding:30px 0 54px;
}

#top_course li .hover .title{
	position:absolute;
	left:0;
	right:0;
	top:130px;
	width:100%;
	margin:0 auto;
}

#top_course li .hover .caption{
	font-size:18px;
	font-weight:bold;
	line-height:2.2;
	padding:15px 0 24px;
}

#top_course li.n01 .bg{background-image:url(../img/top/course_bg01.jpg);}
#top_course li.n02 .bg{background-image:url(../img/top/course_bg02.jpg);}
#top_course li.n03 .bg{background-image:url(../img/top/course_bg03.jpg);}
#top_course li.n04 .bg{background-image:url(../img/top/course_bg04.jpg);}
#top_course li.n05 .bg{background-image:url(../img/top/course_bg05.jpg);}
#top_course li.n06 .bg{background-image:url(../img/top/course_bg06.jpg);}

#top_course li:hover .bg{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#top_course li:hover .hover{
	background:rgba(255,255,255,0.7);
	border-color:transparent;
}

#top_course li:hover .hover .bdr{
	background:rgba(255,255,255,0.6);
}

#top_course li .hover .caption,
#top_course li .hover .bnr,
#top_course li:hover .hover .title{
	opacity:0;
	pointer-events:none;
}

#top_course li:hover .hover .caption,
#top_course li:hover .hover .bnr{
	pointer-events:auto;
	opacity:1;
}

#top_course .hover .bnr a{
	background:#bb9922;
	width:250px;
	padding:17px 0;
	color:#fff;
	display:inline-block;
}

#top_property{
	padding:100px 0 99px;
	position:relative;
	text-align:center;
	font-weight:bold;
	background:url(../img/top/property_bg01.jpg) no-repeat center top;
}

#top_property:before{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	height:294px;
	background:url(../img/top/property_bg02.jpg) no-repeat center top;
}

#top_property .catch{
	margin:-7px 0 35px;
	line-height:1.4;
}

#top_property ul{
	overflow:hidden;
}

#top_property li{
	float:left;
	margin-right:30px;
}

#top_property li:last-child{
	margin-right:0;
}

#top_property li .title{
	font-size:18px;
	color:#bb9922;
	padding:31px 0 10px;
	background-color:#fff;
	height:89px;	border-left:1px solid #bb9922;
	border-right:1px solid #bb9922;
	border-bottom:1px solid #bb9922;
}

#top_property li .title span{
	display:block;
	padding-bottom:30px;
	background:url(../img/cmn/bg_icon01.png) no-repeat center bottom;
	background-size:46.5px;
}

#top_property li a:hover{text-decoration:none;}
#top_property li a:hover img{opacity:1;}

#top_property li a:hover .title{
	background-color:#FFF9E7;
	border-left:2px solid #bb9922;
	border-right:2px solid #bb9922;
	border-bottom:2px solid #bb9922;
}

#top_news .bg{
	padding:100px 0 131px;
	overflow:hidden;
	background:url(../img/top/bg_news.jpg) no-repeat center center;
	background-size:cover;
}

#top_news .hl{
	background:url(../img/top/bg_hl_w.png) no-repeat center top;
	background-size:120px;
	font-weight:bold;
	text-align:center;
	font-size:30px;
	color:#fff;
	padding:36px 0;
	margin-bottom:47px;
}

#top_news .feed{
	border:2px solid #fff;
	padding:20px;
	margin-bottom: 40px;
	color:#fff;
	font-weight:bold;
}
#top_news .feed{
	display: flex;
	width: 100%;
}
#top_news .feed li{
	width: 24%;
	margin-right: 2%;
}
#top_news .feed li:last-child{
	margin-right: 0;
}
#top_news .facebook{
	overflow: hidden;
	text-align: center;
}
#top_news .facebook a,
#top_studio a{
	display: block;
	margin: 0 auto;
	width: 48%;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;
	color:#bb9922;
	border:1px solid #bb9922;
	padding:25px 20px 45px;
	background:url(../img/cmn/bg_icon01.png) no-repeat center 80% #fff;
	background-size:46.5px;
}
#top_news .facebook a.n02{
	float: right;
}

#top_access{
	padding:100px 0;
	overflow:hidden;
}

#top_access .title_area{
	text-align:center;
	margin-bottom:40px;
	line-height:2;
}

#top_access .title_area p:first-child{
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
}

#top_access .title_area p:first-child span{
	font-size:18px;
}

#top_access .title_area p + p,
#top_access .info_area,
#property_company .info_area{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#top_access .map_area,
#property_company .map_area{
	width:480px;
	float:left;
}

#top_access .map_area iframe{
	width:100%;
	height:290px;
}

#top_access .map_area p,
#property_company .map_area p{
	margin-top:12px;
	text-align:right;
	position:relative;
	padding-right:18px;
}

#top_access .map_area p:after,
#property_company .map_area p:after{
	content:"\25B6";
	position:absolute;
	right:0;
	top:2px;
	color:#bb9922;
	font-size:12px;
}

#top_access .map_area p a,
#property_company .map_area p a{
	color:#bb9922;
	font-weight:bold;
	text-decoration:underline;
}

#top_access .info_area,
#property_company .info_area{
	width:430px;
	float:right;
}

#top_access .info_area dl{
	padding:20px 0;
	border-top:1px solid #999;
	line-height:1.7;
}

#top_access .info_area dl:first-child dd,
#property_company .info_area dl:first-child dd{font-size:16px;}
#top_access .info_area dd{font-size:14px;}
#top_access .info_area dl:last-child,
#property_company .info_area dl:last-child{border-bottom:1px solid #999;}

#top_studio{
	padding-bottom: 100px;
}
#top_studio a{
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	text-align: center;
}
/* ============================================
cmn_parts
============================================ */
/* bg */
.bg_bdr:before,
.bg_flw:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.bg_bdr:before{
	z-index:2;
	height:2px;
	background:url(../img/cmn/line_g.png) repeat-x left bottom;
}

.bg_flw:after{
	z-index:1;
	height:116px;
	background:url(../img/cmn/bg_cmn.png) no-repeat center top;
}

.bg_tx{
	background:url(../img/cmn/bg_tx.jpg) center center;
}

/* page_image */
#page_image{
	margin:88px auto 27px;
	padding-top:42px;
	background:url(../img/cmn/bg_page.png) repeat-x left top;
}

#page_image .bg{height:400px;}
#page_image.bg_germanium .bg{background:url(../img/germanium/main.jpg) no-repeat center center;}
#page_image.bg_rose .bg{background:url(../img/rose/main.jpg) no-repeat center center;}
#page_image.bg_yomogi .bg{background:url(../img/yomogi/main.jpg) no-repeat center center;}
#page_image.bg_lympho .bg{background:url(../img/lympho/main.jpg) no-repeat center center;}
#page_image.bg_property .bg{background:url(../img/property/main.jpg) no-repeat center center;}
#page_image.bg_yogie .bg{background:url(../img/yogie/main.jpg) no-repeat center center;}
#page_image.bg_studio .bg{background:url(../img/studio/main.jpg) no-repeat center center;}

/* bread */
#bread{
	font-size:14px;
	font-weight:bold;
	margin-bottom:47px;
}

.bread_item{
	display: inline;
	position:relative;
}

#bread,#bread a{color:#113322;}
.bread_item:after{content:"\003E";}
.bread_item:last-child:after{display:none;}

/* page_title */
#page_title{
	margin-bottom:41px;
	text-align:center;
	color:#113322;
	font-weight:bold;
	line-height:1.7;
}

#page_title span{display:block;}
#page_title .s1{font-size:36px;}
#page_title .s2{font-size:24px;}

/* cmn_hl */
.cmn_hl01{
	text-align:center;
	font-weight:bold;
	color:#113322;
	font-size:30px;
	margin-bottom:30px;
}

.cmn_hl02{
	text-align:center;
	font-weight:bold;
	color:#bb9922;
	font-size:18px;
	background:url(../img/cmn/line_y.png) no-repeat center top;
	background-size:960px;
	padding:45px 0 16px;
	border-bottom:1px solid #bb9922;
}

/* cmn_about */
.cmn_about{
	position:relative;
}

.cmn_about .about_area{
	width:100%;
	min-height:730px;
	display:table;
}

.cmn_about .about_area .bg_area,
.cmn_about .about_area .text_area{
	display:table-cell;
	width:50%;
}

.cmn_about .about_area .bg_area{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover!important;
}

#germanium_about .about_area .bg_area{background-image:url(../img/germanium/about.jpg);}
#yomogi_about .about_area .bg_area{background-image:url(../img/yomogi/about.jpg);}
#rose_about .about_area .bg_area{background-image:url(../img/rose/about.jpg);}
#lympho_about .about_area .bg_area{background-image:url(../img/lympho/about.jpg);}
#yogie_about .about_area .bg_area{background-image:url(../img/yogie/about.jpg);}
#studio_about .about_area .bg_area{background-image:url(../img/studio/about.jpg);}


.cmn_about .cmn_hl01,
.cmn_about .caption_area,
.cmn_about .osusume{
	max-width:550px;
}

.cmn_about .about_area .text_area{
	padding:57px 50px;
}

.cmn_about .cmn_hl02{
	margin-bottom:19px;
}

.cmn_about .caption_area{
	min-height:273px;
	line-height:1.9;
}

.cmn_about .osusume li{
	text-align:center;
	background:#F0E9D7;
	width:49%;
	border-radius:30px;
	font-weight:bold;
	color:#bb9922;
	padding:17px 0;
	margin-bottom:10px;
}

.cmn_about .osusume ul{overflow:hidden;}
.cmn_about .osusume li:nth-child(odd){float:left;}
.cmn_about .osusume li:nth-child(even){float:right;}

/* cmn_about-price_area */
.cmn_about .price_area{
	background:#F0E9D7;
	text-align:center;
	font-weight:bold;
	color:#bb9922;
	padding:70px 0 71px;
}

.cmn_about .price_area .price01{
	font-size:28px;
	display:inline-block;
}

.cmn_about .price_area .price01 span{
	font-size:36px;
	padding-left:10px;
}

.cmn_about .price_area .price02:before{
	content:"\25B6";
	font-size:28px;
	padding:0 18px;
}

.cmn_about .price_area .price02{
	font-size:46px;
	display:inline-block;
}

.cmn_about .price_area .price02 span{
	font-size:59px;
	padding-left:10px;
}

.cmn_about .price_area .bnr{
	margin-top:40px;
}

.cmn_about .price_area .bnr a{
	display:inline-block;
	font-weight:bold;
	font-size:18px;
	color:#bb9922;
	border:1px solid #bb9922;
	padding:25px 20px 45px;
	width:300px;
	background:url(../img/cmn/bg_icon01.png) no-repeat center 80% #fff;
	background-size:46.5px;
}

/* .cmn_efficacy */
.cmn_efficacy{overflow:hidden;}

.cmn_efficacy li{
	border:1px solid #ddd;
	padding:28px 22px 31px 35px;
	line-height:1.8;
	float:left;
	width:31%;
	margin-right:3.5%;
	letter-spacing:-0.5px;
}

#germanium_efficacy .cmn_efficacy li,
#yomogi_efficacy .cmn_efficacy li{
	padding:28px 20px 31px 23px;
}

.cmn_efficacy li .title{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	padding-top:38px;
	margin-bottom:14px;
	background:url(../img/cmn/bg_icon03.png) no-repeat center top;
	background-size:46px;
}

/* cmn_voice */
.cmn_voice{
	position:relative;
	padding:100px 0 80px;
}

.cmn_voice .voice_box{
	border:2px solid #8D7E55;
	margin:0 auto 20px;
	width:880px;
}

.cmn_voice .voice_box .title{
	font-weight:bold;
	background:#8D7E55;
	color:#fff;
	padding:12px 20px 11px;
}

.cmn_voice .voice_box .text_area{
	padding:15px 20px 13px;
	word-break: normal;
	line-height:1.9;
}

/* cmn_menu */
.cmn_menu{
	position:relative;
	padding:97px 0 80px;
}

.cmn_menu .table_inner{
	width:880px;
	margin:0 auto;
	overflow:hidden;
}

.cmn_menu .text01{
	text-align:center;
	margin-bottom:36px;
}

.cmn_menu .table01{
	width:48.9%;
	float:left;
}

.cmn_menu .table02{
	width:48.9%;
	float:right;
}

.cmn_menu .c_box{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

.cmn_menu .c_box li{
	overflow:hidden;
	padding:18px 15px 16px 21px;
	font-weight:bold;
	line-height:1.6;
}

.cmn_menu .c_box .category{
	border-top:1px solid #ddd;
	background:#EFE9D6;
	font-weight:bold;
	padding:7px 20px;
}

.cmn_menu .c_box .attention{
	color:#535353;
	margin-left:1em;
	text-indent:-1em;
}

.cmn_menu .c_box ul,
.cmn_menu .c_box li,
.cmn_menu .table02 .c_box li{
	border-bottom:1px solid #ddd;
}

.cmn_menu .c_box .category,
.cmn_menu .c_box li:last-child{
	border-bottom:none!important;
}

.cmn_menu .table01 .c_box{
	margin-bottom:19px;
}

#coupon.cmn_menu .table02 .c_box .dt{
	color:#bb9922;
}

.cmn_menu .image{
	text-align:right;
	padding:17px 12px 0 0;
}

.cmn_menu .tea_text{
	text-align:center;
	line-height:1.6;
	font-size:20px;
	font-weight:bold;
	color:#bb9922;
	display:block;
}

.cmn_menu .c_box .dt{float:left;}
.cmn_menu .c_box .dd{float:right;text-align: right;}

#coupon_anchor{
	margin-top:-100px;
	padding-top:100px;
}

/* ============================================
germanium
============================================ */
#germanium_efficacy{
	position:relative;
	padding:105px 0 100px;
}

#germanium_efficacy .cmn_efficacy li{
	min-height:257px;
}

#germanium_efficacy .cmn_efficacy li:last-child{
	margin-right:0;
}

#germanium_efficacy:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#germanium_efficacy:before{
	z-index:1;
	height:153px;
	background:url(../img/germanium/bg_germa.jpg) no-repeat center top;
}

/* ============================================
yomogi
============================================ */
#yomogi_efficacy{
	position:relative;
	padding:103px 0 89px;
}

#yomogi_efficacy .cmn_efficacy{
	margin-bottom:53px;
}

#yomogi_efficacy .cmn_efficacy li{
	margin:0 3.5% 30px 0;
}

#yomogi_efficacy .cmn_efficacy li:nth-child(3n){
	margin-right:0;
}

#yomogi_efficacy .cmn_hl02{
	margin-bottom:27px;
}

#yomogi_efficacy .position_efficacy{
	overflow:hidden;
}

#yomogi_efficacy .position_efficacy li{
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:26px;
	width:220px;
	min-height:342px;
	padding:20px 0;
	line-height:1.5;
	background:url(../img/yomogi/bg_frame.png) no-repeat left top;
}

#yomogi_efficacy .position_efficacy li:last-child{
	margin-right:0;
}

#yomogi_efficacy .position_efficacy .image{
	margin-bottom:10px;
}

#yomogi_efficacy .position_efficacy .title{
	color:#bb9922;
	font-size:18px;
	margin-bottom:8px;
}

#yomogi_efficacy .position_efficacy .caption.ex{
	padding-top:15px;
}

/* ============================================
rose
============================================ */
#rose_efficacy{
	position:relative;
	padding:86px 0 96px;
}

#rose_efficacy .cmn_efficacy{
	margin-bottom:12px;
}

#rose_efficacy .cmn_efficacy li{
	width:48.9%;
	min-height:229px;
	margin:0 0 20px;
}

#rose_efficacy .cmn_efficacy li:nth-child(odd){clear:left;}
#rose_efficacy .cmn_efficacy li:nth-child(even){float:right;}

/* ============================================
lympho
============================================ */
#lympho_indication{
	position:relative;
	padding:87px 0 70px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	background:url(../img/cmn/line_g.png) repeat-x left bottom;
}

#lympho_indication .sub_hl{
	margin-bottom:31px;
}

#lympho_indication li{
	display:inline-block;
	padding:16px 20px;
	border:2px solid #ddd;
	min-width:250px;
	margin:0 5px 30px;
}

#lympho_efficacy{
	position:relative;
	padding:105px 0 83px;
	overflow:hidden;
}

#lympho_efficacy .catch,
#lympho_indication .catch{
	font-weight:normal;
	font-size:16px;
	line-height:1.8;
	text-align:center;
	margin-bottom:34px;
}

#lympho_efficacy .text_area{
	overflow:hidden;
	margin-bottom:44px;
}

#lympho_efficacy .text_area ul{
	width:670px;
}

#lympho_efficacy .text_area li{
	border:1px solid #ddd;
	padding:26px 30px 26px 40px;
	margin-bottom:20px;
	line-height:1.8;
}

#lympho_efficacy .text_area li .title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#lympho_efficacy .text_area li .title span{
	padding-right:10px;
	font-size:24px;
}

#lympho_efficacy .text_area ul li:nth-child(odd) .title{color:#113322;}
#lympho_efficacy .text_area ul li:nth-child(even) .title{color:#447711;}

#lympho_efficacy .cmn_hl02{
	margin-bottom:30px;
}

#lympho_efficacy .c_box{
	width:49%;
	font-size:14px;
	font-weight:bold;
}

#lympho_efficacy .c_box dl{
	margin-bottom:20px;
}

#lympho_efficacy .c_box dt,
#lympho_efficacy .c_box dd{
	display:table-cell;
	vertical-align:middle;
}

#lympho_efficacy .c_box dt{
	width:170px;
	text-align:center;
	padding:8px 0;
	background:#EFE9D6;
	border-radius:30px;
	color:#bb9922;
}

#lympho_efficacy .c_box dd{
	padding-left:19px;
}

#lympho_efficacy .text_area .image,
#lympho_efficacy .c_box{float:left;}
#lympho_efficacy .text_area ul,
#lympho_efficacy .c_box + .c_box{float:right;}

/* ============================================
property
============================================ */
#property_about{
	position:relative;
	overflow:hidden;
	margin-bottom:90px;
}

#property_about .about_area{
	width:100%;
	min-height:500px;
	display:table;
	margin-bottom:70px;
}

#property_about .about_area .bg_area,
#property_about .about_area .text_area{
	display:table-cell;
	width:50%;
}

#property_about .about_area .bg_area{
	background:url(../img/property/about.jpg) no-repeat center bottom;
	background-size:cover;
}

#property_about .about_area .text_area{
	padding:57px 50px;
}

#property_about .caption_area,
#property_about .point,
#property_about .cmn_hl01{
	max-width:550px;
}

#property_about .point,
#property_about .caption_area{
	line-height:1.9;
}

#property_about .point{
	background:#efe9d6;
	color:#bb9922;
	text-align:center;
	padding:3px 0;
	margin-bottom:17px;
	font-size:18px;
	font-weight:bold;
}

#property_about .link_area li{
	margin-right:3.5%;
	float:left;
	width:31%;
	text-align:center;
	border:1px solid #bb9922;
	border-radius:4px;
}

#property_about .link_area li a{
	display:block;
	color:#bb9922;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	padding:14px 0 10px;
}

#property_about .link_area li a:after{
	content:"\25BC";
	display:block;
	font-size:16px;
}

#property_about .link_area li:last-child{
	margin-right:0;
}

/* property_cmn */
#property_apart,
#property_vacant,
#property_tenant{
	position:relative;
	overflow:hidden;
	padding:111px 0 100px;
}

#property_vacant .cmn_hl01,
#property_tenant .cmn_hl01,
#property_company .cmn_hl01{
	margin-bottom:50px;
}

.property_contact{
	background:#F6F2E7;
	color:#113322;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	padding:10px;
}

.property_contact .bdr{
	border:2px solid #113322;
	padding:45px 10px;
	height:100%;
}

.property_contact .text.pc,
.property_contact .tel{
	line-height:1.4;
	display:inline-block;
	vertical-align:middle;
}

.property_contact .text{
	padding-right:10px;
	font-size:24px;
}

.property_contact .tel,
.property_contact .text{
	vertical-align:middle;
	display:inline-block;
}

.property_contact .text.sp{
	display:none;
}

.property_contact .tel{
	font-size:46px;
}

/* apart */
#property_apart .article_wrap{
	overflow:hidden;
}

#property_apart .article_wrap .c_box{
	width:49%;
	font-weight:bold;
	margin-bottom:38px;
}

#property_apart .article_wrap .c_box .name{
	font-size:20px;
	color:#113322;
	padding:16px 32px 13px;
	line-height:1.4;
}

#property_apart .article_wrap .c_box .name .bgy{
	display:inline-block;
	background:#BB9922;
	padding:3px 23px;
	font-size:16px;
	color:#fff;
}

#property_apart .article_wrap .c_box .info{
	padding:0 32px;
}

#property_apart .article_wrap .c_box .info li{
	border-top:1px solid #ddd;
	padding:14px 10px;
	font-size:14px;
	line-height:1.8;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#property_apart .article_wrap .c_box .info li.sub{
	font-weight:normal;
}

#property_apart .article_wrap .c_box:nth-child(odd){float:left;clear:both;}
#property_apart .article_wrap .c_box:nth-child(even){float:right;}

#property_vacant .image,
#property_tenant .main_image{
	float:left;
}

#property_vacant .property_contact{
	float:right;
	width:48%;
	height:300px;
}

#property_vacant .property_contact .bdr{
	padding:70px 10px 45px;
}

/* tenant */
#property_tenant .detail_area{
	float:right;
	width:49%;
}

#property_tenant .info_wrap{
	overflow:hidden;
	margin-bottom:44px;
}

#property_tenant .detail_area .table{
	border:1px solid #ddd;
	margin-bottom:24px;
}

#property_tenant .detail_area .table dt{
	background:#efe9d6;
	width:150px;
}

#property_tenant .detail_area .table dt,
#property_tenant .detail_area .table dd{
	display:table-cell;
	vertical-align:middle;
	line-height:1.8;
	padding:5px 15px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#property_tenant .detail_area .table dl{border-bottom:1px solid #ddd;}
#property_tenant .detail_area .table dl:last-child{border-bottom:none;}

/* company */
#property_company{
	overflow:hidden;
	position:relative;
	padding:111px 0 100px;
}

#property_company .map_area iframe{
	width:100%;
	height:612px;
}

#property_company .info_area dl{
	padding:18.5px 0;
	border-top:1px solid #999;
	line-height:1.7;
}

/* ============================================
studio
============================================ */
#studio_about .osusume dl{
	overflow: hidden;
	line-height: 1.6;
	padding: 15px 10px 0 20px;
}
#studio_about .osusume dl dt{
	font-size: 14px;
	color: #bb9922;
	font-weight: bold;
	background: #efe9d6;
	text-align: center;
	border-radius: 20px;
	padding: 4px 0;
}
#studio_about .osusume dl dd{
	font-size: 14px;
	padding-top: 5px;
}
#studio_price .table02 p{
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}
#studio_contact .cap{
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.3;
	text-align: center;
}
#studio_contact .property_contact .bdr{
	border-color: #fff;
}
#studio_contact .property_contact{
	background: #8D7E55;
	color: #fff;
}
#studio_rule li{
	text-align: left;
	line-height: 1.5;
	margin-bottom: 6px;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
#studio_rule li:before{
	content: "\25A0";
}

/* ============================================
yogie
============================================ */
#yogie_point{
	position: relative;
	padding: 100px 0 62px;
}

#yogie_point ol{
	overflow: hidden;
}

#yogie_point ol li{
	margin-bottom: 30px;
	max-width: 300px;
}

#yogie_point ol li .img img{
	display: block;
}

#yogie_point ol li .num{
	text-align: center;
	background: #8d7e55;
	color: #fff;
	font-size: 22px;
	padding: 8px 0;
}

#yogie_point ol li .cap_box{
	border: 1px solid #ddd;
	padding: 15px;
	line-height: 1.6;
}

#yogie_point ol li .cap_box .sub_hl{
	font-weight: bold;
	color: #8d7e55;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}

#yogie_rule .list01{
	padding: 0 70px;
	margin-bottom: 55px;
}

#yogie_rule .list01 li{
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	margin-bottom: 11px;
}

#yogie_rule .list01 li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #000;
}

#yogie_rule .list02 li{
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#yogie_rule .attention{
	padding: 28px 55px;
	border: 1px solid #000;
	margin: 0 40px;
}

#yogie_rule .attention .sub_hl{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 23px;
}

.yogie_price.cmn_menu .c_box .attention.nobdr{
	border-bottom: none;
	padding-bottom: 0;
}
.yogie_price.cmn_menu .c_box .attention.nobdr + li{
	padding-top: 5px;
}

#yogie_instructor{
	position: relative;
	padding: 100px 0 100px;
}

#yogie_instructor .about_area .bg_area{
	position: relative;
}

#yogie_instructor .about_area .bg_area div{
	background-image:url(../img/yogie/instructor.jpg);
	background-size: cover!important;
	position: absolute;
	right: 0;
	top: 40px;
	width: 600px;
	height: 610px;
}

#yogie_instructor .cmn_about .osusume ul li{
	padding: 8px;
}

#yogie_instructor .cmn_about .about_area{
	max-width: 1300px;
	margin: 0 auto;
	min-height: 0;
}

#yogie_instructor .message{
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 50px 0;
}

#yogie_instructor .message .sub_hl{
	background: #8D7E55;
	color: #fff;
	padding: 10px 20px;
	font-size: 23px;
	font-weight: bold;
}

#yogie_instructor .message .bdr{
	font-weight: bold;
	border: 2px solid #8D7E55;
	padding: 20px;
	font-size: 16px;
	line-height: 1.6;
}

#yogie_instructor .cmn_about .osusume ul li:nth-child(-n+3){
	width: 100%;
}

#yogie_instructor .cmn_about .about_area .text_area{
	padding-bottom: 0;
}
#yogie_rule .schedule{
	padding: 0 40px;
	margin-bottom: 40px;
	line-height: 1.6;
}
#yogie_rule .schedule table{
	width: 100%;
	border: 2px solid #8D7E55;
	margin-bottom: 30px;
}
#yogie_rule .schedule table th,
#yogie_rule .schedule table td{
	border-right: 1px solid #8D7E55;
	border-bottom: 1px solid #8D7E55;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}
#yogie_rule .schedule table thead th{
	background: #8D7E55;
	color: #fff;
	border-right-color: #fff;

}
#yogie_rule .schedule table tbody th{
	background: #F0E9D7;
	width: 34%;
}
#yogie_rule .schedule table tbody td{
	background: #fff;
	width: 22%;
}

/* 20231207 */

#top_mvtext .text {
	height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f2e73;
    font-size: 32px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
}

#top_mvtext .text a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 640px){
#top_mvtext .text {
	height: 84px;
    font-size: 28px;
}
}

/* 20231213 */

#coupon .msg_btn {
    overflow: hidden;
    text-align: center;
}

#coupon .msg_btn a {
    display: block;
    margin: 19px auto 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #bb9922;
    border: 1px solid #bb9922;
    padding: 25px 20px 45px;
    background: url(../img/cmn/bg_icon01.png) no-repeat center 80% #fff;
    background-size: 46.5px;
}

@media only screen and (max-width: 640px){
#coupon .msg_btn a {
	float: none;
}
}