@charset "UTF-8";
/****共通設定**********************************************************************************************************************/
body {
  margin: 0;
	padding:0;
  overflow-x: hidden;
}

*{font-family: 'Noto Sans JP', sans-serif;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.container{
	width: 1120px;
	margin: 0 auto;
}
img{
	vertical-align: top;
}
.pc{
	
}

.sp{
	display: none;
}

@media (max-width: 749px) {
.pc{
	display: none;
}

.sp{
	display: inherit;
}


}
/****header**********************************************************************************************************************/
header {
  width: 100%;
  box-sizing: border-box;
}
#header {
	padding:0 80px;
	width:100%;
	height: 80px;
	box-sizing: border-box;
	z-index: 999;
	transition: .5s; /* アニメーションタイミング */
	display: flex;
	background: #fff;
}
#header h1{
	width: 180px;
	height: 80px;
	margin: 0 ;
}
#header h1 img{
	width: 180px;
	height: 80px;
	transition: .2s;
}
#header h1 img:hover{
	opacity: .5;
	transition: .2s;
	}
#header nav{
   margin-left: auto;
	margin-top: 45px;
}

#header .header-btn{
   margin-left: 30px;
	margin-top: 13px;
	background: #000;
	text-align: center;
	height: 36px;
	transition: .5s;
}
#header .header-btn a{
	color: #fff;
	display: block;
	padding:8px 10px 8px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
}
#header .header-btn:hover{
	transition: .5s;
	transform: scale(1.05);
}
#header nav ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
#header nav ul li{
	margin:0 0 0 25px;
	padding:0;
	list-style: none;
}
#header nav ul li a{
	text-decoration: none;
	color: #6b6a6a;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	display: block;	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

#header nav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #d97156;
bottom: -3px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

#header nav ul li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

@media (max-width: 749px) {
.disppc{
	display: none!important;
}
}


@media (max-width: 1300px) {
#header {
  padding:20px 40px;
}
	
#header h1{
	width: 236px;
	height: 55px;
}
#header h1 img{
	width: auto;
	height: 100%;
}
#header .header-btn{
   margin-left: 15px;
	margin-top: 13px;
	background: #000;
	text-align: center;
	height: 34px;
	transition: .5s;
}
#header .header-btn a{
	color: #fff;
	display: block;
	padding:8px 8px 8px 8px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
}
#header .header-btn:hover{
	transition: .5s;
	transform: scale(1.05);
}
#header nav ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
#header nav ul li{
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
}
#header nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	display: block;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
}

@media (min-width: 1001px ) and (max-width: 1299px) {
#header {
  padding:20px 20px;
	  top: -100px;  
}
#header h1{
	width: 236px;
	height: 55px;
	margin: 0 ;
}
#header h1 img{
	width: auto;
	height: 100%;
}

#header nav{
   margin-left: auto;
	margin-top:22px;
}
#header .btn{
   margin-left: 15px;
	margin-top: 13px;
	background: #000;
	text-align: center;
	height: 30px;
	transition: .5s;
}
#header .btn a{
	color: #fff;
	display: block;
	padding:8px 8px 8px 8px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
}
#header .btn:hover{
	transition: .5s;
	transform: scale(1.05);
}
#header nav ul{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
#header nav ul li{
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
}
#header nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 13px;
	line-height: 13px;
	position: relative;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
}


@media (min-width: 750px ) and (max-width: 1000px) {
#header .btn {
    margin-left: 3px;
}
#header .btn a {
    padding: 13px 5px 8px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
}
#header .header-sns {
    margin: 13px 0 0 5px;
    padding: 0;
    width: 90px;
}
.header-sns ul{
	margin:0;
	padding:0;
	}
.header-sns ul li{
	margin:0;
	padding:0;
	list-style: none;
	width: 25px!important;
	height: 25px!important;
	}
#header nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	position: relative;
	display: block;	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
.header-sns ul li img{
	width: 100%;
	height: auto;
	}
	}

@media (max-width: 749px) {
#header {
	padding:0;
	/*top: -136px; */
	top: 0; 
    height: 55px;
	background: inherit;
}
#header h1{
	width: 120px;
	height: auto;
	margin: 0 15px 0 15px;
	line-height: 0;
}
#header h1 img{
	width: 100%;
}
#header.is-show {
  top: 0;
	height: 90px;
}
#header nav ul{
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}
	
#header nav ul li{
	border-top: 1px solid #000;
	width: 100%;
	margin:0;
}
#header nav ul li:last-child{
	border-bottom: 1px solid #000;
	}
#header nav ul li a{
	color: #000;
	padding: 20px;
	font-size: 16px;
}
.sp-menu-title{
    position: absolute;
    top: -8px;
    right: 28px;
	z-index: 999;
	font-size: 20px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
	letter-spacing: 2px;
	}
.hamburger-circle{
width: 40px;
    height: 25px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 5px;
	z-index: 999;
}
.hamburger{
  width: 20px;
  height: 13px;
  position: relative;
  transition: .5s;/* 追記 */
  margin: 0 0 0 10px;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: .5s;/* 追記 */
}
.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
.slide-menu{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	display: none;
  transition: .5s;/* 追記 */
	z-index: 99;
}
.slide-menu h1{
	display: none!important;
	      transition: .3s; 
	}
.slide-menu ul{
	display: none!important;
	      transition: .3s; 
	}
.slide-menu.active{
	height: 100%;
  opacity: 1;
	display: block;
}
	
.hamburger.active{/* 追記 */
  /*transform: rotateY(360deg);*//* 追記 */
}
.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
  opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active h1{
	display: block!important;
	      transition: .3s; 
	}
.slide-menu.active ul{
	display: block!important;
	      transition: .3s; 
	}
.slide-menu.active .btn{
	display: block!important;
	      transition: .3s; 
	}
	#header nav{
		margin-top:0;
	}
.header-sns{
	margin:20px auto 0 auto!important;
	padding:0;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	width:170px!important;
	}
.header-sns div{
	margin:0;
	padding:0;
	list-style: none;
	width: 50px;
	}
.header-sns div img{
	width: 100%;
	height: auto;
	}
}





/****news**********************************************************************************************************************/

#news{
margin: 0 0 100px 0;
    padding: 60px 0;
    background: #fdf6f5;
}
#news .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#news h2{
	margin: 0 0 50px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
}
#news h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
#news dl{
	margin: 0;
	padding:0;
}
#news dl dt{
font-size: 24px;
    line-height: 50px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
	margin: 0;
	padding:0;
}
#news dl dd{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
	margin: 0;
	padding:0;
}

@media (max-width: 749px) {
#news{
	margin: 0 0 20px 0;
    padding: 60px 0 0 0;
}

#news .inner{
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#news h2{
	margin: 0 0 30px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}
#news h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}
#news dl{
	margin: 0;
	padding:0;
}
#news dl dt{
font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
#news dl dd{
font-size: 14px;
    line-height: 26px;
	margin: 0 0 30px 0;
}
}


/****menu**********************************************************************************************************************/

#menu{
	margin: 100px 0;
}
#menu .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#menu h2{
	margin: 0 0 70px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
}
#menu h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

#menu ul{
	margin: 0 100px 50px 100px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#menu ul li{
	width: 260px;
	height: 260px;
	position: relative;
	transition: .2s;
}
#menu ul li:hover{
	opacity: .5;
	transition: .2s;
	transform: scale(1.03);
}
#menu ul li img{
	width: 260px;
	height: 260px;
}
#menu ul li .text{
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top:calc(50% - 35px);
	display: table;

}
#menu ul li .text p{
	display:table-cell;
	vertical-align:middle;
	height: 70px;
}
#menu .link{
	margin: 0 100px 60px 100px;
	text-align: center;
	background: url("../images/menu-link-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% - 200px);
	height: 80px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	transition: .2s;
}
#menu .link:hover{
	opacity: .5;
	transition: .2s;
	transform: scale(1.03);
}
#menu .link a{
	text-decoration: none;
	display: block;
	width: 100%;
}
#menu .link p{
	margin: 0;
	padding: 10px;
	height: 60px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}
#menu .link p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

@media (max-width: 749px) {
#menu{
	margin: 50px 0 20px 0;
}

#menu .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu h2{
	margin: 0 0 30px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}
#menu h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

#menu ul{
	margin: 0 15px 0 15px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#menu ul li{
	margin: 0;
	width: 33%;
	height: auto;
	position: relative;
	transition: .2s;
}
#menu ul li:hover{
	opacity: .5;
	transition: .2s;
}
#menu ul li img{
	width: 100%;
	height: auto;
}
#menu ul li .text{
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	top:inherit;
	bottom:0;
	display: table;

}
#menu ul li .text p{
	display:table-cell;
	vertical-align:middle;
	height: 60px;
}
#menu .link{
	margin: 10px 15px 10px 15px;
	text-align: center;
	background: url("../images/menu-link-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% - 30px);
	transition: .2s;
	height: inherit;
}
#menu .link:hover{
	opacity: .5;
	transition: .2s;
}
#menu .link a{
	text-decoration: none;
	display: block;
	width: 100%;
}
#menu .link p{
	margin: 0;
	padding: 20px 10px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	height: inherit;
}
#menu .link p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
	

}



/****肌下の細胞に美容成分が入っていく**********************************************************************************************************************/

#kika{
	margin: 0 0 80px 0;
}
#kika .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#kika h2{
	background: url("../images/kika-h2-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	margin: 0 0 80px 0;
	padding: 60px 0;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	color: #d97156;
}
#kika h2 span{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 40px;
}

#kika h3{
	padding: 10px;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 30px;
	background: #5d5d5e;
	text-align: center;
}

#kika p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

#kika dl.mondai{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#kika dl.mondai dt{
	padding:5px 8px;
	background: #5d5d5e;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

#kika dl.mondai dd{
	font-size: 16px;
	line-height: 28px;
	margin-left:20px;
}

.kika-arrow{
	width: 68px;
	display: block;
	margin: 20px auto;
	text-align: center;
}
.kaiketsutitle{
	margin: 40px 0 70px 0;
	text-align: center;
}
.kaiketsutitle .text1{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 32px;
	margin: 0 0 5px 0;
	color: #5d5d5e;
}
.kaiketsutitle .text2{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 38px;
	margin: 0 0 10px 0;
	color: #a28213;
}
.kaiketsutitle .text3{
	margin: 0 0 10px 0;
	color: #a28213;

}
.kaiketsutitle .text3 span{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 38px;
	padding: 5px 10px;
	background: #eee8d4;
	display: inline-block;
}
.kaiketsutitle .text4{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #5d5d5e;
}
#kika h4{
	padding: 15px;
	color: #5d5d5e;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 30px;
	background: #f6cdc7;
	text-align: center;
}

#kika dl.kaiketsu{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#kika dl.kaiketsu dt{
	padding:5px 8px;
	background: #d97156;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}

#kika dl.kaiketsu dd{
	font-size: 16px;
	line-height: 28px;
	margin-left:20px;
}
#kika .kika-image{
	display: flex;
	flex-wrap: wrap;
}
#kika .kika-image img{
	width: 330px;
	height: auto;
}
#kika .kika-image p{
	margin: 70px 0 0 50px;
    display: block;
    width: calc(100% - 450px);
}
.rdb{
	font-weight: bold;
	color: #f23c24;
}
.underline{
	text-decoration: underline;
}
.big{
	font-size: 140%;
}

#kika .haigou{
	background: #ffe8d9;
	margin: 60px 30px 30px 30px;
	padding: 50px 50px 30px 50px;;
	border-radius: 20px;
}
#kika .haigou h5{
    margin-top: -70px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
#kika .haigou h6{
	margin: 0 0 30px 0;
	padding:15px 0;
	font-size: 24px;
	line-height: 24px;
	background: #5d5d5e;
	color: #fff;
	text-align: center;
	width: 100%;
} 
#kika .haigou .cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kika .haigou .cont1{
	width: 48%;
}
#kika .haigou .cont1 h7{
	color: #5d5d5d;
	font-size: 26px;
	line-height: 26px;
	background: #ff9e61;
	border-radius:20px;
	text-align: center;
	margin: 0 0 20px 0;
	padding:10px 0;
	width: 100%;
	display: block;
}
#kika .haigou .cont1 p{
	background: #fff;
	color: #5d5d5e;
	padding:30px;
    font-size: 18px;
    line-height: 30px;
	height: 280px;
}
#kika .haigou .cont2{
	width: 48%;
}
#kika .haigou .cont2 h7{
	color: #5d5d5d;
	font-size: 26px;
	line-height: 26px;
	background: #f3afa5;
	border-radius:20px;
	text-align: center;
	margin: 0 0 20px 0;
	padding:10px 0;
	width: 100%;
	display: block;
}
#kika .haigou .cont2 p{
	background: #fff;
	color: #5d5d5e;
	padding:30px;
    font-size: 18px;
    line-height: 30px;
	height: 280px;
}
#kika .haigou h8{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
	width: 100%;
	font-weight: 500;
}


@media (max-width: 749px) {
	
#kika{
	margin: 50px 0 20px 0;
}
#kika .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}
#kika h2{
	background: url("../images/kika-h2-bg.jpg");
	background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center;
	text-align: center;
	width: calc(100% + 40px);
	margin: 0 -20px 30px -20px;
	padding: 20px 0;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	color: #d97156;
}
#kika h2 span{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 24px;
}

#kika h3{
	padding: 5px;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 20px;
	background: #5d5d5e;
	text-align: center;
}

#kika p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}

#kika dl.mondai{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#kika dl.mondai dt{
	padding:5px 8px;
	background: #5d5d5e;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	width:60px;
	height: 18px;
	text-align: center;
}

#kika dl.mondai dd{
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
	width:calc(100% - 100px);
}

.kika-arrow{
	width: 68px;
	display: block;
	margin: 20px auto;
	text-align: center;
}
.kaiketsutitle{
	margin: 40px 0 70px 0;
	text-align: center;
}
.kaiketsutitle .text1{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 5px 0;
	color: #5d5d5e;
}
.kaiketsutitle .text2{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 10px 0;
	color: #a28213;
}
.kaiketsutitle .text3{
	margin: 0 0 10px 0;
	color: #a28213;

}
.kaiketsutitle .text3 span{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 22px;
	padding: 5px 10px;
	background: #eee8d4;
	display: inline-block;
}
.kaiketsutitle .text4{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #5d5d5e;
}
#kika h4{
	margin: 0 0 20px 0;
	padding: 8px;
	color: #5d5d5e;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 22px;
	background: #f6cdc7;
	text-align: center;
}

#kika dl.kaiketsu{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#kika dl.kaiketsu dt{
	padding:5px 8px;
	background: #d97156;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	width:60px;
	height: 18px;
	text-align: center;
}

#kika dl.kaiketsu dd{
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
	width:calc(100% - 100px);
}
#kika .kika-image{
	display: block;
}
#kika .kika-image img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#kika .kika-image p{
	margin: 20px 0 ;
    display: block;
    width: 100%;
}
.rdb{
	font-weight: bold;
	color: #f23c24;
}
.big{
	font-size: 130%;
}

#kika .haigou{
	background: #ffe8d9;
	margin: 30px 0 30px 0;
	padding: 30px 20px 20px 20px;
	border-radius: 20px;
}
#kika .haigou h5{
	margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#kika .haigou h6{
	margin: 0 0 20px 0;
	padding: 8px 0;
	font-size: 16px;
	line-height: 24px;
	background: #5d5d5e;
	color: #fff;
	text-align: center;
	width: 100%;
} 
#kika .haigou .cont{
	display: block;
}
#kika .haigou .cont1{
	width: 100%;
}
#kika .haigou .cont1 h7{
	color: #5d5d5d;
	font-size: 20px;
	line-height: 20px;
	background: #ff9e61;
	border-radius:20px;
	text-align: center;
	margin: 0 0 14px 0;
	padding:10px 0;
	width: 100%;
	display: block;
}
#kika .haigou .cont1 p{
	background: #fff;
	color: #5d5d5e;
	padding:15px;
    font-size: 14px;
    line-height: 24px;
	height: inherit;
}
#kika .haigou .cont2{
	width: 100%;
}
#kika .haigou .cont2 h7{
	color: #5d5d5d;
	font-size: 20px;
	line-height: 20px;
	background: #f3afa5;
	border-radius:20px;
	text-align: center;
	margin: 0 0 14px 0;
	padding:10px 0;
	width: 100%;
	display: block;
}
#kika .haigou .cont2 p{
	background: #fff;
	color: #5d5d5e;
	padding:15px;
    font-size: 14px;
    line-height: 24px;
	height: inherit;
}
#kika .haigou h8{
	margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px;
	font-weight: 500;
	text-align: center;
}
	
}


/****自宅で簡単に美容注射効果**********************************************************************************************************************/

#kantan{
	margin: 0 0 100px 0;
	padding: 60px 0;
	background: #fdf6f5;
}
#kantan .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#kantan .inner .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#kantan .inner .cont .image{
	margin-right:40px;
}
#kantan .inner .cont .text{
}
#kantan .inner .cont .text h2{
	font-size: 28px;
	line-height: 36px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#kantan .inner .cont .text p{
	font-size: 16px;
	line-height: 26px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#kantan .inner .cont .text p span{
	font-size: 16px;
	line-height: 26px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}

@media (max-width: 749px) {
#kantan{
	margin: 0 0 50px 0;
	padding: 15px 0;
	background: #fdf6f5;
}
#kantan .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#kantan .inner .cont{
	display: block;
}
#kantan .inner .cont .image{
	margin: 0 0 20px 0;
}
#kantan .inner .cont .image img{
	width: 100%;
	height: auto;
}
#kantan .inner .cont .text{
}
#kantan .inner .cont .text h2{
	font-size: 22px;
	line-height: 32px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#kantan .inner .cont .text p{
	font-size: 14px;
	line-height: 24px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#kantan .inner .cont .text p span{
	font-size: 14px;
	line-height: 24px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}
}


/****細胞の内側と外側かからよみがえらせる**********************************************************************************************************************/

#saibou{
	margin: 0 0 100px 0;
	padding: 0;
}
#saibou .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#saibou h4{
	margin: 0 0 40px 0;
	padding: 8px;
	color: #5d5d5e;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 22px;
	background: #f6cdc7;
	text-align: center;
}
#saibou p.saibou-intro{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	color: #f23c24;
	text-align: center;
}
.saibou-nano-image{
	margin: 50px auto 80px auto ;
	width: 80%;
	display: block;
}
.saibou-nano-image img{
	width: 100% ;
	height: auto;
}
#saibou h2 {
    background: url(../images/saibou-h2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    margin: 0 0 80px 0;
    padding: 60px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#saibou h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #000;
	text-align: center;
}
#saibou .saibou-nano-image2{
	margin: 50px auto 80px auto ;
	width: 228px;
	display: block;
}
#saibou .saibou-nano-image2 img{
	width: 100%;
	height: auto;
}
#saibou .gaiteki-cont{
	margin: 0 60px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#saibou .gaiteki-cont .kenkou{
	width: 415px;
}
#saibou .gaiteki-cont .kenkou ul{
	list-style: none;
	margin: 20px 0 0 0;
	padding:0;
}
#saibou .gaiteki-cont .kenkou ul li{
	margin: 0 0 5px 0;
	background: url("../images/saibou-kenkou-list-icon.png") no-repeat;
	background-position: 0 5px;
	padding-left: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
#saibou .gaiteki-cont .damage{
	width: 415px;
}
#saibou .gaiteki-cont .damage ul{
	list-style: none;
	margin: 20px 0 0 0;
	padding:0;
}
#saibou .gaiteki-cont .damage ul li{
	margin: 0 0 5px 0;
	background: url("../images/saibou-damage-list-icon.png") no-repeat;
	background-position: 0 5px;
	padding-left: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
#saibou .apploach{
	background: url("../images/apploach-bg.jpg");
	background-repeat: no-repeat;
	position: relative;
}
#saibou .apploach .text{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}

@media (max-width: 749px) {
#saibou{
	margin: 0 0 50px 0;
	padding: 0;
}
#saibou .inner{
	width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#saibou h4{
    margin: 0 0 20px 0;
    padding: 8px;
    color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 22px;
    background: #f6cdc7;
    text-align: center;
}
#saibou p.saibou-intro{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #f23c24;
	text-align: center;
}
.saibou-nano-image{
	margin: 0 auto 50px auto ;
	width: 100%;
	height: auto;
	display: block;
}
.saibou-nano-image img{
	width: 100% ;
	height: auto;
}
#saibou h2 {
background: url(../images/saibou-h2-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#saibou h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #000;
	text-align: center;
}
#saibou .saibou-nano-image2{
	margin: 0 auto 20px auto ;
	width: 30%;
	height: auto;
	display: block;
}
#saibou .saibou-nano-image2 img{
	width: 100%;
	height: auto;
}
#saibou .gaiteki-cont{
	margin: 0 ;
	display: block;
}
#saibou .gaiteki-cont .kenkou{
	width: 100%;
}
#saibou .gaiteki-cont .kenkou img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	display: block;
	}
#saibou .gaiteki-cont .kenkou ul{
	list-style: none;
	margin: 20px 0 40px 0;
	padding:0;
}
#saibou .gaiteki-cont .kenkou ul li{
	margin: 0 0 5px 0;
	background: url("../images/saibou-kenkou-list-icon.png") no-repeat;
	background-position: 0 5px;
	background-size: 18px;
	padding-left: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #000;
}
#saibou .gaiteki-cont .damage{
	width: 100%;
}
#saibou .gaiteki-cont .damage img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	display: block;
	}
#saibou .gaiteki-cont .damage ul{
	list-style: none;
	margin: 20px 0 0 0;
	padding:0;
}
#saibou .gaiteki-cont .damage ul li{
	margin: 0 0 5px 0;
	background: url("../images/saibou-damage-list-icon.png") no-repeat;
	background-position: 0 5px;
	background-size: 18px;
	padding-left: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #000;
}
}

/****両サイドにアプローチ**********************************************************************************************************************/

#approach{
	margin: 0 0 100px 0;
	padding: 0 0 60px 0;
	background-size: cover;
}
#approach .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url("../images/apploach-bg.jpg");
	background-size: cover;
	height: 680px;
	position: relative;
}
#approach .box{
	background-color: rgba(255,255,255,0.8);
    padding: 20px;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 640px;
    height: 560px;
	text-align: center;
}
#approach .box .text1{
	margin: 100px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
}
#approach .box .text2{
    font-size: 30px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #a28213;
}
#approach .box .text2 span{
    font-size: 40px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
}

@media (max-width: 749px) {
#approach{
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	background-size: cover;
}
#approach .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
	background: url("../images/apploach-bg-sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 380px;
	position: relative;
}
#approach .box{
    padding: 15px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 70px);
    height: auto;
	text-align: center;
}
#approach .box .text1{
	margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
}
#approach .box .text2{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #a28213;
}
#approach .box .text2 span{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
}
}


/****5つの美容クリニック処方成分が含まれている**********************************************************************************************************************/

#seibun{
	margin: 0 0 80px 0;
}
#seibun .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#seibun h2 {
    background: url(../images/seibun-h2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    margin: 0 0 80px 0;
    padding: 60px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#seibun h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 34px;
}
#seibun p.tokuchou {
	margin: 30px 0 20px 0;
    font-size: 25px;
    line-height: 42px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
}
#seibun p.tokuchou span{
	margin: 30px 0 0 0;
    font-size: 40px;
    line-height: 52px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
    color: #5d5d5e;
	text-decoration: underline;
}

#seibun p.care {
	margin: 30px 0 50px 0;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
}
#seibun p {
	line-height: 30px;
}

.seibun-images{
	margin:0 0 30px 0;
}

#seibun dl {
	margin: 0 0 30px 0;
	padding: 0;
}

#seibun dl dt{
	margin: 0 0 0 0;
	padding: 5px 15px;
	background: #e29382;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	border: 1px solid #e29382;
	text-align: center;
}
#seibun dl dd{
	margin: 0 ;
	padding: 30px;
	border: 1px solid #000;
	overflow: hidden;
}
#seibun dl dd img.fr{
	float: right;
	margin: 0 0 0 20px;
}
#seibun dl dd p{
	margin: 0 ;
	padding: 0;
	font-size: 18px;
	line-height: 34px;
}
#seibun dl dd p span{
	text-decoration: underline;
}


@media (max-width: 749px) {
#seibun{
	margin: 0 0 30px 0;
	padding: 0;
}
#seibun .inner{
	width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#seibun h2 {
    background: url(../images/seibun-h2-bg-sp.png);
    background-size: auto 100%;
	background-position: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 28px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#seibun h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
}
#seibun p.tokuchou {
	margin: 30px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
}
#seibun p.tokuchou span{
	margin: 30px 0 0 0;
    font-size: 25px;
    line-height: 42px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;
    color: #5d5d5e;
	text-decoration: underline;
}

#seibun p.care {
	margin: 15px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
}
#seibun p {
	font-size: 14px;
	line-height: 24px;
}

.seibun-images{
	margin:0 0 30px 0;
}

#seibun dl {
	margin: 0 0 30px 0;
	padding: 0;
}

#seibun dl dt{
	margin: 0 0 0 0;
	padding: 5px 15px;
	background: #e29382;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	border: 1px solid #e29382;
	text-align: center;
}
#seibun dl dd{
	margin: 0 ;
	padding: 20px;
	border: 1px solid #000;
	overflow: hidden;
}
#seibun dl dd img.fr{
	float: right;
	margin: 0 0 0 20px;
	width: 100%;
	height: auto;
}
#seibun dl dd p{
	margin: 0 ;
	padding: 0;
	font-size: 14px;
	line-height: 28px;
}
#seibun dl dd p span{
	text-decoration: underline;
}
}

/****5つの美容クリニック処方成分が含まれている**********************************************************************************************************************/
#sdscont{
	margin: 80px 0 80px 0;
}
#sdscont .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#sdscont h2 {
    background: url(../images/sds-h2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 60px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#sdscont h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 40px;
}
#sdscont .sds-cont{
	background: url("../images/seibun-sds-cont-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 560px;
	display: table;
	width: 100%;
}
#sdscont .sds-cont p{
    font-size: 34px;
    line-height: 65px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}

@media (max-width: 749px) {
#sdscont{
	margin: 0 0 50px 0;
	padding: 0;
}
#sdscont .inner{
	width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
}
#sdscont h2 {
    background: url(../images/sds-h2-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 28px;
    line-height: 40px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#sdscont h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
}
#sdscont .sds-cont{
	background: url("../images/seibun-sds-cont-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 160px;
	display: table;
	width: 100%;
}
#sdscont .sds-cont p{
    font-size: 20px;
    line-height: 35px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #5d5d5e;
	display: block;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
}



/****自宅で簡単に美容注射効果**********************************************************************************************************************/

#sdsitems{
	margin: 0 0 100px 0;
	padding: 0;
	background: #fdf6f5;
}
#sdsitems .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#sdsitems .inner .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sdsitems .inner .cont .image{
	margin-right:40px;
}
#sdsitems .inner .cont .text{
}
#sdsitems .inner .cont .text p{
	font-size: 20px;
	line-height: 36px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#sdsitems .inner .cont .text p span{
	font-size: 30px;
	line-height: 46px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}

@media (max-width: 749px) {
#sdsitems{
	margin: 0 0 50px 0;
	padding: 15px 0 30px 0;
	background: #fdf6f5;
}
#sdsitems .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#sdsitems .inner .cont{
	display: block;
}
#sdsitems .inner .cont .image{
	margin: 0 0 20px 0;
}
#sdsitems .inner .cont .image img{
	width: 100%;
	height: auto;
}
#sdsitems .inner .cont .text{
}

#sdsitems .inner .cont .text p{
	font-size: 14px;
	line-height: 24px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#sdsitems .inner .cont .text p span{
	font-size: 24px;
	line-height: 34px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}
}



/****アクアポリンが増えると**********************************************************************************************************************/

#aquapolin{
	margin: 0 0 100px 0;
	padding: 0;
}
#aquapolin .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#aquapolin .t1{
	font-size: 34px;
	line-height: 50px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#aquapolin .t2{
	font-size: 24px;
	line-height: 40px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 40px 0;
	text-align: center;
}

#aquapolin .aqua-image{
	overflow: hidden;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
}
#aquapolin .aqua-image img{
	width: 350px;
	height: auto;
	margin: 0 40px 0 0;
}
#aquapolin .aqua-image p{
	width: calc(100% - 390px);
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
}

#aquapolin .t3{
	font-size: 24px;
	line-height: 40px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
#aquapolin .t4{
	font-size: 34px;
	line-height: 50px;
	color: #d3726e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.aqua-image3{
	margin:50px auto 0 auto;
	width: 600px;
	height: auto;
	display: block;
}

.seibun{
	overflow: hidden;
	
}
.seibun h3{
	font-size: 34px;
	line-height: 50px;
	color: #ab7e3a;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 20px 0;

}
.seibun h3 img{
	vertical-align: middle;
	margin-right: 20px;
}

.seibun p{
	margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 34px;
}
.aqua-banner{
	width: 100%;
	height: auto;
	margin: 40px 0;
}

@media (max-width: 749px) {
#aquapolin{
	margin: 0 0 50px 0;
	padding: 0;
}
#aquapolin .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#aquapolin .t1{
font-size: 24px;
    line-height: 40px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#aquapolin .t2{
    font-size: 16px;
    line-height: 28px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 40px 0;
	text-align: center;
}

#aquapolin .aqua-image{
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
}
#aquapolin .aqua-image img{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
#aquapolin .aqua-image p{
	width: 100%;
    margin: 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
}

#aquapolin .t3{
    font-size: 20px;
    line-height: 30px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
#aquapolin .t4{
font-size: 24px;
    line-height: 40px;
	color: #d3726e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.aqua-image3{
	margin:20px auto 0 auto;
	width: 100%;
	height: auto;
	display: block;
}

.seibun{
	overflow: hidden;
	
}
.seibun h3{
	font-size: 22px;
	line-height: 30px;
	color: #ab7e3a;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 20px 0;

}
.seibun h3 img{
	vertical-align: bottom;
	margin-right: 20px;
	width: 70px;
	height: auto;
	display: block;
	float: left;
}

.seibun p{
    margin: 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
	clear: both;
}
.aqua-banner{
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
}
}


/****3つのシンプルステップ**********************************************************************************************************************/

#step-f{
	margin: 80px 0 80px 0;
}
#step-f .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#step-f h2 {
    background: url("../images/step-f-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 60px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#step-f h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 40px;
}
#step-f  .t1{
font-size: 40px;
    line-height: 55px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 70px 0 20px 0;
	text-align: center;
}
#step-f  .t2{
    font-size: 34px;
    line-height: 50px;
	color: #a28213;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 40px 0;
	text-align: center;
}
#step-f  .t3{
font-size: 24px;
    line-height: 40px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 60px 0;
	text-align: center;
}

#step-f  .step-f-image1{
	width:80%;
	margin: 0 auto 30px auto;
	display: block;
}

#step-f  p.star{
	margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 34px;
	width: 80%;
}

#step-f  .price{
	margin: 50px 0;
	text-align: center;
    font-size: 20px;
    line-height: 34px;
}
#step-f  .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#step-f  .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#step-f  .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}

@media (max-width: 749px) {
	
#step-f{
	margin: 0 0 0 0;
}
#step-f .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}
#step-f h2 {
    background: url("../images/step-f-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: right;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#step-f h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
}
	
#step-f  .t1{
    font-size: 26px;
    line-height: 45px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 40px 0 10px 0;
	text-align: center;
}
#step-f  .t2{
    font-size: 18px;
    line-height: 30px;
	color: #a28213;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#step-f  .t3{
font-size: 18px;
    line-height: 30px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0 0 30px 0;
	text-align: center;
}

#step-f  .step-f-image1{
	width: 100%;
	margin: 0 0 15px 0;
	display: block;
}

#step-f  p.star{
	margin: 0 auto 30px auto;
    font-size: 14px;
    line-height: 24px;
	width: 100%;
}

#step-f  .price{
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 18px;
    line-height: 34px;
}
#step-f  .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#step-f  .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#step-f  .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}
}



/****３ステップのプロセス**********************************************************************************************************************/

#process{
	margin: 0 0 100px 0;
	padding: 60px 0 0 0;
	background: #fdf6f5;
}
#process .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#process .inner .cont{
	display: flex;
	justify-content: center;
	align-items: center;
}
#process .inner .cont .image{
	margin-right:40px;
}
#process .inner .cont .text{
}
#process .inner .cont .text h2{
	font-size: 30px;
	line-height: 42px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#process .inner .cont .text p{
	font-size: 18px;
	line-height: 30px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}


@media (max-width: 749px) {
#process{
	margin: 0 0 20px 0;
	padding: 40px 0;
	background: #fdf6f5;
}
#process .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#process .inner .cont{
	display: block;
}
#process .inner .cont .image{
	margin: 0 0 20px 0;
}
#process .inner .cont .image img{
	width: 100%;
	height: auto;
}
#process .inner .cont .text{
}
#process .inner .cont .text h2{
	font-size: 22px;
	line-height: 32px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#process .inner .cont .text p{
	font-size: 14px;
	line-height: 24px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
#process .inner .cont .text p span{
	font-size: 14px;
	line-height: 24px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}
}


/****最後にローションが素早くしみる**********************************************************************************************************************/

#lotion{
	margin: 0 0 100px 0;
	padding: 0;
}
#lotion .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#lotion .inner .cont{
	display: flex;
	justify-content: center;
	align-items: center;
}
#lotion .inner .cont .image{
	margin-right:40px;
    font-size: 18px;
    line-height: 34px;
}
#lotion .inner .cont .image p{
	margin: 0;
    font-size: 16px;
    line-height: 34px;
	display: block;
}
#lotion .inner .cont .text{
}

#lotion .inner .cont .text p{
    font-size: 18px;
    line-height: 54px;
}


@media (max-width: 749px) {
#lotion{
	margin: 0 0 50px 0;
	padding: 0;
}
#lotion .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#lotion .inner .cont{
	display: block;
}
#lotion .inner .cont .image{
	margin: 0 0 20px 0;
}
#lotion .inner .cont .image p{
	font-size: 14px;
	line-height: 24px;
}	
#lotion .inner .cont .image img{
	width: 100%;
	height: auto;
}
#lotion .inner .cont .text{
}

#lotion .inner .cont .text p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
}


/****セラディアント誕生**********************************************************************************************************************/

#tanjyou{
	margin: 0 0 30px 0;
	padding: 30px 0;
	background: #fdf6f5;
}
#tanjyou .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#tanjyou  h2{
	font-size: 43px;
	line-height: 50px;
	color: #a28213;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
	text-shadow:-3px -3px 10px #feeead;
}
#tanjyou  h2 span{
	font-size: 30px;
	line-height: 42px;
	color: #a28213;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#tanjyou p{
	font-size: 22px;
	line-height: 40px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
	text-align: center;
}


@media (max-width: 749px) {
#tanjyou{
	margin: 0 0 20px 0;
	padding: 40px 0;
	background: #fdf6f5;
}
#tanjyou .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}
#tanjyou  h2{
	font-size: 20px;
	line-height: 32px;
	color: #a28213;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#tanjyou p{
	font-size: 18px;
	line-height: 30px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
}

/****toform**********************************************************************************************************************/

#toform  {
	margin: 0 0 0 0;
}
#toform  .price{
	margin:0 0 80px 0;
	text-align: center;
    font-size: 20px;
    line-height: 34px;
}
#toform  .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#toform  .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#toform  .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}

@media (max-width: 749px) {
#toform .price{
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 18px;
    line-height: 34px;
}
#toform .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#toform .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#toform .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}
}



/****ステップ 2**********************************************************************************************************************/

#step-s{
	margin: 0 0 60px 0;
}
#step-s .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#step-s  .step-f-image1{
	width:80%;
	margin: 0 auto 30px auto;
	display: block;
}

#step-s  .price{
	margin: 50px 0;
	text-align: center;
    font-size: 20px;
    line-height: 34px;
}
#step-s  .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#step-s  .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#step-s  .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}

@media (max-width: 749px) {
	
#step-s{
	margin: 0 0 0 0;
}
#step-s .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
	}

#step-s  .step-f-image1{
	width: 100%;
	margin: 0 0 15px 0;
	display: block;
}

#step-s  .price{
	margin: 0 0 50px 0;
	text-align: center;
    font-size: 18px;
    line-height: 34px;
}
#step-s  .price .button{
	text-align: center;
	background: url("../images/step-button-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#step-s  .price .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#step-s  .price .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}
}



/****パウチセット**********************************************************************************************************************/

#pouchsdet{
	margin: 0 0 100px 0;
	padding: 0;
	background: #fdf6f5;
}
#pouchsdet .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#pouchsdet .inner .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pouchsdet .inner .cont .image{
	margin-right:40px;
}
#pouchsdet .inner .cont .text{
}
#pouchsdet .inner .cont .text h2{
    font-size: 30px;
    line-height: 42px;
    color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 20px 0 20px 0;
}
#pouchsdet .inner .cont .text p{
	font-size: 18px;
	line-height: 32px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#pouchsdet .inner .cont .text p span{
	font-size: 30px;
	line-height: 46px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}
#pouchsdet .button{
	text-align: center;
	background: url("../images/step-button-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	height: 43px;
	margin: 15px auto;
	padding: 10px 0;
	transition: .3s;
}
#pouchsdet .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#pouchsdet .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}

@media (max-width: 749px) {
#pouchsdet{
	margin: 0 0 50px 0;
	padding: 20px 15px;
	background: #fdf6f5;
}
#pouchsdet .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}

#pouchsdet .inner .cont{
	display: block;
}
#pouchsdet .inner .cont .image{
	margin: 0 0 20px 0;
}
#pouchsdet .inner .cont .image img{
	width: 100%;
	height: auto;
}
#pouchsdet .inner .cont .text{
}
#pouchsdet .inner .cont .text h2{
    font-size: 20px;
    line-height: 32px;
    color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 20px 0 20px 0;
}
#pouchsdet .inner .cont .text p{
	font-size: 14px;
	line-height: 24px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	margin: 0;
}
#pouchsdet .inner .cont .text p span{
	font-size: 24px;
	line-height: 34px;
	color: #a0402c;
    font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
}
#pouchsdet .button{
	text-align: center;
	background: url("../images/step-button-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 260px;
	margin: 15px auto 0 auto;
	padding: 5px 0;
	transition: .3s;
}
#pouchsdet .button:hover{
	transition: .3s;
	transform: scale(1.1);
}
#pouchsdet .button a{
	color: #7e7c7c;
	text-decoration: none;
	display: block;
}
}


/****なぜ韓国製造を選んだか**********************************************************************************************************************/

#why{
	margin: 0 0 80px 0;
}
#why .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#why h2 {
    background: url("../images/why-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 80px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#why h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 40px;
}

#why dl{
	margin: 0 0 30px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}
#why dl dt{
	margin: 0 40px 0 0;
	padding: 0;
	width: 400px;
}
#why dl dd{
	margin: 0;
	padding: 0;
	width: calc(100% - 440px);
}

#why dl dd p{
	margin: 0;
    font-size: 16px;
    line-height: 34px;
}

@media (max-width: 749px) {
	
#why{
	margin: 0 0 30px 0;
}
#why .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}
#why h2 {
    background: url("../images/why-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#why h2 span{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
}
#why dl{
	margin: 30px 0;
	padding: 0;
	display: block;
}
#why dl dt{
	margin: 0 auto 20px auto;
	padding: 0;
	width: 240px;
}
#why dl dd{
	margin: 0;
	padding: 0;
	width: 100%;
}

#why dl dd p{
	margin: 0;
    font-size: 14px;
    line-height: 24px;
}
}


/****安心・安全の6つの無添加**********************************************************************************************************************/

#mutenka{
	margin: 80px 0 80px 0;
}
#mutenka .inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#mutenka h2 {
    background: url("../images/mutenka-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 50px 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#mutenka .mutenka-image1{
	width:70%;
	margin: 50px auto 50px auto;
	display: block;
}
#mutenka .t1 {
	font-size: 30px;
	line-height: 42px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: center;
}
#mutenka .mutenka-image2{
	width:80%;
	margin: 0 auto 50px auto;
	display: block;
}
#mutenka .t2 {
	font-size: 28px;
	line-height: 42px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#mutenka .t2 span{
	font-size: 28px;
	line-height: 52px;
	color: #bc7b6f;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#mutenka .kochira {
	background: #d2e3e6;
	padding:30px;
	text-align: center;
	width: 200px;
	margin: 40px auto;
	font-size: 20px;
	line-height: 30px;
	color: #5d5d5e;
}
#mutenka .kochira a{
	color: #5d5d5e;
	text-decoration: none;
}

.seibunhyou{
	margin:0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center; 
}
.seibun-link{

}
.seibunhyou a{
	color: #000;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 30%;
	margin: 15px;
	padding: 20px 0px;
}
.seibunhyou a img{
	width: 100%;
	height: auto;
}
.seibunhyou a h3{
    font-size: 16px;
    line-height: 26px;
}
	
@media (max-width: 749px) {
	
#mutenka{
	margin: 0 0 0 0;
}
#mutenka .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px;
}
#mutenka h2 {
    background: url("../images/mutenka-h2-bg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px 30px -20px;
    padding: 20px 0;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #d97156;
}
#mutenka .mutenka-image1{
	width:100%;
	margin: 0 auto 30px auto;
	display: block;
}
#mutenka .t1 {
	font-size: 18px;
	line-height: 32px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: center;
}
#mutenka .mutenka-image2{
	width:100%;
	margin: 0 auto 30px auto;
	display: block;
}
#mutenka .t2 {
	font-size: 16px;
	line-height: 30px;
	color: #5d5d5e;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#mutenka .t2 span{
	font-size: 16px;
	line-height: 30px;
	color: #bc7b6f;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#mutenka .kochira {
	background: #d2e3e6;
	padding:15px 20px;
	text-align: center;
	width: 200px;
	margin: 40px auto;
	font-size: 16px;
	line-height:28px;
	color: #5d5d5e;
}
#mutenka .kochira a{
	color: #5d5d5e;
	text-decoration: none;
}
	
.seibunhyou{
	margin:30px 0;
	display: block;
	flex-wrap: nowrap;
	 justify-content: space-between; 
}
.seibunhyou a{
	color: #000;
    font-size: 11px;
    line-height: 22px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 15px 5px;
	padding: 20px 0px;
}
.seibunhyou a h3{
	margin: 0!important;
    font-size: 16px!important;
    line-height: 26px!important;
}
.seibun-link{
width: inherit;
}

}








/* =====================
  各コンテンツのふわっとする表示
===================== */



.offs .effect {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

/*以下、遅延の設定*/

.offs .delay-0 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
	
}
.ons .delay-0 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2.0s ease;
  transition: all 2.0s ease;
}


.ons .delay-1 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ons .delay-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5;
}

.ons .delay-3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ons .delay-4 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.ons .delay-5 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.ons .delay-6 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}	


.offs .fw-1 {
	transform: scale(0.1);
}

.offs .fw-2 {
	transform: scale(0.1);
}

.offs .fw-3 {
	transform: scale(0.1);
}
.offs .fw-4 {
	transform: scale(0.1);
}
.offs .fw-5 {
	transform: scale(0.1);
}
.offs .fw-6 {
	transform: scale(0.1);
}

.ons .fw-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
    top: -250px;
    left: -210px;
	transform: scale(0.5);
	width:800px;
	height:800px;
}

.ons .fw-2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5;
  position: absolute;
	top: 130px;
    right: -300px;
	transform: scale(0.5);
	width:660px;
	height:660px;
}

.ons .fw-3 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  position: absolute;
    top: 190px;
    left: -280px;
	transform: scale(0.5);
	width:600px;
	height:600px;
}

.ons .fw-4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8;
  position: absolute;
    top: -140px;
    right: -350px;
	transform: scale(0.5);
	width:630px;
	height:630px;
}

.ons .fw-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  position: absolute;
	top: 130px;
    left: -120px;
	transform: scale(0.5);
	width:330px;
	height:330px;
}

.ons .fw-6 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5;
  position: absolute;
    top: 150px;
    right: -40px;
	transform: scale(0.5);
	width:300px;
	height:300px;
}

@media (max-width: 749px) {

.ons .fw-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  position: absolute;
    top: -180px;
    left: -160px;
    transform: scale(0.5);
    width: 400px;
    height: 400px;
}

.ons .fw-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2;
  position: absolute;
    top: 150px;
    right: -140px;
	transform: scale(0.5);
	width:330px;
	height:330px;
}

.ons .fw-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
	top: -30px;
    left: -250px;
    transform: scale(0.5);
    width: 500px;
    height: 500px;
}

.ons .fw-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4;
  position: absolute;
    top: -70px;
    right: -110px;
    transform: scale(0.5);
    width: 310px;
    height: 310px;
}

.ons .fw-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
    top: 20px;
    left: -70px;
    transform: scale(0.5);
    width: 220px;
    height: 220px;
}

.ons .fw-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6;
  position: absolute;
    top: 150px;
    right: -40px;
	transform: scale(0.5);
	width:150px;
	height: 150px;
}
}


/****footer**********************************************************************************************************************/

footer {
  background: #fdf6f5;
  padding: 40px 0 0 0; 

}
footer .inner{
	width: 1120px;
	margin: 0 auto;
	padding: 4px 0 40px 0;
	display: flex;
	flex-wrap: wrap;
}
footer .logo{
	width: 80px;
	margin: 0 90px 0 0;
}
footer nav{
	display: flex;
	flex-wrap: wrap;
	 justify-content:flex-start; 
	list-style: none;
	margin: 0;
	padding: 0;
}
footer nav ul{
	list-style: none;
	margin: 0 90px 0 0;
	padding: 0;
}

footer nav ul li{
	margin:0 0 5px 0;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
footer nav ul li a{
	color: #000;
	text-decoration: none;
}
footer .sns{
	width: 200px;
	margin: 0;
	margin-left: auto;
}
footer .sns .title{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
footer .sns ul{
	margin: 0 20px ;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	 justify-content:space-around; 
	list-style: none;
}
footer .sns ul li{
	width: 40px;
}
@media (max-width: 749px) {
footer {
  padding: 40px 0 ; 
}
footer .inner{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
footer .logo{
	width: 80px;
	margin: 0 auto 20px auto;
}
footer nav{
	display: block;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
footer nav ul{
	list-style: none;
	margin: 0 20px 0 20px;
	padding: 0;
}

footer nav ul li{
	margin:0 0 5px 0;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
}
footer nav ul li a{
	color: #000;
	text-decoration: none;
}
footer nav ul:last-child{
	clear: both;
	}
footer .sns{
	width: 50%;
	padding: 0 25%;
	margin-left: inherit;
	display: block;
}
footer .sns .title{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	border-bottom: 2px solid #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
footer .sns ul{
	margin: 0 20px ;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	 justify-content:space-around; 
	list-style: none;
}
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #72C7CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


