@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	min-width: 1200px;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width : 640px ){
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width : 640px ){
	.sp100 img{
		max-width:100%;	
    }
    .sp95 img{
        max-width:95%;	
    }
    .sp90 img{
        max-width:90%;	
    }
    .sp70 img{
		max-width:70%;	
    }
    .sp60 img{
        max-width:60%;	
    }
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.markerpink {
	background: linear-gradient(transparent 70%, #FFCCCC 70%);
}
.markeryellow {
    background: linear-gradient(transparent 60%, #FFFFB4 60%);
}
.bd_pink {
	border-bottom: 2px solid #CC6699;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
html{
    scroll-behavior: smooth;
}

header{
	margin: 0 auto;
	text-align: center;
}

header p{
	margin: 0 auto;
	background-color: #CC6699;
	padding: 18px 0;
}

	@media screen and (max-width : 640px ){
		header p{
			padding: 2% 0;
		}
	}

.fix_btn {
	position:fixed;
	top:40px;
	right: 40px;
	z-index: 1000;
}

.fix_btn a:hover {
	opacity:0.8;
}

.footer_fix_btn {
	position:fixed;
	bottom:0;
	width:100%;
	padding:1vw 0;
	background-color: rgba(0,0,0,.7);
	text-align:center;
	transform: none !important;
	z-index: 1000;
}

.footer_fix_btn img {
	width:100%;
}
		
.btn_area{
	background-color: #CC6699;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 40px;
}

.btn_area_inner{
	background-color: #fff;
	padding: 30px 0;
	margin: 0 auto;
	width: 800px;
}

.btn_area_inner h3{
	margin: 20px 0 10px;
}

.btn_area_inner p{
	margin: 10px 0;
}

.btn_area_inner h4{
	margin: 35px 0 5px;
}

.namearea{
	margin: 15px auto 10px;
	width: 690px;
	height: 50px;
	padding-left: 10px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
}

input::placeholder{
	color: #ccc;
}

	@media screen and (max-width : 640px ){
		.btn_area{
			padding: 5% 0;
		}
		
		.btn_area_inner{
			padding: 3% 0 1%;
			width: 95%;
		}
		
		.btn_area_inner h3{
			margin: 2% 0 2%;
		}

		.btn_area_inner p{
			margin: 2% 0;
		}

		.btn_area_inner h4{
			margin: 3% 0 2%;
		}

		.namearea{
			margin: 2vw auto;
			width: 90%;
			height: 10vw;
			padding-left: 2%;
			font-size: 4vw;
			font-weight: bold;
		}
	}

.point_area{
	background-color: #fff;
	text-align: center;
	margin: 40px auto;
}

.point{
	box-sizing: border-box;
	border: solid 2px #BE3C7D;
	width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
}

.point_ttl{
	background-color: #BE3C7D;
	padding: 7px 0;
	margin-bottom: 20px;
}

.point_ttl_l{
	float: left;
	width: 104px;
	margin: 0 0 0 30px;
}

.point_ttl_r{
	float: right;
	width: 600px;
	margin: 7px 50px 0 0;
}

.day3ttl{
	margin-top: 25px;
}

.point_flex{
	margin: 0 auto 15px;
}

.point_r{
	float: right;
	width: 260px;
	margin-right: 30px;
}

.point_l{
	float: left;
	width: 460px;
	margin-left: 40px;
}

.point_list{
	text-align: justify;
}

.point_list li{
	list-style-type: none;
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}

.point_list li:before {
	background-color: #CC6699;	/* 円の色 */
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0.55em;	/* 円の上側位置調整 */
	left: -0.65em;	/* 円の左側位置調整 */
	width: 0.95em;	/* 円の幅 */
	height: 0.95em;	/* 円の高さ */
}

.point p{
	text-align: justify;
	padding-left: 30px;
}

.point_area h4{
	margin-top: 40px;
}

.line{
	margin-top: 10px;
}

	@media screen and (max-width : 640px ){
		.point_area{
			margin: 5vw auto;
		}

		.point{
			border: solid 1.5vw #BE3C7D;
			width: 100%;
			margin: 5vw auto 12vw;
			padding-bottom: 3vw;
		}

		.day3{
			margin-bottom: 5vw;
		}
		
		.point_ttl{
			padding: 1% 0 2%;
			margin-bottom: 5vw;
			position: relative;
			height: 15vw;
		}

		.point_ttl_l{
			float: none;
			width: 15%;
			position: absolute;
			top: -50%;
			left: 0;
			margin: 0 auto;
		}

		.point_ttl_r{
			float: none;
			margin: 0 auto;
			position: absolute;
			left: 50%;
        	transform: translateX(-50%);
			width: 100%;
		}
		
		.point_ttl_r img{
			height: 15vw;
		}

		.point_flex{
			margin: 0 auto;
		}

		.point_r{
			float: none;
			width: 60%;
			margin: 0 auto;
			margin-bottom: 3vw;
		}

		.point_l{
			float: none;
			width: 90%;
			margin-left: 6vw;
		}

		.point p{
			padding: 0 5%;
			margin-top: 2vw;
		}
		
		.point_area h4{
			margin-top: 0;
		}

		.line{
			margin: 2vw auto 0;
		}
	}

.kouka_area{
	text-align: center;
	margin-top: 50px;
}

.kouka_area h2 img{
	margin: 10px auto;
}

.kouka_list{
	width: 770px;
	margin: 30px auto 40px;
	text-align: justify;
	font-size: 25px;
	color: #231815;
}

.kouka_list li{
	list-style: none;
	background: url("../images/check.jpg")no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 30px;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: bold;
}

.kouka_knowhow{
	margin: 30px auto;
}

	@media screen and (max-width : 640px ){
		.kouka_area{
			margin-top: 5vw;
		}

		.kouka_area h2 img{
			margin: 1vw auto;
		}

		.kouka_list{
			width: 90%;
			margin: 1vw auto;
			font-size: 1em;
		}

		.kouka_list li{
			background-size: 1em;
			background-position: 0 0.2em;
			padding: 0 0 0 1.2em;
			line-height: 1.4;
			margin-top: 4vw;
		}

		.markerpink {
			background: linear-gradient(transparent 75%, #FFCCCC 75%);
		}

		.kouka_knowhow{
			margin: 5vw auto;
		}
	}

.bad_area{
	text-align: center;
	margin: 60px auto;
}

.bad_background{
	width: 800px;
	margin: 0 auto;
	background-color: #FFF7EB;
	padding-bottom: 40px;
}

.bad_background h2 img{
	margin-top: 40px;
}

.bad_container{
	display: flex;
	width: 720px;
	margin: 10px auto;
	justify-content: space-between;
}

.bad_background p{
	width: 720px;
	text-align: justify;
	margin: 20px auto 0;
}

	@media screen and (max-width : 640px ){
		.bad_area{
			margin: 6vw auto;
		}

		.bad_background{
			width: 95%;
			padding-bottom: 4vw;
		}

		.bad_background h2 img{
			margin-top: 4vw;
		}

		.bad_container{
			flex-direction:column;
			width: 95%;
			margin: 2vw auto;
		}
		
		.bad_container img{
			width: 100%;
			margin: 1vw auto;
		}

		.bad_background p{
			width: 95%;
			text-align: justify;
			margin: 2vw auto 0;
		}
	}

.nayami_area{
	text-align: center;
	margin: 0 auto;
}

.nayami{
	padding-top: 50px;
	background-image: linear-gradient(to bottom, #B5B5B6, #fff);
}

.nayami_list{
	width: 730px;
	margin: 30px auto;
	text-align: justify;
	font-size: 25px;
	text-shadow:0 0 10px #fff;
}

.nayami_list li{
	list-style: none;
	background: url("../images/check2.png")no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 30px;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: bold;
}

.kaiketsu{
	margin: 0 auto;
	padding: 20px 0 40px;
	background-image: linear-gradient(to top, #FFF7EB, #fff);
}

.kaiketsu_container{
	display: flex;
	width: 800px;
	margin: 0 auto;
	justify-content: space-between;
}

.kaiketsu_item02{
	text-align: justify;
	width: 575px;
	letter-spacing: -0.5px;
}

.kaiketsu_item01{
    box-shadow: 0 3px 5px 0 rgba(206, 206, 206, .5);
}

.pinkbold{
	font-weight: bold;
	color: #BE3C7D;
}

	@media screen and (max-width : 640px ){
		.nayami{
			padding-top: 5vw;
		}

		.nayami_list{
			width: 90%;
			margin: 3vw auto;
			font-size: 1em;
			text-shadow:0 0 2em #fff;
		}

		.nayami_list li{
			background-size: 1em;
			background-position: 0 0.2em;
			padding: 0 0 0 1.2em;
			line-height: 1.4;
			margin-top: 4vw;
		}
		
		.nayami_arrow{
			width: 10vw;
			margin: 2vw auto;
		}

		.kaiketsu{
			padding: 0 0 3vw;
			margin-top: 5vw;
		}

		.kaiketsu_container{
			width: 90%;
			flex-direction:column;
			justify-content: center;
		}

		.kaiketsu_item01{
			width: 80%;
			margin: 0 auto;
		}

		.kaiketsu_item02{
			width: 100%;
			margin-top: 3vw;
		}
	}


.voice_area{
	margin: 0 auto;
	padding: 50px 0;
	background-image: linear-gradient(to bottom, #DC96B9 0%, #D175A3 50%, #DC96B9 100%);
}

.voice_part{
	margin: 0 auto;
	background-color: #fff;
	width: 800px;
	text-align: center;
	padding: 40px 0;
    box-shadow: 0 0 10px 0 rgba(204, 102, 153, .8);
}

.voice_part h2{
	margin-bottom: 40px;
}

.voice{
	width: 720px; /* 左右に寄せない場合は消す */
	margin: 40px auto 0;
}

	/* 左右に寄せない場合はこちらを使用する 
	.voice_text{
		width: 720px;
		margin: 0 auto 60px;
		text-align: justify;
	}

	.voice_text p{
		margin-top: 20px;
	}
	*/

.voice_text_l{
	width: 534px;
	margin: 0 auto 0 0;
	text-align: justify;
}

.voice_text_r{
	width: 534px;
	margin: 0 0 0 auto;
	text-align: justify;
}

.voice_text_r p,.voice_text_l p{
	margin: 0 auto 20px;
}


@media screen and (max-width : 640px ){
		.voice_area{
			padding: 5vw 0;
		}

		.voice_part{
			width: 95%;
			padding: 4vw 0;
			box-shadow: 0 0 1vw 0 rgba(204, 102, 153, .8);
		}

		.voice_part h2{
			margin: 2vw auto 8vw;
			width: 95%;
		}

		.voice{
			margin: 5vw auto 0;
			width: 90%
		}
		.voice_text_l,.voice_text_r{
			width: 100%;
			margin: 0 auto;
		}
			
		.voice_text_r p,.voice_text_l p{
			margin: 0 auto 2vw;
		}
		


	}

.ansin_area{
	margin: 50px auto;
	text-align: center;
}

.ansin_container{
	display: flex;
	width: 800px;
	margin: 40px auto 0;
	justify-content: space-between;
}

.ansin_item{
	flex-basis: 247px;
}

.ansin_item img{
	width: 100%;
}

	@media screen and (max-width : 640px ){
		.ansin_area{
			margin: 5vw auto;
		}
		
		.ansin_area h2{
			width: 90%;
			margin: 0 auto;
		}
		
		.ansin_container{
			flex-direction:column;
			width: 60%;
			margin: 5vw auto 0;
		}

		.ansin_item{
			margin: 3vw auto 0;
		}

		.ansin_item img{
			width: 100%;
		}
	}

.profile_area{
	padding: 50px 0;
}

.profile_part{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
	box-sizing: border-box;
	border: solid 3px #CC6699;
	background-color: #FFF7EB;
	text-align: center;
}

.profile_part h2{
	background-color: #CC6699;
	padding: 12px 0;
	margin-bottom: 30px;
}

.profile{
	width: 720px;
	margin: 15px auto 40px;
	text-align: justify;
}

.profile p{
	margin: 30px auto;
	line-height: 1.6;
}

.profile_part h3{
	margin: 50px auto 20px;
}

.profile_media img{
	margin: 25px auto;
}

	@media screen and (max-width : 640px ){
		.profile_area{
			padding: 5vw 0 0;
		}

		.profile_part{
			width: 100%;
			margin: 0 auto;
			padding-bottom: 2vw;
			border: solid 1vw #CC6699;
		}

		.profile_part h2{
			padding: 2vw 0;
			margin-bottom: 3vw;
		}
		.profile_img{
			max-width: 60%;
		}
		
		
		.profile{
			width: 90%;
			margin: 0 auto 4vw;
		}

		.profile p{
			margin: 3vw auto;
		}

		.profile_part h3{
			width: 90%;
			margin: 5vw auto 2vw;
		}

		.profile_media img{
			width: 90%;
			margin: 2vw auto;
		}
	}

footer{
	background-color: #BE3C7D;
    padding: 15px;
    text-align: center;
	color: #fff;
}

.policy a {
	color: #fff;
	text-decoration: none;
}

.policy a:visited {
	color: #fff;
	text-decoration: none;
}

.policy a:hover {
	color: #CC6699;
	text-decoration: none;
}

.policy{
	  font-size: 16px;
}

.copyright{
	font-size: 12px;
}

	@media screen and (max-width : 640px ){
		footer{
			padding: 3vw 0 20vw;
		}

		.policy{
			  font-size: .8em;
		}

		.copyright{
			font-size:.6em;
		}
	}
