
#MDQ{display:block;}

.pcNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
	height:100%;
	background-color: #FFF;
	position:relative;
}

.contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.contents_window {
	clear: both;
	margin:0 auto;
}

.ContentsBox{width:1100px; margin:0 auto;}


/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

.titleStyle01{
    text-align:center;
	margin-bottom:40px;
    font-size: 20px;
    color: #306b50;
    font-weight: normal;
}

.titleStyle01 img{
	margin-bottom:10px;
}

.titleStyle01 .Btext{
    font-size: 26px;
    font-weight: bold;
}

.titleStyle01 .Mtext{
    font-size: 16px;
}

.titleStyle01.WhiteTitle{color: #fff;}


/*------------　ページトップ　-----------*/

.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px;
    background:#2e684e;
	border:2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
	color:#fff;
	z-index:2500;
}

.page-top:hover {
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	color:#fff;
	text-decoration:none;
}




/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#header{
    background-color:#2e684e;
    position: relative;
    padding-bottom: 90px;
}

.headerContents{
    width:100%;
    background-color:#2e684e;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 90px;
}

.headerInr{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    min-width:1100px;
    max-width: 1100px;
    height:90px;
    margin:0 auto;
}

.hd_logoBox{
	width:25%;
	margin:0 0 0 50px;
	padding:0;
}

.hd_logoBox h1 img{
    max-width:80px;
    margin-right: 15px;
}

.hd_logoBox a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: normal;
    font-size: 19px;
}

.hd_logoBox a:hover{text-decoration: none;}

#nav-toggle{display:none;}

#global-nav{
    width:75%;
    display: flex;
    justify-content: flex-end;
}

#global-nav ul{
	display: -webkit-flex;
	display: flex;
}

#global-nav li{
	border-left: 1px solid #FFF;
	padding: 0 7px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#global-nav li a {
	color:#FFF;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#global-nav li a:hover{text-decoration:none;}

#global-nav li a::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #FFF;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#global-nav li a:hover::after {
	width: 100%;
}

.Fixed {
	position: fixed !important;
	top: 0;
	z-index: 200;
}



/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	clear:both;
	background:#2e684e;
	color:#fff;
}

.footer_contents{
	max-width:1100px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

.footer_contents h2{
    margin-bottom:10px;
    font-weight: normal;
    font-size: 16px;
}

.footer_contents h2 img{
    margin-bottom:10px;
}

.footer_contents h2 a{
    color: #fff;
}

.footer_contents h2 a:hover{text-decoration: none;}

.footer_copy{font-size:10px;}
.footer_copy span{ font-family:Georgia, "Times New Roman", Times, serif;}



/*---------------------------------------------------------------------------
　TOPページ
---------------------------------------------------------------------------*/

/*----slider----*/

#main_image {
	width:100%;
}


/*----sliderここまで----*/


.topMainImg{
	width:100%;
	height:auto;
	min-width:1100px;
	margin:0 auto;
	position:relative;
}

.topMainImg img{width:100%; height:auto;}

.topMainImg_desc{
	position:absolute;
	margin:auto;
	max-width:1200px;
	height:100%;
	left:0;
	right:0;
	top:0;
}

.topMainImgLink{
	position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-color: #c1272d;
    color: #FFF;
    padding: 10px 25px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.topMainImgLink:hover{
	text-decoration:none;
	background-color:#DB4A52;
    color: #FFF;
}

.topMainImg_desc .topMainImg_desc_BG{
	position:absolute;
	bottom:100px;
	right:0;
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    font-size:24px;
	color:#306b50;
	padding:10px 20px;
}


/*---------------　施術料金・営業時間・ご予約　---------------*/

.top_time{padding:40px 0;}

.top_timeBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
}

.top_timeText{
    width: 49%;
}

.top_timeText dl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.top_timeText dt{
    width: 120px;
}

.top_timeText dd{
    width: calc(100% - 120px);
}

.top_timelinkBox{
    width: 49%;
}

.top_timelinkBox a{
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    background: #306b52;
    background: linear-gradient(to top, #306b52 0%, #598872 100%);
    background: -webkit-linear-gradient(bottom, #306b52 0%, #598872 100%);
    padding: 15px 30px 15px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.top_timelinkBox a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.top_timelinkBox a:hover{
    opacity: 0.75;
    text-decoration: none;
}


/*---------------　Global　---------------*/

.top_global{
	padding:40px 0 45px;
	background:url(../image/top/bg_global.jpg) center center no-repeat;
	background-size: cover;
}

.top_globalInner{}

.top_globalText{
	width: 650px;
	float: left;
	font-size: 18px;
}

.top_globalImg{
	width: 420px;
	float: right;
}
.top_globalImg img{width: 100%;}
.top_globalImg p{
	text-align: center;
	padding: 10px 0 0;
}

.top_globalMv{
	padding:40px 0 45px;
}

.top_globalMv .Inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_globalMvBox{
	position: relative;
	width: 48%;
	padding-top: 28.1%;
}

.top_globalMvBox iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}


/*---------------　Alternative Medicine　---------------*/

.top_alternative{
	padding:40px 0 45px;
}

.top_altInner{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_altText{
    width: 700px;
}

.top_altImg{
	width: 350px;
}

.top_altImg img{width: 100%;}


/*---------------　Recommend　---------------*/

.top_recommend{padding:40px 0 30px;}

.top_recommend h2{}

.top_recoDesc_r{
	float:right;
	width:500px;
}

.top_recoDesc_l{
	position: relative;
	float:left;
	width:48.15%;
	padding-top: 27.3%;
    margin-bottom: 40px;
}

.top_recoDesc_l iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}

.top_recoMovie{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px;
}

.top_recoMovieFlex{
    width: calc((100% - 41px) /2);
    margin-right: 40px;
    margin-bottom: 40px;
    padding-top: 27.3%;
    position: relative;
}

.top_recoMovieFlex:nth-child(2n){
    width: calc((100% - 41px) /2);
    margin-right: 0px;
    margin-bottom: 40px;
}

.top_recoMovieFlex iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------　Greeting　---------------*/

.top_greeting{
	padding:40px 0 45px;
	background:url(../image/top/bg_greeting.jpg) center center no-repeat;
	background-size: cover;
	color:#FFF;
}

.top_greeting h3{
	color:#FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.top_greeting h4{
	color:#FFF;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

.top_grtDesc_l{
	float:left;
	width:790px;
}

.top_grtDesc_l p{font-size:14px;}

.top_grtDesc_r{
	float:right;
	width:295px;
}

.top_grtDesc_r img{width:295px; height:auto;}

.top_grtDesc_r p{margin-top:15px; padding-left:15px;}
.top_grtDesc_r p.grt_name{margin-top:10px; font-size:26px;}



/*---------------　Voice　---------------*/

.top_voice{padding:40px 0;}

.top_voice h3{line-height:1.3;}
.top_voice h3 span{font-size:14px;}

.top_vcDesc_l{
	float:left;
	width:505px;
}

.top_vcDesc_r{
	float:right;
	width:505px;
}

.top_vcDesc_l img,
.top_vcDesc_r img{width:100%; max-width:none; height:auto; margin-bottom:15px;}

.top_vcDesc_l p,
.top_vcDesc_r p{font-size:14px;}

.top_vcTitle{
    margin-bottom: 20px;
    color: #306b50;
    text-align: center;
}

.top_vcTitle h3{
    font-size: 20px;
    font-weight: normal;
}

.top_vcTitle p{
    font-size: 20px;
}

.topvc_grtext{
	color:#306b50;
	text-align:center;
	margin-bottom:15px;
	font-size:18px !important;
}


/*---------------　Access　---------------*/

.top_access{width:100%; min-width:1100px; margin:0 auto;}

.top_accDesc_r{
	float:right;
	width:50%;
	text-align:center;
}

.top_accDesc_r .inner{
	width:430px;
	padding:30px 60px 20px;
}

.top_accTel_pc{
	font-size: 22px;
	color: #306b50;
	margin:10px 0 15px 0;
	display:inline-block;
}

.top_accTel_pc a{
	display: inline-block;
	padding: 5px 35px;
	margin-left:20px;
	font-size: 14px;
	vertical-align: middle;
	color: #FFF;
	background-color: #306b50;
}

.top_accTel_pc a:hover{
	text-decoration:none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_accTel_sp{display:none;}

.top_accBtn{
	text-align:center;
	margin-bottom:20px;
}

.top_accBtn a{
	display: inline-block;
	padding: 10px 35px 10px 50px;
	font-size: 12px;
	color: #306b50;
	background-color: #FFF;
	border:1px solid #306b50;
	background:url(../image/top/access_icon01.png) 10% center no-repeat;
	background-size:10px auto;
}

.top_accBtn a:hover{
	text-decoration:none;
	background-color: #306b50;
	background-image:none;
	color: #FFF;
}

.top_accDesc_r .inner .mintext{font-size:14px; margin-bottom:15px;}
.top_accDesc_r .inner p span{color: #306b50; font-weight:bold; font-size:18px;}

.top_accLink a{
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
	background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
    padding: 10px 30px 10px 10px;
    margin-top: 15px;
    box-sizing: border-box;
}

.top_accLink a::after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.top_accLink a:hover{
    opacity: 0.75;
    text-decoration: none;
}

.top_accDesc_l{
	position: relative;
	float:left;
	width:50%;
	height:550px;
}

.top_accDesc_l iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}


/*---------------　Infomation　---------------*/

.top_infomation{
	padding:40px 0 25px;
	background:url(../image/top/bg_infomation.jpg) center center no-repeat;
	background-size: cover;
}

.top_infoBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.top_infoBnr{
    width: calc((100% - 41px) /2);
    margin-right: 40px;
    margin-bottom: 40px;
}

.top_infoBnr:nth-child(2n){
    width: calc((100% - 41px) /2);
    margin-right: 0px;
    margin-bottom: 40px;
}


.top_LP_coLink a {
	display: flex;
    align-items: center;
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #fff;
	padding: 30px 30px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
	background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
	height: 155px;
	box-sizing: border-box;
}

.top_LP_coLink a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_LP_coLink a::before{
	content: '';
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}


/*---------------　TOPページフッターバナー　---------------*/

.top_ftLink{
    width:100%;
    min-width:1100px;
    margin:0 auto;
}

.top_ftLink a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 165px;
    box-sizing: border-box;
    background:#c45e4a url(../image/top/top_ftlink_img.png) left center no-repeat;
	background-size:auto 165px;
	color:#FFF;
	position:relative;
    padding: 0px 100px 0px 100px;
    font-size: 32px;
}

.top_ftLink a:hover {
	opacity: 0.75;
    text-decoration: none;
}

.top_ftLink a::before{
	content: '';
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 80px;
	margin-top: -4px;
}