@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
   /*  height:250px;*/
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
	/* position: absolute;
	top: 50%;*/
	width: 100%;
	/* -webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background-color: #6FA702;
    padding: 30px 0;
}


#slogan {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	font-weight:normal;
	width: 100%;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

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

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.bg img{
	width: 70%;
	text-align: center; 
}

.txt h2{
	padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #ffffff;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}
	

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 100% !important;
		left: 3%;
	}
	.col2 li{
	display: inline-block;
	width: 90%;
  	margin: 5px 0 5px 0;
}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

	/* 追加
	-----------------*/

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

.header-contents{
    display: flex;
    justify-content: center;
        margin: 30px 0 50px;
}

/*.header-contents-items{
    position: relative;

    background-color: #6FA702;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
	    margin: 0 25px;

}
.header-contents-text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}

*/
.header-contents-items {
    position: relative;
    background-color: #fff;
    border: 3px solid #6FA702;
    width: 260px;
    height: 140px;
    border-radius: 15px;
    text-align: center;
    margin: 0 25px;
}
.header-contents-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2em;
    font-family: serif;
	width: 100%;
}

.section-title{
    background-color: #6FA702;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px;
    line-height: 1.4;
    margin: 0;
}

@media only screen and (max-width: 640px){
	.header-contents-items{
    position: relative;
    background-color: #6FA702;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;

}
	
	.header-contents-text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
}
	
	#slogan h1{
	font-size: 28px;
	font-weight:bold;
}


}

/**********************
promotion
**********************/

.section-title{
    background-color: #6FA702;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 20px;
    line-height: 1.4;
    margin: 0;
}

.promotion-img{
    margin: 10px;
    text-align: center;
}
.promotion-img img{
    width: 63%;
}

.promotion-text{
    line-height: 1.5;
    margin: 0 15px;
}

.impression{
    margin: 15px 60px 100px;
}

.impression-title{
    background-color: #6FA702;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px 30px 10px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    line-height: 1.3;
}

.impression-img img{
   width: 100%;
}

.impression_pc{
   max-width: 950px;
 margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 640px){
	.impression{
    margin: 15px 10px 10px;
}

.impression-title{
    background-color: #6FA702;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px 30px 10px;
    border-radius: 15px 15px 0 0;
    text-align: center;
    line-height: 1.3;
}

.impression-img img{
   width: 100%;
}
	
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
    color: #6FA702;
    border-bottom: #707070 0.5px solid;
    border-left: #707070 0.5px solid;
    border-right: #707070 0.5px solid;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 5px;
	cursor: pointer;
    background: #fff;
    text-align: center;
    width: 63%;
    margin: 30px auto;
    border: #6FA702 solid 1px;

}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #6FA702;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 70em;
	
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #fff;
    background-color: #6FA702;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.impression-text{
    color: #000;
    margin: 0 20px;
}

.impression-question{
    background-color: #EEE;
    padding: 20px;
    border-radius: 15px;
    line-height: 1.3;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.impression-question span{
    color: #6FA702;
    font-size: 1.3rem;
}

.impression-answer{
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 20px;
}


@media only screen and (max-width: 640px){
	.cp_actab label{
    font-size: 0.9rem;
}

	.impression-question{
    background-color: #EEE;
    padding: 20px;
    border-radius: 15px;
    line-height: 1.3;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}
	
	.impression-question span{
    color: #6FA702;
    font-size: 1.2rem;
}
	
	.impression-answer{
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
	
}

/**********************
trial
**********************/

.trial{
    background-color: #1E4B72;
    padding: 0 150px;
}

.trial-title{
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}

.trial img{
    width: 100%;
}

.trial-price{
    padding: 10px;
    border: #fff 1px solid;
}

.trial-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.5;
    text-align: center;
}

.trial-yellow{
    font-size: 2.1rem;
    color: #FEFF02;
}

.trial-call{
    padding: 30px 0 25px;
}

.trial-text{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #fff;
    padding: 10px 0 15px;
}

.trial-line{
    padding-bottom: 20px;
}

@media only screen and (max-width: 1199px){
	.trial-text{
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.7;
    color: #fff;
    padding: 10px 0 15px;
}
	
	.trial-title{
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}
	
	.trial-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
	
	.trial{
    background-color: #1E4B72;
    padding: 0 100px;
}
	
	.trial-yellow{
    font-size: 1.6rem;
    color: #FEFF02;
}
}

@media only screen and (max-width: 799px){
	.trial-text{
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.7;
    color: #fff;
    padding: 10px 0 15px;
}
	
	.trial-title{
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}
	
	.trial-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
	
	.trial{
    background-color: #1E4B72;
    padding: 0 50px;
}
	
	.trial-yellow{
    font-size: 1.6rem;
    color: #FEFF02;
}
}



@media only screen and (max-width: 640px){
	.trial-text{
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.7;
    color: #fff;
    padding: 10px 0 15px;
}
	
	.trial-title{
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}
	
	.trial-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
	
	.trial{
    background-color: #1E4B72;
    padding: 0 15px;
}
	
	.trial-yellow{
    font-size: 1.6rem;
    color: #FEFF02;
}
}

/**********************
suggestion
**********************/

.suggestion{
    margin: 50px 0;
}

.suggestion-subtitle{
    background-color: #6FA702;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px;
    line-height: 1.4;
    margin-top: 30px;
}

.yamazaki-kv img{
    width: 40%;
}

.yamazaki-kv{
    text-align: center;
}

.suggestion ul{
    width: 80%;
    margin: 0 auto;
}

.suggestion li{
    line-height: 1.4;
    padding: 15px 0;
    border-bottom: 1px solid #7070702c;
}

li{
    position: relative;
    padding-left: 15px;
	font-size: 1.5rem;
  }
 
.suggestion li:before {
    content: "";
    position: absolute;
    top: 1.2em;
    left: -1.4em;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
  }

/**********************
.suggestion li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    padding-right : 5px;/*文字との隙間*/ /*
    color: lightcoral;/*アイコンの色*/　/*
}
**********************/



.suggestion li:last-of-type{
    border-bottom: none;
}

.next{
    width: 20%;
    margin: 10px auto;
	text-align: center;
}

.next img{
    width: 50%;
}

.suggestion-text{
    line-height: 1.4;
    padding: 10px 15px;
}

.suggestion-text-bold{
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px;
}

@media only screen and (max-width: 640px){
	.suggestion{
    margin: 50px 0;
}

.suggestion-subtitle{
    background-color: #6FA702;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    line-height: 1.4;
    margin-top: 30px;
}
	
.suggestion h2{
    font-size: 1.6rem;
}	
.suggestion li{
    font-size: 1.1rem;
}	

}
/**********************
profile
**********************/

.profile{
    margin-bottom: 70px;
}

.profile-img{
    width: 80%;
    padding: 0 15px;
    margin: 0 auto;
}

.profile-text{
    padding: 0 15px;
    line-height: 1.4;
    font-size: 1.5rem;
}

.profile-text p{
    padding-bottom: 20px;
}

@media only screen and (max-width: 640px){
	.profile{
    margin-bottom: 40px;
}

	
.profile-img{
    width: 80%;
    padding: 0px 60px;
    margin: auto;
	text-align: center;
}

.profile-text{
    padding: 0 15px;
    line-height: 1.4;
    font-size: 1.5rem;
}

.profile-text p{
    padding-bottom: 20px;
}
	
	.profile h2{
    font-size: 1.6rem;
}	

}


/**********************
reason
**********************/

.section-subtitle{
    font-weight: bold;
    line-height: 1.5;
    border-top: #707070 0.5px solid;
    border-bottom: #707070 0.5px solid;
    margin: 40px 15px;
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
}

.reason-list{
    margin: 0 15px;
}

.reason-item{
    margin: 0 40px 30px;
}

.reason-num{
    color: #fff;
    background-color: #C5AD6A;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    border-color: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.reason-item-text{
    font-size: 1.7rem;
    line-height: 1.4;
    margin-top: 15px;
    font-weight: bold;
	text-align: center;
}

.reason-text{
    line-height: 1.4;
    margin-bottom: 20px;
	text-align: center;
}

.reason-img{
    text-align: center;
    margin-bottom: 50px;
}

.reason-img img{
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  200px;       /* ※縦横を同値に */
    height: 200px;
    object-fit:cover;
    border: 1px solid #000;
}

@media only screen and (max-width: 640px){
	.section-subtitle{
    font-weight: bold;
    line-height: 1.5;
    border-top: #707070 0.5px solid;
    border-bottom: #707070 0.5px solid;
    margin: 40px 15px;
    padding: 20px 0;
    text-align: center;
    font-size: 1.8rem;
}

.reason-list{
    margin: 0 15px;
}

.reason-item{
    margin: 0 40px 30px;
}

.reason-num{
    color: #fff;
    background-color: #C5AD6A;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    border-color: #000;
    font-size: 1.6rem;
    font-weight: bold;
}

.reason-item-text{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 15px;
    font-weight: bold;
	text-align: center;
}

.reason-text{
    line-height: 1.4;
    margin-bottom: 20px;
	text-align: center;
	font-size: 1.1rem;
}

.reason-img{
    text-align: center;
    margin-bottom: 50px;
}

.reason-img img{
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  200px;       /* ※縦横を同値に */
    height: 200px;
    object-fit:cover;
    border: 1px solid #000;
}
.section-title{
    font-size: 1rem;
}
	.section-subtitle{
    font-size: 1.3rem;
}

}
/**********************
flow
**********************/

.treatment-time{
    background-color: #E3E3E3;
    border-radius: 15px;
    margin: 0 120px;
    padding: 15px;
}

.treatment-time-title{
    border-left: 5px solid;
    padding: 0 10px;
	font-size: 2rem;
}

.treatment-time-text{
    line-height: 1.4;
    padding-top: 20px;
	font-size: 1.6rem;
}

.flow{
    padding: 20px 15px;
	text-align: center;
}

.flow-header{
    display: flex;
	align-items:center;
}

.flow-num{
    background-color: #C5AD6A;
    color: #fff;
    padding: 15px 20px;
    font-size: 2rem;
    font-weight: bold;
    border: #000 1px solid;
}

.flow-title{
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 10px;
}

.flow-text{
    font-size: 1.7rem;
    line-height: 1.4;
    padding-top: 25px;
}

.flow-img img{
    width: 50%;
    margin: 50px 0 20px;
}

.flow-boldtext{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

@media only screen and (max-width: 799px){
	.treatment-time{
    background-color: #E3E3E3;
    border-radius: 15px;
    margin: 0 15px;
    padding: 15px;
}

.treatment-time-title{
    border-left: 5px solid;
    padding: 0 10px;
	font-size: 1.4rem;
}

.treatment-time-text{
    line-height: 1.4;
    padding-top: 20px;
	font-size: 1.1rem;
}

.flow{
    padding: 20px 15px;
	align-items:center;
}

.flow-header{
    display: flex;
    align-items:center;
}

.flow-num{
    background-color: #C5AD6A;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    border: #000 1px solid;
}

.flow-title{
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 10px;
}

.flow-text{
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 25px;
	font-size: 1.1rem;
}

.flow-img img{
    width: 100%;
    margin: 20px 0 20px;
}

.flow-boldtext{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

}

@media only screen and (max-width: 640px){
	.treatment-time{
    background-color: #E3E3E3;
    border-radius: 15px;
    margin: 0 15px;
    padding: 15px;
}

.treatment-time-title{
    border-left: 5px solid;
    padding: 0 10px;
	font-size: 1.4rem;
}

.treatment-time-text{
    line-height: 1.4;
    padding-top: 20px;
	font-size: 1.1rem;
}

.flow{
    padding: 20px 15px;
	align-items:center;
}

.flow-header{
    display: flex;
    align-items:center;
}

.flow-num{
    background-color: #C5AD6A;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    border: #000 1px solid;
}

.flow-title{
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 10px;
}

.flow-text{
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 25px;
	font-size: 1.1rem;
}

.flow-img img{
    width: 100%;
    margin: 20px 0 20px;
}

.flow-boldtext{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

}


/**********************
price
**********************/

.price{
    padding: 0 150px;
}

.price-subtext{
    margin: 0 15px;
    line-height: 1.3;
	font-size: 1.1rem;
}
.price-inner{
    display: flex;

    margin: 40px 0;
}

.price-item-title{
    background-color: #D1D1D1;
    border: #000 1px solid;
    text-align: center;
    font-weight: bold;
    width: 50%;
    line-height: 9;
}

.price-item{
    border: #000 1px solid;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 20px;
}

.price p{
    font-size: 1.4rem;
    line-height: 1.4;
}

.price-img{
    margin: 20px 15px;
}

.price-img img{
    width: 100%;
}

.price-text-gold{
    color: #C5AD6A;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 10px;
}

.price-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    margin: 0 15px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.5;
    text-align: center;
}

.price-why{
    font-size: 2rem;
    font-weight: bold;
    margin: 60px 15px;
    text-align: center;
}

.price-because li{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 15px;
}

.price-because{
    margin-bottom: 20px;
}

.price-img{
   max-width: 850px;
   margin-left: auto;
   margin-right: auto;
	padding: 5px 5px;
}

@media only screen and (max-width: 640px){	
	.price{
    padding: 0 10px;
}

.price-subtext{
    margin: 0 15px;
    line-height: 1.3;
}
.price-inner{
    display: flex;

    margin: 40px 0;
}

.price-item-title{
    background-color: #D1D1D1;
    border: #000 1px solid;
    text-align: center;
    font-weight: bold;
    width: 50%;
    line-height: 9;
}

.price-item{
    border: #000 1px solid;
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 20px;
}

.price p{
    font-size: 1.2rem;
    line-height: 1.4;
}

.price-img{
    margin: 20px 15px;
}

.price-img img{
    width: 100%;
}

.price-text-gold{
    color: #C5AD6A;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 10px;
}

.price-discount{
    background-color: #C5AD6A;
    padding: 10px 30px;
    margin: 0 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

.price-why{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 60px 15px;
    text-align: center;
}

.price-because li{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 15px;
}

.price-because{
    margin-bottom: 20px;
}

}

/**********************
bonus
**********************/

.bonus-img{
    text-align: center;
    margin: 20px 15px;
}

.bonus-img img{
    width: 20%;
}

.bonus-item{
    margin: 20px 15px 50px;
}

.bonus-item-head{
    display: flex;
    padding-bottom: 40px;
}

.bonus-item-title span{
    color: #fff;
    background-color: #FB9027;
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 10px;
}

.bonus-item-title{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
}

@media only screen and (max-width: 640px){
	.bonus-img{
    text-align: center;
    margin: 20px 15px;
}

.bonus-img img{
    width: 50%;
}

.bonus-item{
    margin: 20px 15px 50px;
}

.bonus-item-head{
    display: flex;
    padding-bottom: 40px;
}

.bonus-item-title span{
    color: #fff;
    background-color: #FB9027;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
}

.bonus-item-title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
}
	.bonus-item P{
    font-size: 1.2rem;
		
}

}


/**********************
guarantee
**********************/

.guarantee{
    margin-bottom: 60px;
}

.section-subtitle span{
    color: red;
}

.guarantee-img{
    text-align: center;
    margin: 20px 15px;
}

.guarantee-img img{
    width: 20%;
}

.guarantee-text{
    margin: 0 15px 30px;
    font-size: 1.7rem;
    line-height: 1.4;
}


@media only screen and (max-width: 640px){
	.guarantee{
    margin-bottom: 60px;
}

.section-subtitle span{
    color: red;
}

.guarantee-img{
    text-align: center;
    margin: 20px 15px;
}

.guarantee-img img{
    width: 50%;
}

.guarantee-text{
    margin: 0 15px 30px;
    font-size: 1.1rem;
    line-height: 1.4;
}

}
/**********************
beginners
**********************/

.beginners-item{
    margin: 30px 15px 0;
}

.beginners-title{
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px 15px 0 0;
}

.silver{
    background-color: #888;
}

.gold{
    background-color: #C5AD6A;
}

.beginners-inner{
    border: #000 1px solid;
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 0 50px 20px;
}

.beginners-inner li{
    padding-top: 20px;
}

.beginners-text{
    margin: 20px 15px 50px;
    line-height: 1.4;
}

@media only screen and (max-width: 640px){
	.beginners-item{
    margin: 30px 15px 0;
}

.beginners-title{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px 15px 0 0;
}

.silver{
    background-color: #888;
}

.gold{
    background-color: #C5AD6A;
}

.beginners-inner{
    border: #000 1px solid;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 20px 20px;
}

.beginners-inner li{
    padding-top: 20px;
	font-size: 1.2rem;
}

.beginners-text{
    margin: 20px 15px 50px;
    line-height: 1.4;
	font-size: 1.1rem;
}

}



/**********************
line
**********************/

.line-text{
    margin: 15px;
    line-height: 1.4;
    font-size: 1.2rem;
}

.line-text span{
    font-size: 1.4rem;
}

.line-subtext{
    font-size: 1.2rem;
    margin: 15px;
    line-height: 1.4;
}

.line{
    margin-bottom: 60px;
}

@media only screen and (max-width: 640px){
	.line-text{
    margin: 15px;
    line-height: 1.4;
    font-size: 1.1rem;
}

.line-text span{
    font-size: 1.4rem;
}

.line-subtext{
    font-size: 1.1rem;
    margin: 15px;
    line-height: 1.4;
}

.line{
    margin-bottom: 60px;
}

}



/**********************
q&a
**********************/

.question-and-answer{
    background-color: #E3E3E3;
    padding: 40px 0;
}

.question-and-answer-inner{
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
}

.question{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.answer{
    font-size: 1.8rem;
    line-height: 1.5;
}

@media only screen and (max-width: 640px){
	.question-and-answer{
    background-color: #E3E3E3;
    padding: 40px 0;
}

.question-and-answer-inner{
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
}

.question{
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.answer{
    font-size: 1.2rem;
    line-height: 1.5;
	font-size: 1.1rem;
}

}


/**********************
access
**********************/

.access-item{
    margin: 15px 15px 50px;
}

.access-img{
    margin-bottom: 10px;
	text-align: center;
}
.access-img img{
    width: 30%;
}

.access-guide{
    display: flex;
    align-items: baseline;
    margin: 15px 0;
}

.access-num{
    color: #fff;
    background-color: #6FA702;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    border-color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.8;
    margin-right: 10px;
    height: 22px;
    width : 10%;
}

.access-text{
    line-height: 1.6;
    font-size: 1.8rem;
    width: 90%;
}

@media only screen and (max-width: 640px){
	.access-item{
    margin: 15px 15px 50px;
}

.access-img{
    margin-bottom: 10px;
}
.access-img img{
    width: 100%;
}

.access-guide{
    display: flex;
    align-items: baseline;
    margin: 15px 0;
}

.access-num{
    color: #fff;
    background-color: #6FA702;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    border-color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0.8;
    margin-right: 10px;
    height: 22px;
    width : 10%;
}

.access-text{
    line-height: 1.6;
    font-size: 1.2rem;
    width: 90%;
}

.col2 dt,dd{
    font-size: 1.0rem;
}
}



/**********************
link
**********************/

.link{
    background-color: #222222;
    padding: 0 15px;
	text-align: left;
}

.link_title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}

.link_title＿text{
	text-align: initial;
    padding: 10px;
    border: #fff 1px solid;
}


.link_menu{
    font-size: 1.0rem;
    line-height: 1.4;
    color: #fff;
    padding: 10px 0 15px;
	font-weight: 100; 
	text-decoration: none;
}

.link_menu a{
	color: #04acec;
	text-decoration: none;
}

.link_clear{
	text-align: initial;
}

@media only screen and (max-width: 640px){
	.link{
    background-color: #222222;
    padding: 0 15px;
	text-align: left;
}

.link_title{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1.3;
}

.link_title＿text{
	text-align: initial;
    padding: 10px;
    border: #fff 1px solid;
	font-size: 1.2rem;
}


.link_menu{
    font-size: 1.0rem;
    line-height: 1.2;
    color: #fff;
    padding: 10px 0 15px;
	font-weight: 100; 
	text-decoration: none;
}

.link_menu a{
	color: #04acec;
	text-decoration: none;
	font-size: 1.1rem;
}

.link_clear{
	text-align: initial;
}

}

/**********************
9/4上田追加
**********************/

/* スマフォ
-------------------------------------------------- */
@media screen and (min-width: 321px) and (max-width: 1023px) {

.pasokon {
    display: none !important; }	
.logo {
    float: left;
    margin: 0px;
    padding-top: 8px;
    width: 190px;
    padding-left: 0px;
}

.topbt2 {
    float: right;
    max-width: 100%;
    margin: 4px;
    width: 75px;
}
.topbt1 {
    float: right;
    margin: 4px 0 0;
    width: 75px;
}
#spfix {
    width: 100%;
    z-index: 1;
    background-color: #333;
}
.sptop {
    padding: 10px 8px;
}
	
}


/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.pasokon {
    display: none !important; }	
}


@media only screen and (min-width: 1024px) {
	
.sumaho {
    display: none!important;}	

	
#header_item {
	padding: 15px 0px 20px 0px;}
	
.wrap {
    width: 1050px;
    margin: 0 auto;
	    background: none;
}
	
.hl {
    float: left;
    width: 490px;
}	
	
.tagline {
    float: left;
    display: inline;
    font-size: 0.9em;
    line-height: 1em;
    margin-bottom: 10px;
    color: #777;
    font-family: inherit;
}
	
.hr {
    float: left;
    width: 560px;
	margin: 5px 0 0;

}	

	
.logo {
    float: left;
    margin: 0px 0px 0px 0px;
	    width: inherit;
}
	
.toptel {
    float: right;
    padding-top: 10px;
	    width: inherit;
}
.topbt {
    float: right;
    padding-left: 15px;
    padding-top: 10px;
	    width: inherit;
}
	
	.head_wrap{
		text-align: center;
	}
	.head_img{
		max-width: 1200px;
	}
	
	.impression-item{
    width: 48%;
    float: left;
	}
}


/**********************
9/8西尾追加
**********************/

/* ヘッドライト
-------------------------------------------------- */

.pc_head{
	
	display:block;

}


.sp_head{
	display:none;
}

.header-contents_sp{
	display:none;
}

@media screen and (max-width: 640px) 
{
.pc_head
{
	display:none;
}

.sp_head
{
	display:block;
}
	
	
.header-contents
{
	display:none;
}
	
.header-contents_sp{
	display:block;
}
	
	}

/* sakamoto table */
.wrap_table{
    padding: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.suisen {
    width: 100%;
    border: 4px solid #EEE;
    background-color: #FFF;
}	

.suisen tr .sui1 {
    padding: 30px 40px 30px 35px;
    width: 220px;
    height: 220px;
}

.suisen tr .sui2 {
    padding: 30px 25px 30px 0px;
}

.suit {
    font-size: 1.4em;
    font-weight: bold;
}

.suiname {
    border-left: 3px solid #CCC;
    padding-left: 10px;
}

.sakamoto_sp {
    max-width: 100% !important;
    height: auto !important;
}

.line_sp{
	display:none;
}

.line_pc{
	display:block;
}

.line_button{
	display:none;
}

@media screen and (max-width: 640px)  {
.wrap_table{
    padding: 15px;
}
	
.suisen {
    width: 100%;
    border: 3px solid #DDD;
}
	
.suisen tr .sui1 {
    display: block;
    padding: 15px;
    text-align: center;
    width: 93%;
    height: 100%;
}
	
.suisen tr .sui2 {
    display: block;
    padding: 15px;
}
	
.suit {
    font-size: 1.2em;
}
	
.sakamoto_sp {
    max-width: 60% !important;
    height: auto !important;
}
	
.line_pc{
	display:none;
}

.line_sp{
	display:block;
}
	
.line_button{
	display:block;
	text-align: center;
	padding-bottom: 20px;
}
.line_button img{
	width: 60%;
	text-align: center;
}
	
	}



.utm iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.utm {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}


.cp_name {
    padding: 0px 25px;
	font-size: 14px;
	color: #000000;
}

.cau {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #999;
}

.corona {
	text-align: center;
}