@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background:#FFFFFF;
	color:#333333;
	font-family:"Noto Serif JP",  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.4;
}
html .goti,
html .goti form *{
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	background:url(../img/bg_site.png);
	background-size: auto;
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
main{
	overflow:hidden;
	width:100%;
}
img{
	max-width:100%;
	height:auto;
}
.sitewrap {
	width: 100%;
	min-width:0;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sitewrap > *{
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width:767px) {
	html {
		font-size:14px;
	}
}


/* header
-------------------------------------------------------------------*/
header {
	max-width: 750px;
	margin: 0 auto;
}
header#fix_menu{
	position:relative;
	z-index:999;
	background: #fff;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 16px;
	white-space:nowrap;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
}
.menu_top .shop_name{
	text-align:right;
	padding: 8px 23px;
	width: 40.5%;
	margin-left: auto;
}
@media screen and (max-width:767px) {
	header .menu_top{
		padding:0;
	}
	header#fix_menu,
	header#fix_menu.fixedMenu{
		top:0;
		transition: none;
		position: relative;
	}
	header .menu_top {
		position: relative;
		width:100%;
		z-index: 700;
		padding: 0;
		box-sizing: border-box;
		background: #fff;
	}
	header .menu_top #site_ttl{
		padding: 8px 14px;
	}
	header .menu_top #site_ttl img{
		max-height: 45px;
		width:auto;
	}
	.menu_top .shop_name{
		padding: 4px 10px;
		width: 40.5%;
		margin-left: auto;
	}
}

/* contents
-------------------------------------------------------------------*/
main{
	display: block;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}
.base_btn{
	display:block;
	position:relative;
	z-index:5;
}
.base_btn a{
	transition:.5s transform;
	display: block;
	text-align: center;
	border-radius: 33px;
}
.base_btn a img{
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3))
}
.base_btn a span{
	font-size:2.5rem;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.txt_purple{
	color:#192474;
}
@media (hover: hover) {
	.base_btn a:hover{
		text-decoration:none;
		transform:translateY(5px);
	}
}
@media screen and (max-width:767px) {
	main{
		overflow:visible;
	}
}

/* visual
-------------------------------------------------------------------*/
.visual{
	position: relative;
	z-index: 20;
}
.visual .mv_area{
	position:absolute;
	bottom: 15px;
	left: 0;
	right:0;
	margin:auto;
	padding: 0;
	width: 89%;
}
.visual .mv_col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:1.3%;
	margin-bottom: 0.65em;
}
.visual .mv_col li{
	width:32%;
	position:relative;
	z-index:5;
}
.visual .mv_col li:first-child{
	left: -1.5%;
}
.visual .mv_col li:last-child{
	right: -1.5%;
}
.reserve_base  a.js-fix.is-fixed {
	position:fixed;
	bottom:10px;
	z-index: 9999;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 15px;
}
@media screen and (max-width:767px) {
	.visual .mv_area{
		padding:0;
		margin: 0 auto;
		right: 4%;
		bottom: 7px;
	}
}
/* present
-------------------------------------------------------------------*/
.present{
	position: relative;
	z-index: 10;
}
.present .present_style01{
	position: relative;
	z-index: 5;
}
.present .present_style01 img{
	box-shadow:0 0 10px rgba(0,0,0,0.3)
}
.present .presentarea01{
	background:#ede3e4;
	padding-top: 0;
	margin-top: 0;
}
/* event_wrap
-------------------------------------------------------------------*/
.event_wrap{
	background:#edd7de;
	position:relative;
	z-index:5;
	padding: 55px 0 111px;
}
.event_wrap .event_item + .event_item{
	margin-top:50px;
}
.event_wrap .event_tit{
	margin-bottom: -5%;
}
.event_wrap .event_image{
	padding: 0px 30px;
	position: relative;
	z-index: 3;
}
.event_wrap .event_image img{
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
@media screen and (max-width:767px) {
	.event_wrap{
		padding: 26px 0 56px;
	}
	.event_wrap .event_image{
		padding: 0px 15px;
	}
	.event_wrap .event_item + .event_item{
		margin-top: 23px;
	}
	.event_wrap .event_image img{
		box-shadow: 1.5px 1.5px 5px rgba(0,0,0,0.3);
	}
}

/* plan
-------------------------------------------------------------------*/
.plan{
	position:relative;
	z-index:10;
	
	background:#edf2f8;
	padding-bottom:80px;
}
.plan_wrap{
	padding-top:40px;
}
.plan_wrap p{
	font-size:2rem;
	font-weight: bold;
	text-align:center;
}
.plan_wrap p.ann{
	font-size:1.5rem;
	margin-top:1em;
	margin-bottom: 2.25em;
}
.fair_style01{
	background:#4c5189;
	text-align:center;
	padding: 29px 8% 29px;
}
.plan_style01{
	text-align:center;
	margin: 0 auto 10px;
	width: 72%;
}
.plan_item{
	position:relative;
	z-index:5;
	text-align:center;
	left:50%;
	transform:translateX(-50%);
}
.plan_item + .plan_item{
	margin-top:50px;
}
.plan_item.limited{
	left:51%;
	margin-top: 15px;
}
.plan_item img{
	filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}
@media screen and (max-width:767px) {
	.plan{
		padding-bottom: 10px;
	}
	.plan_wrap{
		padding-top:20px;
	}
	.plan_wrap p.ann{
		font-size: 0.86rem;
	}
	.plan_wrap p{
		font-size:1.14rem;
	}
	.fair_style01{
		padding: 16px 8% 14px;
	}
	.plan_style01{
		margin: 0 auto 5px;
		padding-left: 0;
		width: 77%;
	}
	.plan .plan_item{
		width:98%;
		margin-right:auto;
	}
	.plan .plan_item + .plan_item{
		margin-top: 30px;
	}
	.plan .plan_item.limited{
		margin-top: 15px;
		width: 100%;
	}
}

/* fair_experience
-------------------------------------------------------------------*/
.experience{
	position:relative;
	background: url(../img/bg_fair01.png);
	background-position: top;
	background-repeat:no-repeat;
	z-index:10;
	padding-top: 30px;
}
.experience .experience_style01{
	width: 85%;
	margin: 0px auto 30px;
}
.event_tit{
	position:relative;
	text-align:left;
	margin-bottom:25px;
	width: 41.7%;
	z-index: 5;
}
.event_tit.event_tit2{
	width: 43%;
}
@media screen and (max-width:767px) {
	.experience{
		padding-top: 13px;
		background-size: cover;
	}
	.experience .experience_style01{
		margin: 0px auto 15px;
		width: 86%;
		padding-right: 0.5%;
	}
	.event_tit{
		margin-bottom:12px;
	}
}


/* benefit
-------------------------------------------------------------------*/
.benefit{
	background:#e1e2ee;
	padding:50px 0 70px;
	position:relative;
	z-index:10;
}
.benefit .benefit_style{
	text-align: center;
	margin: 0 auto 30px;
	width: 81%;
}
.benefit ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:2%;
	padding: 0 30px;
}
.benefit ul li{
	position:relative;
	z-index:5;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.benefit ul li.gift:before{
	content:"";
	width:120px;
	height:100px;
	background:url(../img/ico_present.png);
	background-size:contain;
	position:absolute;
	left: -25px;
	top: -15px;
	z-index: 6;
}
@media screen and (max-width:767px) {
	.benefit{
		padding:25px 0 35px;
	}
	.benefit .benefit_style{
		margin: 0 auto 15px;
	}
	.benefit ul{
		gap: 4%;
		padding: 0 10px;
	}
	.benefit ul li.gift:before{
		width:60px;
		height:50px;
		left: -12px;
		top: -7px;
	}
	.tryimg_wrap{
		font-size:1rem;
	}
	.tryimg_wrap p strong{
		font-size:1.29rem;
	}
}


/* recommendation
-------------------------------------------------------------------*/
.recommendation{
	position: relative;
	z-index: 10;
	background: #f0f2f8;
}
.recommendation .site_style01{
	font-size:2.8rem;
	text-align: center;
	line-height: 1.2;
}
.recommendation .site_style01 em{
	font-size:4.25rem;
	font-weight:bold;
	display: block;
}
.recommendation .recommendation_txt{
	position:absolute;
	bottom:5%;
	left:0;
	right:0;
	margin:auto;
	width: 93%;
	text-align:center;
}
.tryimg_style{
	text-align:left;
	width:94%;
	margin: 0 auto -12% 0;
	position:relative;
	z-index:3;
}
.tryimg_image{
	position:relative;
	z-index:2;
}
.tryimg_wrap{
	position:relative;
	z-index:1;
}
.tryimg_wrap{
	font-size:1.75rem;
	font-weight:500;
}
.tryimg_wrap p strong{
	display:block;
	font-size:2.25rem;
	color:#09116d;
	margin-bottom:1em;
	margin-top:1em;
}
.tryimg_wrap{
	padding: 40px 20px 60px;
}
.tryimg_wrap img{
	filter: drop-shadow(5px 5px 7px rgba(0,0,0,0.2));
}
@media screen and (max-width:767px) {
	.tryimg_wrap{
		padding: 20px 15px 30px;
	}
	.tryimg_wrap img{
		filter: drop-shadow(2.5px 2.5px 3.5px rgba(0,0,0,0.2));
	}
	.tryimg_wrap{
		font-size:1rem;
		font-weight: bold;
	}
	.tryimg_wrap p strong{
		font-size:1.29rem;
	}
}
/* fair_experience
-------------------------------------------------------------------*/
.fair_experience{
	background:#eeeeef;
	padding:40px 0 60px;
}
.fair_experience .fair_experience_style01{
	text-align:center;
	margin: 0 auto 10px;
	width: 57%;
}
.fair_experience .movie_wrap{
	text-align:center;
	padding: 0;
}
.fair_experience .movie_wrap{
	position: relative;
}
.fair_experience .movie_wrap .play-btn{
	width:120px;
	height:120px;
	border-radius:50%;
	border:6px solid #fff;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index: 10;
	display: block;
}
.fair_experience .movie_wrap .play-btn:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 30px solid transparent;
	border-bottom:30px solid transparent;
	border-left: 45px solid #ffffff;
	border-right: 0;
	position:absolute;
	left:15px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index: 10;
}
.fair_experience .movie_wrap .play-btn.playActive{
	display:none;
}
.fair_experience .movie_wrap video{
	pointer-events:all;
	max-width: 610px;
	width: 100%;
}
@media screen and (max-width:767px) {
	.fair_experience{
		padding: 20px 0 10px;
	}
	.fair_experience .fair_experience_style01{
		margin: 0 auto 5px;
		width: 57%;
	}
	.fair_experience .movie_wrap video{
		width: 85%;
	}
	.fair_experience .movie_wrap .play-btn{
		display:none;
	}
}

/* furisode
-------------------------------------------------------------------*/
.furisode{
	position:relative;
	background:url(../img/bg_slider01.png) #fff;
	background-position: center bottom -12px;
	background-size:auto;
	background-repeat:no-repeat;
	padding: 50px 0 130px;
}
.furisode .furisode_style{
	text-align:center;
	margin:0 auto 60px;
	width: 70%;
}
.furisode_slider li{
	margin-right:40px;
}
.furisode_slider .slick-dots{
	bottom: -43px;
}
.furisode_slider .slick-track{
	padding:10px 0;
}
.furisode_slider .slick-dots li {
   margin:0 15px;
}
.furisode_slider .slick-dots li button:before {
    content: '';
    background: #fff;
	border-radius:50%;
	border:1px solid #b1b0b0
}
.furisode_slider .slick-dots li.slick-active button:before {
   background: #716f6f;
	border-color:#fff;
	opacity:1;
}
@media screen and (max-width:767px) {
	.furisode{
		padding: 25px 0 30px;
		background-size: 100% 50%;
		overflow: hidden;
	}
	.furisode .sitewrap,
	.furisode_slider .slick-list{
		overflow:visible;
	}
	.furisode .furisode_style{
		margin:0 auto 30px;
	}
	.furisode_slider li{
		margin-right:20px;
		width: 135px;
	}
	.furisode_slider .slick-dots{
		bottom: -21px;
	}
	.furisode_slider .slick-dots li {
	   margin: 0 4px;
	}
	.furisode_slider .slick-dots li button:before {
	    width:6px;
		height:6px;
	}
	.furisode_slider .slick-dots li.slick-active button:before {
	   width:6px;
		height:6px;
	}
}

/* brand
-------------------------------------------------------------------*/
.brand{
	position:relative;
	z-index:10;
	padding:70px 0 40px;
	background:#ede3e4;
}
.brand_inner{
	width: 91%;
	margin: 0 auto;
}
.brand .brand_style{
	text-align:center;
	margin-bottom:45px;
}
.brand .image{
	text-align:center;
}
@media screen and (max-width:767px) {
	.brand{
		padding:35px 0 20px;
	}
	.brand .brand_style{
		margin-bottom:25px;
	}
}
/* voice
-------------------------------------------------------------------*/
.voice{
	position:relative;
	z-index:10;
	background:url(../img/bg_voice.png) #e6edf7;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:contain;
	padding:50px 0 80px;
	
}
.voice .voice_style{
	width: 48%;
	margin: 0 auto 30px;
}
.voice_item{
	position:relative;
	z-index:3;
}
.voice .voice_item:nth-child(3){
	margin-top:-50px;
}
.voice .voice_item:nth-child(4){
	margin-top:-20px;
}
.voice p{
	margin-top:60px;
	padding: 0 10px;
}

@media screen and (max-width:767px) {
	.voice{
		padding: 25px 0 35px;
	}
	.voice .voice_style{
		margin: 0 auto 15px;
	}
	.voice .voice_item:nth-child(3){
		margin-top:-25px;
	}
	.voice .voice_item:nth-child(4){
		margin-top:-10px;
	}
	.voice p{
		margin-top: 20px;
		padding: 0 20px;
	}
}
/* point
-------------------------------------------------------------------*/
.point{
	position:relative;
	padding: 50px 0 80px;
	z-index:10;
}
.point_item{
	text-align:center;
}
@media screen and (max-width:767px) {
	.point{
		padding-bottom: 40px;
		margin-top: 30px;
		padding-top: 0;
	}
	.point .point_inner{
		padding:0 15px;
	}
}

/* trouble
-------------------------------------------------------------------*/
.trouble{
	position:relative;
	z-index:10;
}
.trouble_style{
	background:#4c5189;
	text-align:center;
	padding: 28.5px 15% 38.5px;
}
@media screen and (max-width:767px) {
	.trouble_style{
		padding: 14.5px 19% 17.5px;
	}
}

/* early
-------------------------------------------------------------------*/
.early{
	position:relative;
	z-index:10;
	background:#ede3e4;
	padding-bottom: 20px;
}
.early .early_style{
	background:#bf6883;
	margin-bottom:80px;
	position:relative;
	z-index:5;
	padding: 40px 12% 0px;
}
.early .early_style:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 375px solid transparent;
	border-left: 375px solid transparent;
	border-top: 52px solid #bf6883;
	border-bottom: 0;
	position:absolute;
	left:0;
	right:0;
	bottom:-52px;
	margin:auto;
}
.early_item + .early_item{
	margin-top:20px;
}
.early_item{
	text-align:left;
}
.early_item:nth-child(2){
	text-align:right;
}
@media screen and (max-width:767px) {
	.early .early_style{
		margin-bottom:40px;
		padding: 15px 12% 0px;
	}
	.early .early_style:before{
		bottom: -6.9vw;
		border-right-width:50vw;
		border-left-width:50vw;
		border-top-width: 7vw;
	}
	.early_item + .early_item{
		margin-top:10px;
	}
}

/* gallery
-------------------------------------------------------------------*/
.gallery{
	position:relative;
	z-index:10;
}

/* flow
-------------------------------------------------------------------*/

.flow{
	padding: 0px 0 80px;
	position:relative;
	z-index:10;
}
.flow_style{
	margin: 0 auto 30px 0;
	padding: 0;
}
.flow .image{
	padding:60px 0 20px;
	position:relative;
}
.flow p{
	text-align:center;
	margin-bottom:30px;
}
.flow .image p{
	margin-top:30px;
	margin-bottom:0px;
}
.flow .image{
	text-align:center;	
}
.flow_txt{
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.flow{
		padding: 0px 0 0;
	}
	.flow_style{
		margin: 0 auto 27px 0;
	}
	.flow .image{
		padding: 0px 0 10px;
	}
}

/* reason
-------------------------------------------------------------------*/
.reason{
	position:relative;
	z-index:10;
	background:#ede3e4;
}
.reason .reason_style{
	text-align:center;
	background:url(../img/bg_reason01.png);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 6;
	padding: 3px 16%;
}
.reason p{
	text-align:center;
	margin-bottom:30px;
}
.reason .image p{
	margin-top:30px;
	margin-bottom:0px;
}
.reason .image{
	text-align:center;	
}
.reason .reason_txt{
	width: 70%;
	margin: 0 auto;
}
.rental_flow{
	position:relative;
	z-index:10;
	background:#ede3e4;
	padding-bottom:30px;
}
.rental_flow_style{
	width: 90%;
	margin:0 auto 15px 0;
	padding: 0;
}
@media screen and (max-width:767px) {
	.reason .reason_style{
		text-align:center;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
		padding: 3px 20% 3px 13%;
		background-size: cover;
		background-position: top left;
	}
	.reason p{
		margin-bottom: 25px;
	}
	.reason .image p{
		margin-top:15px;
		width: 72%;
	}
}

/* storage
-------------------------------------------------------------------*/
.storage{
	background:#eeeeef;
	position:relative;
	z-index:10;
	padding:60px 0 75px;
}
.storage .storage_inner{
	text-align:center;
}
@media screen and (max-width:767px) {
	.storage{
		padding:30px 0 37px;
	}
	.storage .storage_inner{
		padding:0 15px;
	}
}


/* contract_closed
-------------------------------------------------------------------*/
.contract_closed{
	position:relative;
	z-index:10;
	background: rgb(205,207,224);
	background: linear-gradient(200deg, rgba(205,207,224,1) 0%, rgba(205,207,224,1) 40%, rgba(234,236,246,1) 55%, rgba(234,236,246,1) 100%);
	padding:70px 0;
}
.contract_closed_style{
	margin:0 auto 60px;
	width: 62%;
	position: relative;
	z-index: 3;
	right: 4%;
}
@media screen and (max-width:767px) {
	.contract_closed{
		padding:35px 0;
	}
	.contract_closed_style{
		margin: 0 auto 10px;
		width: 67%;
		right: 4%;
	}
	.contract_closed .plan_item + .plan_item{
		margin-top:20px;
	}
}
/* faq
-------------------------------------------------------------------*/
.faq{
	position:relative;
	z-index:10;
	background:#eeeeef;
	padding: 100px 0 60px;
}
.faq .faq_style{
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	z-index: 5;
	margin-bottom:1.5em;
	text-align: center;
}
.faq .faq_style::before{
	content: "";
	width: 189px;
	height: 89px;
	background: url(../img/ttl_faq01.png);
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.faq_wrap{
	padding: 0 20px;
}
.faq_wrap dl{
	position:relative;
	z-index: 5;
	margin-bottom: 15px;
}
.faq_wrap dt{
	position:relative;
	z-index:5;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:22px;
	padding-right: 5em;
	padding-bottom:20px;
	border-bottom:1px solid #c7cade;
	color:#192474;
	cursor: pointer;
}
.faq_wrap dt:before,
.faq_wrap dt:after{
	content:"";
	width:28px;
	height:5px;
	background:#b1b1b2;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	transition:.5s transform;
}
.faq_wrap dt:after{
	transform:rotate(90deg);
}
.faq_wrap dt.opened{
	border-color:#192474;
}
.faq_wrap dt.opened:before{
	transform:rotate(180deg);
}
.faq_wrap dt.opened:after{
	transform:rotate(-180deg);
}
.faq_wrap dt .icon_q{
	width:50px;
	font-size:2.75rem;
	font-weight:500;
	line-height: 1.4;
}
.faq_wrap dt .question{
	font-size:1.875rem;
	width: calc(100% - 72px);
}
.faq_wrap dd{
	background:#fff;
	padding:26px 5em 26px 72px;
	border-bottom:1px solid #c7cade;
}
.faq_wrap dd p{
	font-size:1.75rem;
	color:#585656;
}
@media screen and (max-width:767px) {
	.faq{
		padding: 50px 0 30px;
	}
	.faq .faq_style{
		font-size: 1.71rem;
	}
	.faq .faq_style::before{
		content: "";
		width: 95px;
		height: 45px;
	}
	.faq_wrap dt{
		gap:11px;
		padding-right: 1.75em;
		padding-bottom: 5px;
		min-height: 3.5em;
	}
	.faq_wrap dt:before,
	.faq_wrap dt:after{
		content:"";
		width: 16px;
		height: 2px;
		right:5px;
	}
	.faq_wrap dt .icon_q{
		width: 25px;
		font-size:1.57rem;
		text-align: center;
	}
	.faq_wrap dt .question{
		font-size:1.07rem;
		width: calc(100% - 36px);
	}
	.faq_wrap dd{
		background:#fff;
		padding: 8px 1em 18px 36px;
	}
	.faq_wrap dd p{
		font-size:1rem;
	}
}

/* rental
-------------------------------------------------------------------*/
.rental{
	position:relative;
	z-index:10;
	background:url(../img/bg_rental_plan.png) #f2ecec;
	background-size:contain;
	background-repeat:no-repeat;
	padding: 50px 0 80px;
}
.rental_style{
	position:relative;
	z-index:10;
	margin: 0px auto 44%;
	width: 87%;
}
.rental_style img{filter: drop-shadow(0px 0px 7px rgba(255,255,255,0.7));}
.rental_image{
	width: 95%;
	margin:0 auto;
	text-align: center;
}
.rental_image img{
	box-shadow:7px 5px 7px rgba(0,0,0,0.2);
}
@media screen and (max-width:767px) {
	.rental{
		padding: 25px 0 40px;
	}
	.rental_style{
		margin: 0px auto 44%;
		width: 91.5%;
	}
	.rental_image{
		width: 100%;
		padding: 0 5px;
	}
}

/* access
-------------------------------------------------------------------*/
.access{
	position:relative;
	z-index:10;
	background:#f3eced;
	padding:50px 0 80px;
}
.access .access_style{
	width: 48%;
	margin: 0 auto 30px;
}
.access_item{
	position:relative;
	z-index:3;
}
.access_inner{
	padding:0 30px;
}
.access_wrap{
	position: relative;
	z-index: 5;
	padding: 40px 30px;
	background:#fff;
}
.access_image{
	margin-bottom: 40px;
}
.access_image p{
	margin-top: 1em;
	font-size: 1.5rem;
	text-align: right;
}
.access_wrap ul{
	position:relative;
	z-index:3;
	margin-bottom:35px;
}
.access_wrap ul li{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap:17px;
	border-bottom:1px solid #bdbdbf;
	padding-bottom:10px;
	margin-bottom:10px;
}
.access_wrap ul li em{
	font-size:1.75rem;
	display:block;
	width:140px;
}
.access_wrap ul li p{
	font-size:1.75rem;
	width:calc(100% - 157px);
	word-break:break-all;
}
.access_wrap ul li p a{
	display:block;
	width: 100%;
	height: auto;
	pointer-events: all;
}
.reservation{
	max-width:750px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:stretch;
	z-index:100;
}
.reservation a{
	width:50%;
	text-align:center;
	background:#d11963;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-left: none;
	border-right: none;
}
.reservation a.left_area{
	border-right: 1px solid #FFF;
}
.reservation a.right_area{
	background:#16208f;
	border-left: 1px solid #FFF;
}
.reservation a.left_area span{
	margin:0 auto;
	width: 90%;
}
.reservation a.right_area span{
	margin:0 auto;
	width: 73%;
}
@media screen and (max-width:767px) {
	.access{
		padding:25px 0 40px;
	}
	.access .access_style{
		width: 52%;
		margin: 0px auto 15px;
	}
	.reservation a{
		height: 60px;
	}
	.access_inner{
		padding:0 15px;
	}
	.access_wrap{
		padding: 20px 15px;
	}
	.access_image{
		margin-bottom: 40px;
	}
	.access_image p{
		font-size: 0.86rem;
	}
	.access_wrap ul{
		margin-bottom:17px;
	}
	.access_wrap ul li{
		gap:9px;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	.access_wrap ul li em{
		font-size:1rem;
		width: 70px;
		font-weight: bold;
	}
	.access_wrap ul li p{
		font-size:1rem;
		width:calc(100% - 79px);
		pointer-events: none;
		font-weight: 500;
	}
	.map_wrap{
		position:relative;
		z-index:2;
	}
	.map_wrap iframe{
		height:177px;
	}
}


/* pickup
-------------------------------------------------------------------*/
.pickup{
	background:#ecedf3;
	padding-bottom: 80px;
	position:relative;
	z-index:10;
}
.pickup:before{
	content:"";
	background:#d8dbec;
	position:absolute;
	left:0;
	right:0;
	top:54.5%;
	bottom:0;
	margin:auto;
}
.pickup_style{
	background:#4c5189;
	text-align:center;
	padding: 35px 17% 15px;
}
.pickup p{
	margin: 50px auto;
	text-align: center;
	width: 56%;
}
@media screen and (max-width:767px) {
	.pickup{
		padding-bottom: 30px;
		position: relative;
		overflow: hidden;
	}
	.pickup .sitewrap{
		overflow:visible;
	}
	.pickup_style{
		padding: 22px 18% 4px;
	}
	.pickup p{
		margin: 25px auto;
		width: 58%;
	}
}

.reserve_btn{
	position:fixed;
	bottom:10px;
	z-index: 9999;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 15px;
}
.reserve_btn a{
	display: inline-block;
}
#top_link{
	position:relative;
	z-index:10000;
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 70px;
	z-index: 500;
	transition:bottom .4s;
}
footer.on ~ * #pageTop {
	bottom: 23vw;
}
footer{
	background: #f3eced;
	padding: 20px 0 150px;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}
.foot_logo{
	text-align:center;
	margin-bottom:1em;
}
.foot_logo a{
	text-align:center;
	display:inline-block;
	margin-bottom:1em;
}
.foot_logo small{
	display:block;
	font-size:1rem;
}
main a.page_link {
	margin-top: -60px;
	padding-top: 60px;
	display: block;
	position:relative;
	z-index:-10;
}
@media screen and (max-width:767px) {
	#pageTop {
	    width: 49px;
	    right:10px;
	    bottom: 23vw;
	}
	footer{padding: 10px 0 77px;}
	.foot_logo a img{
		max-height:47px;
		width:auto;
	}
	.foot_logo small{
		font-size:0.57rem;
	}
	.foot_logo a{
		margin-bottom:0.5em;
	}
	.foot_logo{
		text-align:center;
		margin-bottom:0;
	}
}