@charset "UTF-8";

/* CSS Document */

/* --------------------------------------------------------------- 
common.css
-----------------------------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
dl,dt,dd{ 
	margin: 0;
	padding: 0; 
}

img{ 
	padding: 0; 
	margin: 0; 
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img a { 
	padding: 0; 
	padding: 0;
	margin: 0; 
	border: 0; 
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table, th, td{ 
	margin: 0;
	padding: 0; 
	font-weight: normal; 
	vertical-align: top;
}
div { 
	margin: 0;
	padding: 0;
}
span{ 
	padding: 0;
	margin: 0; 
	text-indent: 0;
}
ul,li,ol {
	margin: 0;
	font-weight: normal;
/*	text-decoration: none;
	list-style: none;*/
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


strong {
	font-weight: bold;
	color: #3AB54A;
}

iframe {
    display: block;
    margin: 0px auto;
}

.youtube-container {
	position: relative;
	max-width: 560px;
	padding-top: 56.25%;
    margin:0 auto;

}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* BODY */
body {
	padding: 0;
	margin: 0;
	font-size: 120%;
	line-height: 1.5;
	color: #333;
	font-family: "メイリオ","Meiryo", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial;
   text-align:center;
				background:url("../images/bg.jpg") no-repeat top center;
			background-attachment:fixed;
			background-size:cover;		
}

/* --------------------------------------------------------------- 
clearfix
-----------------------------------------------------------------*/
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

/* --------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------*/
#container{
background:#fff;
margin:0 auto;
padding:0;
width:860px;
box-shadow: 0px 0px 20px gray;
}
article{
	margin:0 auto 40px;
	width:860px;
	text-align:left;
}

section{

	margin-bottom:30px;
}
@media screen and (max-width: 800px) {
#container{
width:100%;
}
article{
	width:100%;
}

}

/* --------------------------------------------------------------- 
 BASIC
--------------------------------------------------------------*/
/* LINK */
a { 
	color: #0066cc;
	text-decoration: underline; 
	padding: 0; 
	margin: 0; 
}
a:hover { 
	color: #0099dd; 
	text-decoration: none;
}
.note{
	line-height: 1.5;
	padding-left: 5px;
	font-size:12px;
}
.attention {
	color: #f00;
}
.bold {
	font-weight: bold;
}
.break {
	display: inline-block;
}
/* --------------------------------------------------------------- 
 HEADER
-----------------------------------------------------------------*/
header{
    width:860px;	
	margin:0 auto 30px;
	text-align:left;
}
header h1 {
	text-align: center;
}
@media screen and (max-width: 800px) {
header{
    width:100%;
    }
}

/* --------------------------------------------------------------- 
 FOOTER
-----------------------------------------------------------------*/
footer{
	background: #39B9A9;
	width:860px;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 860px) {
footer{
	width:100%;
}
}
footer ul {
	text-align: center;
	margin:0;
	padding:0;
	}
footer li {
	display: inline-block;
	width: auto;
	margin:0;
	font-size:14px;
	padding:0;
	}
footer li a {
	display: inline-block;
	padding:10px;
	border-bottom: none;
	text-decoration: underline;
	color: #FFF;
	}
footer li a:hover{
	color:#042919;
	
}
.copyright{
	padding: 5px;
	text-align: center;
	background: #fff;
	font-size: 11px;	
	}

  /*bottom*/
#bottom{
	background-color:#FFF;
	 margin:0;
	 width:100%;
	 padding:0;
	 height:150px;
	 position:fixed;
	 bottom:0;
	 left: 0;
	 filter: alpha(opacity=90);
	 -moz-opacity:0.90;
	 opacity:0.90;
	  overflow:hidden;
	  *zoom:1;
  }
  
#bottom img{
	  display:block;
	  	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	  
	  }
  

#bottom p img:hover{
	  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	  opacity:0.8
  }




/* --------------------------------------------------------------- 
 CONTENTS
-----------------------------------------------------------------*/
h1 {
	text-align: center;
}
#user-voice .experience {
	padding: 0 10px;
	margin: 0 0 30px;
}
.accordion-box {
display: none;
}
#user-voice h2 {
	width: 32.8%;
	float: left;
}
#user-voice .comment {
	width: 65.2%;
	float: right;
	padding: 0 0 0 2%;
}
#user-voice .experience.right h2 {
	float: right;
}
#user-voice .experience.right .comment {
	float: left;
	padding: 0 2% 0 0;
}
#stress {
	text-align: center;
}
#reason .reason-detail {
	padding: 0 10px;
	margin: 0 0 30px;
}
#reason .reason-detail img {
	width: 49.7%;
	float: left;
	padding: 0 10px 5px 0;
}
#reason ol{
padding:10px 10px 10px 40px;
	}
#reason ol li{
list-style:outside decimal;
padding-left:1em;
margin-bottom:10px;
	}
#reason table{
		border-top: 0px solid #FFF!important;
		border-left: 0px solid #FFF!important;
	}
#reason table td{
		border-right: 0px solid #FFF!important;
		border-bottom: 0px solid #FFF!important;
	
	}
	
#about {
	text-align: center;
}
.order {
	text-align: center;
}
.order .note {
	text-align: left;
}
.buy {
	width: 100%;
	height: 105px;
	margin: 0 auto 20px;
}
.buy .main img {
	width: 100% !important;
}

#point {
	background-image: url("../images/5points_bg.jpg");
	background-repeat: repeat-y;
}
#point .point-detail {
	padding-bottom: 30px;
}
#point p{padding:15px 0;margin:0;}
#point .point-detail .comment {
	padding: 15px;
	margin: 0 0 10px;
	text-align: left;
}
#questionnaire {
	text-align: center;
}
#questionnaire .note {
	text-align: left;
}

#development h2 {
	margin-bottom: 10px;
	text-align: center;
}
#development .development-detail {
	padding: 0!important;
	margin: 20px 0 30px;
}
#development .development-detail .photo-person {
	width: 259px;
	margin: 0 1% 15px 0;
	float: left;

}
#development .development-detail .case img {
	max-width: 50%;
}
#development .development-detail .postscript {
	margin-top: 20px;
}

#development .more{
	clear:both;
	background-size: 18px 12px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
	background-color: #39B9A9;
	background-image: url("../images/icon-arrow-bottom.png");
	background-repeat: no-repeat;
	background-position: 97% center;		
	
}
#development .more:hover{
	background-color:#30907A;
}

#comic {
	text-align: center;
}
#interview {
	padding: 0 10px;
}
#interview iframe {
	width: 100%;
	height: auto;
}
#interview h1 {
	text-align: center;
}
#interview p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}


#information h2 {
	background-size: 18px 12px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #39B9A9;
	background-image: url("../images/icon-arrow-bottom.png");
	background-repeat: no-repeat;
	background-position: 97% center;
}
#information {
	padding: 0 10px;
	margin-bottom: 30px;
}
#information section {
	margin-bottom: 10px;
}
#information .accordion-box {
	margin-bottom: 30px;
display:none;
}
#information h2 {
	font-size: 1.2em;
}
#information h3 {
	font-weight: normal;
}
#information ul {
	margin-bottom: 20px;
}
#information p {
	margin-bottom: 10px;
}
#information dt {
	font-weight: bold;
}
#information dd {
	margin-bottom: 10px;
}

#ingredients img{width:auto!important;}
#ingredients
{
    font-size:80%;
	margin: 30px 0 10px;
	padding: 0 10px;
} 

#ingredients h2{
	background-size: 18px 12px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #39B9A9;
	background-image: url("../images/icon-arrow-bottom.png");
	background-repeat: no-repeat;
	background-position: 97% center;	
}
#ingredients h2:hover{
	background-color:#30907A;
	
}

#ingredients table {
	width: 100%;
	border-collapse:separate;
	margin:20px 0;
}
#ingredients table th,
#ingredients table td {
	padding: 10px;
}
#ingredients table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
border-top:1px solid #FFFFFF;
	border-bottom:1px solid #BACDCC;
	background:#EFF9F7;

}
#ingredients table td {
	padding-bottom: 0px;
border-bottom:1px solid #BACDCC;
	/*padding-bottom: 30px;*/
}

#ingredients .accordion-box {
	margin: 10px 10px 30px;
display:none;
}

#ingredients ul {
	margin: 20px 0;
}
#ingredients ul li{
	margin:0 0 10px 30px;
	padding:0;
}
#ingredients p {
	margin-bottom: 10px;
	padding:0;
}
#ingredients dt {
	font-weight: bold;
}
#ingredients dd {
	margin-bottom: 10px;
}

#genin{
	
}
#genin ol {
	margin: 20px 0;
}
#genin ol li{
	margin:0 0 10px 30px;
	padding:0;
}
#genin .section-inner{
padding:15px 0 30px;	
	
}
/* --------------------------------------------------------------- 
 下層ページ共通
-----------------------------------------------------------------*/

body.page header {
	margin-bottom: 10px;
	text-align:center;
}
body.page ol li {
	list-style: decimal inside;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:1em;
}
body.page h2{
    font-weight:bold;
	font-size:30px;
 	color:#0F6C4E;
	margin:1.5em;
    text-align:center;
}
body.page article{font-size:75%;}
body.page h3{
	color: #fff;
	padding: 10px 15px;
	line-height: 1;
	background-color: #39B9A9;	
	
}
body.page .section-inner{
	padding:20px;
}
body.page article p{
	padding:0px;
	margin:0 0 10px 0;
}
body.page article ul {
	margin: 20px 0;
}
body.page article ul li{
	margin:0 0 10px 30px;
	padding:0;
}


body.page dl{
margin:10px;
	}
body.page dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px dotted #CCC;
}
body.page dd{margin-bottom:30px;}


/* --------------------------------------------------------------- 
 会社概要
-----------------------------------------------------------------*/


/* --------------------------------------------------------------- 
 個人情報保護方針
-----------------------------------------------------------------*/
#privacy article ul{
	background: #f4eff0;
	padding:20px;
}
/* --------------------------------------------------------------- 
 特定商取引法に基づく表記
-----------------------------------------------------------------*/
#term p.attention{
background:#E4F8F5;
padding:2px 10px;
	
	}
#term p.attention2{
background:#F3F3F3;
padding:2px 10px;
	}
/* --------------------------------------------------------------- 
	 CONTENTS
-----------------------------------------------------------------*/
#development .development-detail .case img {
		max-width: 100%;
	}

p {
	padding-right: 20px;
	padding-left: 20px;
}

.qa{
	width:820px;
	margin:20px auto;
	padding:0 0 15px 0;
	background:url("../images/qa_bg.gif")
	}
.qa_contents{
padding:15px 15px 0;
text-align:left;
}
.qa_contents dt{
display:block;
background:url("../images/qa_q.png") no-repeat top left #fff;
border-radius: 4px;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
padding:8px 5px 8px 35px;
}
.qa_contents dt:hover{
background:url("../images/qa_q.png") no-repeat top left #EDFADE;
}
.qa_contents dt:after{
content: url("../images/qa_q_after.png") ;
position : relative ;
top:3px;
left:15px;
}
.qa_contents dt.active:after{
content: url("../images/qa_q_after2.png") ;
	
	}


.qa_contents dd{
display:none;	
background:url("../images/qa_a.png") no-repeat top left;
padding:3px 3px 3px 35px;
margin:10px 0 0 30px;
}

.koken{margin:1em 0;}
p.koken_title{
background:#E4F8F5;
font-size:20px;
font-weight:bold;
padding:4px 10px;
margin:10px;
color:#333;	
	}
p.koken_hoho{
background:url("../images/wak_maru.jpg") no-repeat top left;
color:#136F3D;
padding:10px 10px 10px 70px;
font-size:28px;
font-weight:bold;
margin:0 0 10px 0;
	}
.kowa{
width:100%;
}
.kowa_inner{
background:url("../images/kowa_box.jpg") repeat-y;
background-size:contain;
padding:20px 50px 10px;
margin:0 ;
}
.kowa_img{
float:left;
padding:0;
	width:262px;
	}	
.kowa_text{
margin:0 0 0 275px;	
}
/*kowa_joken*/
.kowa_joken{
	border:1px solid #990;
	margin:1em;
padding:5px;
}
.kowa_joken h3{}
.kowa_joken ul{
padding:0;
margin:0 0 10px;
font-size:14px;
	}
.kowa_joken ul li{
padding:0;
margin:0 0 0 30px!important;
color:#060;
}	
.kowa_joken ul li span{color:#000;}
/*kowa_tyui*/
.kowa_tyui{
margin:0 1em;	
padding:10px;
font-size:14px;
}
.kowa_tyui h3{
font-weight:normal;
	}

.kowa_tyui ul{
padding:0 0 0 20px!important;
margin:0 0 10px 0!important;

}
.kowa_tyui ul li{
padding:0!important;
margin:0!important;
}	



.hagakivoice{
}
.hagakivoice_contents{
background:url("../images/hagakivoice_bg.jpg");
padding:20px 10px;	

}
.hagakivoice_contents img{
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.39);
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.39);	
	}

.hagakivoice ul{
padding:0!important;
margin:0!important;
text-align:left;
	}	
.hagakivoice ul li{
width:400px;
margin:0;padding:0;
vertical-align:top;
display:inline-block!important;
padding-left:10px;
margin-bottom:20px;
}		
.hagakivoice_name{
font-weight:bold;
filter:dropshadow(color=#fff,offX= 0,offY=-1)
dropshadow(color=#fff,offX= 1,offY= 0)
dropshadow(color=#fff,offX= 0,offY= 1)
dropshadow(color=#fff,offX=-1,offY= 0);
 
-webkit-text-stroke-color: #fff;
-webkit-text-stroke-width: 1px;
 
text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;		
	padding-top:5px;text-align:right;font-size:18px;}	
.movingbtn{text-align:center;}
/*movingbtn*/
.animate4kato,
.m-altana4kato,
.m-botansub4kato,
.m-altana3only{
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
a.m-botan {
	position:relative;
	display:inline-block;
	margin:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.m-botan img {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img.m-altana {z-index: 55;position: absolute;left:-90px;}
img.a-main {width:100%;position:relative;z-index: 54;}
a.shover:hover * {animation-name:none!important;}
@-moz-keyframes animate4kato {
	0%{ -moz-transform: skewX(9deg);}
	10%{ -moz-transform: skewX(-8deg);}
	20%{ -moz-transform: skewX(7deg);}
	30%{ -moz-transform: skewX(-6deg);}
	40%{ -moz-transform: skewX(5deg);}
	50%{ -moz-transform: skewX(-4deg);}
	60%{ -moz-transform: skewX(3deg);}
	70%{ -moz-transform: skewX(-2deg);}
	80%{ -moz-transform: skewX(1deg);}
	90%{ -moz-transform: skewX(0deg);}
	100%{ -moz-transform: skewX(0deg);}
}
@-o-keyframes animate4kato {
	0%{ -o-transform: skewX(9deg);}
	10%{ -o-transform: skewX(-8deg);}
	20%{ -o-transform: skewX(7deg);}
	30%{ -o-transform: skewX(-6deg);}
	40%{ -o-transform: skewX(5deg);}
	50%{ -o-transform: skewX(-4deg);}
	60%{ -o-transform: skewX(3deg);}
	70%{ -o-transform: skewX(-2deg);}
	80%{ -o-transform: skewX(1deg);}
	90%{ -o-transform: skewX(0deg);}
	100%{ -o-transform: skewX(0deg);}}
@-webkit-keyframes animate4kato {
	0%{ -webkit-transform: skewX(9deg);}
	10%{ -webkit-transform: skewX(-8deg);}
	20%{ -webkit-transform: skewX(7deg);}
	30%{ -webkit-transform: skewX(-6deg);}
	40%{ -webkit-transform: skewX(5deg);}
	50%{ -webkit-transform: skewX(-4deg);}
	60%{ -webkit-transform: skewX(3deg);}
	70%{ -webkit-transform: skewX(-2deg);}
	80%{ -webkit-transform: skewX(1deg);}
	90%{ -webkit-transform: skewX(0deg);}
	100%{ -webkit-transform: skewX(0deg);}
}
@keyframes animate4kato {
	0%{ transform: skewX(9deg);}
	10%{ transform: skewX(-8deg);}
	20%{ transform: skewX(7deg);}
	30%{ transform: skewX(-6deg);}
	40%{ transform: skewX(5deg);}
	50%{ transform: skewX(-4deg);}
	60%{ transform: skewX(3deg);}
	70%{ transform: skewX(-2deg);}
	80%{ transform: skewX(1deg);}
	90%{ transform: skewX(0deg);}
	100%{ transform: skewX(0deg);}
}
.animate4kato,
.m-altana3only{
	-webkit-animation-name: animate4kato;
	-moz-animation-name: animate4kato;
	-o-animation-name: animate4kato;
	animation-name: animate4kato;
}
@-moz-keyframes option4kato {
	0%{ -moz-transform: translateX(0);}
	20%{ -moz-transform: translateX(9%);}
	50%{ -moz-transform: translateX(5%); }
	60%{ -moz-transform: translateX(13%);}
	90%{ -moz-transform: translateX(0);}
	100%{ -moz-transform: translateX(0);}
}
@-o-keyframes option4kato {
	0%{ -o-transform: translateX(0);}
	20%{ -o-transform: translateX(9%);}
	50%{ -o-transform: translateX(5%); }
	60%{ -o-transform: translateX(13%);}
	90%{ -o-transform: translateX(0);}
	100%{ -o-transform: translateX(0);}
}
@-webkit-keyframes option4kato {
	0%{ -webkit-transform: translateX(0);}
	20%{ -webkit-transform: translateX(9%);}
	50%{ -webkit-transform: translateX(5%); }
	60%{ -webkit-transform: translateX(13%);}
	90%{ -webkit-transform: translateX(0);}
	100%{ -webkit-transform: translateX(0);}
}
@keyframes option4kato {
	0%{ transform: translateX(0);}
	20%{ transform: translateX(9%);}
	50%{ transform: translateX(5%); }
	60%{ transform: translateX(13%);}
	90%{ transform: translateX(0);}
	100%{ transform: translateX(0);}
}
.m-altana4kato,
.m-altana3only{
	-webkit-animation-name: option4kato;
	-moz-animation-name: option4kato;
	-o-animation-name: option4kato;
	animation-name: option4kato;
}
img.m-altana4kato {left:0;top:18%;}
img.m-altana3only{
top:30%!important;
width:13%!important;
left:0!important;
}
.m-botan4kato{padding-left:7%!important;}
.m-altana4kato{top:10%!important;}
.m-altana4kato{width:20%!important;}
.m-botan4kato{max-width:100%!important;}
.animate4kato,.m-botansub4kato,
.m-altana4kato,
.m-altana3only{
	animation-duration:1s!important;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	-moz-animation-duration:1s!important;
}
/*/movingbtn*/

.santi{
margin:30px 0;
background:url("../images/santi_bg.jpg");
padding:0 0 20px 0;
}
.santi h3{
color:#00A99D;	
	font-size:28px;
	line-height:normal;
	padding:30px 10px 10px 10px;
}
.santi_youtube{
   width:820px;
	height:461px;
	margin:0 20px 20px 20px;
	
}
.order_set3_box{
	position:relative;
	width:860px;
	height:632px;
	margin:0 auto;
}
.order_set3_03{
	position:absolute;
	top:0;
	left:0;
}
.order_set3_btn{
	position:absolute;
	bottom:15px;
	left:0;
}

.kodawa{
background:url("../images/kodawa_bg.jpg");
}
.kodawa_inner{
margin:20px;

}
.kodawa h4{margin:30px 0;}
.kodawa_title{}
.kodawa_txt{margin:20px;}

/*alignbox*/
.alignbox{
margin:0 0 15px 0;
padding:0 0 15px 0;
}
.alignbox:after,
.alignbox_under:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";

}
.alignleft{
	float:left;
	clear:both;
	padding:0 20px 0 0;
}
.alignright{
	float:right;
	clear:both;
	padding:0 0 0 20px;
}
.alignclear{
	overflow:hidden;
    *zoom:1;
}
#actress{
position:relative;
}
.actress_img{

}
.actress_txt{
position:absolute;
top:430px;
left:20px;
width:400px;
}
.haisuiko{
margin:30px 0;
border:2px dotted #22B573;
padding:15px;
}
.haisuiko ul{}
.haisuiko li{
padding:0!important;
margin:0 10px 15px 30px!important;

}
.haisuiko p{margin-bottom:20px;}
.haisuiko_inner{
background:#E7F7EF;
padding:10px;
}
.haisuiko h2{
background:#50CC9A;
color:#fff;
font-size:30px;
margin-bottom:20px;
padding:10px;
}
.haisuiko_tasikani{
font-size:30px;

}
.telbefore{
width:600px;
margin:0 auto;
padding:15px 15px 40px;
background:#D7F4E7;
}
.telbefore_inner{
background:#fff;
margin:0;
padding:0;
box-shadow: 0 0 5px gray;
}
.telbefore h1{width:auto;margin:0;padding:0;}
.telbefore ul{
margin:30px 50px!important;
text-align:left;
padding:0!important;
font-size:24px;
}
.telbefore ul li{
margin:0 0 20px 20px!important;
padding:0!important;
}
.sassoku{margin:15px 0 5px 0;}
.itempage{
padding:0;
margin:15px 0;

}
.itempage:after{
content:url("../images/telbefore_ya.png");
position:relative;
top:5px;
}
.telbefore_btn{
background:#191F65;
padding:10px 0;
}
/*oga---------------------------*/
#oga{
background:url("../images/oga_bg.jpg") repeat-y;
}
.oga_inner{
padding:10px 30px;

}
.oga_subtitle{margin:15px 0;}
.oga_movie{
width:800px;
height:450px;
}
.oga_txt{
font-size:26px;
line-height:160%;
margin-bottom:40px;
}
/*tan--------------------------------*/
.tan_box{
position:relative;
}
.tan_btn1{
position:absolute;
bottom:30px;
right:50px;

}
.tan_btn2{
position:absolute;
bottom:50px;
right:30px;
width:60%;
}
.tan_btn3{
position:absolute;
bottom:80px;
right:50px;
}
@media screen and (max-width: 750px) {
.tan_btn1{width:60%;bottom:1em;right:1em;}
.tan_btn2{bottom:1em;right:1em;}
.tan_btn3{width:60%;bottom:1em;right:1em;}
}

.order3only_btn{
text-align:center;
}
/*yuki--------------------------------*/
.yuki{


}
.yuki h4{color:#335C25;
padding:.5em 1em;
}

.clm2_box{
margin:20px;
}
.clm2_box_img{
width:300px;
}
.clm2_box_txt{
paadding:0 0 0 20px;
}
.kangen{
text-align:center;
background:#E5E5E5;

}



/* ------------------------------
 *     申し込みフォーム
 *     ------------------------------ */

 #iframe_offer_form{border:1px solid #AF090C;}
 iframe#iframe_offer_form{
 border: 0;
width: 100%;
height: auto;
display: block;
margin: 0 auto;
 }
	 @media screen and (min-width: 800px) {
	 iframe#iframe_offer_form{
 border: 0;
 width: 100%;
height:2500px;
display: block;
margin: 0 auto;
 }
 
 }

.geninimage{float:right;padding:0 0 20px 20px;}
.coma4{text-align:center;}
.experience{padding:20px;}
.imageface_l{float:left;padding:0 20px 20px 0;}
#zettai h3{padding:20px;}
#zettai h3 img{max-width:100%;}
#jibunde h3{padding:20px;}
#jibunde h3 img{max-width:100%;}

.line_friend{
margin:0;
padding:0 15px 15px;
background:url(https://iino.life/images/bg_line_friend.jpg);
font-size:3.6vw;
}
.line_friend_ttl{
font-weight:bold;

}
.line_friend ul{
display:table;
text-align:center;
margin:0 auto;
padding:0;
border-collapse: separate;
border-spacing:20px;
}
.line_friend li{
display:table-cell;
vertical-align:middle;
text-align:center;
padding:0;
}
@media screen and (min-width: 640px) {
.line_friend{font-size:14px!important;}
}