/* 共通 */
#atami-main{
    /**font-family: "BIZ UDMincho", serif;**/
	font-family: "tot-shizukasmudgemin-stdn",'Yu Mincho', 'Hiragino Mincho ProN',sans-serif;
    background-color: #201723;
    color: #fff;
}
#atami-main a{
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: inherit;
    text-decoration: none;
}
#atami-main a:hover {
    opacity: 0.5;
}
/**#atami-main img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}**/

#atami-article{
	position:relative;
	z-index:0;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  bottom: 10vh;
  right: 0;
  left: 0;
  writing-mode: vertical-rl;
  z-idex: 100;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 3s infinite;
  background-color: #FFF;
  content: "";
  height: 20vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 100;
}
/* 線の背景色 */
.scroll::after {
  background-color: #888;
  content: "";
  height: 20vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 90;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.layer_kv {
    position: relative;
    margin-bottom: 200px;
}
.layer_kv_img {
    position: relative;
    width: 100%;
    height: 600px;
	z-index: -1;
}
.layer_kv_img img {
	width:100%;
	height:100%;
	object-fit: cover;
    -o-object-position: 0 60%;
       object-position: 0 60%;
}
.layer_kv_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.layer_kv_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    transform: translate(-50%, -50%);
}
.layer_kv_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: -5;
	width:120px;
	height:120px;
}
.layer_kv_icon img{
	width:100%;
}


.txt_br_sp {
    display: none;
}

.fade-in {
	opacity: 0;
	transition: opacity 4s;
	-webkit-transition: opacity 4s;
	-moz-transition: opacity 4s;
	-ms-transition: opacity 4s;
	-o-transition: opacity 4s;
  animation-timing-function: ease;
}.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}

.fade {
	opacity: 0;
	transition: opacity 3s, transform 3s;
	-webkit-transition: opacity 3s, transform 3s;
	-moz-transition: opacity 3s, transform 3s;
	-ms-transition: opacity 3s, transform 3s;
	-o-transition: opacity 3s, transform 3s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
  animation-timing-function: ease;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.fade:nth-of-type(2) {
	transition-delay: 0.5s; /* 2つ目の要素だけ0.3秒遅延 */
}
.fade:nth-of-type(3) {
	transition-delay: 1s; /* 3つ目の要素だけ0.5秒遅延 */
}

.fade2 {
	opacity: 0;
	transition: opacity 3s, transform 3s;
	-webkit-transition: opacity 3s, transform 3s;
	-moz-transition: opacity 3s, transform 3s;
	-ms-transition: opacity 3s, transform 3s;
	-o-transition: opacity 3s, transform 3s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
  animation-timing-function: ease;
}.fade2.active {
	opacity: 1;
	transform: translateY(0px);
}

.top7_box .fade {
	transition-delay: 0.3s; /* 2つ目の要素だけ0.3秒遅延 */
}
.top7_box .fade:nth-of-type(2) {
	transition-delay: 0s; /* 2つ目の要素だけ0.3秒遅延 */
}

@media only screen and (max-width: 1024px) {
    .layer_kv_txt {
        font-size: 20px;
    }
    .layer_kv_img {
        height: 100vh;
    }
    .layer_kv.contact_kv {
        margin-bottom: 30px;
    }
    .layer_kv.contact_kv .layer_kv_img {
        height: 100%;
    }
    .layer_kv_img img {
        -o-object-position: 40% 60%;
           object-position: 40% 60%;
    }
    .txt_br_pc {
        display: none;
    }
    .txt_br_sp {
        display: block;
    }
}

/* top */
.top_kv {
    position: relative;
}
.top_kv_video {
    width: 100%;
    height: 100svh;
	position: relative;
	overflow: hidden;
}
.top_kv_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.top_kv_txt {
    position: absolute;
    top: 50%;
    left: 22.5%;
    width: 22.5%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
    .top_kv_txt {
        left: 50%;
        width: 50%;
    }
    .layer_kv_icon {
        width: 90px;
		height:90px;
    }
	.top_kv_video video {
		position:absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}
}

.top1 {
    position: relative;
	overflow: hidden;
}
.top1_bg{
	width:120vw;
    position: relative;
}
.top1_bg::before{
    content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0.85;
	background-color:#201723;
}
.top1_txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 70px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: translate(-50%, -50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

@media only screen and (max-width: 1024px) {
    .top1_bg {
        height: 100vh;
    }
    .top1_txt_box {
        font-size: 18px;
        line-height: 35px;
    }
}

/* onsen */
.onsen_movie {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.onsen_movie video {
    width: 60%;
}
.onsen_movie_txt {
    width: 40%;
    text-align: center;
}
.onsen_movie_txt p:first-child {
    margin: auto;
    font-size: 24px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}
.onsen_movie_txt p:last-child {
    color: #fff;
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .onsen_movie video {
        width: 100%;
    }
    .onsen_movie_txt {
        width: 100%;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .onsen_movie_txt p:first-child {
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .onsen_movie_txt p:last-child {
        text-align: left;
        margin-top: 30px;
    }
}

.onsen2 {
    width: 80%;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}
.onsen2_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.onsen2_txt_box {
    width: 50%;
    color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:50px;
}
.onsen2_ttl {
    position: relative;
}
.onsen2_txt_img {
    width: 200px;
	position: absolute;
	top:-50px;
}
.onsen2_ttl p {
    font-size: 35px;
    text-align: center;
}
.onsen2_ttl p span {
    font-size: 25px;
}
.onsen2_img {
    width: 50%;
}
.onsen2_txt{
	
}

@media only screen and (max-width: 1024px) {
	.onsen2 {
    width: 90%;
}
    .onsen2_txt_box {
        width: 100%;
    }
    .onsen2_img {
        width: 100%;
    }
}

.onsen3 {
    margin-top: 200px;
}
.onsen_ttl_icon {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.onsen_ttl {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.onsen_splide {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .onsen_ttl_icon {
        width: 50px;
        margin-bottom: 20px;
    }
    .onsen_ttl {
        font-size: 18px;
    }
    .onsen_splide {
        margin-top: 30px;
    }
}

.onsen4 {
    padding-top: 200px;
    background-image: url(//tsukiemon.cc/img/onsen/onsen_bg.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.onsen4_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.onsen4_txt1 {
    font-size: 24px;
    margin: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}
.onsen4_txt2 {
    width: 60%;
}
.onsen4_txt3 {
    text-align: center;
    margin-bottom: 100px;
}
.onsen4_txt3 p:first-child {
    position: relative;
    display: inline-block;
    font-size: 18px;
}
.onsen4_txt3 p:first-child::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -40px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.onsen4_txt4 {
    padding: 50px 100px;
    border: 1px solid #fff;
}
.onsen4_txt4 p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.onsen4_txt4 dl {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.onsen4_txt4 dl:nth-child(n+2){
    margin-top: 30px;
}
.onsen4_txt4 dl dt {
    width: 20%;
}
.onsen4_txt4 dl dd {
    width: 75%;
}

@media only screen and (max-width: 1024px) {
    .onsen4_box {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .onsen4_txt1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .onsen4_txt2 {
        width: 100%;
    }
    .onsen4_txt3 {
        margin-bottom: 50px;
    }
    .onsen4_txt4 {
        padding: 30px;
    }
    .onsen4_txt4 dl {
        display: block;
    }
    .onsen4_txt4 dl dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .onsen4_txt4 dl dd {
        width: 100%;
    }
}

.onsen5 {
    margin-top: 200px;
}
.onsen5_img {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .onsen5_img {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.onsen6 {
    margin-top: 50px;
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url(//tsukiemon.cc/img/onsen/onsen_bg2.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
    .onsen6 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.onsen7 {
    margin-top: 200px;
}
.onsen7_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.onsen7_item {
    width: 23%;
    color: #fff;
}
.onsen7_ttl_box {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #fff;
}
.onsen7_ttl_box img {
    width: 30px;
    height: auto;
}
.onsen7_ttl {
    font-size: 16px;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .onsen7 {
        margin-top: 50px;
    }
    .onsen7_list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .onsen7_item {
        width: 100%;
    }
    .onsen7_item:nth-child(n+2){
        margin-top: 50px;
    }
}

.onsen8 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.onsen8_box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color: #362D3A;
    padding: 150px;
	margin-top: 200px;
}
.onsen8_ttl_box {
    position: relative;
    text-align: center;
}
.onsen8_ttl {
    position: relative;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.onsen8_ttl_icon1 {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 70px;
    height: auto;
}
.onsen8_ttl_icon2 {
    position: absolute;
    bottom: -10px;
    left: -70px;
    width: 80px;
    height: auto;
}
.onsen8_list {
    margin-top: 50px;
}
.onsen8_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.onsen8_item_ttl {
    width: 20%;
}
.onsen8_item_txt {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px dotted #fff;
}
.onsen8_item:last-child .onsen8_item_txt {
    border-bottom: 2px dotted #fff;
}

@media only screen and (max-width: 1024px) {
    .onsen8_box {
        width: 90%;
        padding: 50px 5%;
    }
    .onsen8_ttl {
        font-size: 24px;
    }
    .onsen8_ttl_icon1 {
        width: 60px;
    }
    .onsen8_ttl_icon2 {
        width: 70px;
    }
    .onsen8_item_ttl {
        width: 40%;
    }
    .onsen8_item_txt {
        width: 60%;
    }
}

/* access */
.access1_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	gap:5%;
	background-image: url("//tsukiemon.cc/img/top/map-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 50px 50px #201723;
}
.access_txt_box {
    width: 40%;
    color: #fff;
}
.access_txt_box02 {
    width: 40%;
    color: #fff;
	display: flex;
	flex-direction: column;
	gap:50px;
}
.access_ttl {
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7F6000;
}
.access_txt {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.access_txt02 {
    font-size: 14px;
}
.access1_img {
    width: 45%;
}
.access_GO_BOX{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-end;
	gap:25px 25px;
}
.GO_Button{
	height: fit-content;
    color: white; /* 文字色 */
    padding: 12px 20px; /* パディング */
    text-decoration: none; /* 文字装飾 */
    cursor: pointer; /* カーソル */
    border-radius: 5px; /* 50pxの角丸 */
	border:1px solid white;
}

@media only screen and (max-width: 1024px) {
    .access_txt_box {
        width: 100%;
        margin-bottom: 50px;
    }
    .access_ttl {
        font-size: 20px;
    }
    .access_txt {
        font-size: 16px;
    }
    .access1_img {
        width: 100%;
    }
}

.access2 {
    margin-top: 200px;
}
.access2_img {
    height: 700px;
}
@media only screen and (max-width: 1024px) {
    .access2_img {
        height: 300px;
    }
}

.access3 {
    margin-top: 200px;
}
.access3_box {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.access_ttl2 {
    color: #fff;
    margin-bottom: 50px;
}
.access_ttl2_icon {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.access_ttl2 h2 {
    margin: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
}
.access3_img{
	max-width:1200px;
	margin:0 auto;
}

@media only screen and (max-width: 1024px) {
    .access_ttl2 h2 {
        font-size: 20px;
    }
}

.access4 {
    margin-top: 200px;
}
.access4_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.access4_img {
    width: 50%;
}

.access5 {
    margin-top: 200px;
    margin-bottom: 200px;
}

@media only screen and (max-width: 1024px) {
    .access4_img {
        width: 100%;
        margin-bottom: 50px;
    }
    .access5 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


/* sightseeing */
.sightseeing1_box {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sightseeing1_img {
    width: 80%;
}
.sightseeing1_txt_box {
    width: 38%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}
.sightseeing1_ttl {
    font-size: 28px;
    text-align: right;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7F6000;
}
.sightseeing1_txt {
}
.sightseeing1_txt a {
    color: #29ABE2!important;
}

@media only screen and (max-width: 1024px) {
    .sightseeing1_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sightseeing1_img {
        width: 100%;
        margin-bottom: 50px;
    }
    .sightseeing1_txt_box {
		text-align: left;
        position: unset;
        width: 100%;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
	.sightseeing1_txt {
		padding-left: 0px;
		padding-right: 0px;
}
    .sightseeing1_ttl {
		text-align: left;
        font-size: 24px;
    }
}

.sightseeing2 {
    margin-top: 200px;
}
.sightseeing2_ttl_box {
    color: #fff;
    text-align: center;
    margin-bottom: 200px;
}
.sightseeing2_img {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.sightseeing2_ttl {
    font-size: 28px;
    margin-bottom: 30px;
}

.sightseeing2_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sightseeing2_item {
    width: 30%;
    color: #fff;
}
.sightseeing2_item:nth-child(n+4){
    margin-top: 200px;
}
.sightseeing2_item_ttl_box {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7F6000;
}
.sightseeing2_item_ttl_box img {
    width: 30px;
    height: auto;
}
.sightseeing2_item_ttl {
    font-size: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .sightseeing2_ttl {
        font-size: 24px;
    }
    .sightseeing2_list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sightseeing2_item {
        width: 100%;
    }
    .sightseeing2_item:nth-child(n+2){
        margin-top: 50px;
    }
}

.sightseeing3 {
    margin-top: 200px;
    margin-bottom: 200px;
}

.sightseeing3_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    padding: 50px;
}
.sightseeing3_txt {
    width: 45%;
    color: #fff;
    font-size: 20px;
}
.sightseeing3_banner {
    width: 45%;
}

@media only screen and (max-width: 1024px) {
    .sightseeing3_box {
        padding: 20px;
    }
    .sightseeing3_txt {
        width: 100%;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .sightseeing3_banner {
        width: 100%;
    }
}

/* terms */
.terms_box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.terms_ttl {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.terms_link_box {
    font-size: 17px;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    margin-top: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.yakkan {
    margin-top: 200px;
}
.yakkan-IN h1{
    width: 40%;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #7F6000;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.yakkan-IN section {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.yakkan-IN section h2 {
    font-weight: normal;
    margin-bottom: 20px;
}
.yakkan-IN section table, .yakkan-IN section td, .yakkan-IN section th {
    border: 1px solid #595959;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.yakkan-IN section td, .yakkan-IN section th {
    padding: 20px;
    height: 25px;
}
.yakkan-IN section table caption {
    text-align: left;
    margin-bottom: 10px;
}


.kiyaku {
    margin-top: 200px;
}
.kiyaku-IN h1{
    width: 40%;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #7F6000;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.kiyaku-IN section {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.kiyaku-IN section h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.privacy {
    margin-top: 200px;
    margin-bottom: 200px;
}
.privacy-IN h1{
    width: 40%;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #7F6000;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-IN section {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.privacy-IN section h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.top_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    background-color: #353535;
    z-index: 10;
}

@media only screen and (max-width: 1024px) {
    .terms_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .yakkan-IN section {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .kiyaku-IN section {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .privacy-IN section {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
.terms_link_box {
    font-size: 12px;
}
}


/* facility */
.facility_kv_txt {
    left: 90%;
}
.facility_movie_txt {
    text-align: left;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.facility1 {
    padding-top: 200px;
}
.facility1_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.facility_bg1 {
    position: absolute;
    top: -50%;
    left: 0;
    width: 50%;
	z-index: -1;
	pointer-events: none;
}
.facility_bg2 {
    position: absolute;
    top: -20%;
    right: 0;
    width: 50%;
	z-index: -1;
	pointer-events: none;
}
.facility_bg3 {
    position: absolute;
    top: -20%;
    left: 0;
    width: 50%;
	z-index: -1;
	pointer-events: none;
}
.facility1_txt_box {
    width: 45%;
}
.facility1_ttl_box img {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.facility1_ttl_box h2 {
    font-size: 34px;
    font-weight: normal;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
}
.facility1_txt {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.facility1_txt a{
    color: #29ABE2!important;
}

.facility1_img {
    width: 55%;
}

@media only screen and (max-width: 1024px) {
    .facility_kv_txt {
        left: 50%;
    }
    .facility1 {
        padding-top: 100px;
    }
    .facility_bg1 {
        top: -10%;
        left: 0;
        width: 100%;
    }
    .facility_bg2 {
        top: -10%;
        right: 0;
        width: 100%;
    }
    .facility_bg3 {
        top: -10%;
        left: 0;
        width: 100%;
    }
    .facility1_txt_box {
        width: 100%;
		padding:0 5%;
    }
    .facility1_txt {
        margin-top: 50px;
    }
    .facility1_ttl_box h2 {
        font-size: 24px;
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset;
        text-align: center;
    }
    .facility1_img {
        width: 100%;
        margin-top: 50px;
    }
    .facility1_box.reverse {
        flex-direction: column-reverse;
    }
}


.facility2 {
    padding-top: 200px;
}
.facility2_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility2_item {
    width: 45%;
    color: #fff;
}
.facility2_item:nth-child(n+4){
    margin-top: 200px;
}
.facility2_item_ttl_box {
    display: flex;
    align-items: center;
    width: 70%;
    padding-left: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #7F6000;
}
.facility2_item_ttl_box img {
    width: 30px;
    height: auto;
}
.facility2_item_ttl {
    font-size: 24px;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .facility2_item_ttl_box {
        width: 100%;
    }
    .facility2_ttl {
        font-size: 24px;
    }
    .facility2_list {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .facility2_item {
        width: 100%;
    }
    .facility2_item:nth-child(n+2){
        margin-top: 50px;
    }
}



/* room */
.room_kv_txt {
    left: 10%;
}

.room_movie_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.room_movie_box video {
    width: 60%;
}
.room_movie_txt_box {
    width: 40%;
}
.room_movie_txt_box p:first-child {
    margin: auto;
    font-size: 24px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.room_movie_txt_box p:last-child {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .room_kv_txt {
        left: 50%;
    }
    .room_movie_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .room_movie_box video {
        width: 100%;
    }
    .room_movie_txt_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .room_movie_txt_box p:first-child {
        text-align: center;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .room_movie_txt_box p:last-child {
        margin-top: 30px;
    }
}

.room1 {
    margin-top: 200px;
}
.room1_box {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.room1_img {
    width: 50%;
}
.room1_txt_box {
    width: 40%;
}
.room1_txt_img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.room1_txt p:first-child {
    text-align: center;
	font-size:1.5em;
    color: #B28900;
    margin-bottom: 30px;
}
.room1_txt p:last-child {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .room1_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column-reverse;
    }
    .room1_img {
        width: 100%;
        margin-top: 50px;
    }
    .room1_txt_box {
        width: 100%;
    }
    .room1_txt_img {
        margin-bottom: 30px;
    }
}

.room_tab {
    margin-top: 200px;
    background-color: #000000;
}
.room_tab_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.room_tab_ttl {
    width: 20%;
}
.room_tab_ttl h2 {
    margin: auto;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}
.room_tab_list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.room_tab_item {
    width: 22%;
    cursor: pointer;
}
.room_tab_item_no{
    width: 22%;
    pointer-events: none;
}
.room_tab_item:nth-child(n+5){
    margin-top: 30px;
}
.room_tab_item.active .room_tab_item_img {
    filter: unset;
    -webkit-filter: unset;
}
.room_tab_item:hover .room_tab_item_img {
    filter: unset;
    -webkit-filter: unset;
}
.room_tab_item .room_tab_item_img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.room_tab_item_txt {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-top: 5px;
}
.room_tab_item_txt img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.room_tab_item_txt h3 {
    font-size: 13px;
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {
    .room_tab_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .room_tab_ttl {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .room_tab_ttl h2 {
        display: inline-block;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .room_tab_list {
        width: 100%;
    }
    .room_tab_item {
        width: 45%;
    }
    .room_tab_item_no {
        width: 45%;
    }
    .room_tab_item:nth-child(n+3){
        margin-top: 30px;
    }
}

.room2 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.room2_img_box {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.room2_ttl_box {
    width: 30%;
    display: flex;
    justify-content: center;
}
.room2_ttl_box img {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.room2_ttl_box p {
    font-size: 24px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.room2_ttl_box p:first-child {
    display: inline-block;
    padding: 10px 5px;
    border: 1px solid #fff;
}
.room2_ttl {
    margin-left: 20px;
}
.room2_slider_box {
    width: 70%;
}

.room2_info {
    position: relative;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	gap:2.5vh 2.5%;
}
.room2_info_link_box {
    position: relative;
	margin: 0 0 0 auto;
}
.room2_info_link_box a {
    display: block;
    background-color: #fff;
    color: #201723;
    font-size: 14px;
    padding: 10px 30px;
}
.room2_info_img {
    width: 25%;
}
.room2_info_txt_box {
    width: 70%;
}
.room2_info_txt p:first-child {
    font-size: 24px;
    margin-bottom: 30px;
}
.room2_info_txt p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 30px;
}
.room2_info_list {
    display: flex;
    font-size: 18px;
}
.room2_info_list:last-child {
    margin-top: 10px;
    font-size: 16px;
}
.room2_info_list p {
    border-bottom: 2px dotted #fff;
}
.room2_info_list p:first-child {
    margin-right: 30px;
}
.room2_info_list p:nth-child(2) {
    margin-right: 30px;
}
.room2_info_caution {
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #fff;
}

.room2_dec {
    width: 80%;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
	.room2 {
    margin-top: 100px;
	}
    .room2_ttl_box {
        width: 100%;
        display: block;
        text-align: center;
    }
    .room2_ttl_box p {
        font-size: 20px;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .room2_ttl_box p:first-child {
        padding: 5px 10px;
    }
    .room2_ttl {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .room2_slider_box {
        width: 100%;
        margin-top: 30px;
    }
    .room2_info {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    	margin-top: 50px;
    }
    .room2_info_img {
        width: 100%;
    }
    .room2_info_txt_box {
        width: 100%;
        margin-top: 50px;
    }
    .room2_info_txt p:first-child {
        font-size: 20px;
    }
    .room2_info_txt p:nth-child(2) {
        font-size: 16px;
    }
    .room2_info_list {
        font-size: 16px;
        display: block;
    }
    .room2_info_list:last-child {
        margin-top: 20px;
    }
    .room2_info_list p {
        display: inline-block;
    }
    .room2_info_list p:last-child {
        margin-top: 20px;
    }
    .room2_dec {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    	margin-top: 100px;
    }
    .room2_info_link_box {
        position: unset;
        margin-left: auto;
    }
    .room2_info_link_box a {
        padding: 10px 10px;
    }
	.room2_ttl_box img {
		margin:auto 10px auto 0;
	}
}

.top2 {
    position: relative;
    background-image: url(//tsukiemon.cc/img/top/top_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.top2_icon1 {
    position: absolute;
    top: -10%;
    right: 2.5%;
    width: 22%;
}
.top2_icon2 {
    position: absolute;
    bottom: -10%;
    left: 2.5%;
    width: 22%;
}
.top2_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7.5%;
    padding-bottom: 7.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top2_txt_box {
    width: 25%;
}
.top2_txt_img {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.top2_txt {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.top2_link {
    display: block;
    color: #fff;
    text-align: center;
}

.top2_list {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top2_item {
    width: 23%;
    height: auto;
}
.top2_item_txt {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.top2_item_txt span {
    display: block;
    font-size: 14px;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .top2_icon1 {
        width: 40%;
        top: -5%;
    }
    .top2_icon2 {
        width: 40%;
        bottom: -5%;
    }
    .top2_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .top2_txt_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .top2_txt_img {
        margin-bottom: 20px;
    }
    .top2_txt {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .top2_list {
        width: 100%;
    }
    .top2_item {
        width: 45%;
    }
    .top2_item:nth-child(n+3){
        margin-top: 30px;
    }
    .top2_item_txt {
        font-size: 16px;
    }
}

.top3 {
    padding-top: 250px;
    padding-bottom: 250px;
}
.top3_icon {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.top3_txt {
    font-size: 28px;
    text-align: center;
}
.top3_txt span {
    font-size: 36px;
}

@media only screen and (max-width: 1024px) {
    .top3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .top3_icon {
        margin-bottom: 20px;
    }
    .top3_txt {
        font-size: 24px;
    }
    .top3_txt span {
        font-size: 30px;
    }
}

/* ページネーションのスタイル */
.top_splide1 .splide__pagination {
    right: unset;
}
.top_splide3 .splide__pagination {
    left: unset;
}

.your-class-page {
    background-color: transparent; /* 背景色を透明に */
    background-image: url(//tsukiemon.cc/img/top/slide_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: unset; /* これがないと画像が欠ける */
    height: 20px;
    opacity: 1; /* 画像の透過を無くす */
    width: 20px;
}
  /* 現在表示されているページネーションのスタイル */
.your-class-page.is-active {
    background-color: transparent; /* 背景色を透明に */
    background-image: url(//tsukiemon.cc/img/top/slide_icon.png);
    background-size: contain; /* これが無いと真っ白になる */
}
  /* ページネーションの位置 */
.your-class-pagination {
    bottom: 1.5em;
}
  /* ページネーション間の余白 */
.your-class-pagination li {
    margin-left: 5px;
    margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
    .your-class-page {
        height: 10px;
        width: 10px;
    }
    .your-class-pagination {
        bottom: 1em;
    }
}

.top4 {
    position: relative;
}
.top4_ttl_img {
    position: absolute;
    bottom: -30%;
    right: 10%;
    width: 25%;
    z-index: 1;
}

.top5 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.top5_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.top5_img_box {
    width: 55%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.top5_img {
    width: 45%;
    height: 100%;
}
.top5_img:last-child {
    margin-top: 200px;
}
.top5_txt_box {
    width: 40%;
    height: auto;
    margin-bottom: 3%;
}
.top5_txt_box p:first-child {
    margin: auto;
    font-size: 28px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.top5_txt_box p:nth-child(2) {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.top5_link {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #fff;
}
.top5_link::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50%;
    content: '';
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	.top5 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
    .top5_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column-reverse;
    }
    .top5_img_box {
        width: 100%;
    }
    .top5_img:last-child {
        margin-top: 100px;
    }
    .top5_txt_box {
        width: 100%;
        margin-bottom: 50px;
    }
    .top5_txt_box p:first-child {
        font-size: 20px;
		white-space:nowrap;
    }
    .top5_link {
        font-size: 16px;
    }
}

.top6 {
    position: relative;
}
.top6_ttl_img {
    position: absolute;
    bottom: -30%;
    left: 10%;
    width: 25%;
    z-index: 1;
}

.top7_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.top7_img {
    width: 45%;
    height: 100%;
}
.top7_img:first-child {
    margin-top: 200px;
}

@media only screen and (max-width: 1024px) {
    .top5_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top7_img:first-child {
        margin-top: 100px;
    }
}

.top8 {
    position: relative;
}
.top8_ttl_img {
    position: absolute;
    bottom: -30%;
    left: 50%;
    width: 25%;
    z-index: 1;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}


.top9 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.top9_box {
    position: relative;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.top9_icon1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: auto;
}
.top9_icon2 {
    position: absolute;
    bottom: 0;
    left: -3%;
    width: 30%;
    height: auto;
}
.top9_ttl_box {
    width: 30%;
    height: auto;
    margin-left: auto;
}
.top9_ttl {
    font-size: 24px;
    font-weight: normal;
    margin: auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.top9_img_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.top9_img {
    position: relative;
    width: 32%;
}
.top9_img:first-child {
    top: -150px;
}
.top9_img:nth-child(2) {
    top: -100px;
}
.top9_txt_box {
    margin-top: 200px;
}
.top9_txt_box {
    text-align: center;
}
.top9_txt_box p {
    font-size: 20px;
    margin-bottom: 50px;
}
.top9_link {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #fff;
}
.top9_link::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50%;
    content: '';
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
	.top9 {
		padding-top: 100px;
	}
    .top9_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top9_ttl_box {
        width: 100%;
    }
    .top9_ttl {
        font-size: 20px;
		white-space:nowrap;
    }
    .top9_img {
        position: unset;
        width: 100%;
    }
    .top9_img:nth-child(n+2){
        margin-top: 30px;
    }
    .top9_txt_box {
        margin-top: 50px;
    }
    .top9_txt_box p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px;
    }
    .top9_link {
        font-size: 16px;
    }
}

.top10 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.top10_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top10_img_box {
    position: relative;
    width: 48%;
    height: 100%;
}
.top10_img_box:last-child {
    padding-top: 200px;
}
.top10_ttl {
    position: absolute;
    bottom: -25%;
    left: 13%;
    width: 8%;
}
.top10_txt {
    position: absolute;
    left: 24%;
    bottom: -90%;
    font-size: 24px;
    height: 100%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.top10_link {
    position: absolute;
    left: 37%;
    bottom: -10%;
}

.top10_img_box:last-child .top10_ttl {
    position: absolute;
    top: 5%;
    bottom: unset;
    left: unset;
    right: 30%;
    width: 8%;
}
.top10_img_box:last-child .top10_txt {
    position: absolute;
    bottom: unset;
    left: unset;
    right: 16%;
    top: 25%;
    font-size: 24px;
    height: 100%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.top10_img_box:last-child .top10_link {
    position: absolute;
    /* top: 50%; */
    top: 22vw;
    bottom: unset;
    left: unset;
    right: 30%;
}

@media only screen and (max-width: 1024px) {
	.top10 {
		padding-top: 50px;
		padding-bottom: 100px;
	}
    .top10_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top10_img_box {
        width: 100%;
    }
    .top10_txt {
        font-size: 16px;
    }
    .top10_link {
        font-size: 14px;
        left: 41%;
        bottom: -20%;
    }
    .top10_img_box:last-child {
        margin-top: 50px;
    }
    .top10_img_box:last-child .top10_ttl {
        top: 28%;
        right: 28%;
    }
    .top10_img_box:last-child .top10_txt {
        font-size: 16px;
        top: 40%;
        right: 10%;
    }
    .top10_img_box:last-child .top10_link {
        font-size: 14px;
        top: 64%;
        right: 28%;
    }
}

.top11 {
    padding-bottom: 100px;
}
.top11_box {
    position: relative;
    width: 90%;
    height: auto;
}
.top11_link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
}
.top11_box_sp {
    display: flex;
    align-items: center;
	justify-content: center;
	gap:5%;
	background-image: url("//tsukiemon.cc/img/top/map-bg.png");
	background-position: center;
	background-repeat: no-repeat;background-size: cover;
	box-shadow: inset 0 0 50px 50px #201723;
}
.top11_img_sp {
    width: 40%;
}
.top11_img_sp img {
    -o-object-fit: contain;
       object-fit: contain;
}
.top11_txt_box {
    width: 40%;
}
.top11_ttl {
    display: flex;
    align-items: center;
}
.top11_ttl img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.top11_ttl p {
    font-size: 40px;
    letter-spacing: 0.2rem;
}
.top11_ttl p span {
    font-size: 60px;
}
.top11_txt {
    font-size: 22px;
    margin-bottom: 20px;
}
.top11_txt2 {
    margin-bottom: 20px;
}
.top11_txt2 p:first-child {
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}
.top11_txt2 p:last-child {
    font-size: 14px;
}
.top11_link_sp_box {
    text-align: right;
}
.top11_link_sp {
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .top11_box {
        display: none;
    }
    .top11_box_sp {
        display: block;
		padding:0 5%;
    }
    .top11_img_sp {
        width: 100%;
    }
    .top11_txt_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }
    .top11_ttl {
        display: flex;
        align-items: center;
    }
    .top11_ttl img {
        width: 20px;
        height: 20px;
    }
    .top11_ttl p {
        font-size: 24px;
    }
    .top11_ttl p span {
        font-size: 40px;
    }
    .top11_txt {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .top11_txt2 {
        margin-bottom: 20px;
    }
    .top11_txt2 p:first-child {
        display: inline-block;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        margin-bottom: 5px;
    }
    .top11_txt2 p:last-child {
        font-size: 14px;
    }
    .top11_link_sp_box {
        text-align: right;
    }
    .top11_link_sp {
        font-size: 14px;
    }
}


/* meal */
.meal_movie {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.meal_movie_img {
    position: absolute;
    right: 8%;
    bottom: -15%;
    width: 33%;
    z-index: -1;
}
.meal_movie video {
    width: 60%;
}
.meal_movie_txt {
    width: 40%;
}
.meal_movie_txt p {
    letter-spacing: 0.2rem;
    margin: auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.meal_movie_txt p:last-child {
    margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
    .meal_movie_img {
    right: 0%;
    bottom: 0%;
    width: 75%;
    }
    .meal_movie video {
        width: 100%;
        margin-bottom: 30px;
    }
    .meal_movie_txt {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .meal_movie_txt p {
        text-align: center;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .meal_movie_txt p:first-child {
        font-size: 20px;
    }
    .meal_movie_txt p:last-child {
        margin-top: 30px;
    }
}

.meal1 {
    padding-top: 150px;
    padding-bottom: 100px;
}
.meal1_box {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.meal1_tab_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}
.meal1_tab_item {
    position: relative;
    cursor: pointer;
    width: calc(100% / 6);
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.meal1_tab_item:nth-child(n+2):after {
    border-left: 3px dotted #7F7F7F;
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    height: 80%;
}
.meal1_tab_img {
    position: relative;
    overflow: hidden;
    padding-top: 80%; /* 比率 */
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.meal1_tab_item.active .meal1_tab_img {
    filter: unset;
    -webkit-filter: unset;
}
.meal1_tab_item:hover .meal1_tab_img {
    filter: unset;
    -webkit-filter: unset;
}
.meal1_tab_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}
.meal1_tab_icon {
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.meal_tab_txt {
    font-size: 24px;
    letter-spacing: 0.2rem;
    margin: auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

@media only screen and (max-width: 1024px) {
    .meal1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .meal1_box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .meal1_tab_item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .meal1_tab_icon {
        width: 20px;
        margin-bottom: 10px;
    }
    .meal_tab_txt {
        font-size: 16px;
    }
    .meal1_tab_item:nth-child(n+2):after {
        border-left: 2px dotted #7F7F7F;
    }
}

.meal2 {
    padding-top: 50px;
    padding-bottom: 200px;
}
.meal2_ttl_box {
    margin-bottom: 50px;
}
.meal2_ttl_icon {
    width: 30px;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.meal2_ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.meal2_txt {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.meal2_cont_box {
    margin-top: 200px;
}
.meal2_cont_main_ttl {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #AD861A;
    border: 1px solid #AD861A;
}

.meal2_cont_tab_box {
    width: 70%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.meal2_cont_tab_item {
    width: 30%;
    height: auto;
    cursor: pointer;
}
.meal2_cont_img_box {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}
.meal2_cont_ttl_box {
    width: 20%;
}
.meal2_cont_ttl_box img {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.meal2_cont_ttl_box h3 {
    margin: auto;
    font-size: 30px;
    font-weight: normal;
    color: #666666;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
.meal2_cont_tab_item.open .meal2_cont_ttl_box h3 {
    color: #AD861A;
}
.meal2_cont_tab_item:hover .meal2_cont_ttl_box h3 {
    color: #AD861A;
}
.meal2_cont_img {
    width: 80%;
    height: auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.meal2_cont_tab_item.open .meal2_cont_img {
    filter: unset;
    -webkit-filter: unset;
}
.meal2_cont_tab_item:hover .meal2_cont_img {
    filter: unset;
    -webkit-filter: unset;
}

.meal2_cont_tab {
    cursor: pointer;
    width: 70%;
    padding: 0 10px;
    margin-left: auto;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #fff;
}
.meal2_cont_tab::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 60%;
    width: 1px;
    background-color: #fff;
}

.meal2_cont_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 150px;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.meal2_cont_item_slider {
    width: 60%;
    height: auto;
}
.meal_splide_txt {
    font-size: 14px;
    color: #fff;
}

.meal_cont_item_txt_box {
    width: 35%;
    height: auto;
}
.meal_cont_item_ttl_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #85842B;
}
.meal_cont_item_ttl_box img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.meal_cont_item_ttl {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.meal_cont_item_txt p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
}
.meal_cont_item_txt p:nth-child(2) {
    background-image: url(//tsukiemon.cc/img/meal/meal_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.meal_cont_item_txt p:last-child {
    font-size: 12px;
}


@media only screen and (max-width: 1024px) {
    .meal2 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
    .meal2_ttl_box {
        margin-bottom: 30px;
    }
    .meal2_ttl {
        font-size: 26px;
    }
    .meal2_ttl_icon {
        margin-bottom: 10px;
    }
    .meal2_txt {
        font-size: 12px;
    }
    .meal2_cont_box {
        margin-top: 50px;
    }
    .meal2_cont_main_ttl {
        width: 100%;
        font-size: 20px;
    }
    .meal2_cont_tab_box {
        width: 100%;
        margin-top: 50px;
    }
    .meal2_cont_tab_item {
        width: 100%;
    }
    .meal2_cont_tab_item:nth-child(n+2){
        margin-top: 30px;
    }
    .meal2_cont_img_box {
        align-items: start;
    }
    .meal2_cont_ttl_box h3 {
        font-size: 24px;
    }
    .meal2_cont_ttl_box img {
        width: 30px;
    }
    .meal2_cont_item {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .meal2_cont_item.sp_reverse {
        flex-direction: column-reverse;
    }
    .meal2_cont_item_slider {
        width: 100%;
    }
    .meal_cont_item_txt_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .meal_cont_item_ttl {
        font-size: 30px;
    }
    .meal_cont_item_ttl_box img {
        width: 25px;
        height: 25px;
    }
    .meal_cont_item_txt p:first-child {
        font-size: 16px;
    }
    .meal_cont_item_txt p:nth-child(2) {
        font-size: 14px;
    }
    .meal_cont_item_txt p:last-child {
        font-size: 11px;
    }
}

.meal2_guidance_box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.meal2_guidance_ttl_box {
    width: 30%;
    height: auto;
}
.meal2_guidance_ttl_icon {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.meal2_guidance_ttl {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2rem;
}
.meal2_guidance_txt_box {
    width: 65%;
}
.meal2_guidance_txt p:first-child {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #85842B;
}
.meal2_guidance_txt p:last-child {
    font-weight: bold;
    margin-bottom: 30px;
}

.meal2_guidance_link_box a {
    display: block;
    background-color: #3D333F;
    width: 80%;
    height: auto;
    text-align: center;
    padding: 10px 0;
}
.meal2_guidance_link_box a:last-child {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .meal2_guidance_box {
        width: 100%;
    }
    .meal2_guidance_ttl_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .meal2_guidance_ttl_icon {
        width: 30px;
        margin-bottom: 10px;
    }
    .meal2_guidance_ttl {
        font-size: 20px;
    }
    .meal2_guidance_txt_box {
        width: 100%;
    }
    .meal2_guidance_txt p:first-child {
        display: block;
        font-size: 20px;
    }
    .meal2_guidance_txt p:last-child {
        font-size: 14px;
    }
    .meal2_guidance_link_box a {
        width: 100%;
        font-size: 10px;
    }
}

.meal2_guidance2_box {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.meal2_guidance2_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
}
.meal2_guidance2_ttl_icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.meal2_guidance2_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.meal2_guidance2_txt {
    text-align: center;
}

.meal2_guidance2_list {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.meal2_guidance2_item {
    width: 36%;
    height: auto;
}
.meal2_guidance2_item_ttl_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #85842B;
}
.meal2_guidance2_item_ttl_icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.meal2_guidance2_item_ttl {
    font-size: 20px;
}
.meal2_guidance2_item_txt_box {
    font-size: 15px;
}
.meal2_guidance2_item_txt_box p:first-child {
    font-size: 20px;
    margin-bottom: 20px;
}
.meal2_guidance2_item_txt_box p:last-child {
    margin-top: 20px;
}
.meal2_guidance2_item_txt_box a {
    color: #00FFFF!important;
}
.meal2_guidance2_item_txt_box p span {
    color: #FF0000;
}
.meal2_guidance2_item_txt_box p:last-child span {
    font-weight: bold;
    color: #FF0000;
}
.meal2_guidance2_item_txt_box p.meal2_guidance2_item_txt_sm {
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .meal2_guidance2_bg {
        width: 70%;
    }
    .meal2_guidance2_ttl_icon {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .meal2_guidance2_ttl {
        font-size: 20px;
    }
    .meal2_guidance2_txt {
        font-size: 14px;
        text-align: left;
    }
    .meal2_guidance2_list {
        width: 100%;
        margin-top: 50px;
    }
    .meal2_guidance2_item {
        width: 100%;
    }
    .meal2_guidance2_item:last-child {
        margin-top: 50px;
    }
    .meal2_guidance2_item_ttl {
        font-size: 18px;
    }
    .meal2_guidance2_item_ttl_icon {
        width: 25px;
        height: 25px;
    }
    .meal2_guidance2_item_txt_box p:first-child {
        font-size: 18px;
    }
    .meal2_guidance2_item_txt_box {
        font-size: 13px;
    }
    .meal2_guidance2_item_txt_box p.meal2_guidance2_item_txt_sm {
        font-size: 13px;
    }
}

.meal_splide1 .splide__pagination {
    bottom: -1em;
    left: unset;
    padding: 0;
}
.meal_splide2 .splide__pagination {
    bottom: -1em;
    left: unset;
    padding: 0;
}
.meal_splide1 .splide__pagination__page,
.meal_splide2 .splide__pagination__page {
    background: #262626;
    height: 4px;
    width: 30px;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}
.meal_splide1 .splide__pagination__page.is-active,
.meal_splide2 .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.meal3_box {
    margin-top: 100px;
}
.meal3_cont_box {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.meal3_bg {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
}
.meal3_cont_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.meal3_cont_txt {
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .meal3_box {
        margin-top: 50px;
    }
    .meal3_cont_box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .meal3_cont_ttl {
        font-size: 22px;
        text-align: left;
    }
    .meal3_cont_txt {
        font-size: 16px;
        text-align: left;
    }
}

.meal4_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.meal4_cont_box {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    padding-bottom: 200px;
    border-bottom: 2px dotted #fff;
}
.meal4_cont_list_ttl {
    width: 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.meal4_cont_list {
    width: 70%;
    height: auto;
    margin-top: 100px;
}
.meal4_cont_item {
    display: flex;
    justify-content: space-between;
}
.meal4_cont_item:last-child {
    margin-top: 100px;
}
.meal4_cont_item_img {
    width: 40%;
    height: auto;
}
.meal4_cont_item_txt_box {
    width: 55%;
    height: auto;
}
.meal4_cont_item_ttl {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #AD861A;
}
.meal4_cont_item_ttl img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.meal4_cont_item_ttl h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.2rem;
}
.meal4_guidance_box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px dotted #fff;
}
.meal4_guidance_ttl_box {
    width: 40%;
    height: auto;
}
.meal4_guidance_ttl_icon {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.meal4_guidance_ttl {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2rem;
}
.meal4_guidance_txt {
    text-align: center;
}
.meal4_guidance_img_box {
    display: flex;
    justify-content: space-between;
    width: 55%;
    height: auto;
}
.meal4_guidance_img_box img {
    width: 48%;
    height: auto;
}

.meal4_guidance_box2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}
.meal4_guidance_ttl_box2 {
    width: 30%;
    height: auto;
}
.meal4_guidance_txt_box {
    width: 50%;
    padding: 30px;
    line-height: 40px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .meal4_box {
        width: 100%;
    }
    .meal4_cont_box {
        display: block;
        margin-top: 100px;
        padding-bottom: 100px;
    }
    .meal4_cont_list_ttl {
        max-width: 240px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .meal4_cont_list {
        width: 100%;
    }
    .meal4_cont_item {
        display: block;
    }
    .meal4_cont_item_img {
        width: 100%;
        margin-bottom: 50px;
    }
    .meal4_cont_item_txt_box {
        width: 100%;
    }
    .meal4_guidance_box1 {
        display: block;
    }
    .meal4_guidance_ttl_box {
        width: 100%;
        margin-bottom: 50px;
    }
    .meal4_guidance_ttl {
        font-size: 17px;
    }
    .meal4_guidance_txt {
        font-size: 14px;
    }
    .meal4_guidance_img_box {
        width: 100%;
        flex-wrap: wrap;
    }
    .meal4_guidance_img_box img {
        width: 100%;
    }
    .meal4_guidance_img_box img:last-child {
        margin-top: 30px;
    }
    .meal4_guidance_box2 {
        display: block;
    }
    .meal4_guidance_ttl_box2 {
        width: 100%;
        margin-bottom: 50px;
    }
    .meal4_guidance_txt_box {
        width: 100%;
    }
}

.meal5_box {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
}
.meal5_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.meal5_item {
    width: 23%;
    height: auto;
    padding: 20px;
    background-image: url(//tsukiemon.cc/img/meal/meal_detail4_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.meal5_item:nth-child(n+5){
    margin-top: 50px;
}
.meal5_item_txt_box {
    margin-top: 20px;
}
.meal5_item_ttl {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.meal5_item_ttl span {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
}
.meal5_item_txt {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.meal5_item_price {
    font-size: 20px;
    text-align: right;
}
.meal5_txt_box {
    margin-top: 100px;
}
.meal5_txt_box p:first-child {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}
.meal5_txt_box p:last-child {
    width: 60%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .meal5_box {
        width: 100%;
        padding-top: 50px;
    }
    .meal5_item {
        width: 100%;
    }
    .meal5_item:nth-child(n+2){
        margin-top: 30px;
    }
    .meal5_txt_box p:first-child {
        font-size: 20px;
    }
    .meal5_txt_box p:last-child {
        width: 100%;
        font-size: 14px;
    }
}

.meal6_box {
    padding-top: 100px;
}
.meal6_img_box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.meal6_main_img {
    width: 55%;
    height: auto;
}
.meal6_tab_img_box {
    width: 43%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.meal6_tab_img {
    width: 23%;
    height: auto;
}
.meal6_tab_img:nth-child(n+5){
    margin-top: 20px;
}
.meal6_txt_box {
    margin-top: 100px;
}
.meal6_txt_box p:last-child {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .meal6_box {
        padding-top: 50px;
    }
    .meal6_img_box {
        width: 100%;
        display: block;
    }
    .meal6_main_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .meal6_tab_img_box {
        width: 100%;
    }
    .meal6_tab_img {
        width: 32%;
    }
    .meal6_tab_img:nth-child(n+4){
        margin-top: 10px;
    }
    .meal6_tab_img:last-child {
        display: none;
    }
    .meal6_txt_box {
        margin-top: 50px;
    }
    .meal6_txt_box p:last-child {
        width: 100%;
    }
}

.meal7_box {
    padding-top: 100px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.meal7_first_box {
    display: flex;
    justify-content: space-between;
}
.meal7_first_txt_box {
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
}
.meal7_first_img_box {
    display: flex;
    justify-content: space-between;
    width: 70%;
    height: auto;
}
.meal7_first_img {
    width: 49%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.meal7_first_img:last-child {
    margin-top: -100px;
}
.meal7_first_img img:last-child {
    margin-top: 30px;
}
.meal7_second_box {
    margin-top: 100px;
}
.meal7_txt1 {
    text-align: center;
    margin-bottom: 100px;
    font-size: 18px;
}
.meal7_txt2 {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #000000;
    background-color: #cccccc;
    margin-bottom: 50px;
}
.meal7_txt3 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    font-size: 18px;
}
.meal7_txt4 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #AD861A;
    border: 1px solid #AD861A;
}
.meal7_third_box {
    margin-top: 100px;
}
.meal7_guidance_ttl_icon {
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.meal7_guidance_ttl {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2rem;
}
.meal7_guidance_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.meal7_guidance_img {
    width: 45%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.meal7_guidance_txt_box {
    width: 50%;
    height: auto;
}
.meal7_guidance_txt1 {
    font-size: 20px;
    margin-bottom: 50px;
}
.meal7_guidance_txt2 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #cccccc;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.meal7_guidance_txt3 {
    font-size: 18px;
    line-height: 40px;
}
.meal7_guidance_txt3 p span {
    color: #AD861A;
}

@media only screen and (max-width: 1024px) {
    .meal7_box {
        width: 100%;
        padding-top: 50px;
    }
    .meal7_first_box {
        display: block;
    }
    .meal7_first_txt_box {
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
    }
    .meal7_first_img_box {
        width: 100%;
        display: block;
    }
    .meal7_first_img {
        width: 100%;
    }
    .meal7_first_img:last-child {
        margin-top: 30px;
    }
    .meal7_txt1 {
        font-size: 16px;
        text-align: left;
        margin-bottom: 50px;
    }
    .meal7_txt2 {
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
    }
    .meal7_txt3 {
        font-size: 16px;
    }
    .meal7_txt4 {
        width: 100%;
        font-size: 16px;
    }
    .meal7_guidance_ttl_icon {
        width: 30px;
    }
    .meal7_guidance_ttl {
        font-size: 20px;
    }
    .meal7_guidance_box {
        margin-top: 50px;
    }
    .meal7_guidance_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .meal7_guidance_txt_box {
        width: 100%;
    }
    .meal7_guidance_txt1 {
        font-size: 16px;
    }
    .meal7_guidance_txt2 {
        font-size: 16px;
        padding: 5px 0;
    }
    .meal7_guidance_txt3 {
        font-size: 16px;
        line-height: 28px;
    }
}

.onsen_splide .splide__pagination {
    bottom: -1em;
    padding: 0;
}
.onsen_splide .splide__pagination__page{
    background: #262626;
    height: 4px;
    width: 30px;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}
.onsen_splide .splide__pagination__page.is-active{
    background: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.room_splide .splide__pagination {
    bottom: -1em;
    padding: 0;
    right: unset;
}
.room_splide .splide__pagination__page{
    background: #262626;
    height: 4px;
    width: 30px;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}
.room_splide .splide__pagination__page.is-active{
    background: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

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