@charset "utf-8";
/* CSS Document border: 1px solid #000 */

/* ■■■各ページ共通 */
html {
	font-size: 100%;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	line-height: 1.7;
	color: #432;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.height1 {
	line-height: 1;
}
.height1 p {
	margin-bottom: .5rem;
}
/* ■レイアウト */
.wrapper {
	max-width: 1120px;
	margin: auto;
	padding: 0 1.5rem;
}
.wrapper2 {
	margin: 0 .5rem;
}
.wrapper3 {
	max-width: 1120px;
	margin: 1rem auto 4rem;
	padding: 1rem .5rem 3rem;
	border-radius: 38px;
}
.wrapper4 {
	max-width: 1120px;
	margin: 1rem auto 4rem;
	padding: .8rem .8rem 3rem;
	border-radius: 38px;
}
.wrapper5 {
	padding: 0 2rem;
	width: 100%;
}
.wrapper6 {
	margin-top: 2rem;
}
.sns {
	margin-top: 2rem;
}
.olleft {
	margin-left: 2rem;
}
.olleft2 {
	margin-left: 1rem;
}
.olbottom {
	margin-bottom: .5rem;
}
.rules p {
	margin-top: 1.5rem;
	margin-bottom: .5rem;
}
.bottom1 {
	margin-bottom: 1rem;
}
.bottom2 {
	margin-bottom: 2rem;
}
.between {
	display: flex;
	justify-content: space-between;
}
.bgc1 {
	background-color: #F9F5ed;/*ベージュ */
}
.bgc2 {
	background-color: #ecf9ee;/* #緑っぽい */
}
.bgc3 {
	background-color: #ecf7f9;/* #青っぽい2 */
}
.bgc4 {
	background-color: #EDE9ED;/* #紫っぽい */
}
.bgc5 {
	background-color: #f9ecf0;/* #ピンクっぽい */
}
.bgc6 {
	background-color: #f2f2f2;/*灰色っぽい */
}
.bgc7 {
	background-color: #F9EFE7;/* #黄色っぽいfef6e7 */
}
.bgc8 {
	background-color: #F0F4F9;/* #カレンダー */
}
.bgc9 {
	background-color: #FBFBFB;
}
.bgc10 {
	background-color: #FCF4F6;/*#FDF9FA#FDFAFB#FCF4F6*/
}
.bgc11 {
	background-color: #F9F5ed;/*#料金ページの色*/
}
.bgc12 {
	background-color: #FCFAF6;/*#料金ページの部屋の表*/
}
.bgc13 {
	background-color: #fef6e7;/*キャンペーンの黄色*/
}
/* ■フォント*/
.font1 {
  font-family: "M PLUS 1p", serif;
  font-weight: 400;
  font-style: normal;
}
.font2 {
	font-family: 'Philosopher', sans-serif;
	font-weight: normal;
}
.fsize1 {
	font-size: 1.7rem;
}
.inctax {
	font-size: 0.8rem;
}
.heading-large {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 1rem;
}
.heading-large-howto {
	font-size: 3rem;
	text-align: left;
	margin-bottom: 1rem;
}
.bold {
	font-weight: bold;
}
.heading-medium {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.inline {
	display: inline-block;
}
/* ■ヘッダー*/
.page-header {
	display: flex;
	justify-content: space-between;
	padding-top: .5rem;
/*border: 1px solid #000;*/
}
.main-nav {
	font-size: 1.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
/*border: 1px solid #000;*/
}
.main-nav a {
	color: #432;
}
.main-nav a:hover {
	color: #0bd;
}
/* ■セクション*/
.wrapper2 a {
	color: #1742AB;
}
.wrapper2 a:hover {
	color: #0bd;
}
.about {/*標準*/
	max-width: 800px;
	padding: .5rem 1rem 2rem;
	margin: 1.5rem auto 4rem;
	border-radius: 38px;
}
.about2 {/*見出し*/
	max-width: 736px;
	padding: .5rem 1rem 2rem;
	margin: 1.5rem auto 4rem;
}
.about3 {/*見出し*/
	max-width: 736px;
	padding: .5rem 1rem 1rem;
	margin: 1.5rem auto 2rem;
}
.about4 {/*広い*/
	max-width: 1120px;
	padding: .5rem 1rem .5rem;
	margin: 1.5rem auto 0;
	border-radius: 38px;
}
.about5 {
	max-width: 800px;
	padding: 2rem 2rem;
	margin: 1rem auto 4rem;
	border-radius: 38px;
}
.kodawa p {
	margin-bottom: 2rem;
}
.kodawa,
.oplist {
		list-style: none;
}
.oplist li {
	margin-bottom: 2rem;
}
.oplist img {
	float: right;
	width: 20%;
	max-width: 90px;
	margin: 0 0 0.5rem 1rem;
	border-radius: 10px;
}
.flow tr {
	height: 5rem;
	vertical-align: top;

}
.flow th {
	width: 7rem;
	text-align: left;
	padding-right: 1rem;
}
.flow td {
	padding-bottom: 1rem;
}
.prereserve {
	padding-top: 1rem;
}
.prereserve tr {
	height: 5rem;
	vertical-align: top;
}
.prereserve th {
	width: 12rem;
	text-align: left;
	padding-right: 1rem;
}
.prereserve td {
	padding-bottom: 1rem;
}
.rooms {
	width: 100%;
}
.rooms tr {
	line-height: 1.2rem;
	vertical-align: top;
}
.rooms tr .row{
	line-height: 0.9rem;
}
.rooms th {
	width: 3.1rem;
	text-align: left;
	padding-right: 0;
}
.rooms td {
	text-align: right;
	vertical-align: top;
}
/*.rooms th,
.rooms td {
	border-bottom: 1px solid #c9c2bc;
}*/
.bb {
	border-bottom: 1px solid #c9c2bc;
}
.nobottomline {
	border-bottom: 0px;
}
.optionprice {
	width: 100%;
	border: 2px solid #c9c2bc;
	margin-top: .5rem;
	}
.optionprice th {
	width: 4rem;
	text-align: center;
	border: 2px solid #c9c2bc;
	padding: .5rem;
}
.optionprice td {
	border: 2px solid #c9c2bc;
		padding: .5rem;
}
.discount {
	width: 100%;
	border: 2px solid #c9c2bc;
	margin-top: .5rem;
	}
.discount th {
	width: 6rem;
	text-align: center;
	border: 2px solid #c9c2bc;
	padding: .5rem;
}
.discount td {
	border: 2px solid #c9c2bc;
	text-align: center;
	padding: .5rem;
}
.example {
	width: 100%;
	margin-top: .5rem;
	margin-bottom: 4rem;
	padding: .5rem;
	}
.example2 {
	width: 100%;
	margin-top: .3rem;
	margin-bottom: .5rem;
	padding: .5rem 2rem;
	border: 2px solid #c9c2bc;
	}
.example th {
	width: 4rem;
	text-align: center;
	padding: .5rem;
}
.example td {
		padding: .5rem;
}
.example .line {
	border-bottom: 1px solid #c9c2bc;
	text-align: right;
}
.example2 .line {
	border-bottom: 1px solid #c9c2bc;
	text-align: right;
}
.info {
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
.info th,
.info td {
	border-bottom: 1px solid #c9c2bc;
}
.info th {
	text-align: left;
	font-weight: normal;
	width: 6rem;
	padding: 1rem;
}
iframe {
	width: 100%;
}
figure {
	shape-outside: circle();
	float: right;
	width: 30%;
	min-width: 150px;
	max-width: 190px;
}
figure img {
	width: 100%;
}
.grid {
	display: -ms-grid;
	display: grid;
	gap: 1.3rem .5rem;
	-ms-grid-columns: 1fr .5rem 1fr .5rem 1fr;
	-ms-grid-rows: 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr;
	grid-template-columns: repeat(3,1fr);
}
.grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.grid > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.grid > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.grid > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.grid > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.grid > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.grid > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
.grid > *:nth-child(10) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
.grid > *:nth-child(11) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}
.grid > *:nth-child(12) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}
.grid > *:nth-child(13) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
.grid > *:nth-child(14) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}
.grid > *:nth-child(15) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}
.grid > *:nth-child(16) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}
.grid > *:nth-child(17) {
	-ms-grid-row: 11;
	-ms-grid-column: 3;
}
.grid > *:nth-child(18) {
	-ms-grid-row: 11;
	-ms-grid-column: 5;
}
.grid > *:nth-child(19) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}
.grid > *:nth-child(20) {
	-ms-grid-row: 13;
	-ms-grid-column: 3;
}
.grid2 {
	display: -ms-grid;
	display: grid;
	gap: 2rem 1.5rem;
	-ms-grid-columns: 1fr;
	-ms-grid-rows: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(1fr);
}
.grid2 > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(2) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(3) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(4) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(5) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(6) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(7) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(8) {
	-ms-grid-row: 15;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(9) {
	-ms-grid-row: 17;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(10) {
	-ms-grid-row: 19;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(11) {
	-ms-grid-row: 21;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(12) {
	-ms-grid-row: 23;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(13) {
	-ms-grid-row: 25;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(14) {
	-ms-grid-row: 27;
	-ms-grid-column: 1;
}
.item {
	
}
.item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}
.grid2 .item img {
	border-radius: 38px;
}
.rules li {
	margin-left: 1.5rem;
}
.disc {
	list-style-type: cjk-ideographic;
}
.dott {
	list-style-type: disc;
}
.toroku {
	margin: 0 auto;
	max-width: 650px;
	padding: 0 1rem 0;
}
/* ■フッター*/
.footer {
	background-color: #432;
	padding: 2rem 0;
	color: #fff;
}
.flinks {
	margin-left: auto;
	margin-bottom: 1rem;
	max-width: 180px;
}
.footer a,
.footer a:hover {
	color: #fff;
}
/* ■ハンバーガー*/
/* ハンバーガーメニューのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 10; /* メニューより前に表示 */
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333; /* ボタンの色 */
  margin: 5px 0;
  transition: 0.4s;
}
/* メニューのスタイル */
.menu800 {
	display: none;
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-color: #F9F5ED;/* #fafad2 */
  opacity: 0; /* 初期状態は透明 */
  pointer-events: none; /* クリック不可 */
  transition: opacity 0.5s ease; /* フェードインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 5;
}

/* メニューが開いたとき */
.menu.open {
  opacity: 1; /* 不透明にする */
  pointer-events: auto; /* クリック可能にする */
}
/* バツ印に変わるハンバーガーボタン */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0; /* 真ん中の線を透明にする */
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* ■スワップイメージ*/
.container{
  height: 100%;
  width: 100%;
  position: relative;
}
.container .swap {
	text-align: center;

}
.container .swap img {
		height: auto;
		width: 100%;
		max-width: 1000px;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: contain;
  background-position: top center;

  animation: image-switch-animation 48s infinite;
}

.src1 {
  background-image: url(../images/swap1p2.jpg);
}
.src2 {
  background-image: url(../images/swap2p2.jpg);
}
.src3 {
  background-image: url(../images/swap3p2.jpg);
}
.src4 {
  background-image: url(../images/swap4p2.jpg);
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 12s;
}
.image:nth-of-type(3) {
  animation-delay: 24s;
}
.image:nth-of-type(4) {
  animation-delay: 36s;
}
/* ■BG画像*/
.cover {
	background-size: cover;
	background-position: center bottom;
	height: 100%;
}
.cover-home {
		background-image: url(../images/cover-home-s3.gif);
}
.main-cover {
	background-size: cover;
/*	background-position: center bottom; */
	background-image: url(../images/cover-main-s3.gif);
	padding-bottom: 4rem;
}
/* ■■■非共通*/
/* ■■トップページ*/




/* ■■■デスクトップ版　---------------------------------*/
@media (min-width: 800px) {
/* ■■■各ページ共通 */
/* ■フォント*/
.heading-large,
.heading-large-howto {
	font-size: 4rem;
}
/* ■■ヘッダー*/
.main-nav {
	font-size: 1.3rem;
}
.menu800 {
	display: block;
	padding-top: 10px;
}	
.hamburger {
  display: none;
  }
.main-nav {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}
/* ■セクション*/
.wrapper3,
.about5 {
	margin-top: 1.5rem;
}
.wrapper3 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.wrapper4 {
	padding: 1.5rem 1.5rem 3rem;
}
.example {
	padding: 1.5rem;
}
.sns {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.sns-item {
	flex: 1;
}
.toroku {
	max-width: 650px;
	padding: 0 1rem 1rem;
}
/* ■BG画像*/
.cover {
	height: 100%;
}
.cover-home {
		background-image: url(../images/cover-home-l4.gif);
}
.main-cover {
	background-image: url(../images/cover-main-l3.gif);
}
/* ■スワップイメージ（700-144）*/
.container{
  height: 100%;
}
.src1 {
  background-image: url(../images/swap1.jpg);
}
.src2 {
  background-image: url(../images/swap2.jpg);
}
.src3 {
  background-image: url(../images/swap3.jpg);
}
.src4 {
  background-image: url(../images/swap4.jpg);
}
/* ■お部屋一覧*/

.grid {
	gap: 2.5rem 2rem;
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
	-ms-grid-rows: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
	grid-template-columns: repeat(4, 1fr);
}
.grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.grid > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}
.grid > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.grid > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.grid > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.grid > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}
.grid > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.grid > *:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.grid > *:nth-child(11) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
.grid > *:nth-child(12) {
	-ms-grid-row: 5;
	-ms-grid-column: 7;
}
.grid > *:nth-child(13) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
.grid > *:nth-child(14) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}
.grid > *:nth-child(15) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}
.grid > *:nth-child(16) {
	-ms-grid-row: 7;
	-ms-grid-column: 7;
}
.grid > *:nth-child(17) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
.grid > *:nth-child(18) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}
.grid > *:nth-child(19) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}
.grid > *:nth-child(20) {
	-ms-grid-row: 9;
	-ms-grid-column: 7;
}
.grid2 {
	gap: 3rem 1.5rem;
	-ms-grid-columns: 1fr 2rem 1fr;
	-ms-grid-rows: 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
	grid-template-columns: repeat(2, 1fr);
}
.grid2 > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(7) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(8) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(9) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(10) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(11) {
	-ms-grid-row: 11;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(12) {
	-ms-grid-row: 11;
	-ms-grid-column: 3;
}
.grid2 > *:nth-child(13) {
	-ms-grid-row: 13;
	-ms-grid-column: 1;
}
.grid2 > *:nth-child(14) {
	-ms-grid-row: 13;
	-ms-grid-column: 3;
}
/* ■フッター*/
.flinks {
	margin-right: 1rem;
	display: flex;
	justify-content: space-between;
	max-width: 450px;
}
}
