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

#egutam .comm_contents{
	width:90%;
	max-width:1000px;
	margin:auto;
}

#egutam h2{
	font-size:70px;
}

#egutam h2 span{
	font-size:18px;
	display:block;
}


#egutam #mediaarea{
	width:100%;
}

#egutam #mediaarea iframe{
	width:100%;
}

#egutam #intro{
	background:#AA9E68;
	padding:80px 0;
	color:#fff;
}

#egutam #intro > p{
	font-size:22px;
	width:90%;
	max-width:680px;
	margin:0 auto 30px;
	line-height:1.8;
}

#egutam #intro ul{
	width:84%;
	max-width:850px;
	margin:auto;
	border:1px solid #fff;
	padding:3% 2%;
}

#egutam #intro ul p{
	width:100%;
	font-size:22px;
	font-weight:bold;
	margin:10px auto 40px;
}

#egutam #intro ul li{
	margin-bottom:15px;
	width:45%;
	max-width:270px;
	display:inline-block;
	text-align:left;
	background:url(../../img/special/egutam/icon.png) no-repeat;
	padding-left:25px;
}


@media only screen and (max-width:680px) { 
	#egutam h2{
		font-size:36px;
	}
	
	#egutam h2 span{
		font-size:16px;
	}
	
	#egutam #intro > p{
		font-size:19px;
	}
	
	#egutam #intro > p br{
		display:none;
	}
	
	#egutam #intro ul{
		padding:25px 2%
	}
	#egutam #intro ul p{
		font-size:18px;
		margin-bottom:20px;
	}
	
	#egutam #intro ul li{
		width:100%;
	}
}

#egutam #descrip{
	background:#F5F4EF;
	position:relative;
	padding:40px 0;
	text-align:left;
}

/* #egutam #descrip p{
	width:50%;
}

 */
#egutam #descrip img{
	object-fit:cover;
	object-position:21%;
	height:595px;
}

#egutam #descrip dl{
	position:absolute;
	top: 50%;
	right:15%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:80%;
	max-width:580px;
}


#egutam #descrip dl dt{
	font-size:40px;
}

#egutam #descrip dl dt h2{
	font-size:30px;
	margin-bottom:0;
}

#egutam #descrip dl dd{
	margin-top:30px;
	line-height:1.7;
}

@media only screen and (max-width:1280px) { 
	#egutam #descrip{
		padding:80px 0;
	}
	
	#egutam #descrip img{
		height:350px;
		object-position:25%;
	}
	
	#egutam #descrip dl{
		right:5%;
		width:55%;
	}
	
	#egutam #descrip dl dt{
		font-size:34px;
	}
	 
}

@media only screen and (max-width:750px) { 
	#egutam #descrip dl dt{
		font-size:26px;
	}
}


@media only screen and (max-width:570px) { 
	#egutam #descrip{
		position:static;
		padding:30px 0 40px;
	}
	
	#egutam #descrip img{
		object-position:6%;
		height:280px;
	}
	
	#egutam #descrip dl{
		position:static;
		top: 0;
		right:0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width:90%;
		max-width:580px;
		margin:auto;
	}
	
	
	#egutam #descrip dl dt h2{
		font-size:24px;
	}
	
	#egutam #descrip dl dd{
		margin-top:10px;
		line-height:1.6;
	}
}




















#egutam #point{
	margin:80px auto;
}

#egutam #point h2{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:40px 0;
	font-size:40px;
}

#egutam #point #inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	/*flex-direction:row-reverse;*/
	counter-reset: number;
}

#egutam #point #inner dl{
	width:45%;
	margin-bottom:60px;
}

#egutam #point #inner dl dt{
	font-size:25px;
	margin-bottom:30px;
	counter-increment: number;
}

#egutam #point #inner dl dt:before{
	font-size:40px;
	color:#B96B93;
	content:"POINT"  counter(number , decimal-leading-zero);
	display:block;
	margin-bottom:10px;
}

#egutam #point #inner dl dd{
	text-align:left;
}

#egutam #point #inner dl dd img{
	margin-bottom:20px;
}


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

	#egutam #point h2{
		padding:35px 0;
		font-size:30px;
	}
	
	#egutam #point #inner dl{
		width:100%;
	}
	
	#egutam #point #inner dl dt{
		font-size:24px;
		margin-bottom:20px;
	}
	
	#egutam #point #inner dl dt:before{
		font-size:35px;
	}
	
	#egutam #point #inner dl dd img{
		margin-bottom:10px;
	}
}














#egutam #comment{
	background:#E3E3E3;
	padding:90px 0;
}


#egutam #comment #inner{
	background:#fff;
	width:90%;
	max-width:900px;
	box-shadow: 20px 20px #999;
	margin:auto;
	padding:5% 0;
}

#egutam #comment #inner dl{
	width:80%;
	max-width:620px;
	margin:0 auto 20px;
}

#egutam #comment #inner dt{
	font-size:25px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

#egutam #comment #inner dt span{
	font-size:18px;
	display:block;
	margin-bottom:15px;
}

#egutam #comment #inner dd{
	text-align:left;
}

#egutam #comment #inner ul{
	border:1px solid #000;
	width:87%;
	max-width:620px;
	margin:30px auto;
	padding:30px 0;
	font-size:18px;
}

#egutam #comment #inner ul p{
	font-size:25px;
	margin-bottom:20px;
}


#egutam #comment #inner ul li{
	font-size:18px;
	margin:0 auto 15px;
	text-align:left;
	width:80%;
	max-width:260px;
	background:url(../../img/special/egutam/icon-p.png) no-repeat left;
	padding-left:30px;
}



@media only screen and (max-width:680px) { 
	#egutam #comment #inner{
		box-shadow: 10px 10px #999;
		padding:40px 0 20px;
	}
	
	#egutam #comment #inner ul{
		margin:30px auto;
		padding:30px 0;
		font-size:18px;
	}
	
	#egutam #comment #inner ul p{
		font-size:20px;
		margin-bottom:15px;
	}
	
	
	#egutam #comment #inner ul li{
		font-size:16px;
		padding-left:26px;
	}

}

















#egutam #howto{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f4ef+0,ffffff+26 */
	background: #f5f4ef; /* Old browsers */
	background: -moz-linear-gradient(left,  #f5f4ef 0%, #ffffff 26%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f5f4ef 0%,#ffffff 26%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f5f4ef 0%,#ffffff 26%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4ef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	
	margin:80px auto;
	padding:40px 0 20px;
	
}

#egutam #howto .step{
	width:90%;
	max-width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	counter-reset: number;
	margin:0 auto;
}

#egutam #howto .box{
	width:31%;
	max-width:287px;
	margin-bottom:40px;
}

#egutam #howto .box dl{
	text-align:left;
	margin-top:15px;
}

#egutam #howto .box dt{
	font-size:22px;
	counter-increment: number;
}

#egutam #howto .box dt:before{
	background:#666;
	color:#fff;
	display:inline-block;
	content:  counter(number);
	width:32px;
	font-size:26px;
	text-align:center;
	margin-right:5px;
}

#egutam #howto .box dd{
	margin-top:15px;
}


#egutam #howto ul{
	width:90%;
	max-width:1000px;
	background:#F1E1E9;
	padding:40px 0;
	margin:auto;
}

#egutam #howto ul li{
	width:80%;
	max-width:600px;
	margin:0 auto 5px;
	text-align:left;
	padding-left:20px;
	text-indent:-16px;
}


@media only screen and (max-width:680px) { 
#egutam #howto{
	margin:auto;
	padding:50px 0;
	
}

	#egutam #howto .box{
		width:48%;
		margin-bottom:40px;
	}
	
	#egutam #howto .box img{
		max-width:none;
		width:100%;
	}
	
	#egutam #howto .box dl{
		text-align:left;
		margin:15px auto 0;
		max-width:287px;
	}
	
	#egutam #howto .box dt{
		font-size:16px;
		font-weight:bold;
	}
	
	#egutam #howto .box dt:before{
		width:25px;
		height:25px;
		font-size:18px;
		margin-right:5px;
		padding-top:3px;
	}
	
	#egutam #howto .box dd{
		font-size:14px;
	}
}




/*
MOVIE
------------------------------------------------------------------------------------*/

#movie{
	background:#F5F4EF;
	padding:100px 0;
}

#movie iframe{
	width:90%;
	max-width:1000px;
	margin:0 auto 10px;
}

#movie #big{
	margin-top:50px;
}

#movie #big iframe{
	height:530px;
}

#movie li iframe{
	width:100%;
	height:265px;
}

#movie ul{
	max-width:1000px;
	width:90%;
	margin:50px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:start;
	text-align:left;
}

#movie ul li{
	width:49%;
	margin-bottom:30px;
}

#movie ul li p span{
	font-weight:bold;
	display:block;
	margin:5px 0;
}


@media only screen and (max-width: 950px) { 
#movie #big iframe{
	height:400px;
}
#movie li iframe{
	height:180px;
}
}



@media only screen and (max-width: 760px) { 
#movie{
	padding:60px 0 10px;
}
#movie #big iframe{
	height:250px;
}
#movie ul li{
	width:100%;
}
#movie li iframe{
	height:250px;
}
}













#egutam #sns{
	margin:90px auto;
	width:90%;
	max-width:1000px;
}

#egutam #sns ul{
	width:90%;
	max-width:900px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px auto;
}

#egutam #sns ul li{
	width:32%;
	margin:0 auto 30px;
}

#egutam #sns ul li iframe{
	border:none !important;  
	min-width:auto !important;
	/* max-width:310px; */
}
#sns ul li p{
	font-size:14px;
	margin:0 auto 10px;
	background: #ccc;
	padding:5px 0;
}


@media only screen and (max-width: 700px) { 
#egutam #sns ul li{
	width:90%;
}

#egutam #sns ul li iframe{
	border:none !important;  
	min-width:auto !important;
	max-width:auto;
}

}




/*
口コミ
-------------------------------------------------------------------------------------------*/
#egutam #voice{
	width:90%;
	max-width:1000px;
	margin:80px auto;
}

#egutam #voice p{
	margin-top:20px;
	font-size:13px;
}

#egutam #voice dl{
	text-align:left;
	margin-top:80px;
}

#egutam #voice dt{
	font-weight:bold;
	margin-bottom:10px;
	font-size:20px;
}

#egutam #voice dd{
	border-bottom:1px dotted #666;
	padding-bottom:35px;
	margin-bottom:30px;
	font-size:15px;
}

@media only screen and (max-width: 460px) { 
	#egutam #voice dt{
		font-size:18px;
	}
}









/*
Q&A
------------------------------------------------------------------------------------*/
#faq{
	background:#eee;
	padding:80px 0;
}

#faq #inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#faq #inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

#faq #inner dt{
	font-size:20px;
	font-weight:bold;
	display:flex;
	align-items:center;
}

#faq #inner dt:before{
	content:"Q ";
	font-size:60px;
	margin-right:15px;
}

#faq #inner dd{
	margin:0 0 30px 45px;
	line-height:1.6;
}

@media only screen and (max-width: 789px){
#faq #inner dt{
	font-size:19px;
}
#faq #inner dt:before{
	font-size:50px;
}
}


@media only screen and (max-width: 680px) { 
#faq #inner{
	margin:0 auto
}
#faq #inner dl{
	width:100%;
}
#faq #inner dt:before{
	font-size:43px;
	margin-right:10px;
}
#faq #inner dd{
	margin:5px 0 30px 40px;
}
}






/*
spec
------------------------------------------------------------------------------------*/

#egutam #spec{
	margin:80px auto;
	width:90%;
	max-width:800px;
}
#egutam #spec .ttl2{
	margin:60px 0;
	font-size:20px;
}

#egutam #spec dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	/* align-items:center; */
	text-align:left;
	font-size:16px;
	line-height:2.0;
	margin:auto;
}

#egutam #spec dl dt{
	width:25%;
	text-align:center;
}

#egutam #spec dl dd{
	width:68%;
}

#egutam #spec table{
	width:100%;
}

#egutam #spec table tr td:first-child{
	width:20%;
}

#egutam #spec table tr{
	border-bottom:2px dotted #000;
}

#egutam #spec table tr td{
	padding:20px 0;
}



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

#egutam #spec .ttl2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px !important;
}
#egutam #spec dl dt{
	width:100%;
	margin-bottom:25px;
}

#egutam #spec dl dd{
	width:100%;
}

}















