@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Hammersmith+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');
/*
	font-family: 'Shippori Mincho', serif;
*/

*{
	margin:0px;
	padding:0px;
}

body{
    font-size:18px;
    line-height:1.9;
    color:#000;
	font-family: "ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro W6,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
}

br.end{
	clear:both;
}

img{
	max-width:100%;
}
#iyashi{
	font-size: 18px;
}
#iyashi a{
	color:#000;
	text-decoration:none;
}

#iyashi .italic{
 font-style: italic; }

#iyashi .shippori{
	font-family: 'Shippori Mincho', serif;
}

#iyashi .comm_conts{
	width: 95%;
	max-width: 1000px;
	margin: 120px auto 0;
}

#iyashi #iyashi_header{
	text-align:center;
	position: fixed;
	right: 0;
	z-index: 99999 !important;
	width: 100%;
	/*background: #fff;*/
	background: #1D4C7A;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 90px;
}

#iyashi #iyashi_header h1{
	position: absolute;
	left: 5%;
	line-height: 0;
	width: 10%;
	max-width: 135px;
}

#iyashi #iyashi_header ul{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	letter-spacing: 0.15em;
	font-size: 16px;
	margin-right: 2%;
}

#iyashi #iyashi_header ul li{
	margin: 0 15px;
}


/*-------
看板
-----------------------*/

#iyashi .hero{
	background: #1D4C7A;
	line-height: 0;
	padding: 180px 0 80px;
}


/*-------
看板下ボタン
-----------------------*/

#iyashi .btn_item{
	width:100%;
	max-width:1000px;
	margin:80px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#iyashi .btn_item #frame{
	width: 100%;
	margin: 0 auto 80px;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 2.5;
	position: relative;
	letter-spacing: 6px;
}

#iyashi .btn_item #frame:before{
	content: url("../../img/lp/senketsu/frame-l.jpg");
	position: absolute;
	left: 0;
}

#iyashi .btn_item #frame:after{
	content: url("../../img/lp/senketsu/frame-r.jpg");
	position: absolute;
	right: 0;
}

#iyashi .btn_item #frame .text{
	width: 90%;
	margin: auto;
	display: none;
}

#iyashi .btn_item .box{
	width:48%;
	max-width:480px;
	margin-bottom:70px;
	background: #F9F6ED;
	padding-bottom:40px;
	box-sizing: border-box;
	text-align: center;
}

#iyashi .btn_item .box h2{
	font-size: 26px;
	background: #A0C7AD;
	padding: 10px 0;
	margin-bottom: 50px;
}

#iyashi .btn_item .box:last-child h2{
	background: #AFBDC9;
}

#iyashi .btn_item .box dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	max-width: 350px;
	margin: 0 auto 30px;
}

#iyashi .btn_item .box dt{
	width: 18%;
}

#iyashi .btn_item .box dd{
	width: 68%;
}

#iyashi .btn_item .box dd p{
	width: 95%;
	margin:15px auto 0;
	background: #A0C7AD;
	padding: 5px 0;
}

#iyashi .btn_item .box:last-child dd p{
	background: #AFBDC9;
}

#iyashi .btn_item .box .text p{
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 2;
}

#iyashi .btn_item .box p.btn{
	letter-spacing:2px;
	font-size: 18px;
	width: 90%;
	max-width:320px;
	background: #fff;
	margin:35px auto 0;
}


#iyashi .btn_item .box p.btn a{
	display:block;
	padding:5px 0 8px;
	margin:0 auto;
}




@media only screen and (max-width: 1050px){
	#nav-drawer {
	  display: none !important;
	}
}

@media only screen and (max-width: 760px) { 
	#iyashi {
	  font-size: 16px;
	}
	#iyashi #iyashi_header{
		display: none;
	}
	#nav-drawer {
	  display: block !important;
	}
	#iyashi .hero{
	padding: 20px 0 30px;
	}
	#iyashi .btn_item #frame{
		font-size: 20px;
	}
	#iyashi .btn_item .box{
		margin-bottom: 40px;
	}
	#iyashi .btn_item .box h2 {
	  font-size: 22px;
	}
	#iyashi .btn_item .box dl{
		margin-bottom: 20px;
	}
	#iyashi .btn_item .box dd p{
		font-size: 15px;
	}
	#iyashi .btn_item .box .text p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) { 
	#iyashi .comm_conts{
		width: 90%;
	}
	#iyashi .btn_item{
		display: block;
	}
	#iyashi .btn_item #frame {
	  font-size: 14px;
	}
	#iyashi .btn_item #frame:before,
	#iyashi .btn_item #frame:after{
		top: -20px;
	}
	#iyashi .btn_item .box{
		width: 90%;
		max-width: none;
		margin: 0 auto 40px;
	}
	
}

@media only screen and (max-width: 460px) { 
	#iyashi .comm_conts{
		width: 90%;
		margin: 80px auto 0;
	}
	#iyashi .btn_item{
		margin-top: 30px;
	}
	#iyashi .btn_item #frame{
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		margin:0px auto 60px;
		/*line-height: 1.8;
		font-size: 12px;
		margin-bottom: 120px;
		letter-spacing: 3px;
		padding-bottom: 50px;*/
	}
	#iyashi .btn_item #frame .text{
		display: block;
	}
	#iyashi .btn_item #frame p{
		display: none;
	}
#iyashi .btn_item #frame:before{
	content: "";
}

#iyashi .btn_item #frame:after{
	content: "";
}

}










/*-------
コンテンツ
-----------------------*/
#iyashi .iyashi_contents{
	width:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0c7ad+0,ffffff+14&0.2+0,1+100 */
background: -moz-linear-gradient(top,  rgba(160,199,173,0.2) 0%, rgba(255,255,255,0.31) 14%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(160,199,173,0.2) 0%,rgba(255,255,255,0.31) 14%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(160,199,173,0.2) 0%,rgba(255,255,255,0.31) 14%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a0c7ad', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 80px;
}

#iyashi .iyashi_contents h2{
	font-size: 31px;
	color: #467756;
}

#iyashi .iyashi_contents .logo p{
	margin: 15px 0;
}

#iyashi .iyashi_contents .logo p span{
	background: #fff;
	padding: 10px;
}

#iyashi .iyashi_contents .intro{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 680px;
	width: 90%;
	margin: 50px auto 0;
}

#iyashi .iyashi_contents .intro dl{
	width: 70%;
	font-size: 20px;
}

#iyashi .iyashi_contents .intro dt{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#iyashi .iyashi_contents .intro dd{
	margin-top: 30px;
}

#iyashi .iyashi_contents .intro p{
	width: 25%;
}

#iyashi .iyashi_contents .intro p span{
	display: block;
	letter-spacing: 2px;
}

#iyashi .iyashi_contents .point h2 br{
	display: none;
}
#iyashi .iyashi_contents .point .inner{
	margin: 40px auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}
#iyashi .iyashi_contents .point .inner:nth-of-type(2),
#iyashi .iyashi_contents .point .inner:nth-of-type(4){
	flex-direction: row-reverse;
}

#iyashi .iyashi_contents .point .inner .image{
	width: 42%;
}

#iyashi .iyashi_contents .point .inner dl{
	width: 55%;
	text-align: left;
}


#iyashi .iyashi_contents .point .inner dd span{
	background: linear-gradient(rgba(255,255,255,0) 70%, #F4CAC0 0%);
}

#iyashi .iyashi_contents .point #clean{
	background: #ECF4EF;
	display: flex;
	justify-content: space-between;
	padding: 5%;
	margin-bottom: 80px;
}

#iyashi .iyashi_contents .point #clean dl{
	width:45%;
}

#iyashi .iyashi_contents .point #clean dl dt{
	font-size: 24px;
}

#iyashi .iyashi_contents .point #clean dl dt br{
	display: none;
}


#iyashi .iyashi_contents .point #clean dl dt img{
	margin: 25px 0 15px;
}

#iyashi .iyashi_contents .point #clean dl dd{
	text-align: left;
}

#iyashi .iyashi_contents .point #clean dl dd span{
	color: #fff;
	background: #DB4E2E;
	padding: 2px 5px 1px 10px;
}


#iyashi .iyashi_contents .howto{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#iyashi .iyashi_contents .howto h2{
	width: 100%;
	margin-bottom: 40px;
}

#iyashi .iyashi_contents .howto .box{
	width: 48%;
	border: 1px solid #A0C7AD;
}

#iyashi .iyashi_contents .howto .box h3{
	background: #A0C7AD;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 30px;
}

#iyashi .iyashi_contents .howto .box ul{
	width: 90%;
	margin: 0 auto 20px;
}

#iyashi .iyashi_contents .howto .box ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	font-size: 15px;
}

#iyashi .iyashi_contents .howto .box ul li:first-child p:last-child{
	background: url("../../img/lp/senketsu/arrow.png") no-repeat 55% 92%;
}

/*#iyashi .iyashi_contents .howto .box ul li:first-child p:last-child:after{
	content: url("../../img/lp/senketsu/arrow.png");
	display: block;
	position: absolute;
	bottom: 4%;
	right: 15%;
}*/

#iyashi .iyashi_contents .howto .box ul li p{
	width: 47%;
	text-align: left;
	line-height: 1.6;
}

#iyashi .iyashi_contents .howto .att{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
}

#iyashi .iyashi_contents .howto .index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}

#iyashi .iyashi_contents .howto .index ul{
	width: 68%;
	text-align: left;
}

#iyashi .iyashi_contents .howto .index .image{
	width: 25%;
}

#iyashi .iyashi_contents .howto .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

#iyashi .iyashi_contents .howto .inner dl{
	width: 32%;
	max-width: 307px;
}

#iyashi .iyashi_contents .howto .inner dl dd{
	text-align: left;
	width: 90%;
	margin-left: 10%;
}

#iyashi .iyashi_contents .howto .inner dl dd p{
	font-size: 22px;
}

#iyashi .iyashi_contents .howto .inner dl dd span{
	background: linear-gradient(rgba(255,255,255,0) 55%, #F4CAC0 0%);
	font-size: 16px;
}




#iyashi .iyashi_contents .movie{
	background: rgba(160,199,173,0.2);
	padding: 60px 0;
	margin-top: 120px;
}

#iyashi .iyashi_contents .movie #person{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 700px;
	margin: 40px auto 50px;
}

#iyashi .iyashi_contents .movie #person dt{
	width: 23%;
}

#iyashi .iyashi_contents .movie #person dd{
	width: 72%;
	text-align: left;
}

#iyashi .iyashi_contents .movie iframe{
	width: 90%;
	max-width: 800px;
	height: 520px;
	margin: auto
}





#iyashi .iyashi_contents .voice{
	margin-top: 80px;
}

#iyashi .iyashi_contents .voice .index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#iyashi .iyashi_contents .voice .index dl{
	width: 52%;
	text-align: left;
}

#iyashi .iyashi_contents .voice .index dd{
	margin-top: 25px;
}

#iyashi .iyashi_contents .voice .index p{
	width: 42%;
}

#iyashi .iyashi_contents .voice .kuchikomi h2 span{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

#iyashi .iyashi_contents .voice .kuchikomi h2 span:before,
#iyashi .iyashi_contents .voice .kuchikomi h2 span:after{
	content: "＼";
	color: #467756;
	font-size: 30px;
	margin-right: 15px;
}

#iyashi .iyashi_contents .voice .kuchikomi h2 span:after{
	content: "／";
	margin-left: 15px;
}


#iyashi .iyashi_contents .voice .kuchikomi ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin: 20px auto 80px;
	background: url("../../img/lp/senketsu/voice-bg.png") no-repeat bottom right;
}

#iyashi .iyashi_contents .voice .kuchikomi ul li{
	width: 32%;
	border: 1px solid #A0C7AD;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 2%;
	background: #fff;
}

#iyashi .iyashi_contents .voice .kuchikomi ul:after{
	content: "";
	width: 32%;
}

#iyashi .iyashi_contents .scene h2{
	margin-bottom: 30px;
}

#iyashi .iyashi_contents .scene p{
	margin-bottom: 15px;
}

#iyashi .iyashi_contents .scene p br{
 	display: none;
}

#iyashi .iyashi_contents .scene img{
	margin-top: 50px;
}

#iyashi .iyashi_contents .detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#iyashi .iyashi_contents .detail .inner{
	width: 47%;
	margin: auto;
}

#iyashi .iyashi_contents .detail .inner h3{
	font-size: 18px;
}

#iyashi .iyashi_contents .detail .inner h3 br{
	display: none;
}
#iyashi .iyashi_contents .detail .inner h3 span{
	font-size: 24px;
	display: block;
}

#iyashi .iyashi_contents .detail .inner dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

#iyashi .iyashi_contents .detail .inner dl dt{
	width: 27%;
}

#iyashi .iyashi_contents .detail .inner dl dd{
	width: 66%;
	text-align: left;
	font-size: 14px;
}

#iyashi .iyashi_contents .detail .inner dl dd p{
	margin-bottom: 20px;
}





#iyashi .iyashi_contents:nth-child(8){
	width:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0c7ad+0,ffffff+14&0.2+0,1+100 */
background: -moz-linear-gradient(top,  rgba(175,189,201,0.2) 0%, rgba(255,255,255,0.31) 14%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(175,189,201,0.2) 0%,rgba(255,255,255,0.31) 14%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(175,189,201,0.2) 0%,rgba(255,255,255,0.31) 14%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AFBDC9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 80px;
	margin-top: 120px;
}

#iyashi .iyashi_contents:nth-child(8) h2{
	color: #557391;
}








@media only screen and (max-width: 860px){
	#iyashi .iyashi_contents .detail .inner h3 br{
		display: block;
	}



}





@media only screen and (max-width: 760px) { 
	#iyashi .iyashi_contents h2 {
	  font-size: 27px;
	}
	#iyashi .iyashi_contents .intro p{
		width: 28%;
	}

	#iyashi .iyashi_contents .intro dl{
		width: 70%;
	}
	#iyashi .iyashi_contents .intro{
		width: 90%;
	}
	#iyashi .iyashi_contents .intro dd {
	  font-size: 18px;
	}
	#iyashi .iyashi_contents .point #clean dl dt{
		font-size: 20px;
	}
	#iyashi .iyashi_contents .point #clean dl dt br{
		display: block;
	}
	#iyashi .iyashi_contents .point #clean dl dd{
		font-size: 15px;
	}
	#iyashi .iyashi_contents .howto h2{
		margin-bottom: 20px;
	}
	#iyashi .iyashi_contents .howto .box {
	  width: 49%;
	}
	#iyashi .iyashi_contents .howto .box ul li p {
		width: 48%;
		line-height: 1.5;
		font-size: 13px;
	}
	#iyashi .iyashi_contents .howto .box ul li:first-child p:last-child{
		background-size: 50%;
	}
	#iyashi .iyashi_contents .scene p br{
		display: block;
	}
	#iyashi .iyashi_contents .detail{
		display: block;
	}
	#iyashi .iyashi_contents .detail .inner{
		width: 100%;
		margin-bottom: 50px;
	}
	#iyashi .iyashi_contents .detail .inner dl{
		margin-top: 10px;
	}
	#iyashi .iyashi_contents .detail .inner h3 br {
	  display: none;
	}
	#iyashi .iyashi_contents .howto .index ul {
	  width: 70%;
	  font-size: 15px;
	}
	#iyashi .iyashi_contents .howto .inner dl dd {
	  font-size: 15px;
	}
	#iyashi .iyashi_contents .howto .inner dl dd p {
	  font-size: 18px;
	  line-height: 1.6;
	}
	#iyashi .iyashi_contents .howto .inner dl dd span {
	  font-size: 13px;
	}


}

@media only screen and (max-width: 640px) { 
	#iyashi .iyashi_contents h2 {
	  font-size: 21px;
	}
	#iyashi .iyashi_contents .intro{
		display: block;
	}
	#iyashi .iyashi_contents .intro p {
	  width: 60%;
	  margin: 0 auto 30px;
	}
	#iyashi .iyashi_contents .intro dl {
	  width: 100%;
	  margin-bottom: 30px;
	}
	#iyashi .iyashi_contents .point h2 br{
		display: block;
	}
	#iyashi .iyashi_contents .point .inner{
		display: block;
	}
	#iyashi .iyashi_contents .point .inner .image {
	  width: 60%;
	  margin: 0 auto 20px;
	}
	#iyashi .iyashi_contents .point .inner dl {
	  width: 100%;
	  margin: auto;
	}
	#iyashi .iyashi_contents .point #clean{
		display: block;
		padding-top: 50px;
	}

	#iyashi .iyashi_contents .point #clean dl {
	  width: 100%;
	  margin-bottom: 70px;
	}

	#iyashi .iyashi_contents .point #clean dl dt{
		width: 100%;
	}
	#iyashi .iyashi_contents .point #clean dl dt br {
	  display: none;
	}

	#iyashi .iyashi_contents .point #clean dl dd{
		width: 100%;
	}
	#iyashi .iyashi_contents .howto{
		display: block;
	}
	#iyashi .iyashi_contents .howto .box {
	  width: 100%;
	  margin-bottom: 30px;
	}
	#iyashi .iyashi_contents .howto .index ul{
		font-size: 13px;
	}
	#iyashi .iyashi_contents .howto .inner{
		display: block;
	}
	#iyashi .iyashi_contents .howto .inner dl {
	  width: 100%;
	  max-width: none;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 30px;
	}
	#iyashi .iyashi_contents .howto .inner dt{
		width: 40%;
	}
	#iyashi .iyashi_contents .howto .inner dl dd{
		width: 55%;
		margin-left: auto;
	}



	#iyashi .iyashi_contents .voice .index{
		display: block;
	}
	#iyashi .iyashi_contents .voice .index dl {
	  width: 100%;
	}
	#iyashi .iyashi_contents .voice .index p {
	  width: 80%;
	  margin: 30px auto 0;
	}
	#iyashi .iyashi_contents .voice .kuchikomi h2 span {
	  font-size: 13px;
	}
	#iyashi .iyashi_contents .voice .kuchikomi h2 span::before{
	  margin-right: 5px;
	  font-size: 25px;
	}
	#iyashi .iyashi_contents .voice .kuchikomi h2 span::after {
	  margin: 0 0 0 5px;
	  font-size: 25px;
	}
}







@media only screen and (max-width: 460px) { 
#iyashi .iyashi_contents .point #clean dl dt {
  font-size: 19px;
}
#iyashi .iyashi_contents .movie #person dt {
  width: 35%;
}
#iyashi .iyashi_contents .movie #person dd {
  width: 63%;
  font-size: 13px;
}

#iyashi .iyashi_contents .movie iframe {
  height: 235px;
}
#iyashi .iyashi_contents .scene p br {
  display: none;
}
#iyashi .iyashi_contents .detail .inner h3 {
  font-size: 15px;
}
#iyashi .iyashi_contents .detail .inner dl dd {
  font-size: 12px;
}
#iyashi .iyashi_contents .point h2 br {
  display: none;
}
#iyashi .iyashi_contents .howto .index{
	display: block;
}
#iyashi .iyashi_contents .howto .index ul {
  width: 100%;
}
#iyashi .iyashi_contents .howto .index .image {
  width: 50%;
  margin: 30px auto 0;
}
#iyashi .iyashi_contents .howto .inner dl{
	align-items: start;
}

}







#iyashi .lineup{
	max-width: 850px;
	margin: 120px auto 0;
}

#iyashi .lineup h2{
	font-size: 34px;
	margin-bottom: 60px;
}

#iyashi .lineup .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#iyashi .lineup .inner .box{
	width: 32%;
}
#iyashi .lineup .inner .box img{
	max-height: 300px;
}

#iyashi .lineup .inner .box dl{
	margin-top: 30px;
}

#iyashi .lineup .inner .box dt p{
	font-size: 24px;
	margin: 5px 0 15px;
}

#iyashi .lineup .inner .box dd{
	font-size: 14px;
}


@media only screen and (max-width: 810px) { 

	#iyashi .lineup{
		width: 90%;
	}
	#iyashi .lineup .inner .box dt {
	  font-size: 14px;
	}
	#iyashi .lineup .inner .box dt p {
	  font-size: 20px;
	}
	#iyashi .lineup .inner .box dd {
	  font-size: 12px;
	}
	#iyashi .lineup .inner .box dd p {
	  font-size: 16px;
	}
	#iyashi .lineup .inner .box img{
	max-height: 235px;
}
}

@media only screen and (max-width: 640px) { 
	#iyashi .lineup .inner{
		display: block;
	}
	#iyashi .lineup .inner .box {
	  width: 100%;
	  display: flex;
	  margin-bottom: 50px;
	  align-items: center;
	  justify-content: center;
	}

	#iyashi .lineup .inner .box dl{
		width: 65%;
	}
}

@media only screen and (max-width: 460px) { 
	#iyashi .lineup .inner .box {
	  justify-content: space-between;
	}
}















#iyashi #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#footer_fix{
	position:fixed;
	right:10px;
	bottom:20px;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	max-width:280px;
	width:100%;
	margin:auto;
}

#iyashi #contact{
	background-color:#ABABAB;
	display:inline-block;
	width:38%;
}

#iyashi #contact a{
	color:#fff;
	/* background-image:url(../../img/lp/nadel2/arrow.png) !important;
	background-size:20px !important;
	background:no-repeat;
	background-position:right; */
	padding:15px 0;
	display:block;
	position: relative;
}

#iyashi #contact a:after,
#iyashi #pro a:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right:10px;
  margin-top: -5px;
}



#iyashi #pro{
	background-color:#95A5A6;
	display:inline-block;
	width:60%;
}

#iyashi #pro a{
	color:#fff;
	padding:15px 0;
	display:block;
	position: relative;
}



#iyashi #footer{
	width:100%;
	height:auto;
	padding:50px 0 0 0;
	text-align:center;
}





#iyashi .site-header{
    display: flex;
    position: fixed;
    justify-content: space-between  !important;
    transition: .5s;
    width: 100%;
	z-index:99999999;
	top:0px;
	padding:20px 0 50px 0;

}

#iyashi .site-header.transform{
	background-color:rgba(255,255,255,0.7);
}

#iyashi #header img{
    margin-top: 18px;
    height: 33px;
}

#iyashi .site-header ul{
	position:absolute;
	right:0px;
}

#iyashi .site-header ul li{
	display:inline-block;
	list-style:none;
	font-size:18px;
	letter-spacing:0.15em;
	z-index:99999 !important;
	margin:0 20px;
}

#iyashi #footer .logo{
	margin:130px auto;
	font-size: 100px;
}


#iyashi #footer #copyright{
	letter-spacing:0.15em;
	font-size:12px;
}


#iyashi #jewel_logo{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#ccc;
	padding:20px 0;
	margin-top:20px;
	margin-bottom:-50px !important;
}

#iyashi #jewel_logo img{
	height:40px;
}



@media only screen and (max-width: 1050px) { 

#iyashi #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#iyashi #pagetop img{
	height:120px;
}



#iyashi #footer{
	padding-bottom:100px;
}


#iyashi #footer .navi ul li{
	display:block;
	font-size:15px;
	margin: 20px 0px;

}

#iyashi #header ul{/*ヘッダーナビ*/
	position:fixed;
	top:20px !important;
	left:12% !important;
	right:auto;
	text-align:center;
}

#iyashi #header ul li{/*ヘッダーナビ*/
display:none;}


#iyashi #header ul li.logo{/*ヘッダーロゴ*/
	display:block !important;
	top:0px !important;
	left:50px !important;
}


#iyashi #header img{
	margin-top:20px;
}


#iyashi #footer .logo{
	margin:50px auto 80px;
}

#iyashi #jewel_logo{
	padding:20px 0 100px 0;
	margin-top:20px;
	margin-bottom:-150px !important;
}

#iyashi #jewel_logo img{
	height:40px;
}

}




@media only screen and (max-width: 870px) { 

	#iyashi #pagetop{
		position:fixed;
		right:10px;
		bottom:130px;
	}

	#iyashi #pagetop img{
		height:100px;
	}


	#footer_fix{
		width:100%;
		right:0;
		max-width:none;
		bottom:5px;
	}



	/*
	#iyashi #contact{
		width:80%;
		max-width:350px;
		left:10%;
		bottom:2px;
	}


	#iyashi #contact img{
		width:100%;
	}*/

	#iyashi #footer{
		padding-bottom:100px;
	}


	#iyashi #footer .navi ul li{
		display:block;
		font-size:15px;
		margin: 20px 0px;

	}

	#iyashi #header ul{/*ヘッダーナビ*/
		position:fixed;
		top:0px !important;
		left:30%;
		right:auto;
		text-align:center;
	}

	#iyashi #header ul li{/*ヘッダーナビ*/
	display:none;}


	#iyashi #header ul li.logo{/*ヘッダーロゴ*/
		display:block !important;

	}
	#iyashi #footer .logo{
		font-size:80px;
	}

}


@media only screen and (max-width: 640px) { 
	#iyashi #footer .logo{
		font-size:70px;
	}


}



/*----------------

マウスオーバー

----------------------------*/


#iyashi .navi ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
	color: #FFF;
		font-family: "ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro W6,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;

}
#iyashi .navi ul li a::after {
 position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:/* #666*/#90744C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  margin-bottom:5px;

}
#iyashi .navi li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}



#iyashi #btn a::after {
	display:none;

}

#iyashi #header ul li.logo a::after{
	display:none !important;
}



@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*

.Bnr .Bnr__img__inner a{
	width:190px;
}

.Bnr p a{
	color:#595757 !important;
}

.sp_bnr a{
	color:#595757;
}
	

.btn_sidebana2{
	width:63% !important;
}
*/











