@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("form_style.css");

/* =================================================
全称セレクタ
================================================= */

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;/*rem算出をしやすくするために*/
}

/* =================================================
全体指定
================================================= */

body {
    background: url(../images/bg.avif);
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color:#596360;
	font-family: "Zen Old Mincho","游明朝","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*recaptcha*/
.recaptcha_policy{color: #666;text-align:left;}
.grecaptcha-badge { visibility: hidden; }

/* =================================================
リンク
================================================= */

a{
	text-decoration:none;
}

a:link{
	color:#524443;
}

a:visited{
	color:#524443;
}

a:hover {
	color:#524443;
}

a:active {
	color:#524443;
}

/* =================================================
文字
================================================= */

.h2{
	text-align: center;
	font-size: 28px;
	font-family: "Pinyon Script","Zen Old Mincho","游明朝","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
}

.h2_en{
	font-size: 40px;
}

/* =================================================
共通レイアウト
================================================= */

.wrapper{
	background-color: #fff;
}

/*リスト*/

ul,ol{
	list-style-type: none;
}

/*色*/

.bg_green{
	background-color: #8ebaa3;
}

.bg_green_tr{
	background-color: rgba(123, 177, 161, 0.8);
}

.color_green{
	color: #8ebaa3;
}

.bg_yellow{
	background-color: #faed7d;
}

.color_yellow{
	color: #f3fa7c;
}

.color_ocher{
	color: #cdbc2e;
}

.color_gold{
	color: #b6a358;
}

/*アニメーション*/

/*ぽよよん（headerとか）*/
@keyframes poyoyon3 {
	0%, 40% {
	transform: skew(0deg, 0deg);
	}
	5% {
	transform: skew(5deg, 5deg);
	}
	10% {
	transform: skew(-4deg, -4deg);
	}
	15% {
	transform: skew(3deg, 3deg);
	}
	20% {
	transform: skew(-2deg, -2deg);
	}
	25% {
	transform: skew(1deg, 1deg);
	}
	30% {
	transform: skew(-0.6deg, -0.6deg);
	}
	35% {
	transform: skew(0.3deg, 0.3deg);
	}
}

.poyoyon3{
	animation: poyoyon3 2.5s infinite;
	opacity: 1;
}

/* ぽよよん2 */
.poyoyon2.is-active {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}

@keyframes poyoyon2 {
  0%  {
	transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
	transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
	transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
	transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
	transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
	opacity: 1;
  }
}

/*ぽよぽよ（三分でさくっととか）*/
@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
	transform: scale(1.0);
	}
	50%, 70% {
	transform: scale(0.95);
	}
}

.poyopoyo{
	animation: poyopoyo 2s ease-out infinite;/*アニメーション*/
	opacity: 1;
}

/* 点滅 */
.blinking{
  animation: flash 1s linear infinite;
}

@keyframes flash {
  0%,100% {
	opacity: 1;
  }

  50% {
	opacity: 0;
  }
}

/*ぴこぴこ（衛生対策とか）*/

.pikopiko{
	animation: pikopiko 1s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
	transform: rotate(20deg);
  }
  to {
	transform: rotate(-10deg);
  }
}

/* フェードアップ */

.u-fade-type-up{
	transform: translateY(50px);
	opacity: 0;
}

.u-fade-type-u.is-active{
	transition: .6s;
	transform: translateY(0);
	opacity: 1;
}

.is-active .u-fade-type-up{
	transition: .6s;
	transform: translateY(0);
	opacity: 1;
}

/*フェードアップしてくる順番（足りない時は追加）*/
.is-active .u-fade-type-up:nth-child(2){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 2s;}
.is-active .u-fade-type-up:nth-child(7){transition-delay: 2.4s;}
.is-active .u-fade-type-up:nth-child(8){transition-delay: 2.8s;}
.is-active .u-fade-type-up:nth-child(9){transition-delay: 3.2s;}
.is-active .u-fade-type-up:nth-child(10){transition-delay: 4.6s;}

/*フェードイン（ふわっと）*/
.fade-in {
    opacity: 0;
    animation: fadeIn 3s ease-out forwards;
	animation-delay: 5s;
}

/*フェードイン（スクロールトリガー）*/
.fade-in-scroll {
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.fade-in-scroll.is-active {
    opacity: 1;
}

@keyframes fadeIn {
    to {
      opacity: 1;
    }
}

/* =================================================
ヘッダー
================================================= */

header{
	height: 900px;
	background: url(../images/h_bg.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.h_t1{
	width: 320px;
	margin:auto;
	top: 20px;
    left: 35px;
    font-size: 26px;
	text-align: center;
}

.h_h1{
	margin:auto;
	bottom:395px;
	left:0px;
	right:0px;
}

.h_h2{
	margin:auto;
	bottom:245px;
	left:0px;
	right:0px;
}

.h_melit{
	width: 650px;
	margin:auto;
	bottom:10px;
	left:0px;
	right:0px;
}

.h_melit li{
	margin:0px 5px;
	box-sizing: border-box;
}

/* =================================================
コンテンツ
================================================= */
/*お問い合わせ誘導リンク*/

#form_entry{
	padding:20px 0px 0px;
	text-align: center;
}

.form_box{
	display:flex;
	justify-content: center;
	margin:auto;
	width:100%;
}

.form_entry_tel,.form_entry_mail_link,.form_entry_line_link{
	margin:0px 10px;
	width: 120px;
	height: 120px;
	background: -webkit-gradient( linear, left top, left bottom, from(#7bb1a1), to(#71a394));
	background: transparent -moz-linear-gradient(center top , #7bb1a1 0%, #71a394) repeat scroll 0% 0%;
	background-color:#7bb1a1;
	border-radius: 60px;		/* CSS3草案 */
	-webkit-border-radius: 60px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 60px;	/* Firefox用 */
	box-shadow: 0 0 3px gray;
	color: #fff !important;
}

.form_entry_tel{
	width: 400px;
	display:flex;
	justify-content: center;
	align-items: center;
}

.form_entry_tel div{
	margin-left:5px;
	margin-top:0px;
	text-align:center;
}

.form_entry_tel_number,.form_entry_tel_comment{
	display:block;
	color:#fff;
}

.form_entry_tel_number{
	font-size: 36px;
	font-weight: bold;
}

.form_entry_tel_comment{
	margin-top:-5px;
	font-size:80%;
}

i.fa-phone-square,i.fa-envelope-square,i.fa-line{
	color:#fff;
}

.form_entry_mail_link,.form_entry_line_link{
	display:flex;
	justify-content: center;
	align-items: center;
}

.form_entry_comment{
	display: inline-block;
	margin:0px auto 15px;
	padding:2px 10px;
	background:#b8aed1;
	color:#fff;
	font-size: 90%;
}

/*c1*/

#c1{
	padding: 40px 0px 0px;
}

.c1_p1{
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 38px;
}

.c1_p1_1{
	font-size: 28px;
}


.c1_box_soto{
	margin:40px auto;
	width:650px;
}

.c1_box{
	width:350px;
	height:350px;
	box-sizing:border-box;
	border:1px solid #596360;
	background:#fff;
	text-align:center;
}

.c1_money_space {
    margin-top: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.c1_money_badge{
	border-radius: 50%;
    color: white;
	width: 100px;
    height: 100px;
	top: -10px;
    right: -10px;
	font-size: 20px;
    line-height: 22px;
}

.c1_h3{
	font-size: 24px;
	margin-bottom: 10px;
}

.c1_time{

}

.c1_money{
	font-size: 28px;
}

.c1_p2{
	margin-bottom: 40px;
	line-height: 32px;
}

.c1_p2 .bg_green_tr{
	background-color: rgba(123, 177, 161, 0.5);

}

.c1_girl{
	padding:80px 0px;
	background: url(../images/c1_girl_bg.avif);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.c1_cp{
	margin-top: 40px;
}

/*c2*/
#c2{
	padding:60px 0px;
	background: url(../images/c2_bg.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c2_h2,.c2_text{
	width: 700px;
	margin:auto;
}

.c2_h2{
	font-size: 32px;
	margin-bottom:30px;
}

.c2_h2_span{
	font-size: 40px;
}

.c2_text_shadow{
	text-shadow: 0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5,0 0 5px #f3f5f5;
}

.c2_text{
	font-size: 20px;
    line-height: 40px;
}

.c2_text_p1{
	padding-right:250px;
	margin-bottom: 15px;
}

.c2_text_p{
	font-size: 28px;
}

/*c3*/

#c3{
	padding:60px 0px;

}

.c3_melit_list{
	margin:40px auto;
}

.c3_melit_list li{
	width: 220px;
	margin:0px 20px;
}

/*c4*/
#c4{
	padding:60px 0px;
	background: url(../images/c4_bg.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c4_text_shadow{
	text-shadow: 0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff;

}

.c4_melit_list_1{
	margin:40px auto;
}

.c4_melit_list_1 li{
	width: 220px;
	margin:0px 20px;
}

.c4_melit_list_2 li{
	width: 300px;
	margin:0px 10px;
}

.c4_p{
	margin-top: 40px;
}

/*c5*/

#c5{
	padding:60px 0px 0px;
}

.c5_photo{
	margin-top:40px;
}

/*c6*/

#c6{
	padding:60px 0px;
	background: url(../images/c6_bg.avif);
    background-position: center;
    background-size: 100% auto;
    background-repeat: repeat;
}

.c6_support_1{
	margin:20px auto;
}

.c6_support_2{
	margin:40px auto 0px;

}

.c6_support_2 li{
	width: 200px;
	margin:10px;
	text-align: center;
}

/*c7*/

#c7{
	padding:60px 0px;
	background: url(../images/c7_bg.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c7_h2{
	text-align: center;
}

.c7_h2 span{
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.c7_h2 span:before, .c7_h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.c7_h2 span:before {
  left:0;
}
.c7_h2 span:after {
  right: 0;
}

.c7_box{
	width: 700px;
	margin:auto;
	padding:60px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.c7_photo{
	margin:40px auto;
}

.c7_p1{
	font-size: 20px;
	margin-top:20px;
}

.c7_p2{
	line-height: 30px;
}

.c7_p2_span{
	padding:0px 10px;
	color:#fff;
	font-size: 24px;
}

/*c8*/
#c8{
	padding:60px 0px;
}

.c8_h2{
	text-align: center;
}

.c8_faq_box {
	width: 700px;
	margin:40px auto 0px;
}

.c8_faq_question {
	color: #fff;
	padding: 1em;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c8_faq_answer {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease-out, padding 0.4s ease-out;
	padding: 0 1em;
}
  
.c8_faq_question.active + .c8_faq_answer {
	height: auto;
	padding: 1em;
}

.toggle {
	font-weight: bold;
}


/*form*/

#form{
	padding:0px 0px 60px;
}

.form_h2_bg{
	height: 387px;
	background: url(../images/form_h2_bg.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color:#fff;
}

.form_h2{
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-49%, -50%);
}

.h2_form_shadow{
	text-shadow: 0 0 7px #998977,0 0 7px #998977,0 0 7px #998977,0 0 7px #998977,0 0 7px #998977,0 0 7px #998977,0 0 7px #998977;

}

#regist_mail{
	margin-top: 60px;
}


/* =================================================
フッター
================================================= */

footer{
	padding:20px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}


/*スマホ
================================================= */

@media screen and (min-width:0px) and (max-width:736px){


	/* =================================================
	全体指定
	================================================= */

	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

	html{
	font-size: 64.5%;
	height: 100%;
	}

	body {

	width:100%;
	font-size: 1.4rem;
	line-height:1.7em;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	}

	img {
	height: auto;
	max-width:100%;
	vertical-align: bottom;
	}

	br.smp{
	display:none;
	}

	/* =================================================
	文字
	================================================= */

	.h2 {
		font-size: 20px;
	}

	.h2_en {
		font-size: 30px;
	}

	/* =================================================
	共通レイアウト
	================================================= */

	/*お問い合わせ誘導リンク*/

	#form_entry {
		padding: 20px 0px 0px;
	}

	.form_box{
		justify-content: center;
		width:95%;
	}

	.form_entry_tel, .form_entry_mail_link, .form_entry_line_link{
		margin: 0px 5px;
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}

	.form_entry_tel {
		width: 200px;
		border-radius: 100px;
		background-size: 100%;
	}

	i.fa-phone, i.fa-envelope, i.fa-line {
		font-size:22px !important;
	}

	.form_entry_tel_number {
		font-size: 14px;
	}


	/* =================================================
	ヘッダー
	================================================= */

	header{
		height: 500px;
	}

	.h_t1 {
		width: 200px;
		top: 15px;
		left: 10px;
		font-size: 15px;
	}

	.h_h1{
		width: 340px;
		bottom: 215px;
	}

	.h_h2{
		width: 95%;
		bottom: 133px;
	}

	.h_melit{
		width: 95%;
		bottom: 0px;
	}
	

	/* =================================================
	コンテンツ
	================================================= */
	/*c1*/

	#c1{
	}

	.c1_p1{
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 28px;
	}

	.c1_p1_1 {
		font-size: 20px;
	}

	.c1_box_soto{
        margin: 20px auto;
        width: 95%;
	}

	.c1_box{
		width: 45%;
		height: 280px;
	}

	.c1_h3 {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.c1_money{
		font-size: 20px;
	}

	.c1_money_badge{
		top: -15px;
        right: -10px;
        width: 80px;
        height: 80px;
        font-size: 15px;
	}

	.c1_p2 {
		line-height: 26px;
		font-size: 16px;
	}

	.c1_girl{
		padding:40px 0px;
	}

	/*c2*/

	#c2 {
		padding: 40px 0px;
		background: url(../images/c2_bg_smp.webp);
		background-position: center right;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.c2_h2,.c2_text{
		width: 95%;
		margin:auto;
	}
	
	.c2_h2{
		font-size: 18px;
		margin-bottom:15px;
	}

	.c2_h2_span{
		font-size: 24px;
	}

	.c2_h2_img{
		height: 53px;
		width: auto;
	}

	.c2_text {
		font-size: 14px;
		line-height: 26px;
	}

	.c2_text_p {
		font-size: 20px;
	}

	.c2_text_p1{
		padding-right: 65px;
	}

	.c2_text_shadow {
		text-shadow: 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5, 0 0 5px #f3f5f5,0 0 5px #f3f5f5, 0 0 5px #f3f5f5;
	}

	/*c3*/

	#c3{
		padding:40px 0px;

	}

	.c3_melit_list{
		width: 95%;
		margin:20px auto;
	}

	.c3_melit_list li{
		width: 140px;
		margin: 0px 10px;
	}

	/*c4*/

	#c4{
		padding:40px 0px;
	}

	.c4_melit_list{
		width: 95%;
		margin:0px auto;
	}

	.c4_melit_list_1{
		margin: 20px auto;
	}

	.c4_melit_list_1 li {
		width: 120px;
		margin: 0px 10px;
	}

	.c4_p {
		margin-top: 20px;
	}

	/*c5*/

	#c5{
		padding:40px 0px 0px;
	}

	.c5_photo{
		margin-top:20px;
	}

	/*c6*/

	#c6{
		padding:40px 0px;
	}

	.c6_support_1{
		width: 95%;
		margin:20px auto;
	}

	.c6_support_2{
		width: 95%;
		margin:20px auto 0px;
	}

	.c6_support_2 li{
		width: 30%;
		margin:5px;
		text-align: center;
	}

	/*c7*/

	#c7{
		padding:40px 0px;
	}

	.c7_box{
		width: 95%;
		padding: 40px 15px;
	}

	.c7_h2{
		font-size: 18px;
        line-height: 22px;
	}

	.c7_p1 {
		font-size: 14px;
		margin-top: 20px;
	}

	.c7_photo {
		margin: 20px auto;
	}

	.c7_p2 {
		font-size: 14px;
		line-height: 24px;
	}

	.c7_p2_span{
		font-size: 16px;
		padding:0px 5px;
	}

	/*c8*/

	#c8{
		padding:40px 0px;
	}
	
	.c8_faq_box {
		width: 95%;
		margin:20px auto;
	}

	/*form*/

	#form{
		padding:0px 0px 40px;
	}

	.form_h2_bg{
		height: 240px;
	}

	.form_h2{
		margin:auto;
		width: 95%;
	}

	/* =================================================
	フッター
	================================================= */



}





/* タブレット端末
================================================= */

@media screen and (min-width:737px) and (max-width:1024px){

	/* =================================================
	全体指定
	================================================= */

	body {
	font-size:18px;
	line-height:2em;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	}

	html {
	scrollbar-arrow-color:#190208;
	scrollbar-face-color:#190208;
	scrollbar-3dlight-color:#190208;
	scrollbar-darkshadow-color:#190208;
	scrollbar-highlight-color:#190208;
	scrollbar-shadow-color:#190208;
	scrollbar-track-color:#fff;
	height: 100%;
	}

	img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	}

	br.pc{
	display:none;
	}

	/* =================================================
	文字
	================================================= */



	/* =================================================
	共通レイアウト
	================================================= */


	/* =================================================
	ヘッダー
	================================================= */


	/* =================================================
	コンテンツ
	================================================= */

	/*c2*/

	.c2_h2,.c2_text{
		width: 80%;
		margin:auto;
	}

	/*c3*/

	.c3_melit_list{
		width: 80%;
	}

	/*c5*/

	.c5_photo_img{
		width: 100%;
	}

	/*c7*/
	.c7_box{
		width: 80%;
	}

	.c7_photo_img {
		width: 80%;
	}

	/*c8*/
	.c8_faq_box {
		width: 80%;
	}
	/* =================================================
	フッター
	================================================= */




}



/*パソコン
================================================= */

@media screen and (min-width:1025px){

	/* =================================================
	全体指定
	================================================= */

	body {
	font-size: 18px;
	line-height:2em;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	}

	html {
	scrollbar-arrow-color:#190208;
	scrollbar-face-color:#190208;
	scrollbar-3dlight-color:#190208;
	scrollbar-darkshadow-color:#190208;
	scrollbar-highlight-color:#190208;
	scrollbar-shadow-color:#190208;
	scrollbar-track-color:#fff;
	height: 100%;
	}

	img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	}


	/* =================================================
	共通レイアウト
	================================================= */

	br.pc{
	display:none;
	}

	.wrapper{
		width: 750px;
		margin: 0 auto;
		border-left: 1px solid #524443;
		border-right: 1px solid #524443;
	}

	/* =================================================
	ヘッダー
	================================================= */


	/* =================================================
	コンテンツ
	================================================= */


	/* =================================================
	フッター
	================================================= */



}

