@charset "UTF-8";
/* CSS Document */

body{
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/* 追加 */
	font-size: 16px;
	line-height: 1.8em;
}
html,body,h1,h2,h3,h4,ul,li,p,span,iframe,footer,address{
	margin: 0;
	padding:0;
}
li{list-style-type: none;}

dt,dd,span{line-height: 1.8em;}
.no-padding{
	padding: 0;
}
img { -ms-interpolation-mode: bicubic; }
.Gothic{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.ban_inner{
	padding: 3rem 0;
	width: 100%;
	margin: 0 auto;
}
.site-wrapper {
	/* display: table; */
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-image: url(img/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
}
.navbar-brand{
	height: auto;
	padding: 15px 0 15px ;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 0.8);
	border:0;
}
.navbar {
	border-radius: 0;
}
.headerLogo{
	width: 40%;
	margin: 0 auto;
	/* display: inline-block; */
}
.headerLogo a{
	display: inline-block;
}
.navbar-toggle{
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a{
	/* position: relative;
	display: inline-block;
	transition: .3s; */
  color: #333333;
}
/* .navbar-default .navbar-nav>li>a::after{
	position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #7aa345;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar-default .navbar-nav>li>a:hover::after {
  width: 80%;
} */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #508c02;
}
.navbar-default{
	background-color:rgba(255, 255, 255, 0.95);
	border-color: transparent;
}

.navbar-default .navbar-nav li:last-child a{
	border-right: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}
.nav-pt {
	padding-top:0;
}
.navbar-brand>img{
	width: 46%;
	margin: 0 auto;
}
.navbar-toggle {
    position: absolute;
    float: none;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 0;
}
@media (min-width: 768px){
	.navbar-default .navbar-nav>li>a{
		position: relative;
		display: inline-block;
		transition: .3s;
	  color: #333333;
	}
	.navbar-default .navbar-nav>li>a::after{
		position: absolute;
	  bottom: 0;
	  left: 50%;
	  content: '';
	  width: 0;
	  height: 2px;
	  background-color: #7aa345;
	  transition: .3s;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
	.navbar-default .navbar-nav>li>a:hover::after {
	  width: 70%;
	}
	.navbar-default {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
	}
	.nav-pt {
		padding-top:25px;
		padding-bottom: 10px;
	}
	.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
	}
	.navbar-brand>img{
		width: 100%;
	}
	.navbar-default .navbar-nav a{
		border-right: 1px solid #afafaf;
		color: #333333;
	}
	.navbar-brand{
		padding: 0 0 15px ;
	}
}
@media (min-width: 992px){
	.nav-pt {
		padding-top:43px;
	}
}

@media (min-width: 1200px){
	.nav-pt {
		padding-top:44px;
	}
}
/* .navbar-inverse .navbar-nav>li>a{
	color: #333333;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active{
	color: #00ad1f;
} */

section.irregular-kokuchi{
	margin: 5rem 0 2rem;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2rem;
}
section.irregular-kokuchi h2{
	margin: 0 auto 3rem;
	text-align: center;
	font-size: 20px;
}


section.charm{
	margin: 5rem 0 2rem;
}
section.charm h2{
	margin: 0 auto 3rem;
	text-align: center;
	font-size: 20px;
}

.charm_box{
	text-align: center;
}
.charm_box img{
	width: 100%;
	margin: 0 auto;
}
.charm_box p{
	padding:  2rem 0;
	font-size: 18px;
}

section.about{
	background-image: url(img/top_onsen.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem 0 3rem;
}

.about_text{
	line-height: 2em;
	color: #FFFFFF;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.9);
	font-size: 16px;
}
.about_text p{
	margin-bottom: 3rem;
}

section.map{
}
section.access{
	padding: 5rem 0;
}
section.access h4{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3rem;
	: 1.5em;
}
section.access p{
	margin-bottom: 3rem;
}
.soft_c{
	position: relative;
}
.soft_c .soft_c-img{
	position: absolute;
	top: 50%;
	right: 0;
}
ul.footer-nav {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.5em;
}
.footer-nav li {
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}
.footer-nav li:last-child {
	border-right: 0;
}
.footer-nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0;
}
footer{
	background-color: #7aa345;
	width: 100%;
	color:#FFFFFF;
	padding: 5rem 0 3rem;
	position: absolute;
}
section.access p,
address{
	line-height: 1.8em;
}
address a{
	color: #333;
}
#pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);

}
a[href^="tel:"] {
	cursor: default;
}

.copy{
	text-align: center;
	margin-top: 5rem;
	font-size: 12px;
}
/* 間隔調整 */
.p_tb2{
	padding: 2rem 0;
}
.pd_4{
	padding: 4rem 0;
}
.pd_b_4{
	padding: 0 0 4rem;
}
.m_b_8{
	margin-bottom: 8rem;
}
.m_b_7{
	margin-bottom: 7rem;
}
.m_b_6{
	margin-bottom: 6rem;
}
.m_b_5{
	margin-bottom: 5rem;
}
.m_b_4{
	margin-bottom: 4rem;
}
.m_b_3{
	margin-bottom: 3rem;
}
.pd_t_4{
	padding-top: 4rem;
}
.pd_t_2{
	padding-top: 2rem;
}
/* //間隔調整 */
.pc{display: none!important;}
.sp{display: block!important;}
.surround{
	padding: 0.5em;
	background-color: #efefef;
	margin-bottom: 2rem;
}
/* 日帰り温泉 */
.higaeri-wrapper {
	display: inline-block;
	width: 100%;
	position: absolute;
}
.mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.jumbotron{
	margin-bottom: 0;
}
.jumbotron.contents_tit_higaeri,
.jumbotron.contents_tit_cuisine,
.jumbotron.contents_tit_cuisine2,
.jumbotron.contents_tit_information,
.jumbotron.contents_tit_lodging,
.jumbotron.contents_tit_event{
	padding: 19rem 0 10rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.jumbotron.contents_tit_higaeri{
	background-image: url(higaeri/img/header_img.jpg);
}
.jumbotron.contents_tit_cuisine{
	background-image: url(cuisine/img/header_img.jpg);
}
.jumbotron.contents_tit_cuisine2{
	background-image: url(cuisine/img/header_img2.jpg);
}
.jumbotron.contents_tit_information{
	background-image: url(information/img/header_img.jpg);
}
.jumbotron.contents_tit_lodging{
	background-image: url(lodging/img/header_img.jpg);
}
.jumbotron.contents_tit_event{
	background-image: url(event/img/header_img.jpg);
}
.jumbotron.contents_tit_surrounding{
	background-image: url(surrounding/img/header_img.jpg);
	padding: 19rem 0 10rem;
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
}
.jumbotron.contents_tit_higaeri h1,
.jumbotron.contents_tit_cuisine h1,
.jumbotron.contents_tit_cuisine2 h1,
.jumbotron.contents_tit_information h1,
.jumbotron.contents_tit_lodging h1,
.jumbotron.contents_tit_event h1,
.jumbotron.contents_tit_surrounding h1{
	color: #FFFFFF;
  font-size: 38px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
section.higaeri-furo,
section.koshitu,
section.kannai,
section.lodging,
section.event,
section.surrounding{
	padding: 5rem 0;
}
.furo_kounou{
	margin-bottom: 2rem;
}
.text_left{
	text-align: left;
	padding: 3rem 0 0;
}
.text_center{
	text-align: center;
	padding: 3rem 0;
}
.text_center_2{
	text-align: center;
	padding: 5rem 0 1rem;
}
section.higaeri-furo h2,
section.higaeri-time h2,
section.higaeri-price h2,
section.koshitu h2,
section.kannai h2,
section.information-price h2,
section.lodging h2,
section.lodging-price h2,
section.event h2,
section.event-info h2,
section.surrounding h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 3rem;
  font-size: 22px;
	text-align: center;
}

section.menu h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto 0;
  font-size: 22px;
	text-align: center;
}
section.shisetu h2,
h3.price_tit,
h3.time_tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 3rem auto 2rem;
	text-align: center;
}
section.shisetu h2{
	font-size: 22px;
}
h3.price_tit,
h3.time_tit{
  font-size: 30px;
}
h3.price_tit span{
	display: block;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top: 1rem;
}
section.higaeri-price,
section.lodging-price{
	padding:  5rem 0;
}
.higaeri-time_box{
	text-align: center;
}
.higaeri-time_box h4{
	font-weight: 600;
	margin: 3rem 0 1rem;
}
.b_600{
	font-weight: 600;
}
section.higaeri-time{

}
.higaeri-time_inner,
.information-price_inner{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5rem 0 ;
}
section.higaeri-price h4,
section.lodging-price h4{
	font-weight: 600;
}
dl.price{
	font-size: 14px;
}
dl.price span{
	font-size: 12px;
	padding-left: .5rem;
}
.price dt {
  float: left;
  clear: left;
  width: 15em;
  padding: 10px 0;
	font-weight: normal;
}
.price dd {
  padding: 10px 0 10px 15em;
	text-align: right;
  border-bottom: 1px #e0e0e0 solid;
}
.price dd.border-n{
	border-bottom: 0;
}
.price dd.border-nt,
.price dt.border-nt{
	padding-top: 0!important;
}
/* //日帰り温泉 */
/* 料理 */
section.cuisine h4{
	text-align: center;
	margin: 2rem auto 2rem;
}
.cuisine_inner{
	border-bottom: 1px solid #e0e0e0;
	padding: 5rem 0 5rem;
}
section.menu{
	padding:5rem 0;
}
/* //料理 */
/* 館内施設 */
section.information-price{

}

/* //館内施設 */
.w80{
	width: 60%;
	margin: 0 auto;
}
.comment{
	text-align: right;
	font-size: 14px;
}
.comment_02{
	text-align: left;
	font-size: 14px;
}
.frame {
	display: inline-block;
	box-shadow:5px 5px 10px -5px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
@media only screen and (max-width:480px){
	.spb_b_3{
		padding-bottom: 3rem;
	}
	.m_b_15{
		margin-bottom: 15px;
	}
	.m_b_30{
		margin-bottom: 30px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {

}

@media (min-width: 768px) {
	.ban_inner{
		padding: 5rem 0;
		width: 60%;
	}
	.site-wrapper {
		min-height: 600px;
	}
	.headerLogo{
		width: 100%;
		margin: 0 ;
		display: inline-block;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		position: relative;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		margin-left: 0;
	}
	.navbar-header {
		width: 16%;
	}
	.navbar-brand{
		padding-top: 15px;
	}
	.charm_box img{
		width: 70%;
	}
	.charm_box p{
		padding: 3rem 0;
	}
	section.irregular-kokuchi h2{
		margin: 0 auto 5rem;
		font-size: 30px;
	}
	section.charm h2{
		margin: 0 auto 5rem;
		font-size: 30px;
	}
	section.about{
		padding: 10rem 0 8rem;
	}
	.about_text{
		font-size: 18px;
	}
	ul.footer-nav {
		font-size: 14px;
	}
	.no-padding{
		padding-left: 0;
		padding-right: 0;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.pc{display: block!important;}
	.sp{display: none!important;}
	/* ホバーエフェクト */
	figure img {
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	figure:hover img {
		opacity: .5;
	}
	/* //ホバーエフェクト */
	/* 日帰り温泉 */
	.furo_kounou{
		text-align: center;
		padding:0 0 3rem;
	}
	section.higaeri-furo h2,
	section.higaeri-time h2,
	section.higaeri-price h2,
	section.menu h2,
	section.koshitu h2,
	section.kannai h2,
	section.information-price h2,
	section.lodging h2,
	section.lodging-price h2,
	section.event h2,
	section.event-info h2,
	section.surrounding h2{
	margin: 0 auto 5rem;
  font-size: 30px;
	text-align: center;
	}
	section.shisetu h2{
	margin: 5rem auto 3rem;
	font-size: 30px;
	text-align: center;
	}
	.jumbotron.contents_tit_higaeri h1,
	.jumbotron.contents_tit_cuisine h1,
	.jumbotron.contents_tit_cuisine2 h1,
	.jumbotron.contents_tit_information h1,
	.jumbotron.contents_tit_lodging h1,
	.jumbotron.contents_tit_event h1,
	.jumbotron.contents_tit_surrounding h1{
	  font-size: 48px;
	}
	.higaeri-time_inner,
	.information-price_inner{
		padding: 10rem 0 ;
	}
	/* //日帰り温泉 */
	dl.price{
		font-size: 16px;
	}
}

/*----------------------------------------------------------------------
news埋め込み
----------------------------------------------------------------------*/
iframe.news_inner {
	width: 100%;
}

/*----------------------------------------------------------------------
shopバナー
----------------------------------------------------------------------*/
.shop_bnn_box a img {
	transition: all 0.3s;
}

.shop_bnn_box a:hover img {
	opacity: 0.8;
}

.text-red { color: #ff0000;}

/*----------------------------------------------------------------------
追加スタイル
----------------------------------------------------------------------*/
ul.kome {
	
}
ul.kome li {
	list-style-type: none;
	text-indent: -8px;
	margin-left: 16px;
}
ul.kome li::before {
	content: '※';
	display: inline-block;
}
.w-100 {
	width: 100%;
}
.d-inline-block {
	display: inline-block;
}
h2.notification {
	font-weight: bold;
	margin-bottom: 1rem!important;
}
h3.notification {
	width:100%;
	background-color: #FF0000;
	padding: 3%;
	color:#FFFFFF;
	text-align: center;
	margin-bottom: 5rem;
}
.border {
	border: 1px solid;
}
.pd-1 {
	padding: 1rem;
}
.pd-2 {
	padding: 2rem;
}
.pd-3 {
	padding: 3rem;
}
.pd-4 {
	padding: 4rem;
}
.pd-b1 {
	padding-bottom: 1rem;
}
.pd-b2 {
	padding-bottom: 2rem;
}
.pd-b3 {
	padding-bottom: 3rem;
}
.pd-b4 {
	padding-bottom: 4rem;
}
.pd-b5 {
	padding-bottom: 5rem;
}
.mr-b1 {
	margin-bottom: 1rem;
}
.mr-b2 {
	margin-bottom: 2rem;
}
.mr-b3 {
	margin-bottom: 3rem;
}
.mr-b4 {
	margin-bottom: 4rem;
}
.mr-b5 {
	margin-bottom: 5rem;
}
.crearfix {
	clear: both;
}
.w-auto {
	width: auto!important;
}
dl.w-auto dt {
	width: auto!important;
}
dl.unfold-list dd {
	padding: 10px 0!important;
}
@media screen and (min-width: 768px) {
	.d-md-table {
		display: table;
	}
	.d-md-flex {
		display: flex;
	}
	dl.d-md-table dt ,
	dl.d-md-flex dt {
		width: 30%;
	}
	dl.d-md-table dd ,
	dl.d-md-flex dd {
		width: 70%;
	}
}