@charset "utf-8";
/*
Title: mihama
Last Updated: 2025-06-12
Author: Ryu
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }

a{
	display: block;
	color:#cb3f48;
	transition: all 0.4s;
}
a:hover{
	color:#eb747c;
	transition: all 0.4s;
}
.op:hover{
	transition: all 0.4s;
}
.op:hover{
	opacity: 0.7;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.none {
	display: none;
}
.block {
	display: block;
}



/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.lp_frame{
	width: 88%;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

#bk{
	/* background-color: #ffde73; */
	position: relative;
}
#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../images/drawer_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 1;
}
.ribbon_l{
	position: fixed;
	top: 0;
	left: 0;
	background: url("../images/background-rbn.png") center top repeat-y;
	background-size: 100%;
	height: 100vh;
	width: 4.5%;
	max-width: 50px;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}
.ribbon_r{
	position: fixed;
	top: 0;
	right: 0;
	background: url("../images/background-rbn.png") center top repeat-y;
	background-size: 100%;
	height: 100vh;
	width: 4.5%;
	max-width: 50px;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
	z-index: 1;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 50px 0px rgb(0 0 0 / 60%);
}

@media screen and (min-width: 750px){

	.lp_frame{
		width: 87%;
		margin-right: auto;
		margin-left: auto;
	}
	.check .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
		.contact_bk .ttl{
		position: absolute;
		top:100px;
	}
		.contact_bk{
		padding:180px 0 50px;
	}

}/*END*/

@media screen and (max-width: 751px){

	.ribbon_l{
		display: none;
	}
	.ribbon_r{
		display: none;
	}

}/*END*/


/*----------------------------------------
	contents
----------------------------------------*/

h1,
.info_contents,
.info_ttl,
.ticket,
.hoshigaoka_contents,
.hoshigaoka_ttl,
.house_contents,
.house_ttl,
.komori,
#nav04,
#nav02{
	position: relative;
}
h1 a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((668/750)*100%);
	bottom: 2.8%;
}
#nav02 a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((614/750)*100%);
	bottom: 8%;
}
.ticket a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((624/750)*100%);
	bottom: 6%;
}
.komori_more{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((614/750)*100%);
	bottom: 3%;
	cursor: pointer;
}
.komori_close{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((614/750)*100%);
	bottom: 1%;
	cursor: pointer;
}
.house_open{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((600/750)*100%);
	bottom: 3%;
	background: url("../images/btn_close02.png");
	background-size: 100%;
	transition: all 0.2s;
	cursor: pointer;
}
.house_open.open img{
	opacity: 0;
}
.house_contents a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((600/750)*100%);
	bottom: 0;
}

.house_slider04,
.house_slider03,
.house_slider02,
.house_slider01{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((603/750)*100%);
	cursor: pointer;
}
.house_slider01{
	top: 61.3%;
}
.house_slider02{
	top: 59.5%;
}
.house_slider03{
	top: 51%;
}
.house_slider04{
	top: 48.5%;
}
.swiper-button-prev{
	background: url("../images/prev.png");
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 3%;
	top: 40%;
	transform: translateY(-50%);
}
.swiper-button-next{
	background: url("../images/next.png");
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 3%;
	top: 40%;
	transform: translateY(-50%);
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content: none;
}
.hoshigaoka_more{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((603/750)*100%);
	bottom: 3%;
	cursor: pointer;
}
.hoshigaoka_close{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((603/750)*100%);
	bottom: 1%;
	cursor: pointer;
}
.info_open{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((600/750)*100%);
	bottom: 8%;
	background: url("../images/btn_close04.png");
	background-size: 100%;
	transition: all 0.2s;
	cursor: pointer;
}
.info_open.open img{
	opacity: 0;
}
.map{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	aspect-ratio: 9/5;
	overflow: hidden;
	bottom: 4%;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.btn_siryou{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: calc((614/750)*100%);
	margin-bottom: 60px;
}
.none{
	display: none;
}


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: #fff;
	background-image: url(../images/drawer_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat ;
	background-position: center top;
	top: 0;
	right: 0;
	width: 100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer > nav{
	display: flex;
	overflow: visible;
	/* padding-top: 70px; */
}
.drawer ul{
	text-align: center;
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.drawer ul.drawer_over{
	height: 100%;
	width: auto;
	aspect-ratio: 750/1333;
}
.drawer li img {
	display: block;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	/* overflow: auto; */
	overflow-y: auto;
}
.nav_top{
	padding: 8% 8% 4%;
}
.nav_deco01 {
	display: block;
	position: absolute;
	width: 462px;
	top: -2%;
	left: 6%;
	transform: translateX(-100%);
	z-index: 3;
}
.nav_deco02 {
	display: block;
	position: absolute;
	width: 462px;
	top: 0%;
	right: 5%;
	transform: translateX(100%);
	z-index: 3;
}
.nav_deco03 {
	display: block;
	position: absolute;
	width: 100vw;
	max-width: 2000px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 599px){

	.drawer > nav{
		display: flex;
		align-items: flex-start;
		padding-bottom: 0;
		overflow: hidden;
	}
	.nav_deco01,.nav_deco02 {
		display: none;
	}
	.drawer ul {
		width: 92%;
	}

}/*END*/

@media screen and (max-width: 479px){

	.drawer ul li a{
		font-size: 1.4rem;
	}

}/*END*/

.btn_menu{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 238px);
	top: 15px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #000;
	display: none;
}
.btn_menu span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu span{
	width: 60%;
	left: 20%;
}
.btn_menu span:nth-child(1){
	top: 10px;
}
.btn_menu span:nth-child(2){
	top: 20px;
}
.btn_menu span:nth-child(3){
	top: 30px;
}
.open .btn_menu{
	right: calc(45% - 238px);
	background: transparent;
}
.open .btn_menu span{
	height: 4px;
}
.open .btn_menu span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
	background: #000;
}
.open .btn_menu span:nth-child(2){
	opacity: 0;
}
.open .btn_menu span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	background: #000;
}

@media screen and (max-width: 750px){

	.btn_menu{
		top: 16px;
	}
	.btn_menu span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu span:nth-child(3){
		top: 20px;
	}
	.btn_menu{
		width: 46px;
		height: 41px;
		right: 10px!important;
		top: 13px;
	}
	.btn_menu span{
		width: 70%;
		left: 15%;
	}
	.btn_menu span:nth-child(1){
		top: 9px;
	}
	.btn_menu span:nth-child(2){
		top: 20px;
	}
	.btn_menu span:nth-child(3){
		top: 31px;
	}

}/*END*/


/*----------------------------------------
	fotoer関係
----------------------------------------*/

.sns_area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	gap: 30px;
	margin-left: auto;
	margin-right: auto;
}
.sns_area p {
	flex:0.75;
}
.sns_area div {
	flex:1.2;
}
.sns_icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
}

@media screen and (max-width: 430px){

	.sns_icons {
		gap: 5px;
	}

}/*END*/

.bnr_special{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 80%;
}
.btn_official{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.sp_menu{
	max-width: 500px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -150px;
	transition: all 0.4s;
	margin: auto;
	background: #fff;
	z-index: 10;
}
.sp_menu > ul{
	display: flex;
}

@media screen and (max-width: 899px){

	.bg_logo{
		display: none;
	}

}/*END*/

@media screen and (max-width: 750px){

	.sp_menu{
		max-width: inherit;
	}

}/*END*/

.sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	transition: all 0.4s;
}
.sp_menu a{
	display: block;
}
.sp_menu a:hover{
	opacity: 1 !important;
}
.sp_menu ul{
	display: flex;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 750px){

	.sp_menu ul{
		max-width: 750px;
	}

}/*END*/

.form_frame {
	width: 92%;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
