@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

body{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
*{
	font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	box-sizing: border-box;
}
.font{
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
}
img{
	vertical-align: top;
}
p{
	line-height: 1.6;
}
.only__pc{
	
}
.only__sp{
	display: none;
}

@media only screen and (max-width: 769px){
	body{
		max-width: 100%;
	}
	.inner{
		width: 90%;
	}
	.only__pc{
		display: none;
	}
	.only__sp{
		display: block;
	}
}


/*   header    */

header{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	background: #FFF2F7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head__logo{
	width: 200px;
}
.head__right{
	
}
.head__right img{
	width: 40px;
	margin-left: 6px;
}


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


/*   mv    */


.mv{
	margin-top: 60px;
	height: 380px;
	position: relative;
}
.mv .mv__main{
	width: 100%;
	height: 380px;
	object-fit: cover;
}
h1{
	font-size: 32px;
	line-height: 1.2;
	color: #BF5B85;
}
.mv__text--text1{
	color: #646464;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 50px;
}
.mv__text--text2{
	font-size: 16px;
	color: #646464;
	font-weight: bold;
}
.mv__text{
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-500px);
	z-index: 6;
}
.mv .mv__text .mv__text--logo{
	width: 300px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 769px){
	.mv{
		width: 100%;
		height: 380px;
	}
	.mv__text{
		top: 60px;
		left: 5%;
		transform: none;
	}
	.mv__text--text1{
		
	}
	.mv__text--text2{
		line-height: 1.4;
	}
	.mv .mv__text .mv__text--logo{
		width: 200px;
	}
}


/*   about   */

.top__h2{
	font-size: 32px;
	color: #BF5B85;
	text-align: center;
	margin-top: 50px;
}

.about{
	margin-top: 50px;
	margin-bottom: 50px;
}
.about .inner{
	
}
.about__box{
	padding: 60px 0;
}
.about__box h2{
	color: #BF5B85;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.about__box p{
	
}

.about__box:first-of-type{
	background: url("../img/about_bg1_pc.jpg") no-repeat;
	background-size: auto 100%;
	background-position: top 0 right 0;
}
.about__box:nth-of-type(2){
	background: url("../img/about_bg2_pc.jpg") no-repeat;
	background-size: auto 100%;
	background-position: top 0 left 0;
}
.about__box:nth-of-type(2) h2{
	text-align: right;
}
.about__box:nth-of-type(2) p{
	text-align: right;
}
.about__box:last-of-type{
	background: url("../img/about_bg3_pc.jpg") no-repeat;
	background-size: auto 100%;
	background-position: top 0 right 0;
}
.about--text{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	margin-top: 60px;
	color: #EBB05F;
	line-height: 1.3;
}


@media only screen and (max-width: 769px){
	.top__h2{
		font-size: 24px;
		line-height: 1.4;
	}
	.about .inner{
		width: 100%;
	}
	.about__box{
		padding: 30px 0;
	}
	.about__box h2{
		font-size: 20px;
	}
	.about__box p{
		font-size: 14px;
	}
	.about__box:first-of-type{
		background: url("../img/about_bg1_sp.jpg") no-repeat;
		background-size: auto 100%;
		background-position: top 0 right 0;
	}
	.about__box:nth-of-type(2){
		background: url("../img/about_bg2_sp.jpg") no-repeat;
		background-size: auto 100%;
		background-position: top 0 left 0;
	}
	.about__box:last-of-type{
		background: url("../img/about_bg3_sp.jpg") no-repeat;
		background-size: auto 100%;
		background-position: top 0 right 0;
	}
	.about__box:first-of-type h2, .about__box:first-of-type p,
	.about__box:last-of-type h2, .about__box:last-of-type p{
		padding-left: 5%;
	}
	.about__box:nth-of-type(2) h2, .about__box:nth-of-type(2) p{
		padding-right: 5%;
	}
	.about--text{
		font-size: 28px;
		margin-top: 50px;
	}
}




/*   ibj   */

.ibj{
	background: url("../img/ibj_bg.png") no-repeat, #FFF2F7;
	background-size: 60% auto;
	background-position: top 0 right 0;
	padding: 60px 0;
}
.ibj .inner{
	
}
.ibj--text1{
	text-align: center;
	color: #646464;
	font-size: 20px;
	margin-bottom: 50px;
}
.ibj h2{
	text-align: center;
	color: #BF5B85;
	font-size: 40px;
	line-height: 0.6;
	margin-bottom: 60px;
}
.ibj h2 span{
	font-size: 16px;
}
.ibj--img{
	display: block;
	margin: 0 auto 50px auto;
	width: 500px;
}
.ibj--text2{
	text-align: center;
}
.ibj__btn{
	display: block;
	margin: 60px auto;
	width: 240px;
}
.ibj__deteil__box{
	display: flex;
	width: 1000px;
	gap: 2%;
}
.ibj__deteil__box img{
	width: 32%;
	
}


@media only screen and (max-width: 769px){
	.ibj{
		background-size: 100% auto;
		padding: 30px 0;
	}
	.ibj__deteil__box{
		width: 100%;
		display: block;
	}
	.ibj__deteil__box img{
		width: 100%;
		margin-bottom: 20px;
	}
	.ibj--text1{
		font-size: 16px;
	}
}


/*   people   */

.people{
	padding: 50px 0 100px 0;
}
.people img{
	display: block;
	margin: 0 auto 50px auto;
	width: 320px;
}
.people p{
	text-align: left;
	width: 470px;
	margin: 0 auto;
}


@media only screen and (max-width: 769px){
	.people p{
		width: 100%;
	}
}


/*   price   */

.price{
	margin-bottom: 100px;
}
.price .inner{
	width: 700px;
}
.price  h2, .contact h2{
	text-align: center;
	font-size: 38px;
	color: #BF5B85;
	margin-bottom: 50px;
}
.price img{
	
}


@media only screen and (max-width: 769px){
	.price .inner{
		width: 90%;
	}
}



/*   contact   */

.contact{
	margin-bottom: 60px;
}
.contact .inner{
	width: 500px;
}

input{
	width: 100%;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	padding: 4px 8px;
	box-sizing: border-box;
}
.contact__box{
	margin-bottom: 30px;
}
.contact__box.flex{
	display: flex;
	justify-content: space-between;
}
.contact__box__half{
	width: 48%;
}

select{
	width: 48%;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	padding: 8px 8px;
	box-sizing: border-box;
}
.radio__box{
	display: flex;
	align-items: center;
}
.radio__con{
	display: flex;
	align-items: center;
	width: 150px;
}
.gender .radio__con{
	width: 100px;
}
.radio__con input{
	width: auto;
}
.contact__title{
	margin-bottom: 4px;
}
textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	padding: 4px 8px;
	box-sizing: border-box;
}
input.submit{
	width: 150px;
	display: block;
	margin: 30px auto;
	background: #BF5B85;
	color: #fff;
	border: none;
}

@media only screen and (max-width: 769px){
	.contact .inner{
		width: 90%;
	}
}


/*   line   */

.line{
	margin-bottom: 30px;
}
.line .inner{
	background: #EAFFEA;
	border-radius: 10px;
	width: 500px;
	padding: 30px 20px;
}
.line--img{
	display: block;
	margin: 0 auto 20px auto;
	width: 400px;
}
.line--text{
	text-align: center;
	line-height: 1.4;
	color: #646464;
	margin-bottom: 20px;
}
.line--list{
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin: 0 auto 30px auto;
}
.line--list li{
	list-style: none;
	color: #646464;
}

.line--list li img{
	width: 20px;
	margin-right: 6px;
}
.line--btn{
	display: block;
	margin: 0 auto;
	width: 300px;
}


@media only screen and (max-width: 769px){
	.line .inner{
		width: 90%;
	}
	.line--img{
		width: 280px;
	}
	.line--list{
		display: block;
	}
	.line--list li:first-of-type{
		margin-bottom: 10px;
	}
	.line--btn{
		width: 280px;
	}
	.line--list{
		width: auto;
	}
}


/*   footer   */

footer{
	background: #BF5B85;
	padding: 40px 0;
}
footer p{
	text-align: center;
	color: #fff;
}


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


/*   thanks    */

.thanks--text{
	text-align: center;
	font-size: 24px;
	color: #BF5B85;
	margin-top: 200px;
	margin-bottom: 100px;
}
.thanks--btn{
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	background: #BF5B85;
	border-radius: 10px;
	padding: 10px 0;
	margin: 0 auto 100px ;
}
.thanks--btn, .thanks--btn:active, .thanks--btn:hover, .thanks--btn:visited{
	text-decoration: none;
}

@media only screen and (max-width: 769px){
	.thanks--text{
		margin-top: 150px;
	}
}
