@charset "utf-8";

/************************************************************************************/	
/**
pink #ff3366
**/

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

*{box-sizing:border-box;}

html{height:100%;}

body{
	width:100%;
	height:100%;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	letter-spacing:.1em;
}

.sp_cta_bottom{
	display: none;
}

img {vertical-align:bottom;}

.pc{display:block;}
.sp{display:none;}
.sp_cta{display:none;}
		

a {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a img{
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a:hover img{
	opacity: 0.8;
}

p{
	line-height: 1.6em;
}


.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.p_tb80{padding: 80px 0;}
.p_tb100{padding: 100px 0;}
.p_t80{padding: 80px 0 0 0;}
.p_t100{padding: 100px 0 0 0;}

/** header 
****************************************************************************************/

header{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.6rem;
}

header .brand{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}

header .brand .logo{
}

header h1{
	font-size: 14px;
}

header .tel	{}
header .tel	.number{
	color: #ff3366;
	padding-right:1rem; 
}
header .tel	.number span{
	font-family: helvetica, sans-serif;
	font-size: 38px;
	font-weight: 600;
}

header .tel	.number::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f3cd";
	margin-right: 10px;
	font-style: normal;
	font-size: 34px;
}



header .tel	.time{}
header .tel	.time p{
	margin: 0;
	padding: 0;
}


.main_view{
	background-image: url(../images/main_view_bg.jpg);
	background-position: center center;
	background-size: cover;
}

.mv_bottom .inner{
	max-width: 1000px;
	background-image: url(../images/mv_woman.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 600px;
	background-size: 550px;
	position: relative;
}
.mv_bottom .inner .contents {
	width: 500px;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.mv_bottom .inner .contents .text{
	position: relative;
}
.mv_bottom .inner .contents .text .ok{
	position: absolute;
	top:45px;
	right: 20px;
}
.mv_bottom .inner .contents .btn{
	margin-top: 1rem;
	text-align: center;
}
.mv_bottom .inner .contents .btn a{
	display: inline-block;
	text-align: center;
	background-color: #ff3366;
	box-shadow: #990033 0 5px 0;
	color: #fff;
	border-radius: 100px;
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
	padding: 1rem 1.6rem;
	margin: 0 auto; 
}

.mv_bottom .inner .contents .btn a:hover{
	background-color: #ff5588;
	box-shadow: #bb2255 0 5px 0;
}




.mv_bottom .inner .contents .btn span::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f00e";
	margin-right: 5px;
	font-style: normal;
}

.cta_space_bg{
	background-image: url(../images/stripe_bg_2.jpg);
}
.cta_space{
	max-width:1000px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.6rem 0 2rem 0;
}
.cta_space .btn{
	width: 32%;
}
.cta_space .btn a{
	display: block;
	text-align: left;
	border-radius: 100px;
	text-decoration: none;
	padding:1.2rem 2rem;
	margin: 0 auto;
	position: relative;
}

.cta_space .btn a:hover{
opacity: 0.8; 
}

.cta_space .btn ::before{
	position: absolute;
	top:50%;
	right: 1.5rem;
	font-size: 46px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 600;
}

.cta_space .btn p{
	line-height: 1em;
}
.cta_space .main{
	font-size: 22px;
	font-weight: 800;
	padding: 0;
	margin: 0;

}
.cta_space .time{
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.btn_line a{
	background-color: #00cc00;
	color: #fff;
	box-shadow: #008800 0 5px 0;
}

.btn_line a::before{
	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	content: "\f3c0";
	color: rgba(0,0,0,0.3);
}

.btn_mail a{
	background-color: #3399cc;
	color: #fff;
	box-shadow: #004488 0 5px 0;
}


.btn_mail a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f0e0";
	color: rgba(0,0,0,0.3);
}



.btn_tel a{
	background-color: #ff9900;
	color: #fff;
	box-shadow: #bb4400 0 5px 0;
}

.btn_tel a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f3cd";
	color: rgba(0,0,0,0.3);
}




/** worry
****************************************************************************************/

.marker {
background: linear-gradient(transparent 70%, #ffff00 0%);
}

.worry_section{
	background-color: #eee;
	background-image: url(../images/worry_bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0 0;
}
.worry_title_space_wrap{
	text-align: center;
}
.worry_title_space{
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	padding: .5rem;

}
.worry_title_inner{
	text-align: center;
	border:3px solid #333;
	padding:1rem  3rem;
}
.worry_title_space .eng{
	font-size: 34px;
	font-family: 'Vidaloka', serif;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.worry_title_space .eng span{
	z-index: 100;
}

.worry_title_space .eng::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.worry_title_space .eng::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}


.worry_title_space .copy{
	font-size: 24px;
	color: #ff3366;
	font-weight: 600;
}
.worry_title_space h2{
	font-size: 46px;
	font-weight: 600;
	margin: 0;
}

.worry_title_space h2::after{
display: block;
border-top: 4px dotted #333;
content: '';
margin-top: 15px;
}

.worry_space {
	background-image: url(../images/worry_woman.png);
	background-position:bottom left 15%;
	background-repeat: no-repeat;
	min-height: 580px;
	position: relative;
	margin-top: 10px;
}

.worry_space .shock{
	position: absolute;
	top:-40px;
	left:2%;
}

.worry_space .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.worry_space ul{
	width: 65%;
	list-style: none;
	margin:100px 0;
	padding: 0;
}

.worry_space li{
	float: right;
	margin: 5px;
}
.worry_space li p{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	padding: .6rem;
}

.worry_space li:nth-child(odd) p{
	background-color: #000;
	color: #fff;
}

.worry_space li:nth-child(even) p{
	background-color: #ff3366;
	color: #fff;
}






.basic_title_space{
	background-color: #ff81a1;
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

.basic_title_space::before{
	display: block;
	content: "";
	height:  15px;
	width: 100%;
	background-image: url(../images/stripe_bg.png);
	background-position:top left;
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left: 0;
}

.basic_title_space::after{
	display: block;
	content: "";
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 50px solid transparent;
	border-top: 50px solid  #ff81a1;
	z-index: 4;
}

.basic_title_space .basic_inner{
	max-width: 1000px;
	margin:0 auto; 
	text-align: center;
	padding: 4rem 0;
}
.basic_title_space .eng{
	font-size: 34px;
	font-family: 'Vidaloka', serif;
	position: relative;
	display: flex;
	align-items: center;
}

.basic_title_space .eng::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.basic_title_space .eng::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}

.basic_title_space h2{
	margin:10px 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
	font-size: 46px;
}
.basic_title_space .dec {
	opacity: 0.3;
}

.basic_title_space .dec p{
	font-family: 'Vidaloka', serif;
	letter-spacing: 0;
	font-size: 18px;
	margin: 0;
	padding: 0;
}


.insta_section{
	background-color: #f7f7f7;
	background-image: url(../images/stripe_bg_2.jpg);
	padding:40px 30px 120px; 
}
.instagram-wrap{
	text-align: center;
}
.instagram-wrap .title-wrap{
	display: inline-block;
	position: relative;
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-bottom:40px;
	background-color: #ff81a1;
	padding: 40px 60px 40px 400px;
}

.instagram-wrap .title-wrap::before{
	display: block;
	content: "";
	height:  15px;
	width: 100%;
	background-image: url(../images/stripe_bg.png);
	background-position:top left;
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left: 0;
}

.instagram-wrap .title-wrap::after{
	display: block;
	content: "";
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 50px solid transparent;
	border-top: 50px solid  #ff81a1;
	z-index: 4;
}

.instagram-wrap .title{
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.instagram-wrap .qr{
	max-width: 140px;
	display: inline-block;
	background-color: #fff;
	padding:0 0 20px;
	text-align: center;
}

.instagram-wrap .qr img{
	width: 100%;
	height: auto;
}

.instagram-wrap .girl{
	position: absolute;
	left:5%;
	bottom:0;
	width: 280px;
}
.instagram-wrap .girl img{
	width: 100%;
	height: auto;
	
}
.instagram-feed{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin:0 auto;
	box-sizing: border-box;
	padding:0;
	max-width: 1250px;
}
/*
.instagram-feed::after{
	display: block;
	content: "";
	width: 250px;
}*/
.instagram-feed li{
	margin: 0px;
	padding: 0; 
	position: relative;
	width: 250px;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ff81a1;
}
.instagram-feed li img{
	display: block;
	width: auto;
	height: 105%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.instagram-feed li a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}

.instagram-feed li .c{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.instagram-feed li span{
	font-size: 1.1rem;
}

.instagram-feed li a:hover img{
	opacity: 0.3;
}

.instagram-feed li a:hover .c{
	opacity: 1;
}

.link_btn{
	margin-top: 30px;
	text-align: center;
}
.link_btn a{
	display: inline-block;
	border-radius: 100px;
	padding: .4rem 1.5rem;
	border: 1px solid #000;
	text-decoration: none;
	color: #fff;
	font-size: .9rem;
	background-color: #000
}



.reason_content{
	width: 100%;
}

.reasons_space{
	background-color: #fbfbfb;
	background-image: url(../images/reasons_bg.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
	min-height: 800px;
}

.reasons_space .inner{
	padding: 100px 0;
}

.reasons_space .text_space{
	width: 60%;
}

.reasons_space .title{
	background-image: url(../images/reasons_title_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 600px;
	height: 230px;
	text-align: center;
	position: relative;

}
.reasons_space .title .title_inner{
	position: absolute;
	width: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.reasons_space .title .copy{
	font-size: 28px;
	font-weight: 600;
}
.reasons_space .title .dec{
	font-size: 34px;
	font-weight: 800;
	color: #ff3366;
}

.reasons_space .title .dec p{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.reasons_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.reasons_list li{
	font-size: 27px;
	margin: 1rem 0;
	padding: 0;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70px;
}
.reasons_list li p{
	margin: 0;
	padding:0 0 0 80px;
	line-height: 1.4em;
	font-weight: 600;
}

.reasons_list li:nth-child(1){
	background-image: url(../images/star1.svg);
}

.reasons_list li:nth-child(2){
	background-image: url(../images/star2.svg);
}

.reasons_list li:nth-child(3){
	background-image: url(../images/star3.svg);
}

.reasons_list li:nth-child(4){
	background-image: url(../images/star4.svg);
}

.reasons_list li:nth-child(5){
	background-image: url(../images/star5.svg);
}


.performance_section{
	background-color: #f7f7f7;
}
.performance_section .inner{
	padding: 100px 0 0 0;
}

.performance_dec{
	max-width:800px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	border: 3px dotted #ff81a1;
	background-color: #fff;
}
.performance_dec .text{
	padding:0 3rem;
}
.performance_dec .text p{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
}
.performance_dec .pic{
	width: 100px;
}
.performance_dec .pic img{
	width: 100%;
	height: auto;
}

.performance_bottom{
	width: 100%;
	position: relative;
	background-image: url(../images/graph_woman.png);
	background-position:bottom left;
	background-repeat: no-repeat;
	min-height: 600px;
	background-size: 450px;
}

.performance_bottom .graph{
	position: absolute;
	width: 550px;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.performance_bottom .graph img{
	width: 100%;
	height: auto;
}

.rent_section{
	background-color: #f7f7f7;
	background-image: url(../images/stripe_bg_2.jpg);
}

.rent_space{
	position: relative;
}
.rent_space .inner{
	padding: 100px 0;
}
.rent_area_wrap{
	text-align: center;
}
.rent_area{
	display: inline-block;
}
.rent_area_inner{
display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: center;
	border:2px solid #ff3366;
	background-color: #fff;
}
.rent_area .title{
	background-color: #ff3366;
	color: #fff;
	font-size: 30px;
	padding: 0.8rem 1.6rem;
	position: relative;
}
.rent_area .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -37px;
  border: 37px solid transparent;
  border-left: 37px solid #ff3366;
}

.rent_area .area{
	font-size: 30px;
	padding: 0.8rem 1.6rem 0.8rem 3.6rem;
	font-weight: 600;
}

.rent_space .dec{
	text-align: center;
	font-size: 20px;
}


.rent_pic_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.rent_pic_space .box{
	width: 33.3333%;
}
.rent_pic_space .box .pic{
	position: relative;
	padding:0 0 40px 0;
}
.rent_pic_space .box .pic img{
	width: 100%;
	height: auto;
}
.rent_pic_space .box .pic .number{
	font-size: 68px;
	font-family: 'Vidaloka', serif;
	position: absolute;
	left:15px;
	bottom: 15px;
	line-height: 1em;
	font-weight: 600;
}

.rent_pic_space .box:nth-child(odd) .number{
	color: #ff3366;
}


.voice_section{
	background-color: #f7f7f7;
	background-image: url(../images/stripe_bg_2.jpg);
}

.voice_section .inner{
	padding: 100px 0;
}

.voice_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_space .box{
	width: 48%;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 3rem;
}
.voice_space .box .number{
	position: absolute;
	top:-1rem;
	right: 0;
	font-family: 'Vidaloka', serif;
	font-size: 24px;
	color: #ff81a1;
	line-height: 1em;
}
.voice_space .box .head_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.voice_space .box .pic {
	width: 50%;
}
.voice_space .box .pic img{
	width: 100%;
	height: auto;
}
.voice_space .box .voice{
	text-align: center;
	width: 50%;
	position: relative;
}
.voice_space .box .voice img{
	max-width: 290px;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
}
.voice_space .box .dec {
	padding: 1.8rem;
}
.voice_space .box .dec p{
	margin: 0;
	padding: 0;
}


.about_section{
	background-color: #f6f6f6;
	background-image: url(../images/about_staff_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.about_section .inner{
	padding: 100px 0 500px 0; 
}

.about_dec{
	background-color: #fff;
	border:3px dotted #666;
	padding: 1.6rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.about_dec .pic{
	width: 25%;
}
.about_dec .pic img{
	width: 100%;
	height: auto;
}
.about_dec .text{
	width: 75%;
	padding-left: 1.6rem;
}
.about_dec .text .copy{
	font-size: 28px;
	font-weight: 600;
	color: #ff3366;
	margin-bottom: 5px;
}
.about_dec .text .dec{
	font-size: 18px;
}
.about_dec .text .dec p{
	margin: 0;
	padding: 0;
}

.about_table{
	margin-top: 30px;
}
.about_table table{
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.about_table table tr{
		border-bottom: 1px solid #ccc;
}
.about_table table th{
	padding: 2rem;
}
.about_table table td{
	padding: 2rem;
}

.about_table table td p{
	margin: 0;
	padding: 0;
}

.google_map{
	display:  inline-block;
	margin-left: 3rem
}

.google_map a{
	display:  inline-block;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	font-size: 12px;
	padding: .1rem 1rem;
	text-align: center;
}

.flow_section{
	background-color: #f6f6f6;
}

.flow_section .inner{
	padding: 100px 0; 
}

.flow_space{}
.flow_space .flow_first,
.flow_space .flow_basic{
	border:3px solid #ff3366;
	position: relative;
	background-color: #fff;
	padding: 1rem;
	border-radius: 6px;
	margin-bottom: 50px;
}
.flow_space .flow_first::after,
.flow_space .flow_basic::after
{
	display: block;
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 40px solid transparent;
	border-top: 40px solid  #ff3366;
}

.flow_space .flow_basic:last-child::after
{
	display: none;
}

.flow_space .flow_first .number,
.flow_space .flow_basic .number{
	position: absolute;
	top:1rem;
	left:1rem;
	font-family: 'Vidaloka', serif;
	font-size: 68px;
	line-height: 1em;
}
.flow_space .flow_first .campaign{
	position: absolute;
	top:-20px;
	right:-18px;
	width: 340px;
}
.flow_space .flow_first .campaign img{
	width: 100%;
	height: auto;
}

.flow_space .campaign2{
	position: absolute;
	top:-30px;
	right:-16px;
	width: 280px;
}
.flow_space .campaign2 img{
	width: 100%;
	height: auto;
}
.flow_space .flow_first .title{
	font-size: 34px;
	text-align: center;
	border-bottom: 3px dotted #000;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	color: #ff3366;
	font-weight: 600;
}
.flow_space .flow_first .flow_first_bottom{
	width: 95%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction : row-reverse;
	margin: 0 auto;
}
.flow_space .flow_first .box{
	width: 48%;
}
.flow_space .flow_first .pic{
	margin-bottom: 20px;
}
.flow_space .flow_first .pic img{
	width: 100%;
	height: auto;
}
.flow_space .flow_first .sub_title{
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.flow_space .flow_first .dec{}
.flow_space .flow_first .dec p{}

.flow_space .flow_basic_inner{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
}
.flow_space .flow_basic .pic{
	width: 30%;
}
.flow_space .flow_basic .pic img{
	width: 100%;
	height: auto;
}
.flow_space .flow_basic .text{
	width: 70%;
	padding: 1rem 2rem;
}
.flow_space .flow_basic .title{
	font-size: 34px;
	border-bottom: 3px dotted #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #ff3366;
}
.flow_space .flow_basic .dec{}
.flow_space .flow_basic .dec p{}


.flow_line_space{
	width: 100%;
	margin: 15px 0;
}
.flow_line_space .btn{
	text-align: center;
}
.flow_line_space .btn a{
	background-color: #00cc00;
	color: #fff;
	box-shadow: #008800 0 5px 0;
	display: inline-block;
	padding: .7rem 6rem;
	border-radius: 100px;
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

.flow_line_space .btn a::before{
	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	color: rgba(0,0,0,0.3);
	content: "\f3c0";
	position: absolute;
	font-size: 30px;
	top:50%;
	right: 1.5rem;
	font-size: 46px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 600;
}
.flow_line_space .btn p{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.flow_line_space .btn .main{
	font-weight: bold;
	font-size: 24px;
}
.flow_line_space .btn .time{
	font-weight: bold;
	font-size: 20px;
}



.form_section{
	background-color: #f6f6f6;
}

.form_section .inner{
	padding: 80px 0; 
}

.form_top{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.form_top .box{
	width: 48%;
	background-color: #fff;
	padding: 1.6rem;
}

.form_top .box:nth-child(1){
	border:3px dotted #00cc00;
}

.form_top .box:nth-child(2){
	border:3px dotted #ff9900;
}


.form_top .box .title,
.form_bottom .title
{
	text-align: center;
	font-weight: 600;
	font-size: 26px;
}
.form_top .box .btn {
	margin:20px 10px; 
}
.form_top .box .time{
	text-align: center;
}

.form_top .box .btn a{
	display: block;
	text-align:center;
	border-radius: 100px;
	text-decoration: none;
	padding:1rem ;
	margin: 0 auto;
	position: relative;
	font-size: 32px;
	font-weight: 600;
}

.form_top .box .btn a:hover{
opacity: 0.8; 
}

.form_top .box .btn a:before{
	display: none;
}


.btn_mail a{
	background-color: #3399cc;
	color: #fff;
	box-shadow: #004488 0 5px 0;
}

.form_bottom{
	margin: 40px 0;
	background-color: #fff;
	border:3px dotted #3399cc;
	padding: 1.6rem 1.6rem 3rem 1.6rem;
}

.form_bottom .title{
	margin-bottom: 20px;
}
.form_table{
	width: 100%;
}


.form_table table{
	width: 100%;
	margin:0 0 2rem 0;
}
.form_table table tr{}
.form_table table tr:nth-child(odd){
	background-color: #eee;
}

.form_table table th{
	text-align: left;
	padding: 2rem .5rem 2rem 2rem;
	position: relative;
	font-size: 18px;
	width: 30%;
}
.form_table table td{
	padding: 2rem 2rem 2rem .5rem;
}

.form_table table td p{
	padding: 0;
	margin: 0;
}
.form_table table td .box{
	margin: 0 0 20px 0;
}

.form_table table th span{
	font-size: 13px;
	color: #fff;
	padding: .2rem .5rem;
	display: inline-block;
	position: absolute;
	top:50%;
	right:1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.required_t{
	background-color: #cc0000;
}
.any_t{
	background-color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
	border:1px solid #666;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
}

.radio_space{
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.radio_space .radio_b{}
.radio_space .radio_b label{
	padding: .4rem;
	display: inline-block;
}
.radio_space .radio_b input[type="radio"]{
	padding: 1rem;
	margin-right: 10px;
}





.form_btn{
	text-align: center;
}
.form_btn .btn{}

input[type="submit"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 24px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #3399cc;
	border: none;
		box-shadow: #004488 0 5px 0;
}


input[type="button"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 24px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #666;
	border: none;
	box-shadow: #000000 0 5px 0;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.8;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus
{
	border:1px solid #ff3366;
}

.privacy  { 
	width: 100%;
	padding:1rem;
	font-size:12px;
	box-sizing:border-box;
	background-color:#ddd;
}

.privacy h4{
	padding:0;
	margin:0 10px 10px 10px;
}

.privacy::-webkit-scrollbar {
	width: 10px;
}

.privacy::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	border-radius: 100px;
}
.privacy::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 100px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.privacy dl { 
	width: 100%;
	padding: 1em;
	height:280px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: left;
	margin:0;
	padding:0 10px;
	box-sizing:border-box;
	background-color:#ffffff;
}

.privacy dt { 
	font-weight: bold;
	padding:10px 5px;
	margin:0;
	border-bottom: 1px solid #cccccc;

}
.privacy dd { 
	padding-bottom:30px;
	margin:0;
	padding:0px 5px;
}

.conform_btn{
	margin: 30px 0;
}

.conform_btn .btn:first-child{
	margin: 0 0 20px 0;
}

.conform_section{
	background-color: #fff;
}
.conform_section .inner{
	padding: 60px 0 120px 0;
}

.formTable{
	width: 100%;
	border: 1px solid #ccc;
}

.formTable tr{
	border: 1px solid #ccc;
}

.formTable tr:nth-child(even){
	background-color: #f7f7f7;
}

.formTable th{
	padding: 1rem;
	border: 1px solid #ccc;
	width: 30%;
}

.formTable td{	padding: 1rem;
	border: 1px solid #ccc;
}

.error_space h4{
	color: #ff0000;
	font-size: 24px;
}

.access_space{
	margin: 80px 0;
}

.access_space .title{
	font-size: 34px;
	font-family: 'Vidaloka', serif;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.access_space .title span{
	z-index: 100;
}

.access_space .title::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.access_space .title::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}

.access_space .gmap{}
.access_space .gmap iframe{
	width: 100%;
	height: 450px;
}

.access_space .dec{
	background-color: #fff;
	padding: 1rem;

}

.access_space .dec p{
	padding: 0;
	margin: 0;
	position: relative;
}

.access_space .dec p .google_map{
	position: absolute;
	top:50%;
	right: 1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



footer {
	background-color: #ff81a1;
	padding:5rem 0 4rem 0;
}

footer .footer_brand{
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
}
footer .footer_brand .logo{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 36px;
	font-weight: 800;
}

footer .footer_brand .logo a{
	text-decoration: none;
	color: #fff;
}

footer .footer_brand .copy{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}

footer .copyright{
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0;
}



.ill{
	z-index: 8000;
}

.ill img{
	width: 100%;
	height: auto;
}

.basic_title_space .ill_1{
	position: absolute;
	bottom:-50px;
	left:10%;
	width:120px;
}

.basic_title_space .ill_2{
	position: absolute;
	bottom:15px;
	right:10%;
	width:240px;
}

.ill_3{
	position: absolute;
	top:40%;
	left:10%;
	width:100px;
}

.ill_4{
	position: absolute;
	top:20%;
	right:10%;
	width:100px;
}

.ill_5{
	position: absolute;
	bottom:10px;
	right:10%;
	width:200px;
}

/* go to top */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align:center;
	

}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color:#ff81a1;
	color:#ffffff;
	border-radius: 100px;
	position: relative;
}

.pagetop a:hover {
	opacity: 0.6;
}
.pagetop i {
	font-size:40px;
	position: absolute;
	top:50%;
	left:50%;
		transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

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

smart phone

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

@media screen and (max-width: 767px)
{
	.pc{display:none;}
	.sp{display:block;}
	.sp_cta{display:block;}
	body{font-size:14px;}

.sp_cta{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9900;
}
.sp_cta_space{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
}

.sp_cta_space .btn{
	width:33.3333%;
}

.sp_cta_space .btn a{
	display: block;
	text-align: center;
	padding: .6rem .2rem;
	text-decoration:none;
}



	/** header 
****************************************************************************************/

header{
	width:100%;
	display:block;
	text-align: center;
	padding:1rem .4rem;
}

header .brand{
	display:block;
	text-align: center;
}

header .brand .logo{
	width: 140px;
	text-align: center;
	margin: 0 auto;
}
header .brand .logo img{
	width: 100%;
	height: auto;
}

header .brand h1{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

header .tel	{
	display: none;
}

.full_img{
	width: 100%;
	height: auto;
}

.main_view{
	background-image: url(../images/main_view_bg.jpg);
	background-position: center bottom;
	background-size: cover;
}

.mv_bottom .inner{
	max-width: 1100px;
	background-image: url(../images/mv_woman.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 280px;
	min-height: inherit;
	padding: 0 0 300px 0;
	position: relative;
}
.mv_bottom .inner .contents {
	width: 100%;
	padding:0 10px;
	position: relative;
	top:inherit;
	left:inherit;
	transform:inherit;
	-webkit-transform:inherit;
	-ms-transform:inherit;
}
.mv_bottom .inner .contents .text{
	position: relative;
}
.mv_bottom .inner .contents .text .ok{
	position: absolute;
	top:30px;
	right: 20px;
	width: 140px;
}
.mv_bottom .inner .contents .text .ok img{
	width: 100%;
	height: auto;
}
.mv_bottom .inner .contents .btn{
	margin-top: .6rem;
	text-align: center;
}
.mv_bottom .inner .contents .btn a{
	display: inline-block;
	text-align: center;
	background-color: #ff3366;
	box-shadow: #990033 0 5px 0;
	color: #fff;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none;
	padding: 1rem 1.6rem;
	margin: 0 auto; 
}



.mv_bottom .inner .contents .btn span::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f00e";
	margin-right: 5px;
	font-style: normal;
}

.cta_space_bg{
	display: none;
}
.cta_space{
	max-width:1000px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:15px;
}
.cta_space .btn{
	width: 100%;
	margin-bottom: 20px;
}

.cta_space .btn:last-child{
	margin-bottom:5px;
}
.cta_space .btn a{
	display: block;
	text-align: left;
	border-radius: 100px;
	text-decoration: none;
	padding:1rem;
	margin: 0 auto;
	position: relative;
}

.cta_space .btn a:hover{
opacity: 0.8; 
}

.cta_space .btn ::before{
	position: absolute;
	top:50%;
	right: 20px;
	font-size: 46px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 600;
}

.cta_space .btn p{
	line-height: 1em;
}
.cta_space .main{
	font-size: 18px;
	font-weight: 800;
	padding: 0;
	margin: 0;

}
.cta_space .time{
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

/** worry
****************************************************************************************/

.worry_section{
	padding: 60px 15px 0 15px;
}
.worry_title_space_wrap{
	text-align: center;
}
.worry_title_space{
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	padding: .5rem;

}
.worry_title_inner{
	text-align: center;
	border:3px solid #333;
	padding:1rem .8rem;
}
.worry_title_space .eng{
	font-size: 28px;
	font-family: 'Vidaloka', serif;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.worry_title_space .eng span{
	z-index: 100;
}

.worry_title_space .eng::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.worry_title_space .eng::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}


.worry_title_space .copy{
	font-size: 14px;
	color: #ff3366;
	font-weight: 600;
}
.worry_title_space h2{
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}

.worry_title_space h2::after{
display: block;
border-top: 4px dotted #333;
content: '';
margin-top: 15px;
}

.worry_space {
	background-image: url(../images/worry_woman.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: inherit;
	position: relative;
	margin-top: 10px;
	padding: 0 0 320px 0;
}

.worry_space .shock{
	position: absolute;
	top:-40px;
	left:2%;
}

.worry_space .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.worry_space ul{
	width: 100%;
	list-style: none;
	margin:0;
	padding: 0;
}

.worry_space li{
	float:inherit;
	margin: 0;
}
.worry_space li p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	padding: .4rem;
}






.basic_title_space{
	background-color: #ff81a1;
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

.basic_title_space::before{
	display: block;
	content: "";
	height:  15px;
	width: 100%;
	background-image: url(../images/stripe_bg.png);
	background-position:top left;
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left: 0;
}

.basic_title_space::after{
	display: block;
	content: "";
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 40px solid transparent;
	border-top: 40px solid  #ff81a1;
	z-index: 4;
}

.basic_title_space .basic_inner{
	max-width: 1000px;
	margin:0 auto; 
	text-align: center;
	padding:30px 15px;
}
.basic_title_space .eng{
	font-size: 28px;
	position: relative;
	display: flex;
	align-items: center;
}

.basic_title_space .eng::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.basic_title_space .eng::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}

.basic_title_space h2{
	margin:10px 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
	font-size:28px;
}
.basic_title_space .dec {
	opacity: 0.3;
}

.basic_title_space .dec p{
	font-family: 'Vidaloka', serif;
	letter-spacing: 0;
	font-size: 18px;
	margin: 0;
	padding: 0;
}



.insta_section{
	padding:40px 15px; 
}
.instagram-wrap{
	text-align: center;
}
.instagram-wrap .title-wrap{
	display: block;
	position: relative;
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-bottom:40px;
	background-color: #ff81a1;
	padding: 20px 20px 40px;
}

.instagram-wrap .title-wrap::before{
	display: block;
	content: "";
	height:  15px;
	width: 100%;
	background-image: url(../images/stripe_bg.png);
	background-position:top left;
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left: 0;
}

.instagram-wrap .title-wrap::after{
	display: block;
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 40px solid transparent;
	border-top: 40px solid  #ff81a1;
	z-index: 4;
}

.instagram-wrap .title{
	font-size: 1rem;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.instagram-wrap .qr{
	max-width: 120px;
	display: inline-block;
	background-color: #fff;
	padding:0 0 20px;
	text-align: center;
}

.instagram-wrap .qr img{
	width: 100%;
	height: auto;
}

.instagram-wrap .girl{
	position: absolute;
	left:1%;
	bottom:0px;
	width:100px;
}
.instagram-wrap .girl img{
	width: 100%;
	height: auto;
	
}
.instagram-feed{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin:0 auto;
	box-sizing: border-box;
	padding:0;
	width: 100%;
}
.instagram-feed::after{
	display: block;
	content: "";
	width: 160%;
}
.instagram-feed li{
	
	
	margin: 0px;
	padding: 0; 
	position: relative;
	width: 160px;
	height: 160px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #000;
}
.instagram-feed li img{
	display: block;
	width: auto;
	height: 105%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.instagram-feed li a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}

.instagram-feed li .c{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.instagram-feed li span{
	margin: 0 3px;
}

.instagram-feed li a:hover img{
	opacity: 0.4;
}

.instagram-feed li a:hover .c{
	opacity: 1;
}

.link_btn{
	margin-top: 30px;
	text-align: center;
}
.link_btn a{
	display: inline-block;
	border-radius: 100px;
	padding: .4rem 1.5rem;
	border: 1px solid #000;
	text-decoration: none;
	color: #fff;
	font-size: .8rem;
	background-color: #000
}





.reasons_section{
	margin: 0;
}

.reasons_space{
	background-color: #fbfbfb;
	background-image: url(../images/reasons_bg.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: inherit;
}

.reasons_space .inner{
	padding: 60px 15px 220px 15px;
}

.reasons_space .text_space{
	width: 100%;
}

.reasons_space .title{
	background-image:none;
	background-position:inherit;
	background-repeat: no-repeat;
	width: inherit;
	height:inherit;
	text-align: center;
	position: relative;
	background-color: #fff;
	border:3px dotted #ff81a1;
	padding: 15px;

}
.reasons_space .title .title_inner{
	position: relative;
	width: 100%;
	top:inherit;
	left:inherit;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
}
.reasons_space .title .copy{
	font-size: 16px;
	font-weight: 600;
}
.reasons_space .title .dec{
	font-size:18px;
	font-weight: 800;
	color: #ff3366;
}

.reasons_space .title .dec p{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

.reasons_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.reasons_list li{
	font-size: 16px;
	margin: 1rem 0;
	padding: 0;
	background-position: center left;
	background-repeat: no-repeat;
	background-size:40px;
}
.reasons_list li p{
	margin: 0;
	padding:0 0 0 45px;
	line-height: 1.4em;
	font-weight: 600;
}

.reasons_list li:nth-child(1){
	background-image: url(../images/star1.svg);
}

.reasons_list li:nth-child(2){
	background-image: url(../images/star2.svg);
}

.reasons_list li:nth-child(3){
	background-image: url(../images/star3.svg);
}

.reasons_list li:nth-child(4){
	background-image: url(../images/star4.svg);
}

.reasons_list li:nth-child(5){
	background-image: url(../images/star5.svg);
}




.performance_section{
	background-color: #f7f7f7;
}
.performance_section .inner{
	padding: 60px 15px 0 15px;
}

.performance_dec{
	max-width:800px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	padding: 15px;
	border: 3px dotted #ff81a1;
	background-color: #fff;
	margin-bottom: 15px
}
.performance_dec .text{
	padding:0px 15px 0 0;
}
.performance_dec .text p{
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}
.performance_dec .pic{
	width: 90px;
}
.performance_dec .pic img{
	width: 100%;
	height: auto;
}

.performance_bottom{
	width: 100%;
	position: relative;
	background-image: url(../images/graph_woman.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: 220px;
	min-height: inherit;
	padding: 0 0 240px 0;
}

.performance_bottom .graph{
	position: relative;
	width: 100%;
	top:inherit;
	right:inherit;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
}

.performance_bottom .graph img{
	width: 100%;
	height: auto;
}




.rent_section{
	background-color: #f7f7f7;
	background-image: url(../images/stripe_bg_2.jpg);
}

.rent_space{}
.rent_space .inner{
	padding: 60px 15px;
}
.rent_area_wrap{
	text-align: center;
}
.rent_area{
	display: block;
}
.rent_area_inner{
	width: 100%;
	display:block;
	display:block;
	display:block;
	justify-content:inherit;
	border:2px solid #ff3366;
	background-color: #fff;
}
.rent_area .title{
	background-color: #ff3366;
	color: #fff;
	font-size: 16px;
	padding: 0.8rem 1.6rem;
	position: relative;
	text-align: center;
}
.rent_area .title:before {
	display: none;
}

.rent_area .area{
	text-align: center;
	font-size: 18px;
	padding: 0.8rem;
	font-weight: 600;
}

.rent_space .dec{
	text-align: center;
	font-size: 16px;
}


.rent_pic_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.rent_pic_space .box{
	width: 100%;
}
.rent_pic_space .box .pic{
	position: relative;
	padding:0 0 40px 0;
}
.rent_pic_space .box .pic img{
	width: 100%;
	height: auto;
}
.rent_pic_space .box .pic .number{
	font-size: 68px;
	font-family: 'Vidaloka', serif;
	position: absolute;
	left:15px;
	bottom: 15px;
	line-height: 1em;
	font-weight: 600;
}

.rent_pic_space .box:nth-child(odd) .number{
	color: #ff3366;
}



.voice_section .inner{
	padding: 60px 15px;
}

.voice_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_space .box{
	width: 100%;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 2rem;
}
.voice_space .box .number{
	position: absolute;
	top:-1rem;
	right: 0;
	font-family: 'Vidaloka', serif;
	font-size: 24px;
	color: #ff81a1;
	line-height: 1em;
}
.voice_space .box .head_space{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.voice_space .box .pic {
	width: 50%;
}
.voice_space .box .pic img{
	width: 100%;
	height: auto;
}
.voice_space .box .voice{
	text-align: center;
	width: 50%;
	position: relative;
}
.voice_space .box .voice img{
	max-width: 180px;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
}
.voice_space .box .dec {
	padding: 1rem;
}
.voice_space .box .dec p{
	margin: 0;
	padding: 0;
}






.about_section{
	background-color: #f6f6f6;
	background-image: url(../images/about_staff_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}

.about_section .inner{
	padding: 60px 15px 200px 15px; 
}

.about_dec{
	background-color: #fff;
	border:3px dotted #666;
	padding: 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.about_dec .pic{
	width: 100%;
	margin-bottom: 15px
}
.about_dec .pic img{
	width: 100%;
	height: auto;
}
.about_dec .text{
	width: 100%;
	padding-left: 0px;
}
.about_dec .text .copy{
	font-size: 18px;
	font-weight: 600;
	color: #ff3366;
	margin-bottom: 5px;
}
.about_dec .text .dec{
	font-size: 16px;
}
.about_dec .text .dec p{
	margin: 0;
	padding: 0;
}

.about_table{
	margin-top: 30px;
}
.about_table table{
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	display: block;
}
.about_table table tr{
	display: block;
	width: 100%;
	border-bottom: none;
}

.about_table table th{
	text-align: left;
	display: block;
	width: 100%;
	padding:.6rem;
	background-color: #eee;

}
.about_table table td{
		display: block;
	width: 100%;
		padding:.6rem;
}

.about_table table td p{
	margin: 0;
	padding: 0;
}

.google_map{
	display:  block;
	margin: 15px 0;
}

.google_map a{
	display:  inline-block;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	font-size: 12px;
	padding: .1rem 1rem;
	text-align: center;
}

.flow_section{
	background-color: #f6f6f6;
}

.flow_section .inner{
	padding: 60px 15px; 
}

.flow_space{}
.flow_space .flow_first,
.flow_space .flow_basic{
	border:3px solid #ff3366;
	position: relative;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 50px;
}
.flow_space .flow_first::after,
.flow_space .flow_basic::after
{
	display: block;
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 40px solid transparent;
	border-top: 40px solid  #ff3366;
}

.flow_space .flow_basic:last-child::after
{
	display: none;
}

.flow_space .flow_first .number,
.flow_space .flow_basic .number{
	position: absolute;
	top:15px;
	left:15px;
	font-family: 'Vidaloka', serif;
	font-size: 28px;
	line-height: 1em;
}
.flow_space .flow_first .campaign{
	position: absolute;
	top: 80px;
	right:-12px;
	width: 220px;
}
.flow_space .campaign2{
	position: absolute;
	top: 10px;
	right:-12px;
	width: 180px;
}

.flow_space .flow_first .title{
	font-size: 24px;
	text-align: center;
	border-bottom: 3px dotted #000;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	color: #ff3366;
	font-weight: 600;
}
.flow_space .flow_first .flow_first_bottom{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.flow_space .flow_first .box{
	width: 100%;
	margin-bottom: 15px;
}
.flow_space .flow_first .box:last-child{
	margin-bottom: 0px;
}
.flow_space .flow_first .pic{
	margin-bottom: 15px;
}
.flow_space .flow_first .pic img{
	width: 100%;
	height: auto;
}
.flow_space .flow_first .sub_title{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.flow_space .flow_first .dec{}
.flow_space .flow_first .dec p{}

.flow_space .flow_basic_inner{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.flow_space .flow_basic .pic{
	width: 100%;
	margin-bottom: 15px;
}
.flow_space .flow_basic .pic img{
	width: 100%;
	height: auto;
}
.flow_space .flow_basic .text{
	width: 100%;
	padding: 0;
}
.flow_space .flow_basic .title{
	font-size: 24px;
	border-bottom: 3px dotted #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #ff3366;
}
.flow_space .flow_basic .dec{}
.flow_space .flow_basic .dec p{}


.flow_line_space{
	width: 100%;
	margin: 15px 0;
}
.flow_line_space .btn{
	text-align: center;
}
.flow_line_space .btn a{
	background-color: #00cc00;
	color: #fff;
	box-shadow: #008800 0 5px 0;
	display: inline-block;
	padding: .8rem 5rem;
	border-radius: 100px;
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

.flow_line_space .btn a::before{
	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	content: "\f3c0";
	position: absolute;
	font-size: 20px;
	top:50%;
	right: 1.5rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 600;
}
.flow_line_space .btn p{
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.flow_line_space .btn .main{
	font-weight: bold;
	font-size: 18px;
}
.flow_line_space .btn .time{
	font-weight: bold;
	font-size: 16px;
}


.form_section{
	background-color: #f6f6f6;
}

.form_section .inner{
	padding: 60px 15px; 
}

.form_top{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.form_top .box{
	width: 100%;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.form_top .box:nth-child(1){
	border:3px dotted #00cc00;
}

.form_top .box:nth-child(2){
	border:3px dotted #ff9900;
}


.form_top .box .title,
.form_bottom .title
{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.form_top .box .btn {
	margin:10px; 
}
.form_top .box .time{
	text-align: center;
}

.form_top .box .btn a{
	display: block;
	text-align:center;
	border-radius: 100px;
	text-decoration: none;
	padding:.8rem;
	margin: 0 auto;
	position: relative;
	font-size:18px;
	font-weight: 600;
}

.form_top .box .btn a:hover{
opacity: 0.8; 
}

.form_top .box .btn a:before{
	display: none;
}


.btn_mail a{
	background-color: #3399cc;
	color: #fff;
	box-shadow: #004488 0 5px 0;
}

.form_bottom{
	margin:0px 0 40px 0;
	background-color: #fff;
	border:3px dotted #3399cc;
	padding: 15px 0 40px 0px;
}

.form_bottom .title{
	margin-bottom: 20px;
}
.form_table{
	width: 100%;
}


.form_table table{
	width: 100%;
	margin:0 0 15px 0;
	display: block;
}
.form_table table tr{
	display: block;
	width: 100%;
}
.form_table table tr:nth-child(odd){
	background-color:inherit;
}

.form_table table th{
background-color: #eeeeee;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px;
	position: relative;
	font-size: 16px;
}
.form_table table td{
	display: block;
	width: 100%;
	padding: 10px 10px 30px 10px;
}

.form_table table td p{
	padding: 0;
	margin: 0;
}
.form_table table td .box{
	margin: 0 0 20px 0;
}

.form_table table th span{
	font-size: 13px;
	color: #fff;
	padding: .2rem .5rem;
	display: inline-block;
	position: absolute;
	top:50%;
	right:1rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.required_t{
	background-color: #cc0000;
}
.any_t{
	background-color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
	border:1px solid #666;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.radio_space{
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.radio_space .radio_b{}
.radio_space .radio_b label{
	padding: .4rem;
	display: inline-block;
}
.radio_space .radio_b input[type="radio"]{
	padding: 1rem;
	margin-right: 10px;
}





.form_btn{
	text-align: center;
}
.form_btn .btn{}

input[type="submit"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 18px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #3399cc;
	border: none;
		box-shadow: #004488 0 5px 0;
}


input[type="button"]{
	margin: 0 auto;
	display: inline-block;
	border-radius: 8px;
	font-size: 18px;
	padding: 1rem 3rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #666;
	border: none;
	box-shadow: #000000 0 5px 0;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.8;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus
{
	border:1px solid #ff3366;
}

.privacy  { 
	width: 100%;
	padding:1rem;
	font-size:12px;
	box-sizing:border-box;
	background-color:#ddd;
}

.privacy h4{
	padding:0;
	margin:0 10px 10px 10px;
}

.privacy::-webkit-scrollbar {
	width: 10px;
}

.privacy::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	border-radius: 100px;
}
.privacy::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 100px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.privacy dl { 
	width: 100%;
	padding: 15;
	height:140px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: left;
	margin:0;
	padding:0 10px;
	box-sizing:border-box;
	background-color:#ffffff;
}

.privacy dt { 
	font-weight: bold;
	padding:10px 5px;
	margin:0;
	border-bottom: 1px solid #cccccc;

}
.privacy dd { 
	padding-bottom:30px;
	margin:0;
	padding:0px 5px;
}

.conform_btn{
	margin: 30px 0;
}

.conform_btn .btn:first-child{
	margin: 0 0 20px 0;
}

.conform_section{
	background-color: #fff;
}
.conform_section .inner{
	padding: 60px 0 120px 0;
}

.formTable{
	width: 100%;
	border: 1px solid #ccc;
}

.formTable tr{
	border: 1px solid #ccc;
}

.formTable tr:nth-child(even){
	background-color: #f7f7f7;
}

.formTable th{
	padding: 1rem;
	border: 1px solid #ccc;
	width: 30%;
}

.formTable td{	padding: 1rem;
	border: 1px solid #ccc;
}

.error_space h4{
	color: #ff0000;
	font-size: 24px;
}

.access_space{
	margin: 80px 0 20px 0;
}

.access_space .title{
	font-size: 28px;
	font-family: 'Vidaloka', serif;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.access_space .title span{
	z-index: 100;
}

.access_space .title::after{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-left: 1rem;
}

.access_space .title::before{
display: block;
flex-grow: 1;
border-top: 4px dotted #333;
content: '';
margin-right: 1rem;
}

.access_space .gmap{}
.access_space .gmap iframe{
	width: 100%;
	height: 450px;
}

.access_space .dec{
	background-color: #fff;
	padding: 15px;

}

.access_space .dec p{
	padding: 0;
	margin: 0;
	position: relative;
}

.access_space .dec p .google_map{
	margin: 15px 0 0 0;
	position:relative;
	display: block;
	top:inherit;
	bottom:inherit;
	right:inherit;
	transform:inherit;
	-webkit-transform:inherit;
	-ms-transform: inherit;
}



footer {
	background-color: #ff81a1;
	padding:60px 15px 120px 15px;
}

footer .footer_brand{
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
}
footer .footer_brand .logo{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 28px;
	font-weight: 800;
}

footer .footer_brand .logo a{
	text-decoration: none;
	color: #fff;
}

footer .footer_brand .copy{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
}

footer .copyright{
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.ill{
	display: none;
}

/* go to top */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 0px;
	text-align:center;
	

}
.pagetop a {
	display: none;
	width: 30px;
	height: 30px;
	background-color:#ff81a1;
	color:#ffffff;
	border-radius: 100px;
	position: relative;
}

.pagetop a:hover {
	opacity: 0.6;
}
.pagetop i {

}
}




.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

