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

html {
	width: calc(100vw - 17px);
	margin: 0!important;
}

body {
	font-family: 'Noto Serif JP', serif, Avenir, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:bold;
	font-feature-settings: "ss02";
	width: calc(100vw - 17px);
	padding: 0!important;
	background-color: white;
	overflow-y: scroll;
}


@media screen and (max-width: 767px) {
	html {		width: 100%;	}
	body {		width: 100%;	}
	.container-fluid{
		padding-right: 0px;
		padding-left: 0px;
	}
}
a {
	color: #330099;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #3300EE;
 	outline: none;
 	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-family: 'Noto Serif JP', serif, Avenir, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
	word-wrap: break-word; /* IE11用 */
	overflow-wrap: break-word;
}

/* ヘッダー行
----------------------------------------------------------------------------------------------------*/
.discription{
	background-color:#D1696B;
	color:white;
	font-size:80%;
}
.container-innner{
	max-width:1140px;
	margin:auto;
}
/* ロゴ部
----------------------------------------------------------------------------------------------------*/
.logo{
	background:url("../img/background.jpg");
}

/* メインメニュー
----------------------------------------------------------------------------------------------------*/
div.menu{
	height:80px;
}
.menu ul{
	display:flex;
	list-style :none;
	max-width:1140px;
	margin:auto;
	padding-inline-start: 0px;
}
.menu li{
	display:flex;
	align-items: center;
	justify-content: center;
	color:black;
	width:20%;
	height:80px;
	font-size:1.3rem;
	text-shadow: 0px 0px 5px #FFFFFF;
}
.menu .innner{
	width:1140px;
	margin:auto;	
}

.menu a {
	color: black;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu a:hover, a:active, a:focus {
	color: #DD9999;
 	outline: none;
 	text-decoration: none;
}

/* スマフォ用メニュー
----------------------------------------------------------------------------------------------------*/
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #AA6666;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check{display: none;}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #660000;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

.overline{
	height:70px;
	padding-top:10px;
	text-align:right;
}


.bg-switcher {
	width: calc(100vw - 17px); 
	height:calc(50vh - 90px);
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bg-switcher .layer01{
	position: absolute;
	bottom:100px;
	left:49%;
}
.bg-switcher .layer02{
	position: absolute;
	bottom:0px;
}

.bg-switcher2 {
	width: calc(100vw - 17px); 
	height:calc(60vh - 50px);
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bg-switcher2 .layer01{
	position: absolute;
	bottom:20px;
	left:49%;
}
.bg-switcher2 .layer02{
	position: absolute;
	bottom:0px;
}
.bg-switcher2 .layer03{
	position: absolute;
	bottom:35%;
	width:80%;
	max-width:1025px;
}

.flex-jsc{
  justify-content: center;
  align-items: center;
}


.bg-switcher3 {
	width: calc(100vw - 17px); 
	height:calc(40vh - 50px);
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bg-switcher3 .layer02{
	position: absolute;
	bottom:0px;
}
.bg-switcher3 .layer03{
	position: absolute;
	bottom:40%;
}

.bg-switcher3.acc{		background-image: url("../acc/img/main-back.jpg");}
.bg-switcher3.price{	background-image: url("../price/img/main-back.jpg");}
.bg-switcher3.room{		background-image: url("../room/img/main-back.jpg");}
.bg-switcher3.point{	background-image: url("../point/img/main-back.jpg");}
.bg-switcher3.hotspring{	background-image: url("../hotspring/img/main-back.jpg");}
.bg-switcher3.mail{	background-image: url("../mail_form/img/main-back.jpg");}


@media screen and (max-width: 767px) {
	.bg-switcher2,.bg-switcher3  {
	width: 100%; 
	height:calc(20vh);
	}
	.bg-switcher3 .layer03{
		position: absolute;
		bottom:45%;
		max-width:80%;
	}
}


/* メイン
----------------------------------------------------------------------------------------------------*/
.main{
	background:url("../img/background.jpg");
}
.main-inner{
	width:1140px;
	margin:0 auto;
}

@media screen and (max-width: 1140px) {
	.main{
		background:none;
	}
	.main-inner{
		width:100%;
		margin:0 auto;
		background:none;
	}
}

.tag {
	width:100%;
	max-width:1000px;
	background-color:#DDDDEE;
	padding:3px;
	margin:5px auto;
	border-radius: 3px;
}
.tag2 {
	width:100%;
	max-width:1000px;
	background-color:#DDDDEE;
	padding:5px;
	margin:5px auto;
	border-radius: 3px;
	text-align: left;
}
.w-600{
	width:100%;
	max-width:600px;
	margin:5px auto;
}
.w-1000{
	width:100%;
	max-width:1000px;
	margin:5px auto;
}
.icon-men{
	color:#000066;
}
.icon-women{
	color:#660000;
}
.lead{
	font-size: 1rem;
	text-align: left;
	padding:0 10px;
}
.lead2{
	font-size: 1.2rem;
	text-align: left;
	padding:0 10px;
}
.point{
	width:100%;
	max-width:1000px;
	margin:10px auto 5px auto;
}
.point div{
	background:#000066;
	padding:5px 0 0 0;
	color:white;
	font-size:1rem;
}
	
table.price-table,table.price-table2{
	border-collapse: separate;
	border-spacing: 30px 8px;
	background-color: #eaeaff;
	width:100%;
	max-width:1300px;
	margin:0px auto 5px auto;
}
table.price-table.cos{background-color: #FFEEDD;}
table.price-table.pink{background-color: #FFEEFF;}

.price-table h3,.price-table2 h3{
	margin:20px 0;
	font-size:1.6rem;
}
.price-table .h6,.price-table2 .h6{
	margin:0;
	font-size:1rem;
}

.price-table hr,.price-table2 hr{
	width:100%;
	border-top: 1px solid #640000;
	background-color: rgb(232, 243, 131);
}
.price-table tr,.price-table td,
.price-table2 tr,.price-table2 td{
	font-size: 1.4rem;
	padding:5px;
}
.price-table .box,.price-table2 .box{
	width:50%;
	background-color: white;
}
.price-table .box2,.price-table2 .box2{
	width:33%;
	background-color: white;
}
.price-table .box3,.price-table2 .box3{
	width:25%;
	background-color: white;
}
.price-table .box4,.price-table2 .box4{
	width:20%;
	background-color: white;
}
.price-table .box4a,.price-table2 .box4a{
	width:40%;
	background-color: white;
}
.price-table .box3.gray,.price-table2 .box3.gray,
.price-table .box.gray,.price-table2 .box.gray{
	background-color:#F0F0F0;
}
.price-table .box3.red,.price-table2 .box3.red{
	color:#AA0000;
}
.price-table .lead{
	font-size:1rem;
}

table.in-table{
	background-color: white;
	width:100%;
	margin:0px auto 0px auto;
	border-collapse:  collapse;
}
.in-table th,.in-table td {
    border: solid 1px; 
	font-size:1rem;
}
.in-table .box{
	width:25%;
	background-color: #F0F0F0;
}

table.point-table{
	border-collapse: separate;
	border-spacing: 10px 8px;
	background-color: white;
	width:100%;
	max-width:1000px;
	margin:0px auto 0px auto;
}

.point-table h3{
	margin:20px 0;
	font-size:1.6rem;
}

.point-table hr{
	width:100%;
	border-top: 2px solid #000064;
	background-color: rgb(232, 243, 131);
}
.point-table tr,.point-table td{
	font-size: 1.4rem;
	padding:5px;
	color:white;
}
.point-table .box{
	width:50%;
	background-color: #000066;
}
.point-table .box2{
	text-align: center;
	width:33%;
	background-color: #000066;
}

@media screen and (max-width: 767px) {
	table.price-table,	table.price-table2{
		border-collapse: separate;
		border-spacing: 5px;
		background-color: #eaeaff;
		width:100%;
	}
	.price-table h3,.price-table2 h3{
		margin:5px 0;
		font-size:1.2rem;
	}
	h2 {
		font-size:1.5rem;
	}
	.h3 {
		font-size:1rem;
	}
	.price-table hr,.price-table2 hr{
		width:100%;
		border-top: 2px solid #000064;
		background-color: rgb(232, 243, 131);
		margin:3px 0;
	}
	.price-table tr,.price-table td,
	.price-table2 tr,.price-table2 td,
	.point-table tr,.point-table td{
		font-size: 1rem;
		padding:5px;
	}
    table.price-table {
	table-layout: fixed;
	margin:0;
    }
 
    table.price-table th.brake,
    table.price-table td.brake{
        display: block;
    	word-wrap: break-word;
    	overflow-wrap: break-word;
    }
    table.price-table th.brake,
    table.in-table th.brake{
		background-color:#FFEEEE;
    }
	.price-table .box,.price-table2 .box{
		width:100%;
		background-color: white;
	}
	.price-table .box2,.price-table2 .box2{
		text-align: center;
		width:50%;
		background-color: white;
	}
	
	table.point-table{
		border-collapse: separate;
		border-spacing: 5px 3px;
		background-color: white;
		width:100%;
	}
	.point-table .box2{
		text-align: center;
		width:50%;
		background-color: #000066;
	}

}

/*-------------------- map -------------------*/
#map_canvas{
	width:100%;
	max-width:1140px;
	margin:10px auto 10px auto;
	height:400px;
}

/* リンクエフェクト
----------------------------------------------------------------------------------------------------*/
.ubar a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ubar a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #CC0033;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.ubar a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.ubar a.ano:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

 
/*-------------------- レイヤー用 -------------------*/
.rel{
	position: relative;
}
.abs{
	position: absolute;
}


/*-------------------- アンカー調整 -------------------*/
.ancher {
 	margin-top:-130px;
	padding-top:130px;
}

/*-------------------- 区切り線 -------------------*/
hr.dot{
	width:90%;
	background-color: #fff;
	border-top: 1px dashed #CCCCCC;
}

.lead{
	font-size: 16px;
}

/*-------------------- 区切り線 -------------------*/
.grey{
	background-color: rgba(200,200,200,0.3);
}

/*-------------------- フッターメニュー用 -------------------*/
.footer{
	background:url("../img/background3.png");
	height:120px;
}
.footer-inner{
	width:1140px;
	margin:auto;
}

.footer div{	
	color: white;
	font-size:0.8rem;
}

.footer div.copy{
	font-size:0.6rem;
}

@media screen and (max-width: 1140px) {
	.footer{
	height:110px;
	}
	.footer-inner{
		width:100%;
	}
	.footer div{
		font-size:0.8rem;
	}
}


/*--円の調整用--*/
.enn{
	color: #884400;
	width:60px;
	height:60px;
	margin-bottom:1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*-------------------- スクロールして最上部へ行くボタン用 -------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
	z-index:200;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background : linear-gradient(#993333, #222);
}
#page-top a {
	color:white;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 20%;
	font-size: 0.8rem;
	width: 70px;
	height: 70px;
	text-align:center;
}
#page-top a:hover {
	color:#FFFFAA;
    text-decoration: none
}

@media screen and (max-width: 992px) {
	#page-top {
    bottom: 30px;
	}
}


.flex-jsc{
  justify-content: center;
  align-items: center;
}

/*---------- clearfix ----------*/
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}


/* plan-table
------------------------------------------------------------------- */
#plan_table01 {
	text-align: left;
	margin:50px auto 50px auto;
	border-top: #000 3px solid;
	font-size: 1rem;line-height: 1.5;
	width:100%;
	max-width:1000px;
	}
	
#plan_table01 th	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFEEEE;
	white-space: normal;
	text-align:center;
	color: #000000;
	font-weight: normal;
}

#plan_table01 td.txt	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFF;
	white-space: normal;
	text-align:left;
	font-weight: normal;
}

#plan_table01 th.pht	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #FFF;
	text-align:center;
	color: #666;
	font-weight: normal;
}
	
#plan_table01 td	{
	padding: 4px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #fff;
}

#plan_table01 td.pttl	{
	padding: 0px;
	border-bottom: none;
	border-right: none;
}

#plan_table01 p.btn_book{padding:5px;}


#price_table01 {
	text-align: left;
	margin: 0;
	border-top: #ccc 1px solid;
	font-size: 12px;line-height: 1.2; 
	}
	
#price_table01 th	{
	padding: 5px;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #eee;
	white-space: nowrap;
	text-align:center;
	color: #666;
	font-weight: normal;
}
	
#price_table01 td	{
	padding: 5px;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #fff;
	text-align:right;
}

@media only screen and (max-width: 767px) {
    #plan_table01 table{
	table-layout: fixed;
	margin:0;
    }
 
    #plan_table01 th,
    #plan_table01 td {
	border-left: #ccc 1px solid;
        display: block;
    	word-wrap: break-word;
    	overflow-wrap: break-word;
    }
	
}
