﻿html,body{
	padding:0;
	margin:0;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

div, li{
	box-sizing: border-box;
}

ul{
	padding:0;
	margin:0;
}
li{
	list-style-type:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.em-green {
	color: #3da509;
	font-weight: bold;
}

.main_wrapper{
	width: 1000px;
	margin: auto;
	padding: 0 20px;
}

.contents{
	width:1000px;
	margin:0 auto;
}

#main-visual{
	height:600px;
	margin-bottom:30px;
	background-size:cover;
	background-position:center center;
	text-align:center;
	position: relative;
}

.main_visual_logo{
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*
#main-visual img{
	margin-top:100px;
} */

.pagetop {
	display:block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color:#c3d825;
    text-decoration:none;
    color:#000;
    font-size:20px;
    padding:30px;
	border-radius:5px;
	border:1px solid #fff;
}

/* メニュー */
#menu{
	margin-bottom: 30px;
}
.menu_list{
	display:flex;
	flex-wrap: wrap;
}
.menu_list li {
	position: relative;
	width:16.666%;
}
.menu_list_a {
	display: block;
	height:135px;
}
.menu_list_price{
	background: url(../img/menu-1.png) center center no-repeat;
}
.menu_list_map{
	background: url(../img/menu-2.png) center center no-repeat;
}
.menu_list_reserve{
	background: url(../img/menu-3.png) center center no-repeat;
}
.menu_list_access{
	background: url(../img/menu-4.png) center center no-repeat;
}
.menu_list_blog{
	background: url(../img/menu-5.png) center center no-repeat;
}
.menu_list_contact{
	background: url(../img/menu-6.png) center center no-repeat;
}
.menu_list_price:hover{
	background: url(../img/menu-1-on.png) center center no-repeat;
}
.menu_list_map:hover{
	background: url(../img/menu-2-on.png) center center no-repeat;
}
.menu_list_reserve:hover{
	background: url(../img/menu-3-on.png) center center no-repeat;
}
.menu_list_access:hover{
	background: url(../img/menu-4-on.png) center center no-repeat;
}
.menu_list_blog:hover{
	background: url(../img/menu-5-on.png) center center no-repeat;
}
.menu_list_contact:hover{
	background: url(../img/menu-6-on.png) center center no-repeat;
}


/* トップページ */
.news-title {
	margin-top: 0px;
	font-weight: bold;
}
.news {
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #c3d825;
}
.sns_area{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spotinfo {
	width:49%;
	background-color:#c3d825;
	border-radius:5px;
	padding: 30px;
	margin-bottom:20px;
}
#spotinfo p{
	margin: 0;
}
.access-map{
	width:100%;
}
#sns{
	width:49%;
	background-color:#c3d825;
	border-radius:5px;
	text-align:center;
	padding: 10px;
	margin-bottom:20px;
}
.insta-link {
	display: block;
	padding: 10px;
	padding-left: 40px;
	background: #fff;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left;
	background-image: url("../img/insta-logo.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	color: #000;
	transition: 0.2s;
}
.insta-link:hover {
	opacity: 0.8;
}

/* バナーエリア */
.bnr_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bnr-item {
	margin: 10px;
	width: 400px;
}



/*
#menu-area{
	width:100%;
	margin-left:-20px;
}

#menu-area li{
	float:left;
	width:16.666%;
	text-align:center;
}*/

/* #menu-area img{
	width:80%;
}

#menu-area a{
	display:block;
}

#menu-area li:hover img{
	visibility:hidden;
} */

/* ロゴ */
.logo{
	width:520px;
	margin-top:110px;
	text-align:center;
}
.logo img{
	width:500px;
}

/* ニュース */
#news {
	width:500px;
}
#news .date{
	width:100px;
	padding:3px;
	text-align:center;
	background-color:#000;
	color:#fff;
	border-radius:5px;
}
#news li{
	border-bottom:1px dotted #000;
}
#news li:last-child{
	border-bottom:none;
}


/* MAP */
.map-photo li{
	margin-bottom:5px;
}

.bigmap{
	width:900px;
}
.smallmap{
	width:500px;
}

/* 下メニュー */
#bottom-menu{
	text-align:center;
}
#bottom-menu li{
	float:left;
	padding:0px 20px;
}

/* 住所 */
#address{
	margin-top:50px;
	text-align:center;
	background-color:#c3d825;
	padding:20px 0;
}

/* フッター */
#footer{
	margin-top:50px;
	text-align:center;
	padding:20px 0;
	background-color:#c3d825;
}


/* P */
.headline{
	font-size:40px;
	text-align:center;
	border-bottom:3px solid #c3d825;
}
.headline .sub{
	font-size:26px;
	margin-left:30px;
}
.headline-link{
	padding-top:20px;
}


/* 下層メニュー */
#top-menu{
	width:1000px;
	padding:30px 0;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
#top-menu .top-logo{
	width:250px;
}
#top-menu .top-logo img{
	width:230px;
}
.top_menu_list {
	width:750px;
	display: flex;
	flex-wrap: wrap;
}
.top_menu_list li{
	text-align: center;
	margin-left:2px;
	width:123px;
	height:50px;
	line-height:50px;
}
#top-menu li.current{
	background-color:#c3d825;
}
#top-menu a{text-decoration:none;display:block;outline: none;}
#top-menu a:link{color:#000;}
#top-menu a:visited{color:#000;}
#top-menu a:hover{color:#000;}
#top-menu a:active{color:#000;}


/* 下層タイトル */
.page-title{
	font-size:60px;
	padding:20px 0px;
	margin-bottom:50px;
	background-color: #c3d825;
}
.page-title .sub{
	font-size:30px;
	margin-left:30px;
}

/*下層アンカーリンク*/
.anchor-link{
	display: flex;
	flex-wrap: wrap;
}
.anchor-link li{
	/* float:left; */
	margin-right:30px;
	margin-bottom: 10px;
}
.anchor-link li:before{
	content:'▼';
	font-size:24px;
	color:#b8cc23;
}
.anchor-link a{text-decoration:none; outline: none; font-size:22px;}
.anchor-link a:link{color:#000;}
.anchor-link a:visited{color:#000;}
.anchor-link a:hover{color:#000; border-bottom:3px solid #c3d825;}
.anchor-link a:active{color:#000;}



/*下層コンテンツ*/

a.default{text-decoration:none;outline: none;}
a.default:link{color:#000;border-bottom:1px solid #c3d825;}
a.default:visited{color:#000;border-bottom:1px solid #c3d825;}
a.default:hover{color:#c3d825;border-bottom:1px solid #c3d825;}
a.default:active{color:#000;border-bottom:1px solid #c3d825;}

a.default2{text-decoration:none;outline: none;}
a.default2:link{color:#000;border-bottom:1px solid #fff;}
a.default2:visited{color:#000;border-bottom:1px solid #fff;}
a.default2:hover{color:#fff;border-bottom:1px solid #fff;}
a.default2:active{color:#000;border-bottom:1px solid #fff;}
.img-center{
	display:block;
	margin:0 auto;
}
.contents .text{
	margin:20px 0;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
p.square{
	padding:15px;
	border:1px solid #c3d825;
}
span.text-emp{
	font-size:30px;
	font-weight:bold;
	color:#b8cc23;
}
table{
	width:100%;
	border-collapse: collapse;
}
th{
	padding:10px;
	background-color: #ccc;
	border:1px solid #999;
}
td{
	padding:10px;
	border:1px solid #999;
}


/*施設マップ*/
p.map-img:hover {
    position: relative;
    text-decoration: none;
}
p.map-img span {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}
p.map-img:hover span {
    border: none;
    display: block;
    width: 210px;
}

.map-photo li{
	float:left;
	width:25%;
}
.map-photo li img{
	width:98%;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c3d825;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hinata {
	margin-bottom: 40px;
}
.bnr-hinata {
	border: 1px solid #ccc;
}

/* サウナバナー */
.bnr-sauna-wrap {
	margin-top: 20px;
	border: 1px solid #c3d825;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
}
.bnr-sauna {
	width: 400px;
}
@media screen and (max-width:767px) {
	.bnr-sauna {
		width: 100%;
	}
}


.icon_sp {
	width: 32px;
}
.tel_green a{
	color: #c3d825;
	text-decoration: none;
}
.tel_white a {
	color: #fff;
	text-decoration: none;
}



/* スマホ対応 */
@media screen and (max-width:767px) {
	.all_wrapper{
		width: 100%;
	}
	.main_wrapper{
		width: 100%;
	}
	#main-visual{
		height: 40vh;
	}
	.main_visual_logo{
		width: 80%;
	}
	.menu_list li {
		width: 33.3333%;
	}
	.menu_list_a{
		background-size: 90%;
		max-width: 135px;
	}
	.menu_list_a:hover{
		background-size: 90%;
		max-width: 135px;
	}
	#spotinfo{
		width: 100%;
	}
	#sns{
		width: 100%;
	}
	.pagetop{
		bottom:20px;
		right: 20px;
		padding: 10px 20px;
		font-size: 16px;
	}
	#top-menu .top-logo{
		width: 100%;
		text-align: center;
		height: 80px;
		/* margin-bottom: 20px; */
	}
	/*
	#top-menu .top-logo img{
		width: 80%;
	} */
	#top-menu{
		width: 100%;
		padding-top: 20px;
	}
	.top_menu_list li{
		width: 33.3333%;
		margin: 0;
		border: 0;
	}
	.icon_phone{
		font-size: 24px !important;
	}
	.icon_sp {
		width: 24px;
	}
  span.text-emp{
		font-size: 20px;
	}
	.tel_white a{
		color: #fff;
		text-decoration: none;
	}
	.map_google{
		width: 100%;
	}
	.smallmap{
		width: 100%;
	}
	.pc_parts{
		display: none;
	}
	.sp_parts{
		display: block;
	}
	.page-title{
		font-size: 40px;
	}
	.page-title .sub{
		font-size: 20px;
	}
	.headline{
		font-size: 30px;
	}
	.headline .sub{
		font-size: 20px;
	}
	.eng_wrap{
		word-wrap: break-word;
	}
}
