@charset "UTF-8";
html #RthCustomizeW  {
    scroll-behavior: smooth;
}

body #RthCustomizeW {
	width: 100%;
    margin:0;
    overflow-x: hidden;
}

#RthCustomizeW h1 , #RthCustomizeW h2 , #RthCustomizeW h3 , #RthCustomizeW h4 , #RthCustomizeW h5 , #RthCustomizeW h6 {
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
    margin:0;
    padding: 0;
}

.sub-headline {
  font-size: 20px;
  margin:0;
  padding:0;
  color: #3e4a8c;
}

#RthCustomizeW p {
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}

#RthCustomizeW ul {
  list-style-type:none;
  padding: 0;
  margin:0;
  font-family: 'Noto Sans JP', sans-serif;
}

#RthCustomizeW ul a {
  text-decoration: none;
  color: #000;
}

#RthCustomizeW dl , #RthCustomizeW th , #RthCustomizeW td {
    font-family: 'Noto Sans JP', sans-serif;
}

/*TOP画像*/
#RthCustomizeW img {
  vertical-align:top;
}

/*ヘッダー*/
header {
  width: 100%;
  text-align: center;
  color: #000;
  background: #fff;
  padding:2em .5em;
  box-sizing: border-box;
}

.logo {
    /*float: left;*/
    text-align: left;
    margin-bottom: 20px;
}

.logo img {
	width: 300px;
}

nav.menu ul {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  margin-top: 20px;
}

nav.menu ul li a:hover {
	opacity: 0.7;
}

#fixed-header .menu {
  font-size:14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.menu ul li a.nav_btn { 
  background-color: #a8824a;
  color: #FFF;
  padding: 0.2em 0.5em;
 }

.contact-area{
  font-size: 20px;
}
.contact-area a {
  color: #a8824a;
}

.tel {
  background: #a8824a;
  color: #fff;
  padding: 3px 8px;
  font-size: 16px;
  margin-right: 5px;
}

/*固定ヘッダー*/
#fixed-header {
  position: fixed;
  top: -150px;  
  width: 100%;
  height: auto;
/*  line-height: 70px;*/
  font-size: 2em;
  text-align: center;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
  z-index: 1000;
  display: block;
  box-shadow: 0 0 8px #888;
  padding: 0 24px;

}

#fixed-header .menu ul {
  padding-left:100px;

}

#fixed-header.is-show {
  top: 0;
}

#fixed-header .fixed-wrap {
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
}

.fixed-wrap {
  display: flex;
  padding:10px 30px;
}

.fixed-wrap:last-child {
  margin-left: auto;
}

/*固定予約フォーム*/
.rsv_ul {
    width: 800px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin:20px auto 0;
    margin-right:0;
}

.rsv_ul li {
    margin-right: 15px;
    font-size: 14px;
    line-height: 40px;
    vertical-align: bottom;
    display: flex;
    position: relative;
}

.rsv_ul li label {
    position: absolute;
    top: -30px;
    height: 20px;
    left: 5px;
}

.rsv_ul li input[type="text"] {
    width: 100px;
    height: 38px;
    padding: 0 0 0 10px;
    margin-left: 5px;
    background-size: 15px;
    border: #dddcdc 1px solid;
    font-size: 15px;
}

.btn_search input {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #213a70;
    border: none;
    color: #fff;
}

.btn_search input:hover {
    cursor:pointer;
    opacity: 0.8;
}


.fixed-logo {
/*  margin-top:60px;*/
margin-top:35px;
  padding-left: 20px;
}

.fixed-logo img {
  width: 280px;
}

/*ハンバーガーメニュー*/
.hamburger-menu {
    display: none;
}

.sp-logo {
	display: none;
}

.sp-logo img {
	width: 70%;
	max-width: 300px;
}

/*スライダー*/
.slide-items {
  width: 100%;
  /*height: 100%;*/
}
.slick-slide {
  height: auto !important;
}

.slide-items img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.fv-img {
  position: relative;
}

.fv-img img {
  width: 100%;
  margin:0 auto 0;
}

.rsv-wrap {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.rsv-in {
  width: 70%;
  margin:0 auto;
}

.rsv-box {
  width:100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.rsv_ul2 {
  width: 800px;
  margin:0 auto;
  padding: 40px 0;
}

.rsv-in img {
  width: 300px;
}

/*お知らせ*/
#info {
  width: 100%;
  background:#e0ddbf;
  padding:60px 0;
}

.info-box {
  width: 60%;
  max-width: 1000px;
  margin:0 auto;
  padding:50px;
  text-align: center;
}

.info-box h3 {
  font-size:38px;
  color:#3e4a8c;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.info-box h3:before,
.info-box h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #3e4a8c;
}

.info-box h3:before {
    left: 0;
}

.info-box h3:after {
    right: 0;
}

.info-box h4 {
    font-size:20px;
    color:#3e4a8c;
}

.p-postList-type-simple {
  margin-bottom: 15px;
}

.cbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color:#3e4a8c;
  padding: 0.5em 1em;
  text-decoration: none;
  min-width: 5em;
  max-width: 16em;
  transition: 0.3s;
}
.cbtn:hover {
  opacity: 0.7;
}
.p-postListWrap .cbtn{
  margin: auto;
}

/*wordpress箇所*/
.wp-block-columns {
  margin-top:40px;
}

.wp-block-columns h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.post_content li {
  line-height: 1.5;
  position: relative;
}

.p-postList__link {
  position: relative;
  text-decoration: none;
}

.p-postList__link {
    border-bottom: 1px solid #888;
    display: block;
    padding: 1em 0.25em;
    transition: background-color .25s;
}

.p-postList__body {
    position: relative;
    transition: opacity .25s;
    display: flex;
    align-items: center;
}

.p-postList__cat {
  width: 60px;
  margin:0 2em;
  background: #213a70;
  color: #fff;
  padding:5px 10px;
  font-size: 14px;
}

.p-postList__meta {
    display: flex;
}

.p-postList__meta :before {
    margin-right: 0.25em;
}

.p-postList__link:hover {
  opacity: 0.8;
}

/* バナー */

#info .bn_box {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#info .bn_box a,
#info .bn_box img,
#info .bn_box p.txt {
  display: block;
  width: 49%;
}

.accordion {
  display: none;
}

#info .bn_box p.txt a {
  display: inline;
/*  color: #213a70;*/
  color: #c40e24;
  font-weight: bold;
}

#info .bn_box ul {
  width: 100%;
}

#info .bn_box ul li {
  margin-bottom: 5px;
}

/*
#info .bn_box {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #FFF;
}

#info .bn_box a,
#info .bn_box img,
#info .bn_box p.txt {
  display: block;
  width: 49%;
}
#info .bn_box .img {
  width: 40%;
}
#info .bn_box img {
  width: 100%;
}
#info .bn_box .txt {
  width: 58%;
}
#info .bn_box .txt p {
  margin-top: 0;
}
*/

/*おすすめプラン*/
#plan {
  background-image: url('../images/plan-bk.jpg?230331');
  background-size: cover;
  padding:80px 0;
  /*height: 100%;*/
}

.plan-head {
  margin:0 auto 40px !important;
  text-align: center;
  display: block;
}

.plan-head img {
  width: 600px;
}

.s_plan-head {
  display: none;
}

.planinner {
  display: flex;
/*  flex-direction: column;*/
  justify-content: center;
  flex-wrap: wrap;
/*  gap: 2%;*/
gap: 0.5%;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.plan{
/*  width: 32%;*/
width: 18%;
  background: #fff;
}
.plan * {
  box-sizing: border-box;
}
.plan>a {

  display: block;
/*  display: flex;*/
/*  justify-content: space-between;*/
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2%;
}
.plan-img {
  width: 100%;
  height: 142px;
}
.plan-img img {
  width:100%;
  height: 100%;
  object-fit: cover;
}
.plan-text {
  width: 100%;
  padding: 0.5em;
}
.planttl {
/*  font-size: 18px;*/
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 任意の行数を指定 */
}
.plantxt {
}

@media (max-width:1000px){
  .planttl {
    font-size: 4vw;
  }
}


/*客室*/
#rooms {
  width: 100%;
  background-image: url('../images/bk.jpg?2303');
  background-size: cover;
  color: #000;
  margin:0 auto;
  padding: 100px 0 300px;
}

.rooms-in {
  width: 100%;
  margin-top:80px;
  text-align: center;
}

.rooms-topimg {
  display: inline;
}

.s_rooms-topimg {
  display: none;
}

#rooms .rooms-tab {
  position: relative;
}

.room-box1 , .room-box2 {
  text-align: left;
}

.room-box-in {
  margin:30px;
}

.room-box1 {
  width: 70%;
  background:#fff;
  color: #35280f;
}

.room-box1 h3 {
  font-weight: 500 !important;
  font-size: 36px;
}

.room-box1 .sub-headline {
  font-size: 20px;
  color:#35280f;
}

.room-box2 {
  width: 30%;
  background:#35280f;
  color: #fff;
}

.room-box2 .sub-headline {
  font-size: 20px;
  color:#fff;
}

.room-box2 p {
  font-size: 14px;
}

.room-box2 h4 {
  font-size: 22px;
}

#rooms .rooms-tab {
  margin-top: 60px;
}

.room-img img {
  width: 90%;
}

.box-container {
  display: flex;
  width: 80%;
  margin:0 auto;
  position: absolute;
  top:90%;
  left: 10%;
}

.small-text {
  font-size: 13px;
  text-decoration: none;
  color: #000;
}

.small-text2 {
  color: #fff;
}

/*備品*/
#amenities {
  padding-top: 100px;
  background: #e5e5e5;
  text-align: center;
  color: #213a70;
}

#amenities h3 {
  font-size:38px;
}

#amenities h4 {
  font-size: 22px;
}

.ame-area {
  /* padding: 2em 0 5em; */
  padding: 3em 0 5em 6rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

.ame-area ul {
  margin-bottom:40px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.ame-area li {
  width: 25%;
  height: 65px;
  padding:10px 0;
  display: flex;
  align-items:center;
  gap:0.5rem;
  line-height: 1.5;
}

.ame-area li span {
  font-size:8px;
}

.ame-area li img {
  max-width: 48px;
  max-height: 48px;
}

.ame-area .text p {
  text-align: start;
  line-height: 1.75;
}

/*館内案内*/
#facilities {
  padding: 100px 0;
  background: #e0ddbf;
  color: #213a70;
}

.faci-h2 {
  width: 90%;
  margin:0 auto 60px;
  text-align: center;
  display: block;
}

.s_faci-h2 {
  display: none;
}

.faci-h2 img {
  width: 90%;
}

.faci-box {
  display: flex;
  margin-bottom:60px;
}

.faci-box-r {
  justify-content:flex-end;
}

.faci-box-l {
  justify-content:flex-start;
}

.faci-img {
  width: 100%;
  display: block;
}

.s_faci-img {
  display: none;
}

.faci-img img {
  width: 100%;
}

.faci-other {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content:center;
  margin:0 auto;
}

.faci-other-box img {
  width: 200px;
}

/*朝食*/
#breakfast {
  padding: 100px 0;
}

.break-in {
  width: 90%;
  max-width: 1000px;
  margin:0 auto;
}

.break-h2 {
  width: 100%;
  margin:40px auto;
  margin-bottom:60px;
  display: block;
}

.s_break-h2 {
  display: none;
}

.break-h2 img {
  width: 100%;
}

.break-img1 {
  padding:0 10px;
}

.break-img1 img {
  width: 105%;
}

.break-img2 {
  margin-top:40px;
}


.break-item img {
  width:100%;
  flex:1;
}

.break-item-in {
  margin:0 10px;
}

.break-img2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  margin-top:40px;
}

/*周辺観光*/
#sightseeing {
  padding-bottom: 100px;
}

.si-fixed-bg {
  width: 100%;
  position: relative;
/*  min-height: 100%;*/
/*  height: 400px;*/
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  padding: 6em 0 ;
}
/*@media screen and (min-width: 835px) {*/
.si-fixed-bg.si-bg-1 {
  background-image: url('../images/sight-bk.jpg');
}
/*}*/

.si-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
/*    padding: 10em 0;*/
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
/*    opacity: 0.8;*/
    padding:1%;
/*    position: absolute;
    top: 50%;
    left: 50%;*/
/*    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    box-sizing: border-box;
}

#movie {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
#movie p{ font-size:18px; }
.moviewrap {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.moviewrap li {
  width: 49%;
}
.moviewrap li video {
}
.moviewrap li p {
  text-align: center;
}
.moviewrap li h5 {
    color: #213a70;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#sightseeing h3 {
  font-size:38px;
  color: #213a70;
}

#sightseeing h4 {
  font-size: 22px;
  color: #213a70;
}

.sight-tab {
  padding-top:4em;
  margin: 40px 0;
}
@media (min-width:835px){
  .sswrap {
    width: 100%;
    max-width: 1100px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 22px 2%;
  }
  .sswrap li {
    width: 32%;
/*    width: calc(100% / 3);*/
  }
  .sswrap li .img {
    margin-bottom: 10px;
  }
  .sswrap li .img img {
    width: 100%;
  }
  .sswrap li .txt {
    margin-bottom: 10px;
  }
  .sswrap li h5 {
    color: #213a70;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .sswrap li .txt p {
    margin-top: 0;
    line-height: 1.5;
  }
}

.sight-box {
  width: 80%;
  margin:0 auto;
}

.sight-box img {
  width: 100%;
  text-align: center;
}

#sightseeing .sight-box h3 {
  padding: 0.1em 0.25em;
  color: #494949;
  background: transparent;
  border-left: solid 8px #213a70;
  margin: 20px 0;
  font-size:24px;
  font-family: 'Noto Sans JP', sans-serif;
}


/*よくあるご質問*/
#question {
  padding: 100px 0;
  background:#e0ddbf;
}

#question h3 {
  width: 100%;
  font-size:38px;
  color: #213a70;
  margin:0 auto;
  text-align: center;
}

#question .sub-headline {
  width: 100%;
  font-size: 22px;
  margin:0 auto 60px;
  text-align: center;
}

.qa-list {
  margin-top:20px;
}

.qa-list dl {
    position: relative;
    margin: 60px 0 0;
    cursor: pointer;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #a8824a;
    color: #fff;
}

.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #fff;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #000;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: #fff;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child{
    margin-top: 0;
}

#question .u-tab__menu>* {
  width: calc(100% / 4);
}

/*アクセス*/
#access {
  padding: 100px 0 60px;
}

#access h3 {
  font-size:38px;
  color: #213a70;
  text-align: center;
}

#access .sub-headline {
  font-size: 22px;
  color: #213a70;
  text-align: center;
}

.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #213a70;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}

.map-wrap {
  display: flex;
}

.map {
  position: relative;
  width: 50%;
/*  height: 0;
  padding-top: 55%;*/
  margin-top: 60px;
}

.map iframe {
/*	position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
  height: 640px;
/*	height: 60%;*/
}

.adress {
	font-size: 18px;
}

.adress-wrap {
	margin-top: 40px;
	padding-left: 40px;
}

.access-text {
	padding: 20px 0 0 20px;
}

.a-text-box {
	margin:40px 0;
}

.a-text-box h5 {
	font-size: 18px;
	margin-bottom: 0;
	color: #213a70;
	font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.a-text-box h6 {
	font-size: 16px;
	margin: 20px 0 0;
	color: #213a70;
	font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.a-text-box p {
	line-height: 1;
	font-size: 14px;
}

/*contact*/
#contact {
	background: #e0ddbf;
	padding: 100px 0;
}

#contact h3 {
  font-size:38px;
  color: #213a70;
  margin:0 auto;
  text-align: center;
}

#contact .sub-headline {
  font-size: 20px;
  color: #213a70;
  margin:0 auto;
  text-align: center;
}

#formWrap {
	width:700px;
	margin:40px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

.formTable {
  table-layout: fixed;
}

table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th {
	padding:20px 10px;
  box-sizing: border-box;
}

table.formTable th {
	width:35%;
	font-weight:bold;
	text-align:left;
  font-size:14px;
}

table.formTable tr {
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

.formTable input {
	padding: .5em;
}

.formTable textarea {
  width: 100%;
}
.required {
	color: #c1272d;
	font-size: 9px;
	font-weight:bold;
  margin-top:-5px;
}

.form-btn input {
	padding:20px 40px;
	background: #213a70;
	color: #fff;
	border:none;
	border-radius: 10px;
  height: 70px;
}

.form-btn input:hover {
	cursor: pointer;
	opacity: 0.8;
}

.for-sp {
	display: none;
}

#recruit {
	padding: 100px 0;
}

#recruit h3 {
  width: 100%;
  font-size:38px;
  color: #213a70;
  margin:0 auto;
  text-align: center;
}

#recruit .sub-headline {
  width: 100%;
  font-size: 20px;
  color: #213a70;
  margin:0 auto 60px;
  text-align: center;
}

.r-wrap {
	width: 80%;
	margin:0 auto;
}

.r-table {
	width: 80%;
	margin:40px auto;
	border-spacing: 0;
}

.r-table th , .r-table td {
	padding:10px 0;
}

.r-table th {
	width: 30%;
	background: #a8824a;
	color: #fff;
	border-bottom: solid 1px #fff;
}

.r-table td {
	width: 70%;
	padding-left: 10px;
	border:solid 1px #ccc;
}

footer {
	width: 100%;
	background: #213a70;
	padding: 40px 0;
}

footer ul {
	width: 60%;
	margin:0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
}

footer ul li {
	color: #fff;
	padding: 0 1em;
	font-size: 13px;
}

footer ul li a {
  color: #fff;
}

footer .sns-icons {
	margin-bottom: 40px;
}


@media screen and (max-width: 1000px) {
.fixed-wrap {
  flex-direction: column;
}

.fixed-logo {
  width: 40%;
  margin:20px 0 0;
}
#fixed-header {
  line-height: 1;
}

.rsv_ul {
  margin:0 auto;
}
}

@media screen and (max-width: 834px) {

.slide-items img {
    width: 100%;
    height: 100%;
}

.sp-logo {
    padding-top: 40px;
    padding-left: 10px;
    display: block;
}

header , #fixed-header {
    display: none;
}

nav.menu {
    display: none;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
    display: block;
}

.menu-btn {
    display: flex;
    height: 56px;
    width: 56px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    position: fixed;
    top: 1rem;
    right: 1rem;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 34px;
    background-color: #000;
    position: absolute;
}

.menu-btn span:before {
    bottom: 12px;
}

.menu-btn span:after {
    top: 12px;
}

#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);
    background-color: #fff;
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.9);
}

.menu-content ul {
    padding: 4rem 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.menu-content ul li a {
    display: block;
    width: 200px;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: .5rem;
    margin: 1rem auto;
    position: relative;
}

.menu-content ul li a.nav_btn {
    border: #fff 1px solid;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

.menu-content .s_contact-area {
    line-height: 4;
}

.menu-content .s_contact-area a {
  padding:10px;
    color: #fff;
}

div.hamburger-menu.scroll-nav {
    padding: .75rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e9e6e9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

div.hamburger-menu.scroll-nav .logo {
    display: block;
    text-align: left;
}

div.hamburger-menu.scroll-nav .menu-btn {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    top: 0.5rem;
    right: 0;
}

div.hamburger-menu.scroll-nav .menu-btn span,
div.hamburger-menu.scroll-nav .menu-btn span:before,
div.hamburger-menu.scroll-nav .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 34px;
    background-color: #000;
    position: absolute;
}

div.hamburger-menu.scroll-nav .menu-btn span:before {
    bottom: 12px;
}

div.hamburger-menu.scroll-nav .menu-btn span:after {
    top: 12px;
}

div.hamburger-menu.scroll-nav #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

div.hamburger-menu.scroll-nav #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

div.hamburger-menu.scroll-nav #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.9);
}

.menu-content ul {
    padding: 4rem 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-content ul li a {
    display: block;
    width: 200px;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: .5rem;
    margin: 1rem auto;
    position: relative;
}

.menu-content ul li a.nav_btn {
    border: #fff 1px solid;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

 .fv-img {
 	margin-top: 40px;
 	overflow: hidden;
 }

.slide-items img {
	height:400px;
	object-fit: cover;
}

 .slick-next {
 	right: 0;
 }

.slick-list {
	overflow-x: hidden !important;
}

.rsv_ul , .rsv-wrap {
  display: none;
}
.rsv-wrap {
  display: block;
  position: initial;
  padding: 4vw 0;
}

.info-box {
  width:90%;
  padding:0;
}

.info-box h3 {
  font-size: 36px;
}

/* バナー */
#info .bn_box {
  width: 95%;
  padding: 15px;
}

#info .bn_box a,
#info .bn_box img,
#info .bn_box p.txt {
  width: 100%;
}

#info .bn_box .accordion {
  display: none;
}

#info .bn_box ul {
 width: 100%;
}

#info .bn_box ul li {
  margin-bottom: 5px;
}

.p-postList__body {
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items:start;
}

.p-postList__meta {
  margin-bottom: .5em;
}

.p-postList__cat {
  margin:0 1em;
}

#rooms .u-tab__menu {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.room-img {
  padding-top: 40px;
}

.room-box1 , .room-box2 {
  width: 100%;
}

.plan-head {
  display: none;
}

.s_plan-head {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.s_plan-head img {
  width: 95%;
}

.plan {
  width: 95%;
/*  flex-direction: column;*/
  margin:0 auto;
  background: #fff;
/*  padding:15px;*/
}

.planinner {
  width: 100%;
  row-gap: 20px;
}
.plan>a {
  padding: 15px;
  width: auto;
  flex-direction: column;
}

.plan-img {
  width: 100%;
  height:   65vw;
  text-align: center;
  margin-right: 0;
}

.plan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-text {
  width: 100%;
}

#rooms {
	padding:60px 0 0;
}

.rooms-in {
  margin-top:40px;
}

.rooms-topimg {
  display: none;
}

.s_rooms-topimg {
  display: inline;
}

.room-img img {
  width: 100%;
}

.box-container {
  flex-direction: column;
  width: 100%;
  position: initial;
}

#amenities {
  margin-top:0;
  padding: 40px 0;
}

.ame-area {
  padding:2em 0;
}

.ame-area ul {
	width: 90%;
	margin:0 auto;
  justify-content: space-between;
}

.ame-area li {
  width: 46%;
  font-size: 3.2vw;
  line-height: 4vw;
  margin-bottom: 1rem;
  align-items: center;
}

.ame-area .text p {
  font-size: 3.7vw;
}

#facilities {
  padding: 40px 0;
}

.faci-box {
  margin-bottom:40px; 
}

.faci-img {
  display: none;
}

.s_faci-img {
  display: block;
}


.s_faci-img img {
  width: 100%;
}

.faci-h2 , .break-h2 {
  display: none;
}

.s_faci-h2 , .s_break-h2 {
  display: block;
  margin-bottom: 40px;
}

.s_faci-h2 img , .s_break-h2 img {
  width: 100%;
}

.faci-box , .faci-other {
  flex-direction: column;
}

.faci-text , .faci-img {
	width: 100%;
	padding: 0;
}

.break-img1 {
  overflow: hidden;
  padding:0 5px;
}

.break-item-in {
  margin:0 5px;
}

.break-in {
  width: 100%;
}

.break-text {
  padding-left: 20px;
}

#sightseeing {
  padding-bottom: 60px;
}

.si-fixed-bg {
  padding:2em 0;
}

.si-area {
  width: 95%;
  padding: 0;
}

.si-area-in{
  margin:20px;
}


#movie {
  width: 95%;
  margin: 0 auto;
}
.moviewrap {
  width: 100%;
  margin: auto;
}
.moviewrap li {
  width: 100%;
}
.moviewrap li video {
}
.moviewrap li p {
  margin-top: 0;
  text-align: center;
}

.moviewrap li h5 {
    color: #213a70;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.6vw;
    font-weight: normal;
    margin-bottom: 4vw;
}

  .sswrap {
    padding: 3vw 0;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sswrap li {
    width: 49%;
    margin-bottom: 4vw;
  }
  .sswrap li .img {
    margin-bottom: 2vw;
  }
  .sswrap li .img img {
    width: 100%;
  }
  .sswrap li .txt {
  }
  .sswrap li h5 {
    color: #213a70;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.6vw;
    font-weight: normal;
    margin-bottom: 2vw;
  }
  .sswrap li .txt p {
    margin-top: 0;
    line-height: 1.5;
  }

.sight-box {
  width: 90%;
}

#question {
  padding: 60px 0;
}

#question .u-tab__menu {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

#question .u-tab__menu>* {
  width: auto;
}

.qa-list {
  width: 95%;
  margin:40px auto;
}

.qa-list dl {
  margin: 20px 0 0;
}

.qa-list dl:after {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}

.qa-list dl dt {
    padding: 16px 35px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

#access {
  padding: 60px 0;
}

.map {
  width:100%;
}

.map-wrap {
  flex-direction: column;
}

.adress-wrap {
  margin-top: -200px;
  padding: 0 10px;
}

.a-tel a {
  color: #000;
  text-decoration: none;
}

#contact {
  padding: 60px 0;
}


#formWrap {
	width:95%;
	margin:40px auto;
}

table.formTable th, table.formTable td {
	width:100%;
	display:block;
	padding:10px 0;
  box-sizing: border-box;
}

 table.formTable td {
  padding:10px 0 30px;
 }

table.formTable th {
	margin-top:5px;
  padding-top:15px;
	border-bottom:0;
}

form input[type="text"], form textarea {
	width:96%;
	padding:5px;
	font-size:110%;
	display:block;
  box-sizing: border-box;
  width: 100%;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:80%;
	height:70px;
  margin: 40px auto 0;
  font-size: 16px;
}


/*求人情報*/
#recruit {
  padding: 60px 0;
}

.r-wrap {
  width: 90%;
}

#recruit .sub-headline {
  margin-bottom: 40px;
}

.r-table {
  width: 100%;
}

/*固定フッター*/
.for-sp {
	display: block;
}

#sp-fixed-menu {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 79;
   border-top: solid 1px #fff;
}

#sp-fixed-menu ul {
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
   text-align: center;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
   background: #213a70;
}

#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   padding:20px;
}

footer {
  padding:40px 0 80px;
} 

footer .footer-link {
  flex-direction: column;
  text-align: left;
}

footer .footer-link li a {
  padding-bottom: 1em;
  color: #fff;
}


.rsv-in img {
  width: 100%;
}

/*
  #info .bn_box {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }
  #info .bn_box .img {
    width: 70%;
    text-align: center;
  }
  #info .bn_box img {
    width: 100%;
  }
  #info .bn_box .txt {
    width: 100%;
  }
  #info .bn_box .txt p {
    margin-top: 0;
  }
  #info .bn_box .txt ul li {
    margin-bottom: 2vw;
  }
*/

  .si-fixed-bg {
    background-attachment: initial;
  }
/*.si-fixed-bg::after {
content: "";
position: absolute;
z-index: -1;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-image: url('../images/sight-bk.jpg');
background-repeat: no-repeat;
background-size: cover;
}*/





}/*  End @media(max-width:834px) */

.plan a {
  text-decoration: none;
  color: #35280f;
}

/* directinのcssここから  */
  .rsv .directin-sp-form .directin-sp-form-submit-button button { background: #213a70; width:200px; }
  .dayContainer .flatpickr-day.selected,
  .dayContainer .flatpickr-day.startRange,
  .dayContainer .flatpickr-day.endRange,
  .dayContainer .flatpickr-day.selected.inRange,
  .dayContainer .flatpickr-day.startRange.inRange,
  .dayContainer .flatpickr-day.endRange.inRange,ｓ
  .dayContainer .flatpickr-day.selected:focus,
  .dayContainer .flatpickr-day.startRange:focus,
  .dayContainer .flatpickr-day.endRange:focus,
  .dayContainer .flatpickr-day.selected:hover,
  .dayContainer .flatpickr-day.startRange:hover,
  .dayContainer .flatpickr-day.endRange:hover,
  .dayContainer .flatpickr-day.selected.prevMonthDay,
  .dayContainer .flatpickr-day.startRange.prevMonthDay,
  .dayContainer .flatpickr-day.endRange.prevMonthDay,
  .dayContainer .flatpickr-day.selected.nextMonthDay,
  .dayContainer .flatpickr-day.startRange.nextMonthDay,
  .dayContainer .flatpickr-day.endRange.nextMonthDay {
        background: #213a70;
        border-color: #213a70;
}
#fixed-header .fixed-wrap {
  text-align: left;
}

.dayContainer .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.dayContainer .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.dayContainer .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #213a70;
        box-shadow: -10px 0 0 #213a70;
}
.rsv .directin-sp-form .directin-sp-form-input label input[type="text"],
.rsv .directin-sp-form .directin-sp-form-input label select {
  border-radius: 0;
}
.rsv .directin-sp-form .directin-sp-form-submit-button button { border-radius:0; }
.rsv .directin-sp-form .directin-sp-form-input label input[type="checkbox"] { border-radius:0; }
@media (min-width:751px) {
  #f_rsv .directin-sp-form { padding:0; }
  #f_rsv .directin-sp-form-label { display:none; }
  #f_rsv .directin-sp-form { align-items:center; }
  #f_rsv .directin-sp-form .directin-sp-form-submit-button { padding-top:0; }
  .rsvform { display:flex; align-items:center; }
  #fixed-header .rsv .directin-sp-form { padding-top:0; padding-bottom:0; }
  .rsv .directin-sp-form > div { margin-top:0; }
  .rsv .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"] { background-image:url(../images/icon_calender_red.svg); }
  .directin-sp-form .directin-sp-form-submit-button{}
  #fixed-header .directin-sp-form label { display:flex; align-items:center; }
  #fixed-header .directin-sp-form label span {margin-right:10px; }
  #fixed-header .directin-sp-form {padding: 0;}
  #fixed-header .directin-sp-form-submit-button { margin-right: 0; }
}
@media (max-width:750px) {
/*  .rsv .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"] { background:url(../images/icon_calender_red.svg) left 1vw center no-repeat #FFF ; background-size: 5vw; padding-left: 8vw; }*/
  .rsv .directin-sp-form { padding:0 }
  .rsv .directin-sp-form .directin-sp-form-submit-button button {  width: 100%; }
  .rsv .directin-sp-form .directin-sp-form-input-group .directin-sp-form-input label input[type="text"], .directin-sp-form .directin-sp-form-input-group .directin-sp-form-input label select {
    font-size: 4vw;
  }

}

#rooms .u-tab__menu a,
#rooms .u-tab__menu a:hover,
.footer-link a,
a.nav_btn{
  color: #fff !important;
}
.sub-headline{
  margin-top: 10px;
}
#movie p{
  margin-bottom: 20px;
}

.a-text-box p{
  line-height: 1.8;
  margin-top: 10px;
}




/* directinのcssここまで */

/* 追記 */
.m0a{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
