/* -----------------------------------------------------------
	Table		ボタン設定
			・トップページ青緑橙ボタン
----------------------------------------------------------- */

#clickbutton{
  text-align: center;
  padding: 40px 0;
}
#clickbutton a{
  width: 960px;
  margin: 0 auto;
  display: block;
  padding: 20px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #B12B2A;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #B12B2A;
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  transition: 0.3s all ease-in;
}
#clickbutton a:hover{
  color: #FFF;
  background: #B12B2A;
}

@media screen and (max-width: 768px){
#clickbutton{
  text-align: center;
  padding: 40px 0;
}
#clickbutton a{
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #B12B2A;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #B12B2A;
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  transition: 0.3s all ease-in;
}
}

/* ---------------------------青ボタン--------------------------------*/

.clickbutton_blue {
  text-align: center;
  padding: 0 3vw;
}
.clickbutton_blue li {
  font-family: "Noto Serif Japanese", serif;
  font-feature-settings: "pwid";
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li {
    padding: 0 8px;
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li {
    box-sizing: border-box;
    width: calc((100% - 30px)/2);
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_blue li {
    width: inherit;
  }
}
.clickbutton_blue li:nth-child(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_blue li:nth-child(n+3) {
    margin-top: 0;
  }
}
.clickbutton_blue li a {
  display: block;
  background-color: #004c86;
  color: #fff;
  position: relative;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_blue li a {
    padding: 0px 40px 0 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_blue li a {
    display: inline-block;
    padding: 0 60px 0 75px;
  }
}
.clickbutton_blue li a {
  transition: all .5s ease;
}
.clickbutton_blue li a:hover {
  background-color: #047dc6;
}
.clickbutton_blue li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #eba414;
  display: inline-block;
  margin-right: 10px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_blue li a:before {
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_blue li a:before {
    left: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .clickbutton_blue li a:before {
    left: 55px;
  }
}

/* ---------------------------緑ボタン--------------------------------*/

.clickbutton_green {
  text-align: center;
  padding: 0 3vw;
}
.clickbutton_green li {
  font-family: "ヒラギノ角ゴ", serif;
  font-feature-settings: "pwid";
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li {
    padding: 0 8px;
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li {
    box-sizing: border-box;
    width: calc((100% - 30px)/2);
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_green li {
    width: inherit;
  }
}
.clickbutton_green li:nth-child(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_green li:nth-child(n+3) {
    margin-top: 0;
  }
}
.clickbutton_green li a {
  display: block;
  background-color: #00B900;
  color: #fff;
  position: relative;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_green li a {
    padding: 0px 40px 0 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_green li a {
    display: inline-block;
    padding: 0 60px 0 75px;
  }
}
.clickbutton_green li a {
  transition: all .5s ease;
}
.clickbutton_green li a:hover {
  background-color: #19ff1a;
}
.clickbutton_green li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #eba414;
  display: inline-block;
  margin-right: 10px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_green li a:before {
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_green li a:before {
    left: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .clickbutton_green li a:before {
    left: 55px;
  }
}

/* ---------------------------橙ボタン--------------------------------*/

.clickbutton_orange {
  text-align: center;
  padding: 0 3vw;
}
.clickbutton_orange li {
  font-family: "Noto Serif Japanese", serif;
  font-feature-settings: "pwid";
  -ms-font-feature-settings: "normal";
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li {
    padding: 0 8px;
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li {
    box-sizing: border-box;
    width: calc((100% - 30px)/2);
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_orange li {
    width: inherit;
  }
}
.clickbutton_orange li:nth-child(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_orange li:nth-child(n+3) {
    margin-top: 0;
  }
}
.clickbutton_orange li a {
  display: block;
  background-color: #FF6600;
  color: #fff;
  position: relative;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_orange li a {
    padding: 0px 40px 0 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .clickbutton_orange li a {
    display: inline-block;
    padding: 0 60px 0 75px;
  }
}
.clickbutton_orange li a {
  transition: all .5s ease;
}
.clickbutton_orange li a:hover {
  background-color: #fe944d;
}
.clickbutton_orange li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #eba414;
  display: inline-block;
  margin-right: 10px;
}
@media print, screen and (min-width: 769px) {
  .clickbutton_orange li a:before {
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .clickbutton_orange li a:before {
    left: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .clickbutton_orange li a:before {
    left: 55px;
  }
}



/* -----------------------------------------------------------
	Table		表設定
			・お部屋案内
----------------------------------------------------------- */

table.tbl_basic {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
table.tbl_basic thead tr th {
	padding: 8px 3%;
	text-align: center;
	background: #DDD;
	border: #FFF solid 1px;
	font-weight: normal;
	width: 19%;
}
table.tbl_basic tbody tr th {
	padding: 8px 3%;
	text-align: center;
	background: #dfd5ad;
	border: #FFF solid 1px;
	font-weight: normal;
	width: 24%;
	text-align: left;
}
table.tbl_basic tbody tr td {
	padding: 8px 3%;
	border: #FFF solid 1px;
	width: 64%;
	background-color: #f5f5f5;
}



/* -----------------------------------------------------------
	Definition List	定義リスト
			・温泉
----------------------------------------------------------- */

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}


#onsen{
  padding: 0px 0 0 0;
  margin-bottom: 0px;
}

#onsen h2{
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
dl.info{
  border-top: 1px dotted #999;
  line-height: 1.6;
}
dl.info dt{
  width: 180px;
  border-bottom: 1px dotted #999;
  padding: 15px 0;
  font-weight: bold;
}
dl.info dd{
margin-bottom: 0;
  border-bottom: 1px dotted #999;
  width: 843px;
  padding: 15px 0;
}


@media only screen and (max-width:768px) {
  #onsen {
    padding: 0px 1em 0;
    margin-bottom: 20px;
  }
  dl.info dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
  dl.info dd {
    border-bottom: 1px dotted #999;
    width: 100%;
    padding: 10px 0;
  }
}



/* -----------------------------------------------------------
	Image Slide	画像スライドショー
			・温泉
----------------------------------------------------------- */

.flex_nowrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.flex_nowrap_r{
	display: flex;
	display: -webkit-flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	flex-flow:row-reverse;
	-webkit-flex-flow:row-reverse;
}
.fcenter{
	justify-content: center !important;	
	-webkit-justify-content: center !important;	
}
.fmiddle{
	align-items: center;	
	-webkit-align-items: center;	
}



.clear {
	clear: both;
}

#slide_container {
	background:#43363D;
	margin:0px auto;
}
#banner {
	width:900px;
	height:675px;
	margin:0 auto;
	position:relative;
}
#banner ul {
	list-style: none;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width:900px;
	height:675px;
}
#banner ul li {
	float: left;
	width: 900px;
	position: absolute;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
	-ms-transition: width 1s linear;
	height:675px;

}
div#pagenation {
   position: relative;
   overflow: hidden;
   top: 8px;
}

div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}
div#pagenation li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0;
   
}
div#pagenation li a {
	width:30px;
	height:30px;
	overflow:hidden;
	display:block;
	background-image:url(../img/pagenation.png);
	background-position:0 0;
}
div#pagenation li.active a,
div#pagenation li a:hover {
	background-position:0 30px;
}
div#pagenation li a img {
	visibility:hidden;
	display: none;
}
#btn-prev {
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	margin:auto;
}
#btn-next {
	position: absolute;
	right: 0;
	top:0;
	bottom:0;
	margin:auto;
}
.img_slide{
	position:relative;
}

.img_slide>ul {
	list-style: none;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width:100%;
	padding:30%;
}

@media only screen and ( max-width: 1195px ) {/*スマホ用*/

.img_slide>ul {
	list-style: none;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width:100%;
	padding:35%;
}
}

@media only screen and ( max-width: 1030px ) {/*スマホ用*/

.img_slide>ul {
	list-style: none;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width:100%;
	padding:40%;
}
}


.img_slide>ul li {
	float: left;
	width: 100%;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
	-ms-transition: width 1s linear;

}
.img_slide>ul li img{

}
.img_slide ul li img{

}

div[id^="pagenation"]{
	margin:20px 0;
}
div[id^="pagenation"] li {
	display:block;
	margin:5px;
	opacity:0.6;
	border:1px solid #666666;
	background:rgba(255,255,255,0.5)
}
div[id^="pagenation"] li:hover {
	cursor: pointer;
}
div[id^="pagenation"] .active {
	opacity:1 !important;
}

div[id^="pagenation"] li img {
	max-height:100px;
	vertical-align: bottom;
}



/* -----------------------------------------------------------
	Crosshead	中見出し
			・温泉
----------------------------------------------------------- */

.cross_head{
	font-family: "webHanSerif","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: solid 2px #e2e0d8;
	position: relative;
	margin-bottom: 20px;
}
.cross_head b{
	font-size: 18px;
}
.cross_head span{
	font-family: 'Noto Serif', serif;
	text-align: center;
	color:#9d8e72;
	font-size: 14px;
	padding-left: 20px;
}
.cross_head:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #a48f51;
	bottom: -2px;
	width: 30%;
}
@media only screen and ( max-width : 599px ) {/*スマホ用*/
.cross_head{
	font-size: 20px;
}
.cross_head b{
	font-size: 14px;
}
.cross_head b::before{
	content:"\A";
	white-space: pre ;
}
.cross_head .eng::before{
	content:"\A";
	white-space: pre ;
}
}



/* -----------------------------------------------------------
	Table		表設定
			・お食事
----------------------------------------------------------- */

.backcolor {
	color:white; 
	background-color:#7a86b0;
}

div.restaurant_breakfast {
	border:1px solid #7a86b0;
	margin:20px auto; width:400px;
}

div.restaurant_breakfast h4 {
	padding:10px 0;
}


@media screen and (max-width:960px) {
div.restaurant_breakfast {
	margin:5px auto;
}

div.restaurant_breakfast h4 {
	padding:5px 0;
}
}


@media screen and (max-width:800px) {
div.restaurant_breakfast {
	margin:5px auto; width:320px;
}

div.restaurant_breakfast h4 {
	padding:2px 0;
}
}

@media screen and (max-width:640px) {
div.restaurant_breakfast {
	width:calc(100% - 2px);
}
}



/* -----------------------------------------------------------
	Table		表設定
			・アクセス
----------------------------------------------------------- */

@media screen and (min-width:751px){
.access { width: 1000px; margin: 0 auto; }
.access .right { width: 500px; }
}

@media (max-width:750px){
	.access { margin: 0 auto; }
	.access .left { width: 100%; }
	.access .right { margin-top: 4vw; }
	.access .right img { width: 80vw; }
}

.right { float: right; }

@media screen and (min-width:751px){
table.ctable {
	border-collapse: collapse; width: 100%;
}

table.ctable tr:first-child th {
	border-top: 1px solid #b78b63;
}

table.ctable tr:first-child td {
	border-top: 1px solid #b78b63;
}

table.ctable th,table.ctable td {
	border-bottom: #bcbcbc 1px dashed;
	height: 32px;
	line-height: 32px;
	text-align: left;
	padding-left: 14px;
}

table.ctable th {
	width: 150px; font-weight: normal;
}

table.ctable .long {
	line-height: 26px; padding: 10px;
}
}


@media screen and (max-width:750px){
table.ctable {
	border-collapse: collapse;
	width: 100%;
}

table.ctable tr:first-child th {
	border-top: #b78b63 1px solid;
}

table.ctable th,table.ctable td {
	height: 10vw;
	line-height: 10vw;
	text-align: left;
	padding-left: 2vw;
	display: block;
}

table.ctable th {
	border-bottom: #bcbcbc 1px solid;
	font-weight: normal;
}

table.ctable td {
	border-bottom: #b78b63 1px solid;
}

table.ctable .long,table.ctable .long_sp {
	line-height: 5.3vw;
	padding: 2vw; height: auto;
}
}



/* -----------------------------------------------------------
	Font Awesome	アイコン設定
----------------------------------------------------------- */

[class^="fa-"]::before, [class*=" fa-"]::before {
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands" ;
  font-weight: 900;
  font-style:normal;
}



/* -----------------------------------------------------------
	Table		画面サイズでモジュール表示・非表示
			・トップページ
----------------------------------------------------------- */

@media screen and (max-width: 1280px){
div.j51imagehover.j51imagehover566 {
    display:none;
}
.j51_icons708 .j51_icon {
	min-height: 500px !important;
}
}

@media screen and (min-width: 1280px){
div.j51_icons.j51_icons708 {
    display:none;
}
}



/* -----------------------------------------------------------
	header		ヘッダー
	h2		見出し２
			・前頁共通
----------------------------------------------------------- */

page-header {
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px;
    text-align: center;
}
h2 {
    font-size: 24px;
    font-weight: 200;
    margin: 0;
}




/* -----------------------------------------------------------
	ol		括弧付の数字
			・約款
----------------------------------------------------------- */


ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}




/* -----------------------------------------------------------
	float		テキスト2段
			・ご予約時の注意事項について
----------------------------------------------------------- */

div.floating{
  float: left;
  width: 49%;
}