/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  /*widows: 1000;*/
}
html {
  scroll-behavior: smooth;
  background: #fff;
}
body {
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  color: var(--color-dark);
  font-size: 1.6rem;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
#wrap {
  width: 100%;
}
.min {
  font-family: 'YuMincho', 'Yu Mincho', serif;
}
a {
  text-decoration: none;
  transition: 0.5s;
  color: #000;
  text-decoration: underline;
}
a img {
  border-style: none;
}
a:hover, a:hover img {
  opacity: 0.5;
  transition: 0.5s;
}
a.btn_site {
  display: block;
  width: 334px;
  margin: 0 auto;
}
a.btn_site:hover {
  opacity: 0.5;
}
p {
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
p .yel {
  color: #FFF100;
}
ul li, dl dt, dl dd {
  font-size: 14px;
  line-height: 160%;
  color: #505050;
}
h3 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 149%;
  color: #fff;
}
.cen {
  text-align: center;
}
.top_10m {
  margin-top: 10px;
}
.top_20m {
  margin-top: 20px;
}
.top_30m {
  margin-top: 30px;
}
.top_40m {
  margin-top: 40px;
}
.top_50m {
  margin-top: 50px;
}
.bot_10m {
  margin-bottom: 10px;
}
.bot_20m {
  margin-bottom: 20px;
}
.bot_30m {
  margin-bottom: 30px;
}
.bot_40m {
  margin-bottom: 40px;
}
.bot_50m {
  margin-bottom: 50px;
}
.bot_80m {
  margin-bottom: 80px;
}
.pc_blc {
  display: block;
}
.sp_blc {
  display: none;
}
@media (max-width: 520px) {
  .pc_blc {
    display: none;
  }
  .sp_blc {
    display: block;
  }
}
article {
  background: #fff;
}
/** content
===================================*/
/*ヘッダー・ナビゲーション*/
header {
  text-align: center;
  padding: 0;
}
.head-wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.img-head {
  width: 100vw;
  object-fit: contain;
}
header h1 {
  margin: 0 0 0px 0;
}
.box_bg {
  background: url(../img/07_bg.png) center repeat-x #0C050D;
  background-size: cover;
}
/*sec01*/
#sec01 {
  width: 100%;
}
#sec01 .h2_box {
  padding: 40px 0 20px 0;
  margin: 0 0 0 0;
  background-size: cover;
}
#sec01 h2 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0px auto 20px auto;
}
#sec01 h2 img {
  width: 100%;
}
#sec01 .tit_top {
  text-align: center;
}
#sec01 p.atent {
  font-size: 28px;
  color: #fff;
  margin: 0 auto 70px auto;
  text-align: center;
}
#sec01 p.day {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 140px auto;
  text-align: center;
}
p.read {
  font-size: 33px;
  color: #fff;
  margin: 0 auto 140px auto;
  text-align: center;
  line-height: 200%;
}
p.read2 {
  font-size: 33px;
  color: #fff;
  margin: 0 auto 50px auto;
  text-align: center;
}
p.read2 span {
  font-size: 44px;
}
p.read2 span.sma {
  font-size: 24px;
}
p.read3 {
  font-size: 50px;
  color: #fff;
  margin: 0 auto 50px auto;
  text-align: center;
}
p.read4 {
  font-size: 33px;
  color: #FFE7A7;
  text-align: center;
  font-weight: bold;
}
.read4_m {
  margin: 0 0 50px 0;
}
.read4_m2 {
  margin: 0 0 50px 0;
}
p.read4 span {
  font-size: 44px;
}
.read5_box {
  width: 40%;
  margin: 0 auto 40px auto;
}
p.read5 {
  font-size: 28px;
  color: #fff;
  text-align: left;
}
p.read5_cen {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
p.read6 {
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.read6_m {
  margin: 0 0 30px 0;
}
p.read6 span.sma {
  font-size: 40px;
}
#sec01 .box_intro {
  /*background: url(../img/07_bg.png) 0 0 no-repeat;*/
  padding: 50px 0 10px 0;
}
#sec01 .box_intro .box_intro_in {}
#sec01 .box_intro p {
  text-align: center;
}
#sec01 .box_intro p img {
  max-width: 1000px;
}
ul.plan_atent {
  width: 50%;
  margin: 50px auto 100px auto;
}
ul.plan_atent li {
  font-size: 20px;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 200%;
}
ul.plan_atent li a {
  font-size: 24px;
  text-decoration: underline;
  color: #fff;
}
.img_m {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 800px) {
  #sec01 {
    width: 100%;
    margin: 0 auto;
  }
  #sec01 h2 {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 20px auto 20px auto;
  }
  #sec01 h2 img {
    width: 80%;
    margin: 0 auto;
  }
  p img {
    width: 100%;
  }
  #sec01 .box_intro .box_intro_in {
    width: 90%;
    margin: 0 auto;
  }
  #sec01 .tit_top {
    text-align: center;
  }
  #sec01 p.atent {
    font-size: 12px;
    color: #fff;
    margin: 10px auto 10px auto;
    text-align: center;
  }
  #sec01 .tit_top img {
    width: 90%;
  }
  #sec01 p.day {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 50px auto 80px auto;
    text-align: center;
  }
  p.read {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
  }
  p.read2 {
    font-size: 14px;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  p.read2 span {
    font-size: 22px;
  }
  p.read3 {
    font-size: 15px;
    color: #fff;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  p.read4 {
    font-size: 20px;
    color: #FFE7A7;
    text-align: center;
    font-weight: bold;
  }
  .read4_m {
    margin: 0 0 20px 0;
  }
  .read4_m2 {
    margin: 20px 0 20px 0;
  }
  p.read4 span {
    font-size: 24px;
  }
  .read5_box {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  p.read5 {
    font-size: 14px;
    color: #fff;
    text-align: left;
  }
  p.read5_cen {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  p.read6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .read6_m {
    margin: 0 0 10px 0;
  }
  p.read6 span.sma {
    font-size: 18px;
  }
  ul.plan_atent {
    width: 100%;
    margin: 50px auto 50px auto;
  }
  ul.plan_atent li {
    font-size: 14px;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 200%;
  }
  ul.plan_atent li a {
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
  }
  .img_m {
    margin: 0 0 10px 0;
  }
}
/*sec02*/
#sec02 {
  background: url(../img/23_bg.png) 0 0 repeat-x #0C050D;
  width: 100%;
  margin: 0px auto 0 auto;
  padding: 50px 0 100px 0;
}
#sec02 .h2_box {
  margin: 0 auto 0px auto;
}
#sec02 h2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 50px auto 20px auto;
}
#sec02 h2 img {
  width: 50%;
}
#sec02 .sec02_txt01 {
  text-align: center;
  font-size: 60px;
  margin: 0 auto 50px auto;
}
#sec02 .sec02_txt02 {
  text-align: center;
  font-size: 25px;
  margin: 0 auto 50px auto;
}
#sec02 dl {
  text-align: center;
  margin: 0 auto 50px auto;
}
#sec02 dl dt {
  font-size: 27px;
  font-weight: bold;
}
#sec02 dl dd {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#sec02 dl.timetable {
  font-weight: bold;
  text-align: center;
}
#sec02 dl.timetable dt {
  font-size: 66px;
  color: #fff;
}
#sec02 dl.timetable dt span {
  font-size: 50px;
  color: #fff;
}
#sec02 dl.timetable dd {
  font-size: 25px;
  color: #fff;
  margin: 0 0 50px 0;
}
/*#sec02 ul{
    width: 40%;
    margin: 0 auto;
}
#sec02 ul li{
	font-size: 20px;
	list-style: none;
}*/
#sec02 .room_btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 60%;
  margin: 80px auto 30px auto;
}
#sec02 .room_btn p {
  width: 48%;
  margin: 0 0 20px 0;
  text-align: center;
}
#sec02 .room_btn.w p + p {
	margin-left: 3%
}
#sec02 .room_btn.w p span {
	color: white;
	text-align: center;
}
#sec02 .room_btn p img {
  width: 100%;
}
.box_spgr {
  background: rgb(255 255 255 / 0.8);
  border-radius: 20px;
  width: 40%;
  margin: 0 auto 30px auto;
  max-width: 650px;
  padding: 10px 0;
}
.box_spgr h2 {
  color: #1851A3;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.box_spgr p {
  color: #1851A3;
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px 0;
}
.box_spgr a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  #sec02 .sec02_in {
    width: 90%;
    margin: 0 auto;
  }
  #sec02 h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 50px auto 120px auto;
  }
}
@media screen and (max-width: 800px) {
  #sec02 {
    margin: 0px auto 0 auto;
    padding: 0px 0 10px 0;
    background-size: contain;
  }
  #sec02 h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
    position: relative;
    top: 0px;
  }
  #sec02 .h2_box {
    /*position: relative;
	margin: 0 auto -140px auto;*/
  }
  #sec02 h3 {
    margin: 0 auto;
    width: 90%;
  }
  #sec02 .sec02_txt01 {
    text-align: center;
    font-size: 5vw;
    margin: 30px auto 30px auto;
  }
  #sec02 .sec02_txt02 {
    text-align: center;
    font-size: 4vw;
    margin: 30px auto;
  }
  #sec02 dl {
    text-align: center;
    margin: 0 auto;
  }
  #sec02 dl dt {
    font-size: 4vw;
    font-weight: bold;
  }
  #sec02 dl dd {
    font-size: 8vw;
    font-weight: bold;
  }
  #sec02 dl.timetable {
    font-weight: bold;
    text-align: center;
  }
  #sec02 dl.timetable dt {
    font-size: 25px;
    color: #fff;
  }
  #sec02 dl.timetable dt span {
    font-size: 20px;
    color: #fff;
  }
  #sec02 dl.timetable dd {
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px 0;
  }
  #sec02 ul {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  #sec02 ul li {
    font-size: 14px;
    list-style: none;
  }
  #sec02 h2 img {
    width: 90%;
  }
  .box_spgr {
    background: rgb(255 255 255 / 0.8);
    border-radius: 20px;
    width: 100%;
    margin: 50px auto 50px auto;
    max-width: 650px;
    padding: 20px 0px 20px 0px;
  }
  .box_spgr h2 {
    color: #1851A3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .box_spgr p {
    color: #1851A3;
    font-size: 12px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .box_spgr a {
    color: #fff;
    font-size: 4vw;
    text-align: center;
    display: block;
  }
  .box_spgr a img {
    width: 70%;
  }
  #sec02 .room_btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 30px auto;
  }
  #sec02 .room_btn p {
    width: 100%;
    margin: 0 0 0px 0;
    text-align: center;
  }
	#sec02 .room_btn.w p + p {
    margin: 1em 0 0px 0;
	}
}
/*sec03*/
#sec03 {
  width: 100%;
  /*background: url(../img/30_bg.png) 0 0 repeat-x #0C050D;*/
  margin: 0px auto 0 auto;
  padding: 50px 0 20px 0px;
}
#sec03 .h2_box {
  margin: 0 auto 0px auto;
}
#sec03 h2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0px auto 20px auto;
}
#sec03 h2 img {
  width: 50%;
}
#sec03 h3 {
  width: 50%;
  max-width: 100%;
  text-align: center;
  margin: 50px auto 100px auto;
}
.box_stay_plan {
  margin: 50px auto 0px auto;
}
/* ボタンのスタイル */
.toggle-btn {
  width: 100%;
  /*background-color: #007bff;*/ /* ボタンの背景色 */
  color: white; /* ボタン内のテキスト色 */
  padding: 10px 20px; /* ボタン内の余白 */
  border: none; /* ボタンのボーダーを削除 */
  cursor: pointer; /* マウスカーソルがポインタになる */
  font-size: 16px; /* フォントサイズ */
  border-radius: 0; /* ボタンの角を丸くする */
  transition: 0.5s;
}
/* ボタンがホバーされたときのスタイル */
.toggle-btn:hover {
  /*background-color: #0056b3;*/ /* ホバー時の背景色 */
  opacity: 0.5;
  transition: 0.5s;
}
/* 非表示コンテンツのスタイル */
.toggle-content {
  margin: 0px 0 0px 0;
  padding: 30px 0 50px 0;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  #sec03 {
    background-size: contain;
    padding: 50px 0 20px 0;
  }
  #sec03 .sec03_in {
    width: 90%;
    margin: 0 auto;
  }
  #sec03 .sec03_chara {
    text-align: center;
    margin: 0px auto 0 auto;
    width: 80%;
  }
  #sec03 h2 img {
    width: 90%;
  }
  #sec03 h3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 50px auto 100px auto;
  }
}


/*footer*/
footer {
  background: url(../img/29_bg.png) 0 0 repeat-x;
  width: 100%;
  text-align: center;
  padding: 180px 0 0px 0;
}
.box_foot {
  width: 100%;
  margin: 0 auto;
}
footer .foot_logo {
  margin: 0 0 100px 0;
  display: block;
  height: 100%;
}
footer .foot_logo p {
  text-decoration: underline;
  font-size: 35px;
  font-weight: bold;
  margin: 30px 0 30px 0;
}
footer .copy-name {
  font-size: 20px;
  margin: 0 auto 80px auto;
}
footer .hotel-name {
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.4;
}
footer .sns-nameE {
  text-align: center;
  font-weight: 100;
  font-size: 50px;
  line-height: 1.4;
}
footer .sns-nameJ {
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.4;
}
footer .sns-ico-set {
  display: flex;
  justify-content: center;
  margin: 80px auto 80px auto;
}
footer .sns-ico-set li {
  margin: 0 30px;
}
footer .notes-foot-tit {
  font-size: 30px;
  text-align: center;
}
footer .notes-foot {
  font-size: 20px;
  text-align: center;
}
.hotel-links {
  display: flex;
  padding: 0;
  justify-content: center;
  margin: 50px auto;
  list-style: none;
}
.hotel-links li {
  height: 50px;
  font-size: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 0 50px;
  color: #505050;
}
.hotel-links a {
  text-decoration: none;
  color: #505050;
  display: block;
}
footer .copyright {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    text-align: center;
    padding: 50px 0 0px 0;
    background-size: contain;
  }
  .box_foot {
    width: 100%;
    margin: 0 auto;
  }
  footer .foot_logo {
    margin: 0 0 40px 0;
  }
  footer .foot_logo img {
    width: 80%;
  }
  footer .foot_logo p {
    text-decoration: underline;
    font-size: 4vw;
    font-weight: bold;
    margin: 30px 0 30px 0;
  }
  footer .copy-name {
    font-size: 12px;
    margin: 0 auto 50px auto;
  }
  footer .hotel-name {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
  }
  footer .sns-nameE {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
  }
  footer .sns-nameJ {
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.4;
  }
  footer .sns-ico-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 30px auto;
  }
  footer .sns-ico-set li {
    margin: 0 10px;
  }
  footer .sns-ico-set li img {
    width: 30px;
  }
  footer .notes-foot-tit {
    font-size: 4vw;
    text-align: center;
  }
  footer .notes-foot {
    font-size: 4vw;
    text-align: center;
  }
  .hotel-links {
    display: block;
    padding: 0;
    justify-content: center;
    margin: 20px auto;
    list-style: none;
    width: 80%;
  }
  .hotel-links li {
    height: 50px;
    font-size: 4vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0 0 10px 0;
    color: #505050;
  }
  .hotel-links a {
    text-decoration: none;
    color: #505050;
    display: block;
  }
  footer .copyright {
    background: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
  }
}
/* 共通 */
.fade-in {
  opacity: 0;
  visibility: hidden;
  /*transition: opacity 0.3s ease-out, transform 0.3s ease-out;*/
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fade-in {
  will-change: opacity, transform;
}
/* その場でフェードイン */
.fade-in-center {
  transform: scale(1.0); /* ちょっと縮めておく */
}
.fade-in-center.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.3s;
}
/* その場でフェードイン 拡大あり */
.fade-in-center-big {
  transform: scale(0.9); /* ちょっと縮めておく */
}
.fade-in-center-big.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.3s;
}
/* 左からフェードイン */
.fade-in-left {
  transform: translateX(-50px);
}
.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0.3s;
}
/* 右からフェードイン */
.fade-in-right {
  transform: translateX(50px);
}
.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0.3s;
}
/* 下からフェードイン */
.fade-in-bottom {
  transform: translateY(50px);
}
.fade-in-bottom.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.3s;
}
/* 上からフェードイン */
.fade-in-top {
  transform: translateY(-50px);
}
.fade-in-top.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.3s;
}

.box-lyt-lang{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	border-radius: 0 0 0 10px;
	padding: .4em;
	background-color: rgba(36,105,182,.6);
	z-index: 100;
}
.box-lyt-lang li + li{
	border-top: 1px solid rgba(255,255,255,.6)
}
.box-lyt-lang li a{
	display: block;
	padding: .4em;
	color: #ececec;
	font-weight: bold;
	text-decoration: none
}
.box-lyt-lang li.on a{
	opacity: .5;
	pointer-events: none
}