body {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}
p {
	margin: 0;
	color: #35312e;
}
img {
	max-width: 100%;
}
a:link {
	color: #8a8683;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #8a8683;
	text-decoration: none;
}


.media {
	display: none;
}

/*topImg*/
.topImg {
	position: relative;
	width: 100%;
	margin: 4.5% 0 0 0;
}
.title-text {
	position: absolute;
	top: 10.7%;
	left: 4.5%;
}
.title-text h1 {
	padding: 1%;
	border-radius: 10px;
	text-align: center;
	font-size: 2vw;
	background: #fff;
	color: #ff91b2;
	margin-bottom: 0;
	font-weight: 400;

}
.title-text span{
	display: block;
	font-size: 1.5vw;
	color: grey;
}
.title-tel {
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-tel a{
	font-size: 4.5vw;
	color:#fc5a7b;
	vertical-align: middle;
}
.color {
	color:#ff3a62;
	font-weight: bold;
}
.small {
	font-size: 0.9vw;
}



/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	z-index:100;
	background: rgba(255,255,255,0.8);
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#logo h1 {
	font-size: 1.8vw;
	margin: 0;
	font-weight: bold;
	color: #ff91b2;

}
.nav-box {
	width: 90%;
	margin: auto;
}
#nav {
	text-align: right;
	margin: 13px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #e8a0bb;
	font-weight:bold;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:100px 0;
}



/* Slide 1 */ 

#slide1{
	background-color:#ffffff;
}
#slide1 h2 {
	font-size: 2.5em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}


.characteristic {
	margin: 3% 0 0;
}
.c_box {
	display: flex;
	align-items: flex-start;
	margin: 5% 0;
}
.c_box:first-child {
	margin-top: 3%;
}
.c_box p {
	font-size: 1.1vw;
}
.c_box img {
	margin-right: 1%;
}

.characteristic {
	width: 100%;
}
.characteristicFlex {
	padding: 0 8% 0 0;
	line-height: 150%;
}
.characteristicFlex_right {
	display: flex;
	align-items: flex-start;
}
.present {
	margin-top: 1%;
	margin: 1% auto;
	width: 43%;
	text-align: center;
	display: flex;
}
.present-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}
.present-box {
	margin: 1% 0 0;
}
.present section {
	margin: 1% auto;
	padding: 0.5em 1em;
	border-radius: 8px;
	background: url(../img/pink_rice.png);
}
.present section h4 {
	text-align: center;
	padding: 2% 1%;
	margin: 0 0 5%;
	font-size: 1.5vw;
	background: #FFF;
	color: #ff3a62;
	font-weight: bold;
	border-radius: 10px;

}
.present p {
	font-size: 1.1vw;
	text-align: left;
	line-height: 160%;
}
.present img {
	margin: 2% 0;
}



.message_c {
	width: 80%;
	margin: 5% auto 0;
	border: solid 2px #544d45;
	background-color: #ddd7ce;
	padding: 5%;
	border-radius: 10px;
}
.message_c p {
	font-size: 1.1vw;
	line-height: 160%;
}


.tel_c {
	display: flex;
	align-items: center;
}
.tel_c a {
	font-size: 3vw;
	color: #f95d73;
	font-weight: bold;
}
.telFlex {
	display: flex;
	align-items: center;
}
.iconText {
	margin-left: 2%;
}








/* Slide 2 */ 

#slide2{
	background-image:url('../images/background.jpeg');
	background-size: cover;
	color:#ffffff;
	position: relative;
	z-index: 0;
}
#slide2::before {
	content: '';
	position: absolute;
	/* 輪郭がぼやけてしまうのでブラー範囲を広げる */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	filter: blur(4px);
	z-index: -1;
}
#slide2 h2 {
	font-size: 2.5em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}
.plan h3 {
	color: #35312e;
	text-align: center;
	font-size: 1.5vw;
	margin-bottom: 5%;
}
.plan {
	display: flex;
	justify-content: center;
}
.planBox {
	width: 40%;
	margin: 5% 2% 2%;
	border: solid 1px #544d45;
	border-radius: 10px;
	padding: 3%;
	background: rgba(225,225,225,.6);
	font-size: 1.1vw;
	line-height: 160%;
}
.planBox p {
	height: 50%;
}
.planPrice {
	border: 1px solid #544942;
	background-color: #f2d6dd;
	text-align: center;
	border-radius: 20px;
	padding: 5% 0 ;
	font-size: 1.3vw;
	font-weight: bold;
	margin-bottom: 10%;
}
.messagePlan {
	margin-bottom: 10%;
}
.messagePlan p {
	font-size: 1.1vw;
	color: #fff;
	line-height: 160%;
}


.price {
	width: 98%;
	margin: 0 auto;
}

.price table {
	width: 100%;
	margin: 5% 0 3%;
	border: solid 1px #e5e6e8;
	border-collapse: collapse;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}
.price table td {
	text-align: center;
	border: solid 1px #e5e6e8;
	padding: 1% 0;
	font-size: 1.1vw;
	background: rgba(225,225,225,.7);
	color: #35312e;
}
.price table th {
	border: solid 1px #e5e6e8;
	padding: 1% 0;
	font-size: 1.1vw;
	color: #515151;
	background: rgba(221, 215, 206,.7);
	color: #35312e;
}
.price tr:hover {
	background-color: #f2d6dd;
}
.price p {
	font-size: 1vw;
	color: #fff;
}





/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 600;
}
#slide3 h2 {
	font-size: 2.5em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid #bfbfbf;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #35312e;
	font-size: 1.1vw;
	line-height: 160%;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #bfbfbf;
}
.cp_qa .cp_actab label:hover {
	color: #f9aec0;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #ffffff;
	background: #f9d6de;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #f9aec0;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}




.question {
	margin: 3% 0 10%;
	width: 90%;
	padding: 0;
}






.voice {
	width: 100%;
}
.voiceFlex {
	display: flex;
	margin-top: 3%;
}
.voiceBox {
	width: 20%;
}
.voiceBox h3 {
	font-size: 1.1vw;
}
.voiceText {
	overflow:auto;
	width: 82%;
	height:80px;
	padding:5px;
	border:1px solid #000;
	background-color:#F9F9F9;
	color:#000;
	font-size:12px;
}

.voiceText::-webkit-scrollbar{
	width: 12px;
}
.voiceText::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	border-radius: 12px;
	box-shadow: inset 0 0 3px #777; 
}
.voiceText::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius: 12px;
	box-shadow: none;
}








/* Slide 4 */

#slide4{
	background-image:url('../images/pink_rice.png');
	background-color:#8a8683;
	color:#ffffff;
}
#slide4 h2 {
	font-size: 2.4em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}
.fromText_p {
	font-size: 1.1vw;
	color:#35312e;
}


#formWrap {
	width:98%;
	margin:3% auto 3%;
	color:#35312e;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto 3%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ddd7ce;
	text-align:left;
}
table.formTable td {
	background: #fff;
}
.formText {
	width: 88%;
	margin: 0 auto;
	padding: 0.25em 2.5em;/*上下 左右の余白*/
	color:#35312e;
	border-left: solid 30px #f95d73;/*左線*/
	font-size: 1.1vw;
}
.formFlex {
	display: flex;
	align-items: center;
	width: 100%;
}
.formFlex img {
	margin-right: 1%;
}
.formText a {
	font-size: 3.6vw;
    color: #f95d73;
    font-weight: bold;
}
.formTel {
	display: flex;
	align-items: center;
	width: 47%;
}
.big {
	font-weight:bold;
	font-size: 1.3vw;
}





#slide5 {
	background-image: url(../img/backgroudFooter.png);
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 5% 0;
}
.footerFlex {
	display: flex;
	background: rgba(225,225,225,.7);

	padding: 5%;
}
.footerFlex table {
	width: 50%;
	color: #35312e
}
.footerFlex table th {
	width: 20%;
	text-align: left;
	border-bottom: solid 1px #665a54;
	font-size:1.1vw;
	padding: 2% 0 1%;
}
.footerFlex table td {
	border-bottom: solid 1px #665a54;
	font-size:1.1vw;
	width: 50%;
	padding: 2% 0 1%;
}
.footerText {
	width: 38%;
	margin: 0 auto;
	font-size: 1vw;
	padding: 2%;
	text-align: center;
	font-weight: bold;
}
.footerText a {
	font-size: 3vw;
	color: #f95d73;
}
.footerTel {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerTel img {
	margin-right: 1%;
}
.botan {
	text-align: center;
	border: solid 1px #665a54;
	border-radius: 20px;
	background-color: #efb9be;
	padding: 3% 0;
}
.botan:hover {
	background: #ddd7ce;
	transition: .3s;
}
.botan a {
	font-size: 1.3vw;
}


.present .center {
	text-align: center;
}

/* Tablet */
@media screen and (max-width: 1024px) {

	#logo {
		width: 100%;
		text-align: center;
	}

	#nav {
		width:100%;
		text-align:center;
		margin:10px 0;
	}

	.navigation{
		width: 100%;
		float: center;
		list-style: none;
		margin: 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:25%;
		padding:0;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:150px 0;
	}

	#decorative {
		display:none;
	}

	#content {
		width:100%;
	}




	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
	#slide2 h1 {
		line-height: 1em;
	}
	#slide2 h2 {
		line-height: 1em;
	}
	#slide3 h1 {
		line-height: 1em;
	}
	#slide3 h2 {
		line-height: 1em;
	}
	#slide4 h1 {
		line-height: 1em;
	}
	#slide4 h2 {
		line-height: 1em;
	}

}




/* Mobile */
@media screen and (max-width: 600px) {

	.pc {
		display: none;
	}
	.media {
		display: block;
	}
	h1.media {
		text-align: center;
    	margin: 3% 0;
    	font-size: 7vw;
    	color: #ff91b2;
	}
	.small {
		font-size: 3vw;
	}

	.container {
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
	}

	h3 {
		margin: 0 0 0 0;
		font-size: 5vw;
	}

	#logo {
		width: 100%;
		text-align: center;
	}

	#nav {
		width:100%;
		margin:5px 0;
	}

	.navigation{
		width: 100%;
		float: left;
		list-style: none;
		margin: 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:25%;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:10% 0;
	}


	#slide1 h2, #slide2 h2, #slide3 h2,#slide4 h2, #slide5 h2{
		font-size: 1.5em;
		font-weight: 600;
	}


	.menu {
		display: none;
	}


	.topImg {
		height: auto;
	}
	.blur {
		top: 0;
	}




	.topImg {
		margin:0 0 0 0;
	}
	.title-text {
		position: absolute;
		top: 3.8em;
		left: 2.2em;
	}
	.title-text h1 {
		font-size: 4vw;
		font-weight: normal;
	}
	.title-text span {
		font-size: 3.2vw;
    	font-weight: normal;
	}
	.title-tel img {
		width: 12%;
		margin-right: 2%;
	}
	.title-tel a {
		font-size: 9vw;
	}



	.characteristic {
		flex-direction: column;
	}
	.characteristicFlex {
		width: 100%;
		padding: 0 ;
	}

	.c_box {
		align-items: flex-start;
		margin: 10% 0;
	}
	.c_box p {
		font-size: 3.6vw;
	}
	.c_box img {
		width: 10%;
	}

	.characteristicFlex_right {
		width: 100%;
	}
	.characteristicFlex_right h3 {
		font-size: 4.5vw;
	}
	.characteristicFlex_right img {
		width: 10%;
	}

	.present-flex {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		width: 95%;
		margin: 0 auto;
	}
	.present {
		margin-top: 1%;
		margin: 1% auto;
		width: 100%;
		text-align: center;
		display: flex;
	}
	.present section h4 {
		font-size: 4vw;
	}
	.present p {
		font-size: 3.6vw;
		text-align: left;
	}







	.message_c {
		width: 85%;
	}
	.message_c p {
		font-size: 3.6vw;
	}
	.tel_c {
		flex-direction: column;
	}
	.tel_c a {
		font-size: 7.5vw;
	}







	#slide2 {
		background-image: url(../images/foot.png);
		background-size: contain;
	}
	#slide2::before {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: inherit;
		filter: blur(0px);
	}
	.plan {
		flex-direction: column;
	}
	.planBox {
		width: 90%;
		margin: 5% auto 2%;
		padding: 3%;
		font-size: 3vw;
	}
	.plan h3 {
		font-size: 4vw;
	}
	.planPrice {
		width: 70%;
		font-size: 3.6vw;
		margin:10% auto 10%;
	}

	.messagePlan p {
		font-size: 3.6vw;
	}





	.planBox p {
		height: 50%;
		font-size: 3.6vw;
		line-height: 170%;
	}

	.price table td {
		font-size: 3.2vw;
	}
	.price table th {
		font-size: 3.6vw;
	}
	.price p {
		font-size: 3.6vw;
	}



	.question {
		margin: 3% 0 10%;
		width: 100%;
		padding: 0;
	}
	.question label {
		margin: 1.5px 0;
		padding: 11px 12px;
		font-size: 3.6vw;
	}
	.cp_qa .cp_actab {
    font-size: 3.6vw;
    line-height: 160%;
}
	.cssacc:checked + .accshow {
		font-size: 3.6vw;
	}
	.voiceFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.voiceBox {
		width: 45%;
		margin: 2%;
		text-align: center;
	}
	.voiceBox h3 {
		font-size: 3.6vw;
	}
	.voiceText {
		overflow: auto;
		width: 90%;
		text-align: left;
		font-size: 3.6vw;
	}
	.voiceBox img {
		height: 30%
	}


	.fromText_p {
		font-size: 3.6vw;
	}
	.formText {
		width: 88%;
		padding: 0.25em 0.5em;
		border-left: solid 24px #f95d73;
		font-size: 3.6vw;
		margin-top: 5%;
	}
	.big {
		font-weight: bold;
		font-size: 4.2vw;
	}
	.formTel {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.formTel a {
		font-size: 8vw;
		font-weight: 600;
	}
	.formTel img {
		margin-right: 1%;
	}



	.formFlex {
		flex-direction: column;
	}

	#formWrap {
		width:95%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}



	.footerFlex {
		flex-direction: column;
	}
	.footerFlex table {
		width: 100%;
	}
	.footerFlex table th {
		font-size: 3.2vw;
	}
	.footerFlex table td {
		font-size: 3.2vw;
	}
	.footerText {
		width: 100%;
		margin: 5% auto;
		font-size: 3vw;
   		font-weight: bold;

	}
	.footerText a {
		font-size: 8vw;
		color: #f95d73;
	}
	.botan a {
		font-size: 3.6vw;
	}
	.botan {
		padding: 5% 0;
	}


}




