@charset "utf-8";


/*----------------------------------------
	全体
----------------------------------------*/

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; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

a{
	color:#f08044;
	transition: all 0.4s;
}
a:hover{
	color:#ffb085;
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.max_respon{max-width: 100%;}

.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.bg_black{background-color: #000;}
.bg_gray{background: #f2f2f2}
.bg_yellow{ background:#fff59e; }
.bg_aqua{ background:#d4f3f2; }

/*----------------------------------------
	text
----------------------------------------*/
p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.text_gray{ color: #7a7b7b; }
.text_red{ color: #e60012; }
.text_d_red{ color: #b02727; }
.text_white{color: #fff;}

.lh_11{ line-height: 1.1 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.ls_-1{ letter-spacing: -1px; }
.ls_-2{ letter-spacing: -2px; }
.ls_03{letter-spacing: 0.3rem; }

@media print, screen and (min-width: 770px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_36{ font-size:3.6rem !important; }

}/*END*/

@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_36{ font-size: 2.2rem !important; }

}/*END*/
.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}

/*----------------------------------------
	header
----------------------------------------*/
.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}
@media print, screen and (min-width: 750px){
    .sd-trigger{
    left: calc(50% + 150px);
    right: auto;
    max-width: 100px;
    }
	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/
@media screen and (max-width: 769px){
	.sd-trigger{
    max-width: 25%;
    }
	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}
}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/
#container{
	/*overflow: hidden;*/
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.overflow{
	overflow: hidden;
}

.pc_block{
    display: block;
}
.sp_block{
    display: none;
}
@media screen and (max-width: 599px){
    .pc_block{
        display: none;
    }    
    .sp_block{
        display: block;
    }
}/*END*/
/*----------------------------------------
	header
----------------------------------------*/
@media print, screen and (min-width: 770px){
	.sp_mv{
		display: none;
	}
}/*END*/
@media screen and (max-width: 769px){
	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}
}/*END*/














/*----------------------------------------
	opening
----------------------------------------*/

.bg_copy{
    width: 24%;
    max-width:472px;
    position: fixed;
	top: 21%;
	left: 7%;
    display: none;
}

.opening{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.op_bg_gray{
    background: #adb2bc;
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;left:0;
    z-index: 0;
}

.op_logo{
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    width: 50%;
    max-width:288px;
    z-index: 2;
}

.op_block{
    width: 92%;
    max-width:750px;
    max-height:750px;
    aspect-ratio: 1/1;
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    z-index: 2;
}

.op_block .inner{
    width: 100%;
    height: 100%;
    position: relative;
}

.op_copy{
    width: 63%;
    position: absolute;
    top:34%;
    left:0;
    z-index: 6;
}

.op_img5{
    max-width: 402px;
    width: 53.6%;
    position: absolute;
    top:62%;
    left:8.5%;
}
.op_img4{
    max-width: 400px;
    width: 53.3%;
    position: absolute;
    top:6.8%;
    left:23.5%;
}
.op_img3{
    max-width: 460px;
    width: 61.3%;
    position: absolute;
    top:53%;
    left:32%;
}
.op_img2{
    max-width: 220px;
    width: 29.3%;
    position: absolute;
    top:33%;
    left:70.7%;
}
.op_img1{
    max-width:300px;
    width: 40%;
    position: absolute;
    top:0;
    left:40%;
}



.bg_copy{
    width: 24%;
    max-width:472px;
    position: fixed;
	top: 21%;
	left: 6%;
    z-index: 99;
}

.bg_lt_logo{
    width: 14%;
    max-width:224px;
    position: fixed;
	top: 3%;
	left: 3%;
    z-index: 99;
}



@media screen and (max-width: 1350px) {
    .bg_copy{
        width: 20%;
        left: 4%;
    }
    .bg_lt_logo{
        width: 10%;
    }

}/*END*/
@media screen and (max-width: 999px) {
	.bg_copy,.bg_lt_logo {
		display: none;
	}

}/*END*/













/*----------------------------------------
	MV
----------------------------------------*/

.mv_body{
    position: relative;
    aspect-ratio: 800/1350;
}
.mvcpy1{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:14%;
    left:0;
}
.mvcpy2{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:24%;
    left:0;
}
.mvcpy3{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:38%;
    left:0;
}
.mvcpy4{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:47.5%;
    left:0;
}
.mvcpy5{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:57.5%;
    left:0;
}
.mvcpy6{
    width: 100%;
    max-width: 800px;
    position: absolute;
    top:61%;
    left:0;
}



.mv_body .mvcpy1,
.mv_body .mvcpy2,
.mv_body .mvcpy3,
.mv_body .mvcpy4,
.mv_body .mvcpy5,
.mv_body .mvcpy6 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}

.mv_body.show .mvcpy1,
.mv_body.show .mvcpy2,
.mv_body.show .mvcpy3,
.mv_body.show .mvcpy4,
.mv_body.show .mvcpy5,
.mv_body.show .mvcpy6 {
    opacity: 1;
    transform: translateY(0);
}

.mv_body.show .mvcpy1 { transition-delay: 0.1s; }
.mv_body.show .mvcpy2 { transition-delay: 0.3s; }
.mv_body.show .mvcpy3 { transition-delay: 0.5s; }
.mv_body.show .mvcpy4 { transition-delay: 0.7s; }
.mv_body.show .mvcpy5 { transition-delay: 0.9s; }
.mv_body.show .mvcpy6 { transition-delay: 1.1s; }


.pc_copy_style{
    width: 50vw;
    max-width: 900px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}



/* メインビジュアル全体のコンテナ */
.mv_vh {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh; /* 画面いっぱいに固定 */
    z-index: 1;
    /*overflow: hidden;*/
}

.sec_block {
    position: relative;
    z-index: 5; /* ファーストビュー(z-index:1)より上に配置 */
    background: #fff; /* 重なった時に下が透けないように背景色を指定 */
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2); /* 境界に影をつけると重なりが綺麗です */
}

@media screen and (max-width: 599px) {

    .mv_vh{
        height: 100vh;
    }
    img.mv_h{
        aspect-ratio: auto;
        height: 100vh;
    }

    .mvvh100{
        height: 100vh;
    }

    /*
    .mv_body {
        position: absolute;
        width: 100%;
        top: 0;
    }
    */

    .sp_copy_style{
        position: absolute;
        top:0%;
    }


}/*END*/




/* ファーストビューを囲うコンテナ */
.first-view-wrapper {
    /* Safari対応 */
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;     
}

.in_mv_vh {
    height: 100%;
}

/* せり上がってくるセクション */
.sec_block {
    position: sticky;
    top:0;
    z-index: 10; 
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 100vh; /* 1画面分以上の高さを確保して背景を見せる */
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2); /* 重なりの境界線を出す影 */
}


/* 個別のセクション設定（z-index を明示的に指定する場合） */
.item_content01 { z-index: 10; }
.item_content02 { z-index: 11; }
.item_content03 { z-index: 12; }
.item_content04 { z-index: 13; }
.item_content04_2 { z-index: 14; }

.item_content05 { z-index: 15; }
.item_content06 { z-index: 16; }
.item_content07 { z-index: 17; }
.item_content08 { z-index: 18; }
.item_content09 { z-index: 19; }
.item_content10 { z-index: 20; }
.item_content11 { z-index: 21; }

.sec_block .inner{
    max-width: 500px;
    margin-inline:auto;
    height: 100%;
}

.img_cc{
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}

/*
.sec_block.item_content01{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff;
}
*/

/* スクロールする「長さ」を定義する親 */
.scroll-container {
    /*height: 300vh;*/ /* 画面3枚分のスクロール距離を作る */
    height: 7000px; /* 合計より長く */
    position: relative;
}
.scroll-container.sc02 {
    height: 300vh; /* 合計より長く */
    position: relative;
}

/* 画面に張り付く土台 */
.sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh; /* 常に1画面分を表示 */
    width: 100%;
}

/* FVは常時表示（content01に上から覆われる） */
.first-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

/* content01：スクロールでフェードインしてくる */
.sec_block.item_content01 {
    /*position: absolute;*/ position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff url(../img/lifestyle_gallery_gotenba/intro_bg2.jpg) center top;
    /*background-color: #fff;*/
    background-size: cover;
    z-index: 3;
    min-height: 100vh;
    opacity: 1; /* 最初は透明 */
    transition: opacity 0.5s ease;
}

.item_content01 .inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sec_block.item_content02 {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background: #c1d9e4 url(../img/lifestyle_gallery_gotenba/contents_bg02.jpg) center bottom no-repeat;
    background-size: 100%;
    box-shadow: none;

    top: 0;
    left: 0;
    /*
    opacity: 0;
    visibility: hidden;
    */
    transition: opacity 0.5s ease;
}




.sec_block.item_content03 {
    position: relative;
    height: auto;
    /*background: #f9f7f7;*/
    background: #fff url(../img/lifestyle_gallery_gotenba/contents_bg03.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: none;
}

/* 動画を背面に*/
.video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ede2ff;
}
.video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: screen;
}
.item_content03 .inner {
    /*
    position: relative;
    z-index: 1;*/ /* 動画より手前に表示 */
}



.sec_block.item_content04 {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    background-size: 100%;
    box-shadow: none;
}

.item_content04 .inner{
    min-height: 100vh;
    position: relative;
}
.beyond_copy{
    width: 100%;
    position: absolute;
    top:50%; left:50%;
    transform: translate(-50%,-50%);
}


/* block自体の高さをなくし、中身の画像だけを制御する */
.beyond_gl_block {
    position: absolute; /* innerに対して絶対配置 */
    bottom: 0;         /* 下端に合わせる */
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    background: #fff; 
    z-index: 10;

    /* 初期状態 */
    opacity: 1;
    transform: translateY(100vh);
    visibility: hidden;
    transition: none; 
}

/* クラス付与時：ここでのdelayを長めにとる */
.beyond_gl_block.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    /* 0.8s待ってから、1.2秒かけてスッと出す */
    transition: opacity 1.5s ease-out 0.8s, transform 1.2s ease-out 0.3s;
}




.in_bg_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  /* GPUを強制使用させて滑らかにする */
  backface-visibility: hidden;
  perspective: 1000;
}

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

/* 2枚の画像をセットで動かすシンプルな方法 
   画像2枚を横に並べて、1枚分（-100%）動いたら0に戻す
*/
.loop_wrap img {
  animation: simpleLoop 50s linear infinite;
}

@keyframes simpleLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* 2枚目が1枚目の位置に来た瞬間にリセット */
}

/* 逆再生（re） */
.loop_wrap.re{
    margin-top: -1px;
}
.loop_wrap.re img {
  animation: simpleLoopRe 50s linear infinite;
}

@keyframes simpleLoopRe {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}





.sec_block.item_content05 {
    position: relative;
    min-height: 100vh;
    background: #d1e2e2 url(../img/lifestyle_gallery_gotenba/contents_bg_tobu.jpg) center bottom no-repeat;
    background-size: 100%;
    box-shadow: none;
}




/* コンテンツ　アニメーション */
/* --- 共通：配置のベース --- */
.intro_box01, .intro_box02 {
    opacity: 0;
    position: absolute; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    text-align: center;
    z-index: 100;
}

/* --- intro_box01 --- */
.intro_box01.show {
    /* JSでクラスが付与された瞬間に開始したいのでdelayは0または短く */
    animation: moveSequence 3s ease forwards;
}

@keyframes moveSequence {
    0% { opacity: 0; top: 50%; }
    30% { opacity: 1; top: 50%; } /* フェードイン */
    60% { opacity: 1; top: 50%; transform: translate(-50%, -50%); } /* とどまる */
    100% { opacity: 0; top: 0; transform: translate(-50%, 0); } /* 上へ移動 */
}

/* --- intro_box02 --- */
.intro_box02.show {
    /* box01が「とどまる」を終えて動き出すタイミング(約3.5s後)に合わせる */
    animation: justFadeIn 1.5s ease 3s forwards;
    top: 50%; 
}

@keyframes justFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}




/*
.sec_block.item_content06 {
    position: relative;
    height: auto;
    min-height: auto;
    background: #3a3636;
    background-size: 100%;
    box-shadow: none;
}
.sec_block.item_content07 {
    position: relative;
    height: auto;
    min-height: auto;
    background: #b1ac99 url(../img/lifestyle_gallery_gotenba/contents_bgsb.jpg) center bottom no-repeat;
    background-size: 100%;
    box-shadow: none;
}
.sec_block.item_content08 {
    position: relative;
    height: auto;
    min-height: auto;
    background: #88b5db url(../img/lifestyle_gallery_gotenba/contents_bg123.jpg) center bottom no-repeat;
    background-size: 100%;
    box-shadow: none;
}
.sec_block.item_content09 {
    position: relative;
    height: auto;
    min-height: auto;
    background: #000 url(../img/lifestyle_gallery_gotenba/contents_bggv.jpg) center bottom no-repeat;
    background-size: 100%;
    box-shadow: none;
}
*/




/* セクションごとに背景切り替え設定 */
.sec_block.bg_sec {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: auto;
    z-index: 1;
    box-shadow:none;
}
.sec_bg_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    clip-path: inset(0);
}
.fixed_bg_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    margin-left: calc(50% - 50vw);
    background: #3a3636;
}
.bg_item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.0s ease-in-out;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.item06 {
    background-color: #3a3636;
}
.item07 {
    background-color: #b1ac99;
    background-image: url(../img/lifestyle_gallery_gotenba/contents_bgsb.jpg);
}
.item08 {
    background-color: #88b5db;
    background-image: url(../img/lifestyle_gallery_gotenba/contents_bg123.jpg);
}
.item09 {
    background-color: #000;
    background-image: url(../img/lifestyle_gallery_gotenba/contents_bggv.jpg);
}
.bg_item.active {
    opacity: 1;
}
.bg_sec {
    background: transparent !important;
}


.lineup_sl .loop_wrap{
    height: auto;
}
.lineup_sl img{
    max-height: 275px;
}
.over_hidden{
    overflow: hidden;
}


.sec_block.item_content10 {
    position: relative;
    height: 100%;
    min-height: auto;
    background: #fff;
    background-size: 100%;
    box-shadow:none;
}
.sec_block.item_content11 {
    position: relative;
    height: 100%;
    min-height: auto;
    background: #fff;
    background-size: 100%;
    box-shadow:none;
}

.shadow{
box-shadow: 10px 0 30px -15px rgb(0 0 0 / 30%), -10px 0 30px -15px rgb(0 0 0 / 30%);
    
    /* 上(top)だけ0px、左右下は影が見えるように100px分余裕を持たせる */
    clip-path: inset(0px -100px -100px -100px);
}






@media screen and (max-width: 599px){

    .sec_block.item_content05 {
        background-size: 200%;
    }


}/*END*/





/*----------------------------------------
	スクロール促し
----------------------------------------*/
.scroll_warp{
    position: absolute;
    width: 100%;
    bottom: 40px; 
}

.scroll_down{
  position:absolute;
  bottom: 0px;
  left: 50%;
}

.scroll_down a{
  position: absolute;
  left: 12px;
  bottom: 80px;
  color: #fff;
  font-size: 1.5rem;
  writing-mode: vertical-lr;
  text-decoration: none;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:120px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 120px;
  background:#fff;
}



















/*----------------------------------------
	map
----------------------------------------*/

.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 75% 0 0;
	text-align: center;
}
.map iframe{
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 1049px){

	.map{ padding: 80% 0 0; }

}/*END*/

@media screen and (max-width: 769px){

	.map{ padding: 80% 0 0; }

}/*END*/


.map_frame{
	position: absolute;
	width: 86%;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
}
.map_frame.acc4{
	bottom: 20%;
}







/*----------------------------------------
	footer
----------------------------------------*/

.copyright{
	background: #fff;
	color: #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
}

.sp_menu{
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	background: #fff;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% / 1);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}

.sp_menu_ps{
	width: auto;
	position: fixed;
	bottom: 25%;
	right: 0;
	box-sizing: border-box;
	z-index: 100;
}
.sp_menu_ps img.pc{
    width: 60px;
}
.sp_menu_ps .pc{
    display: block;
}
.sp_menu_ps .sp{
    display: none;
}

@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}

    .sp_menu_ps{
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
    }
    .sp_menu_ps .pc{
        display: none;
    }
    .sp_menu_ps .sp{
        display: block;
    }

}







/*----------------------------------------
	lp_frame
----------------------------------------*/

.lp_frame{
	width:86%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.lp_frame_f{
	width:95.2%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
    padding-inline:5px;
}

#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
    /*background: url(../img/lifestyle_gallery_gotenba/main_bg.jpg) center top no-repeat;*/
    background:#3a4b66 url(../img/lifestyle_gallery_gotenba/ggbg.jpg) center bottom no-repeat;
	background-size: 100%;
	z-index: 1;
}



.bg_logo {
	position: fixed;
	top: 9%;
	left: 7%;
	max-width: 374px;
	width: 18%;
}

@media (min-width: 1000px) and (max-width: 1150px) {
	.bg_logo {
		width: 15%;
	}
}
@media screen and (max-width: 999px) {
	.bg_logo {
		display: none;
	}
}

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
    min-height: 100vh;
}

#frame.trans{
    background: none;
    box-shadow:none;
}


@media screen and (min-width: 750px){
	.lp_frame{
		width: 88%;
		margin-right: auto;
		margin-left: auto;
	}
#frame{
	max-width: 500px;/* max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

}/*END*/
@media screen and (max-width: 749px){

	.ribbon_l{
		  display: none;
	}
	.ribbon_r{
	  display: none;
	}


}/*END*/






/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

@media screen and (max-width: 768px){

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/




.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 250px);
	top: 0px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #000;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

@media screen and (max-width: 768px){

	.btn_menu_works{
		top: 0px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 0px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/




/*----------------------------------------
	content
----------------------------------------*/

.rela{
	position: relative;
}

.model_item{
    margin-bottom: 50px;
    padding: 0 6.2%;
}

.btn{
	display: block;
	width: 100%;
}

.btn_reserve{
	display: block;
	position: absolute;
	width: 80%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 4%;
}


.btn_01{
	display: block;
	position: absolute;
	width: 80%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 4.5%;
}

.btn_t{
	display: block;
	position: absolute;
	width: 80%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 43%;
}
.btn_m{
	display: block;
	position: absolute;
	width: 80%;
	transform: translate(-50%, 0);
	left:50%;
	bottom: 7.7%;
}

.btn_map{
    display: block;
	width: 70%;
	margin:10px auto 35px auto;
}
.btn_yoyaku{
    display: block;
	width: 70%;
	margin:0 auto;
}





.btn_mi{
	display: block;
	width: 84%;
	margin-inline: auto;
}

.rela_z2{
	position: relative;
	z-index: 2;
}


.questionnaire{
    display: none;
}

.btn_questionnaire:hover{
    opacity: 0.7;
    cursor: pointer;
}


.accordion-title{
	width: 65%;
	margin-inline: auto;
}
.accordion-container {
  margin-inline: auto;
  width: 86%;
}
.accordion-list:not(:first-child) {
  margin-top: 20px;
}
.accordion-title {
  cursor: pointer;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-content {
  display: none;
}

.tenkaitex::before {
  content: "くわしくはこちら";
}
.tenkaitex.opentex::before {
  content: "とじる";
}


.venue_btn{
	position: absolute;
	  transform: translateX(-50%);
	  left: 50%;
	  bottom: 7%;
	  display: block;
}




@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

.tenkaitex{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #000;
	border:1px solid #ccc;
	border-radius: 40px;
	padding: 20px 10px;
	text-align: center;
	position: relative;
	margin-inline: auto;
	  font-family: "Kosugi Maru", sans-serif;
	  font-weight: 600;
	  font-style: normal;
}

.kosugimaru{
	font-family: "Kosugi Maru", sans-serif;
}

@media screen and (max-width: 599px){
	.tenkaitex{
		padding: 16px 10px;
	}
	.venue_btn{
		bottom: 5%;
	}

}/*END*/


/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
    padding: 8px 0;
}



/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 47%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #b0b0b0;
	margin-top: 20px;
}
.header__link.is-active {
	/*background-color: #c8c8c8;*/ background-color: #b0b0b0;
}
li.header__item {
	position: relative;
}
/*横の文字調整*/
.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #b0b0b0;
	transform: translate(15%, -50%);
}




@media screen and (max-width: 768px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
		border: 1px solid #b0b0b0;
	}
	.header__link.is-active {
		background-color: #b0b0b0;
	}

	/*横の文字調整*/
	.t_nav_tex{
		width: 20px;
	}

}/*END*/


@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}

}/*END*/





