@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	color: #231815;
	line-height: 1.8em;
	letter-spacing: 0.01rem;
	font-weight: 800;
	margin: 0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.contents_inner {
	width: 1100px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:link, a:visited {
	color: #333434;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
a img {
	transition : 0.2s;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	-ms-transition : 0.2s;
}
a:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.sp {
	display: none;
}
.tab {
	display: none;
}
.pc {
	display: block;
}
.row_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

p {
	line-height: 2;
}

h2 {
	letter-spacing: 2px;
	font-weight: 800;
}

h3 {
	letter-spacing: 1px;
	font-weight: 800;
}


@media screen and (max-width: 1200px) {
.contents_inner {
	width: 95%;
}
}

@media screen and (max-width: 1080px) {
	body {
		font-size: 15px;
		font-size: 1.5em;
		line-height: 2em;
	}

	.tab {
		display: block;
	}
	.pc {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.sp {
		display: block;
	}
}

/*present_area*/

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-----------------------------------

	nav

-----------------------------------*/
#mv_block {
	position: relative;
	width: 100%;
}
#nav_sp {
	display: none;
}
#mv_block .nav_pc {
	position: absolute;
	top: 40px;
	background: #FFFFFF;
	width: 90%;
	border-radius: 10px;
	height: 70px;
	padding: 0 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}

#mv_block .nav_pc img {
	height: 36px;
	width: auto;
}

#mv_block .nav_pc a {
	font-size: 15px;
	position: relative;
} 

#mv_block .nav_pc .btn {
	background: #EEFF00;
	font-size: 17px;
	border-radius: 50px;
	display: flex;
	width: 142px;
	height: 45px;
	align-items: center;
    justify-content: center;
}

#mv_block .nav_pc .selected {
	position: relative;
}

#mv_block .nav_pc .selected::before {
	content: "";
	position: absolute;
	display: flex;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #9AA9B1;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

#mv_block .nav_pc div {
	display: flex;
	column-gap: 50px;
	align-items: center;
    justify-content: center;
}


/*--

#block02

--*/
#block02 {
	padding: 200px 0 0;
	display: flex;
    flex-direction: column;
    align-items: center;
	background: #DAE0E3;
}

#block02 .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}

#block02 .wrap .right_box {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
	margin:  0 0 45px;
	width: 100%;
}

#block02 .wrap .right_box h3{
	background: #231815;
	color: #FFFFFF;
	font-size: 32px;
	border-radius: 50px;
	max-width: 550px;
	width: 90%;
	min-height: 60px;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 26px;
	line-height: 1.6;
}

#block02 .wrap .right_box p {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

#block02 .wrap .right_box .headline {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #231815;
	font-size: 46px;
	font-weight: 800;
	gap: 9px;
	margin-top: 12px;
	margin-bottom: 40px;
}
#block02 .wrap .right_box .headline .mint {
	color: #6AD2B6;
	font-size: 54px;
}
#block02 .wrap .right_box .headline .number {
	width: 79px;
	height: auto;
}

#block02 .wrap .right_box .headline .bg_white {
	position: relative;
	z-index: 0;
}

#block02 .wrap .right_box .headline .bg_white::before {
	content: "";
	width: 100%;
	height: 32px;
	background: #FFFFFF;
	position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}

#block02 .deco {
	background: #FFFFFF;
	max-width: 455px;
	width: 85%;
	height: 63px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	position: relative;
}

#block02 .deco::after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 90%);
	width: 30px;
	height: 30px;
	background: #ffffff;
}


#block02 .wrap .right_box .headline {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #231815;
	font-size: 46px;
	font-weight: 800;
	gap: 9px;
	margin-top: 12px;
	margin-bottom: 80px;
}

#block02 .headline .inner {
	display: flex;
    align-items: center;
    position: relative;
    column-gap: 8px;
}

@media screen and (max-width: 1200px) {
	#block02 .wrap .right_box .headline {
		flex-direction: column;
		row-gap: 24px;
		font-size: 42px;
	}
	#block02.wrap .right_box h3 {
		font-size: 26px;
	}
	
	#block02 .wrap .right_box {
		margin: 45px 10px;
		width: 100%;
	}

	.under1200 {
		display: block;
		text-align: center;
	}
	#block02.wrap .right_box .headline .number {
		width: 70px;
	}
	#block02 .wrap .right_box .headline .mint {
		font-size: 50px;
	}

	#block02 .wrap .right_box .headline {
		margin-bottom: 80px;
	}

}

@media screen and (max-width: 640px) {
	#block02 .wrap .right_box .headline {
		flex-direction: column;
		margin-bottom: 80px;
		font-size: 36px;
		margin-top: 20px;
	}
	#block02 .wrap {
		margin-bottom: 20px;
	}
	#block02 .wrap .right_box h3{
		padding: 8px 10px;
        border-radius: 100px;
		font-size: 28px;
	}
	#block02 .wrap .right_box p {
		font-size: 18px;
	}
	#block02 .wrap .right_box .headline .number {
		width: 58px;
	}
	#block02 .wrap .right_box .headline .mint {
		font-size: 45px;
        letter-spacing: 2px;
	}
}

/*tour_btn*/
.tour_btn {
	position: fixed;
	bottom: 25px;
	right: 30px;
	z-index: 10;
	animation: tour_btn 4s infinite ease-in-out .7s alternate;
}
 @keyframes tour_btn {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-20px);
}
 100% {
 transform: translateY(0);
}
}

@media screen and (max-width: 767px) {
.tour_btn {
	display: none;
}

}

/*-----------------------------------

	block03

-----------------------------------*/
#block03 {
	width: 100%;
	background: #DAE0E3;
}

#block03 .box {
	background: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 70px;
}

#block03 .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#block03 .box .title .img_bg {
	background: #9AA9B1;
	max-width: 400px;
	width: 80%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#block03 .title h2 {
	font-size: 36px;
	margin-top: 18px;
	line-height: 1.6;
	text-align: center;
}

#block03 .house_img {
	margin: 55px 0 50px;
	width: 90%;
    max-width: 543px;
}

#block03 .inner_box {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#block03 .inner_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.8;
    text-align: center;
}

#block03 .inner_box ul li {
	list-style: disc;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

#block03 .info {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	margin-bottom: 55px;
	column-gap: 35px;
}

#block03 .info ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

#block03 .img_wrap {
	display: flex;
    flex-direction: row;
	max-width: 890px;
    width: 90%;
    justify-content: space-around;
	row-gap: 40px;
}

#block03 .btn_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
}

#block03 .btn_wrap h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
}

#block03 .btn_wrap .btn {
	background: #EEFF00;
	border-radius: 10px;
	width: 90%;
	max-width: 680px;
	height: 115px;
	color: #333333;
	font-size: 45px;
	font-weight: 800;
	display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.24);
	position: relative;
}

#block03 .btn_wrap .btn:hover {
	box-shadow: inset 3px 4px 6px 0px rgba(0, 0, 0, 0.24);
}

#block03 .btn_wrap .btn::after {
	content: "";
	height: 45px;
	width: 15px;
	background: url(../img/btn_arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}

#block03 .coution_wrap {
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}

#block03 .coution_wrap ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 1100px) {
	#block02 {
		padding: 40px 0 0;
	}
}

@media screen and (max-width: 840px) {
	#block03 .inner_box ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 80%;
	}
	#block03 .inner_box ul li {
		width: 90%;
		font-size: 14px;
	}
	#block03 .inner_box .info ul li {
		width: 100%;
		text-align: center;
	}
	#block03 .img_wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#block03 .title h2 {
		width: 100%;
		font-size: 20px;
	}
	#block03 .info {
		flex-direction: column;
		align-items: center;
		width: 80%;
	}
	#block03 .coution_wrap {
		width: 90%;
		transform: translateX(-50%);
		left: 50%;
		position: relative;
	}
	#block03 .btn_wrap .btn {
		height: 85px;
		font-size: 30px;
	}
	#block03 .btn_wrap .btn::after {
		height: 30px;
		right: 30px;
	}
	#block03 .box .title .img_bg {
		width: 100%;
	}

	#block03 .house_img {
		margin: 25px 0 30px;
	}
	#block03 .box {
		padding: 40px 0;
		margin-bottom: 60px;
	}
	#block03 .coution_wrap ul li {
		font-size: 12px;
	}
	#block03 .coution_wrap {
		margin-bottom: 50px;
	}
	#block03 .btn_wrap {
		padding-bottom: 80px;
	}
	#block03 .wrap .right_box a {
		height: 70px;
		font-size: 28px;
	}
}

@media screen and (max-width: 370px) {
    #block02 .wrap .right_box .headline .mint {
        font-size: 36px;
        letter-spacing: 2px;
    }
	#block02 .wrap .right_box .headline {
		font-size: 32px;
	}
	#block02 .wrap .right_box .headline .number {
        width: 52px;
	}
}
/*-----------------------------------

	block03

-----------------------------------*/
/*-3rd-*/


@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 880px) {
	

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

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

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

}
/*-----------------------------------

	block04

-----------------------------------*/
#block04 {
	padding: 110px 0;
	background: #FFFFFF;
}
#block04 .contents_inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
#block04 .tour_title {
	text-align: center;
	max-width: 970px;
	margin: 0 auto;
}

#block04 .tour_top_copy {
	margin: 24px 0 37px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#block04 h2{
	font-size: 40px;
    font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#block04 section.tour {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;

}
#block04 section.tour .inner {
    position: relative;
    padding: 56px 60px 88px;
    border-radius: 5px;
    background-color: #DAE0E3;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#block04 section.tour .title {
	margin: 0 0 45px;
	font-size: 34px;
	letter-spacing: 3px;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1.091;
	text-align: center;
}
#block04 section.tour .tour_list .area .area_title {
    margin: 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #2E353D;
    padding: 22px 47px 17px;
    position: relative;
    cursor: pointer;
}
#block04 section.tour .tour_list .area .area_title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: bold;
}
#block04 section.tour .tour_list .area + .area {
	margin-top: 20px;
}
#block04 #list03 .old_area .row_box:before {
	content: none;
}
.tour_list {
	width:75%;
}

@media screen and (max-width: 1024px) {
#block04 h2 {
	font-size: 24px;
}
#block04 .tour_top_reserve {
	font-size: 20px;
	max-width: 400px;
}
#block04 .tour_top_copy {
	text-align: left;
}
#block04 section.tour {
	display: flex;
    flex-direction: column;
    align-items: center;
}
#block04 section.tour .inner {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 90%;
	padding: 56px 0px 88px;
}
}

@media screen and (max-width: 767px) {
#block04 {
	padding: 30px 0;
}
#block04 h2 {
	font-size: 20px;
}
#block04 .tour_top_reserve {
	font-size: 17px;
}
#block04 .tour_top_copy {
	padding: 0 20px;
	font-size: 13px;
	line-height: 1.65;
}
#block04 section.tour .inner {
	padding: 31px 20px 68px;
}
#block04 section.tour .title {
	margin-bottom: 20px;
	font-size: 17px;
}
#block04 section.tour .tour_list .area .area_title {
	padding: 12px 20px 12px;
	font-size: 14px;
}
#block04 section.tour .tour_list .area .area_title::after {
	right: 7px;
	font-size: 22px;
}
.tour_list {
    width: 95%;
}
}
/*----------------------------------------

    footer

----------------------------------------*/
footer {
	padding: 85px 0;
	background-color: #EDEDED;
}
.footer_read {
	margin: 0 0 10px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.5px;
}
.footer_logo {
	margin: 63px auto 17px;
	width: 200px;
}
.footer_copy {
	font-size: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
footer {
	padding: 30px 0;
}
footer .footer_read {
	font-size: 12px;
	line-height: 1.9;
}
span.wrap {
	display: block;
}
footer .footer_logo {
	margin: 20px auto 27px;
	width: 150px;
}
}
/*----------------------------------------

    fixed_button

----------------------------------------*/
.fixed_button {
	display: none;
}

@media screen and (max-width: 767px) {
.fixed_button {
	display: block;
	position: fixed;
	bottom: 12px;
	right: 10px;
	left: 10px;
}
.button_wrap {
	position: relative;
}
.fixed_button .fixed_button_img {
	transform: translateY(-50%);
	top: 50%;
	width: 35px;
	left: 13%;
	position: absolute;
}
.fixed_button a {
	padding: 10px 28px 10px 75px;
	display: block;
	border-radius: 10px;
	font-size: 15px;
	/*width: 100%;*/
	height: auto;
	border-width: 3px;
	border-color: #fff;
	border-style: solid;
	background-color: #EA89A6;
	line-height: 1.4;
	text-decoration: none;
	line-height: 1.3;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 10;
}
}


/* アニメーション */
@keyframes slideToUp {
	from {
	opacity: 0;
	transform: translateY(50%);
   }
	to {
	opacity: 1;
	transform: translateY(0);
   }
}

.inview, .inview01,  .inview02, .inview03 {
	opacity: 0;/*	transform: translateY(50%);*/
}
.inview.is-act .titlelogo.is-act {
	animation: slideToUp;
	animation-duration: 0.1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.inview.is-act {
	animation: slideToUp;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.inview01.is-act {
	animation: slideToUp;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}

.inview02.is-act {
	animation: slideToUp;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.6s;
}
.inview03.is-act  {
	animation: slideToUp;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}


/* nav_sp */
@media screen and (max-width: 1100px) {
	.nav_pc {
		display: none !important;
	}
	
	#nav_sp{
		display: block;
	}
	
	#menu{
		display: none;
		background: #fff;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin: 0 auto;
		z-index: 99;
		position: fixed;
	}
	#menu li {
		text-align: center;
	}
	#menu li a {
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
		display: block;
		margin: 19px 0;
	}
	
	#sp-icon {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		right: 4vw;
		top: 20px;
		z-index: 9999;
		background: #FFFFFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		position: fixed;
		z-index: 9999;
	}
	#sp-icon:hover {
		cursor: pointer;
	}
	#sp-icon span,
	#sp-icon span:before,
	#sp-icon span:after {
		display: inline-block;
		width: 25px;
		height: 2px;
		background: #231815;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.3s;
	}
	#sp-icon span {
		left: 50%;
		top: 50%;
		transform: translate( -50%, -50% );
	}
	#sp-icon span:before {
		content: "";
		transform: translateY( -10px ) rotate( 0deg );
	}
	#sp-icon span:after {
		content: "";
		transform: translateY( 10px ) rotate( 0deg );
	}
	.sp-open span {
		background: transparent !important;
	}
	
	.sp-open span:before {
		transform: rotate( 45deg ) !important;
	}
	
	.sp-open span:after {
		transform: rotate( -45deg ) !important;
	}
	
	.menu_bg {
		display: flex;
		width: 100%;
		height: 100vh;
		justify-content: center;
		padding: 105px 0 0;
		background: #DAE0E3;
		top: 0;
		position: relative;
		z-index: 9999;
	}
	#nav_sp .sub_menu {
		background-color: #231815;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-top: 0px;
	}
	
	#nav_sp .sub_menu li a{
		border: none;
		color: #dfdfdf;
		font-size: 11px;
		text-align: center;
		padding: 10px;
	}
	#nav_sp .sub_menu li{
		width: 90%;
		border-top: none;
		margin-top: 10px;
		padding: 0
	}
	.menu_bg nav {
		width: 100%;
		position: relative;
	}
	.menu_bg .inner {
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		background: #DAE0E3;
	}
	.menu_bg .inner ul {
		width: 90%;
		margin: 30px;
	}
	
	.child {
		display: none;
	}
	
	#nav_sp .inner .logo_area {
		width: 90%;
	}
	#nav_sp .inner .logo_area h1 {
		padding:10px;
	}
	
	#menu li .btn {
		background: #EEFF00;
		max-width: 230px;
		width: 300px;
		border-radius: 50px;
		margin-top: 24px;
		font-size: 20px;
		padding: 10px 0;
	}
	
	.menu_bg .inner ul {
		width: 90%;
		margin: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	#nav_sp .inner img {
		max-width: 250px;
		width: 70%;
	}
}
	
@media screen and (max-width: 640px) {
	header h1 {
		padding: 10px 0;
	}
	
	header .logo_area {
		padding: 0;
	}
	   .menu_bg {
		padding: 0 0;
	}
	.menu_bg .inner {
		position: relative;
		padding: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#sp-icon {
		width: 40px;
		height: 40px;
		top: 18px;
	}
	#nav_sp .sub_menu {
		flex-direction: row;
		position: relative;
	}
	#nav_sp .contact_wrap {
		position: relative;
		gap: 20px;
		padding-top: 20px;
	}
	#nav_sp .contact_wrap .tel_btn, 
	#nav_sp .contact_wrap .contact_btn {
		height: 60px;
	}
	#nav_sp .sub_menu a {
		margin:unset !important;
	}
	.menu_bg nav {
		top: 0;
		height: 100vh;
		overflow-y: scroll;
	}
	.menu_bg {
		top: 0;
	}
}
	