@charset "utf-8";

/**********************************

 general

***********************************/
html {
	font-size: 14.4928px;
	/*font-size: 10px;*/
}

.f-din {
	font-family: "din-2014", sans-serif;
}

@media screen and (max-width:1086px){
	html {
		font-size: 1.335vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 1.33333333vw;
	}
}

/**********************************

 parts

***********************************/
.define_inner {
	width: 75rem;
}

@media screen and (max-width:1499px){
	.define_wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
}

/**********************************

 .l-wrap

***********************************/
.l-wrap {
	background: #fff;
}

/**********************************

 l-header

***********************************/
.l-header {

}

.l-header__inner {
	/*height: 163px;*/
}

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

}

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

}

/**********************************

 l-footer

***********************************/
.l-footer .define_inner {
	width: 930px;
}

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

	/*.l-footer__bottom {*/
		/*padding-bottom: 25px;*/
	/*}*/
}


/**********************************

 p-pagetop

***********************************/
.p-pagetop {
	width: 104px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
}

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

}

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

	.p-pagetop {
		width: 10.4rem;
		bottom: 5rem;
		right: 5rem;
	}

}


/**********************************

 p-hero

***********************************/
.p-hero {
}

.p-hero__top {
	padding: 4rem 0 3.5rem;
	background: #75c8ef;
}

.p-hero__top-ttl {
	width: 50rem;
	margin: 0 auto;
}

.p-hero__bottom {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-hero__bottom:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #dceff3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.p-hero__bottom:after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #ebece7;
	/*background: #f1f1f3;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.p-hero__bottom-bg01 {
	width: 37.5rem;
	height: 37.5rem;
	background: url(../images/hero_pic01.jpg) no-repeat center / cover;
}

.p-hero__bottom-bg02 {
	width: 37.5rem;
	height: 37.5rem;
	background: url(../images/hero_pic03.jpg) no-repeat center / cover;
}

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

}

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

}


/**********************************

 p-about

***********************************/
.p-about {

}

.p-about__inner {
	padding: 6rem 0 6rem;
}

.p-about__inner-txt01 {
	margin-top: 3rem;
	color: #3e3a39;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 2.08333333;
	letter-spacing: .1em;
}

.p-about__inner-txt01:first-child {
	margin-top: 0;
}

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

}

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

}


/**********************************

 p-howto

***********************************/
.p-howto {
	background: rgba(117,200,239,.5);
}

.p-howto__inner {
	padding: 8.4rem 0 9rem;
}

.p-howto__inner-content {
	width: 63rem;
	padding: 5rem 0 5rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 2rem;
}

.p-howto__inner-content-ttl {
	width: 55.5rem;
	margin: 0 auto;
	color: #75c8ef;
	font-size: 4.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.1;
	overflow: hidden;
}

.p-howto__inner-content-ttl span {
	display: inline-block;
	padding: 0 1.5rem;
	position: relative;
	z-index: 1;
}

.p-howto__inner-content-ttl span:before {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-howto__inner-content-ttl span:after {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-howto__inner-content-flow {
	margin-top: 4.5rem;
	text-align: center;
}

.p-howto__inner-content-flow ol {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.p-howto__inner-content-flow ol:before {
	content: "";
	display: block;
	width: .6rem;
	height: calc(100% - 3rem);
	margin-left: 2.8rem;
	background: url(../images/howto_flow_line01.png) repeat-y center;
	background-size: .6rem 1.4rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-howto__inner-content-flow ol li {
	display: flex;
	align-items: center;
	margin-top: 5.5rem;
}

.p-howto__inner-content-flow ol li:first-child {
	margin-top: 0;
}

.p-howto__inner-content-flow ol li .num {
	width: 6.2rem;
	margin-right: 2rem;
}

.p-howto__inner-content-flow ol li .txt01 {
	color: #3e3a39;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4375;
	letter-spacing: .1em;
}

.p-howto__inner-content-rental {
	width: 51.7rem;
	padding: 3.5rem 2.5rem 3rem;
	margin: 6rem auto 0;
	background: rgba(117,200,239,.18);
}

.p-howto__inner-content-rental-ttl {
	margin: 0 auto;
	color: #75c8ef;
	font-size: 4.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.1;
	overflow: hidden;
}

.p-howto__inner-content-rental-ttl span {
	display: inline-block;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}

.p-howto__inner-content-rental-ttl span:before {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-howto__inner-content-rental-ttl span:after {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-howto__inner-content-rental-list {
	margin-top: 4rem;
}

.p-howto__inner-content-rental-list .sec {
	margin-top: 2rem;
}

.p-howto__inner-content-rental-list .sec:first-child {
	margin-top: 0;
}

.p-howto__inner-content-rental-list .sec__ttl {
	padding: .1rem 1rem;
	margin-bottom: 1.5rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	background: #75c8ef;
}

.p-howto__inner-content-rental-list .sec__txt01 {
	color: #3e3a39;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .06em;
}

.p-howto__inner-content-rental-list .sec__note01 {
	margin-top: .75rem;
	color: #3e3a39;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .06em;
	text-align: center;
}

.p-howto__inner-content-rental-list .sec__box {
	margin: 1rem -1rem 0;
	text-align: center;
}

.p-howto__inner-content-rental-list .sec__box-inner {
	display: inline-block;
}

.p-howto__inner-content-rental-list .sec__box-inner dl {
	display: flex;
	align-items: flex-start;
	margin-top: 1.5rem;
	letter-spacing: -.02em;
}

.p-howto__inner-content-rental-list .sec__box-inner dl:first-child {
	margin-top: 0;
}

.p-howto__inner-content-rental-list .sec__box-inner dl dt {
	padding-right: 2.8rem;
	color: #3e3a39;
	font-size: 2.6rem;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.p-howto__inner-content-rental-list .sec__box-inner dl dt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1.7rem solid #75c8ef;
	border-right: 0;
	position: absolute;
	top: 1.2rem;
	right: .5rem;
	z-index: 1;
}

.p-howto__inner-content-rental-list .sec__box-inner dl dd {
	padding-top: .75rem;
	color: #3e3a39;
	font-size: 1.92rem;
	font-weight: 500;
}

.p-howto__inner-content-rental-list .sec__box-inner dl dd .large {
	font-size: 2.4rem;
}

.p-howto__inner-content-rental-list .sec__box-inner dl dd .marker {
	display: inline-block;
	line-height: 1.1;
	background: linear-gradient(transparent 80%, #75c8ef 80%);
}

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

}

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

}


/**********************************

 p-mall

***********************************/
.p-mall {

}

.p-mall__inner {
	width: 63rem;
	padding: 3rem 0 7rem;
}

.p-mall__inner-ttl {
	color: #75c8ef;
	font-size: 4.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.1;
	overflow: hidden;
}

.p-mall__inner-ttl span {
	display: inline-block;
	padding: 0 1.5rem;
	position: relative;
	z-index: 1;
}

.p-mall__inner-ttl span:before {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-mall__inner-ttl span:after {
	content: "";
	display: block;
	width: 100vw;
	height: .2rem;
	background: #75c8ef;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-mall__inner-list {
	margin-top: 4rem;
}

.p-mall__inner-list .area {
	margin-top: 5rem;
}

.p-mall__inner-list .area--mt-large {
	margin-top: 9rem;
}

.p-mall__inner-list .area:first-child {
	margin-top: 0;
}

.p-mall__inner-list .area__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5.8rem;
	padding: 0 1.5rem;
	background: #75c8ef;
}

.p-mall__inner-list .area__head-ttl {
	flex: 1;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
}

.p-mall__inner-list .area__head-date {
	width: 24rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
}

.p-mall__inner-list .area__body {
	margin-top: 3rem;
}

.p-mall__inner-list .area__body ul {
	padding-left: 1rem;
	line-height: 1;
	border-left: .4rem solid #75c8ef;
}

.p-mall__inner-list .area__body ul li {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.p-mall__inner-list .area__body ul li:first-child {
	margin-top: 0;
}

.p-mall__inner-list .area__body ul li .pref {
	width: 10rem;
	color: #75c8ef;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: -.04em;
}

.p-mall__inner-list .area__body ul li .pref .small01 {
	display: block;
	margin-right: -1em;
	white-space: nowrap;
	transform: scale(.8, 1);
	-webkit-transform: scale(.8, 1);
	transform-origin: left center;
}

.p-mall__inner-list .area__body ul li .mall {
	flex: 1;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -.06em;
}

.p-mall__inner-list .area__body ul li .mall a {
	display: inline-block;
	color: #3e3a39;
	text-decoration: none;
	overflow: visible;
}

.p-mall__inner-list .area__body ul li .mall .small01 {
	display: block;
	margin-right: -2em;
	white-space: nowrap;
	transform: scale(.85, 1);
	-webkit-transform: scale(.85, 1);
	transform-origin: left center;
}

.p-mall__inner-list .area__body ul li .mall .small02 {
	display: block;
	margin-right: -2em;
	white-space: nowrap;
	transform: scale(.9, 1);
	-webkit-transform: scale(.9, 1);
	transform-origin: left center;
}

.p-mall__inner-list .area__body ul li .date {
	width: 25.5rem;
	color: #3e3a39;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -.06em;
}

.p-mall__inner-list .area__body ul li .date .small01 {
	display: block;
	white-space: nowrap;
	transform: scale(.95, 1);
	-webkit-transform: scale(.95, 1);
	transform-origin: left center;
}

.p-mall__inner-list .area__body ul li .date .note01 {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1rem;
	margin-bottom: -3em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3125;
}

.p-mall__inner-note {
	margin-top: 3.5rem;
	font-size: 2.6rem;
	line-height: 1.36538462;
	letter-spacing: -.06em;
}

.p-mall__inner-note li {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1.5rem;
}

.p-mall__inner-note li:first-child {
	margin-top: 0;
}


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

}

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

}


/**********************************

 p-aeon

***********************************/
.p-aeon {
	background: #fff;
}

.p-aeon__inner {
	padding: 4rem 0;
}

.p-aeon__inner-copy {
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
}

.p-aeon__inner-logo {
	width: 25.5rem;
	margin: 5rem auto 0;
	text-align: center;
}

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

}

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

}


/**********************************

 xxx

***********************************/


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

}

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

}

