/* video 枠 */
.video_cont_sp {
	aspect-ratio: 16 / 9;  /* 縦横比（アスペクト比） */
	overflow: hidden;
	position: relative;
	height: 50%;
	max-width: 375px;
	margin: 0 auto;
	padding-top: 100px;
}
/* video 要素 */
.video_cont_sp video {
	width: 100%;  /* 明示的に幅を設定（必須） */
	height: 100%; /* 明示的に高さを設定（必須） */
	object-fit: cover; /* コンテンツボックスに収まるように拡大縮小 */
}

section#infoCont2 {modal-syncer
	max-width: 1000px;
	/*margin: 0 auto 110px auto;*/
	margin: 0 auto 50px auto;
}

section#infoCont2 > div {
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #b1b1b1;
	display: flex;
	justify-content: space-between;
	position: relative;
}

section#infoCont2 > div:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 115px;
	height: 1px;
	background: #000;
}

section#infoCont2 > div p a {
	font-size: 18px;
	display: block;
	background: url(../img/common/ico_link.png) no-repeat right center;
	padding: 3px 30px 3px 0;
}

section#infoCont2 > ul {
	height: 200px;
	overflow: auto;
}

section#infoCont2 > ul li {
	border-bottom: 1px solid #b1b1b1;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

section#infoCont2 > ul li dl {
	display: flex;
}

section#infoCont2 > ul li dl dt {
	font-size: 16px;
	padding: 0 0 0 20px;
	width: 180px;
}

section#infoCont2 > ul li dl dd {
	font-size: 16px;
	width: 770px;
}

section#infoCont_2 {
	max-width: 1000px;
	margin: 0 auto 50px auto;
}

section#conceptCont {
	position: relative;
	margin: 0 0 120px 0;
}

section#conceptCont > div {
	width: 580px;
	height: 440px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	background: #f0f0ff;
	box-sizing: border-box;
	position: relative;
	z-index: 30;
}

section#conceptCont > div h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

section#conceptCont > div h2 span {
	font-size: 24px;
	display: block;
}

section#conceptCont > div p {
	font-size: 18px;
	width: 360px;
	margin: 0 auto;
}

section#conceptCont > div p span {
	font-size: 15px;
}

section#conceptCont .photoLeft {
	position: absolute;
	left: 0;
	top: 0;
}

section#conceptCont .photoRight {
	position: absolute;
	right: 0;
	top: 0;
}


.leftImgCont,
.rightImgCont{
	width: 100%;
	height: 530px;
	display: flex;
	overflow: hidden;
}

.leftImgCont .img,
.rightImgCont .img {
	width: 50%;
	height: 100%;
}

.rightImgCont .img {
	position: relative;
	z-index: 40;
}

#roomCont .img {
	background: url(../img/top/img_photo03.jpg) no-repeat center center;
	background-size: cover;
}

#spaCont .img {
	background: url(../img/top/img_photo04.jpg) no-repeat center center;
	background-size: cover;
}

#cuisineCont .img {
	background: url(../img/top/img_photo05.jpg) no-repeat center center;
	background-size: cover;
}

#facilityCont .img {
	background: url(../img/top/img_photo06.jpg) no-repeat center center;
	background-size: cover;
}

#roomCont .detail {
	padding: 125px 0 0 0;
}

#spaCont .detail {
	padding: 85px 0 0 0;
}

#cuisineCont .detail {
	padding: 110px 0 0 0;
}

#facilityCont .detail {
	padding: 80px 0 0 0;
}

.leftImgCont .detail,
.rightImgCont .detail {
	width: 50%;
	position: relative;
}

.leftImgCont .detail h3 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
	max-width: 440px;
	text-align: center;
	margin: 0 0 15px 40px;
	padding: 0 0 30px 0;
}

.leftImgCont .detail h3:after {
	content: "";
	width: 58px;
	height: 1px;
	background: #c6c6c6;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 29px);
}

.leftImgCont .detail h3 + p {
	font-size: 18px;
	max-width: 440px;
	margin: 0 0 40px 40px;
}

.leftImgCont .detail h3 + p + p {
	background: #efefef;
}

.leftImgCont .detail h3 + p + p a {
	font-size: 18px;
	display: block;
	max-width: 440px;
	padding: 15px 0;
	margin: 0 0 0 40px;
	text-align: center;
}

.rightImgCont .detail > div {
	max-width: 440px;
	position: absolute;
	right: 40px;
	z-index: 1;
}

.rightImgCont .detail h3 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
	max-width: 440px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 30px 0;
}

.rightImgCont .detail h3:after {
	content: "";
	width: 58px;
	height: 1px;
	background: #c6c6c6;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 29px);
}

.rightImgCont .detail h3 + p {
	font-size: 18px;
	max-width: 440px;
	margin: 0 0 40px 0;
}

.rightImgCont .detail h3 + p + p {
	background: #efefef;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}

.rightImgCont .detail h3 + p + p a {
	font-size: 18px;
	display: block;
	padding: 15px 0;
	text-align: center;
}




#yasumi {
	text-align: center;
	clear: both;
	width: 600px;
}

#yasumi_box .tit{
	font-family: "ＭＳ Ｐ明朝", serif, "$ＪＳ明朝", "ＭＳ 明朝", "ＪＳ平成明朝体W3";
	font-size: 3em;
	color: #333;
	text-align: center;
	font-weight: bold;
}

#yasumi_box .read {
	font-family: "ＭＳ Ｐ明朝", serif, "$ＪＳ明朝", "ＭＳ 明朝", "ＪＳ平成明朝体W3";
	font-size: 2em;
	text-align: center;
	color: #C33;
}
#yasumi_box .honbun {
	font-family: "ＭＳ Ｐ明朝", serif, "$ＪＳ明朝", "ＭＳ 明朝", "ＪＳ平成明朝体W3";
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.info_inc {
    text-align: center;
}