/* スマホ・PC */
@media screen and (min-width: 768px) {
	.sp {
		display:none;
	}
}
@media only screen and (max-width: 768px) {
	.pc {
		display:none;
	}
	/****メニュー全体****/
	#menu{
		/*配置*/
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 100;
	}
	
	/****メニュー開閉ボタン****/
	#menu div{
		/*デザイン*/
		width: 30px;
		height: 30px;
		background:none;
		/*配置*/
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;

	}
	
	#menu .menuopen{
		/*デザイン*/
		color: rgba(255,255,255,1);
		font-size: 20px;
		/*配置*/
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: auto;
		
		background-image: url(../images/menu_icon.png);
		background-repeat: no-repeat;
	}
	
	#menu .menuclose{
		/*デザイン*/
		color: rgba(255,255,255,1);
		font-size: 20px;
		/*配置*/
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: auto;
		
		background-image: url(../images/menu_icon.png);
		background-repeat: no-repeat;
	}
	
	/****メニュー一覧****/
	#menu ul{
		/*デザイン*/
		background: rgba(200,200,200,1);
		width: 100%;
		/*配置*/
		position: absolute;
		top: 30px;/*#menu divの高さ*/
		left: 0;
		padding-bottom:0px;
	}
	
	#menu li{
		/*アニメーション*/
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		/*デザイン*/
		width: 90%;
		padding: 0;
		color: rgba(0,0,0,1);
		border-bottom: 0px rgba(255,255,255,1) solid;
		height: 0;
		/*配置*/
		overflow: hidden;
		pointer-events: auto;
		/*font-family: 'Noto Sans JP', sans-serif;*/
		font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
		color:#323232;
		font-weight: normal;
	}
	#menu li:last-child {
		border-bottom:none!important;
	}
	#menu li a {
		margin-top:10px;
		margin-bottom:4px;
		display:block;
		color:#333;
		font-size:14px;
	}
	
	/****メニューオープン時****/
	#menu:target .menuopen{
		/*配置*/
		display: none;
	}
	
	#menu:target .menuclose{
		/*配置*/
		display: block;
	}
	
	#menu:target li{
		/*デザイン*/
		padding: 0px;
		height: 40px;
		border-bottom: 1px rgba(255,255,255,1) solid;
	}
	
	.owl-carousel {
		margin-bottom:0px!important;
	}
	#footer {
		padding-top:0px!important;
	}
}

/* SPA */
.spa header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C7A776;
}
.spa header .container {
	margin-bottom:10px;
}
.spa #fh5co-header .nav li {
  font-size: 15px;
  display: inline-block;
  margin-left: 40px;
  text-transform: uppercase;
  color:#666;
}
.spa #fh5co-header .nav li a {
	color:#323232;
}
.spa .navbar-footer {
	font-size:14px;
	margin-bottom:10px;
}
.spa .navbar-footer ul {
}
.spa .navbar-footer li {
	/*float:left;*/
}
.spa .navbar-footer li a {
	color:#323232;
}
.spa .navbar-footer .main-nav.sp a:nth-of-type(n + 2) {
	margin-left:20px;
}

.spa > .box-wrap > #fh5co-header {
	padding-top:10px!important;
}
a[href^="tel:"] { cursor: default; }
a {
	color:#323232!important;
}
a:hover, #spa a:focus {
	color:#000!important;
	text-decoration: none!important;
}
#spa .fh5co-inner .holder-section {
	text-align:center;
}
#spa .fh5co-inner .holder-section h3 {
	font-size:24px;
	color:#323232;
}
#spa #fh5co-section .sozai {
	margin-top:200px;
}
#spa .sozai .row h3 {
	font-size:24px;
}
#spa .sozai .row .title {
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
}
#spa .sozai .row .title h2 {
	font-size:24px;
	font-weight:bold;
}
#spa .fh5co-inner .holder-section {
	padding-left:0px;
}
#spa .fh5co-services {
	margin-bottom:60px;
}
#spa .fh5co-inner.fh5co-services {
	text-align:right;
}
#spa .fh5co-inner.fh5co-services img {
	width:100%;
	height:100%;
}
#spa .fh5co-inner.fh5co-services .holder-section h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:14px;
	text-align:left;
}
#spa .fh5co-inner.fh5co-services .holder-section p {
	font-size:14px;
	line-height:24px;
	text-align:left;
}
@media only screen and (max-width: 768px) {
	.spa header {
		margin-bottom:0px!important;
		border:none!important;
	}
	#spa .sozai .row .title {
		margin-bottom:40px;
		font-size:16px;
	}
	#spa .sozai .row .title h2 {
		font-size:24px;
		font-weight:bold;
		margin-bottom:14px;
	}
	#spa .sozai .row .title h3 {
		font-size:18px;
		font-weight:bold;
	}
	#spa .sozai .row .title p {
		font-size:20px;
		line-height:26px;
	}
	#spa .fh5co-services {
		margin-bottom:40px;
	}
	#spa .fh5co-inner.fh5co-services {
		text-align:right;
	}
	#spa .fh5co-inner.fh5co-services .holder-section h3 {
		font-size:20px;
		font-weight:bold;
		margin-bottom:14px;
		text-align:center;
	}
	#spa .fh5co-inner.fh5co-services .holder-section p {
		font-size:13px;
		line-height:20px;
	}
	#spa .fh5co-inner.fh5co-services {
		margin-bottom:40px;
	}
	#spa .fh5co-inner.fh5co-services img {
		width:100%;
		height:100%;
	}
}

/* SPA Index */
#spa #fh4co-section {
	margin-top:20px;
	margin-bottom:40px;
}
#spa #fh5co-section {
	margin-top:20px;
}
#spa #fh6co-section {
	margin-top:40px;
}
#spa #fh6co-section h3 {
	font-size:24px;
}
#spa.spa .row.top {
	margin-top:0px;
	margin-bottom:30px;
}
#spa.spa .row.top .owl-carousel {
	margin-bottom:0px!important;
}
#spa #fh5co-intro-section .top img.logo  {
	width:30%;
	height:30%;
	margin-bottom:60px;
	margin-top:60px;
}
#spa #fh5co-intro-section h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}
#spa #fh5co-intro-section h3 {
	color: rgba(100, 100, 100, 0.8);
	font-size:20px;
	font-weight: 300;
	line-height: 38px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	margin-bottom:10px;
	font-weight:bold;
}
#spa #fh5co-intro-section .top p {
	font-size:18px;
	margin-left:20px;
	margin-right:20px;
}
#spa #fh5co-intro-section .third p {
	font-size:16px;
	margin-left:20px;
	margin-right:20px;
}
#spa .fh5co-intro-cover {
	padding:0!important;
}
#spa .about-main-section {
	margin-bottom:20px;
}
#spa .about-sub-section {
	margin-top:0px;
	margin-bottom:60px;
	text-align: center;
}
#spa .about-sub-section.title {
	margin-top:20px;
	margin-bottom:20px;
}
#spa .about-sub-section a img {
	width:40%;
	height:40%;
	margin-bottom:10px;
	opacity:1.0;
}
#spa .about-sub-section a:hover img ,#spa .about-sub-section a:focus img {
	opacity:0.7;
}
#spa .about-sub-section .detail {
	position: relative;
	text-align: center;
}
#spa .about-sub-section .detail h4 {
	position: relative;
	clear:both;
	margin-bottom:8px;
	font-size:22px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	line-height: 26px;
	font-weight: normal;
}
#spa .about-sub-section .detail p {
	position: relative;
	clear:both;
	margin-bottom:0;
	font-size:16px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
	line-height: 22px;
}
@media only screen and (max-width: 768px) {
	#spa #fh4co-section {
		margin-top:40px;
		margin-bottom:40px;
	}
	#spa #fh5co-section {
		margin-top:20px;
	}
	#spa #fh6co-section {
		margin-top:40px;
	}
	#spa #fh5co-intro-section .top {
		margin-top:40px;
	}
	#spa #fh5co-intro-section .top img.logo  {
		width:60%;
		height:60%;
		margin-bottom:50px;
		margin-top:30px;
	}
	#spa #fh5co-intro-section h2 {
		font-size: 40px;
		text-transform: uppercase;
		color: #333;
		letter-spacing: 1px;
	}
	#spa #fh5co-intro-section h3 {
		color: rgba(100, 100, 100, 0.8);
		font-size:20px;
		font-weight: 300;
		line-height: 38px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight:bold;
	  margin-bottom:10px;
	}
	#spa #fh5co-intro-section .top p {
		font-size:13px;
		margin-left:0px;
		margin-right:0px;
	}
/*	#spa.spa .row.top {
		margin-top:100px;
		float:left;
	}
	#spa .top img {
		width:60%;
		height:60%;
	}*/
	#spa .top p {
		margin-top:20px;
		font-size:11px;
	}
	#spa #fh5co-intro-section .third p {
		font-size:12px;
		margin-left:10px;
		margin-right:10px;
	}
	#spa .about-sub-section {
		margin-top:0px;
		margin-bottom:60px;
		text-align: center;
	}
	#spa .about-sub-section.title {
		margin-top:0px;
		margin-bottom:0px;
	}
	#spa .about-sub-section a img {
		width:80%;
		height:80%;
	}
	#spa .about-sub-section .detail h4 {
		margin-bottom:8px;
		font-size:18px;
		line-height: 22px;
	}
	#spa .about-sub-section .detail a h4 {
		text-decoration: underline;
	}
	#spa .about-sub-section .detail p {
		margin-bottom:0;
		font-size:12px;
		line-height: 16px;
	}
}
#spa .about-main-section img.main {
	width:70%;
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.6));
}
#spa .second .about-main-section {
	text-align: center;
}
#spa .second .about-main-section h3 {
	margin-bottom:8px;
	font-size:18px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
}
#spa .second .about-main-section > div.detail .min p {
	margin-bottom:10px;
	font-size:14px;
	line-height: 18px;
}
#spa small {
	width:100%;
	font-size: 16px;
	line-height: 20px;
	font-family: sans-serif;
}
#spa footer {
	margin-top:100px;
	/*border-top-width: 0.04em;
	border-top-style: solid;
	border-top-color: #CCC;*/
}
#spa footer #footer {
	margin-top:20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	#spa .second .about-main-section h3 {
		font-size:18px;
	}
	#spa .second .about-main-section > div.detail .min p {
		font-size: 8px;
		line-height: 16px;
	}
	#spa .about-main-section img.main {
		width:100%;
		filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
	}
	#spa small {
		font-size: 16px;
		line-height: 12px;
	}
	#spa footer {
		margin-top:40px;
	}
	#spa footer #footer {
		margin-top:10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
#spa .second .about-main-section > div.detail{
	margin-top:120px;
	margin-bottom:40px;
}
#spa .second .about-main-section > div.detail .min {
	margin-top:40px;
}
@media only screen and (max-width: 768px) {
	#spa .second .about-main-section > div.detail{
		margin-top:40px;
		margin-bottom:20px;
	}
}

/* 那須 霧島 河口湖 */
#spa_facilities > #fh5co-header {
	margin-bottom:0px;
}
#spa_facilities .fh4co-intro-cover {
	padding-bottom:0px!important;
}
#spa_facilities #fh5co-intro-section {
	padding-bottom:0px;
}
#spa_facilities .about-main-section {
	text-align:center;
	margin-bottom:30px;
}
#spa_facilities .about-main-section img.main {
	width:70%;
	height:70%;
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.6));
}
#spa_facilities .top img {
	margin-bottom:40px;
}
#spa_facilities .top h3 {
	margin-top:40px;
}
#spa_facilities .top p {
	font-size:16px;
	line-height:28px;
	margin-top:60px;
}
#spa_facilities .menu_title_area {
	margin-top:50px;
}
#spa_facilities .menu_title_area .menu_title {
	font-size:36px;
	margin-top:40px;
	margin-left: 40px;
	font-family: sans-serif;
}
#spa_facilities .menu_area {
	position: relative;
	height:auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	min-height: 100%;
	margin-top:50px;
	padding-bottom:40px;
	margin-bottom:20px;
}
@media only screen and (max-width: 768px) {
	#spa_facilities.spa .fh5co-intro-cover {
		padding-top:10px;
		padding-bottom:20px;
	}
	#spa_facilities .top img {
		margin-top:20px;
		margin-bottom:0px;
	}
	#spa_facilities .top img {
		width:100%;
		height:100%;
	}
	#spa_facilities .top p {
		margin-top:20px;
		font-size:10px;
		line-height:18px;
	}
	#spa_facilities .about-sub-section {
		margin-top:0px;
		margin-bottom:20px;
		text-align: center;
	}
	#spa_facilities .about-main-section img.main {
		width:100%;
		filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
	}
	#spa_facilities .about-sub-section .detail p {
		font-size:14px;
	}
	#spa_facilities .menu_title_area {
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #666;
	}
	#spa_facilities .menu_title_area .menu_title {
		font-size:36px;
		margin-top:20px;
		margin-left: 10px;
		font-family: sans-serif;
	}
	#spa_facilities .menu_area {
		position: relative;
		height:auto;
		border-left-style: none;
		min-height: 100%;
	}
}
#spa_facilities .operation_menu {
	text-align:left;
	margin-top:54px;
}
#spa_facilities .operation_menu:nth-of-type(n + 2) {
	margin-top:100px;
}
#spa_facilities .operation_menu > h2 {
	margin-bottom:10px;
	font-size:26px;
}
#spa_facilities .operation_menu > h3 {
	margin-bottom:10px;
	font-size:20px;
	color:#333;
	font-family: sans-serif;
}
#spa_facilities .operation_menu > p {
	margin-top:0px;
	font-size:15px;
	line-height: 20px;
	text-align:left;
}
#spa_facilities .operation_menu img.main {
	width:100%;
	height:100%;
	margin-bottom:20px;
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.6));
}
#spa_facilities .operation_menu .operation_sub_menu > h2 {
	margin-top:20px;
	margin-bottom:0px;
	color:#C7A776;
	font-size:20px;
}
#spa_facilities .operation_menu .operation_sub_menu > h3 {
	margin-bottom:0px;
	font-size:24px;
}
#spa_facilities .operation_menu .operation_sub_menu > h4 {
	margin-bottom:4px;
	margin-top:4px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#spa_facilities .operation_menu .operation_sub_menu > .price {
	text-align:left;
	font-size:14px;
	margin-top:8px;
	margin-bottom:14px;
}
#spa_facilities .operation_menu .operation_sub_menu > .price > h3 {
	font-size:14px;
	font-weight: bold;
	margin-bottom:4px;
}
#spa_facilities .operation_menu .operation_sub_menu > p {
	margin-top:4px;
	margin-bottom:20px;
	font-size:13px;
	line-height: 20px;
	text-align:left;
}

@media only screen and (max-width: 768px) {
	
	#spa_facilities .operation_menu {
		margin-top: 20px;
		border-top-style: none;
	}
	#spa_facilities .operation_menu img.main {
		width:100%;
		height:100%;
		margin-bottom:10px;
		filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
	}
	#spa_facilities .operation_menu:nth-of-type(n + 2) {
		border-top-width: thin;
		border-top-style: dotted;
		border-top-color: #999;
		margin-top: 40px;
		padding-top: 20px;
	}
	#spa_facilities .operation_menu > h2 {
		font-size:24px;
	}
	#spa_facilities .operation_menu > h3 {
		margin-bottom:10px;
		font-size:20px;
		color:#666;
	}
	#spa_facilities .operation_menu .operation_sub_menu > h2 {
		margin-top:14px;
		margin-bottom:0px;
		font-size:18px;
	}
	#spa_facilities .operation_menu .operation_sub_menu > h3 {
		font-size:16px;
	}
	#spa_facilities .operation_menu .operation_sub_menu > h4 {
		font-size:13px;
	}
	#spa_facilities .operation_menu .operation_sub_menu > .price {
		font-size:10px;
		margin-top:8px;
		margin-bottom:8px;
	}
}

#spa_facilities #footer img {
	clear:both;
	width:100%;
}
#spa_facilities #footer small {
	clear:both;
	width:100%;
	float:left;
	font-size: 16px;
	line-height: 20px;
	font-family: sans-serif;
	margin-top:10px;
}

#spa_facilities .fh6co-intro-cover {
	padding:0!important;
	margin-top:80px;
	margin-bottom:40px;
}
#spa_facilities .bottom h4 {
	margin-bottom:10px;
	font-size:18px;
	line-height: 22px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
}
#spa_facilities .bottom p {
	margin-bottom:10px;
	font-size:16px;
	line-height: 20px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
}

@media only screen and (max-width: 768px) {
	#spa_facilities .fh6co-intro-cover {
		padding:0!important;
		margin-top:0px;
		margin-bottom:20px;
	}
	#spa_facilities .bottom h4 {
		margin-bottom:10px;
		font-size:16px;
		line-height: 20px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
	}
	#spa_facilities .bottom p {
		margin-bottom:4px;
		font-size:12px;
		line-height: 16px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color:#323232;
	font-weight: normal;
	}
	#spa_facilities #footer img {
		width:30%;
		height:30%;
	}
}

#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
#fh5co-product-section, .about-section {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #fh5co-product-section, .about-section {
    padding-bottom: 10px;
  }
}

#spa_facilities #google-map {
	width:100%;
	height: 400px;
}
#spa_facilities #google-map > iframe {
	width:100%;
	height: 400px;
	border:0;
}


#spa_facilities .spa_top {
	margin: 0;
	width: 100%;
	height:100px!important;
	background-image:url(../images/baraka_spa_logo.png);
	background-repeat:no-repeat;
	text-indent:1000%;
	white-space:nowrap;
	overflow:hidden;
	background-position: 30px;
	opacity:1.0;
}
#spa_facilities .spa_top a {
	width:100%;
	height:100%;
	float:left;
}

#spa_facilities .spa_top:focus, #spa_facilities .spa_top:hover {
	opacity:0.7!important;
}

@media screen and (max-width: 768px) {
	#spa_facilities .main-nav.sp {
		text-align:center!important;
		margin-top:6px;
	}
	#spa_facilities .spa_top {
		width:100%;
		width:120px!important;
		margin-left:auto;
		margin-right:auto;
		background-position: 10px;
	}
}
/*
#spa_facilities .spa_top {
	text-align:center;
}
#spa_facilities .spa_top img {
	clear:left;
}
#spa_facilities .spa_top a {
	clear:left;
	margin-top:10px;
}*/