@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}

#MW_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0 0 1%;
	margin:0 auto 10px;
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	/*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
	color: #000000;	
	/*background-color: #FFF2FA;*/
}

#MW_wrap h2{width: 100%; margin: 5% auto 2%; font-size: 2rem; font-weight: 600; text-align: center; color: #b9a173;}
/*#MW_wrap h3{width: 60%; margin: 5% auto 2%; font-size: 2.2rem; font-weight: 600; text-align: center;}*/
.u_line{border-bottom: 8px double #f9b872; line-height: 1;}
.sp {display:none;}
.clear {clear:both;}
.bold{font-size: 110%; font-weight: 500;}

.main {width: 100%; margin:0 auto 2%;}
	
.Lead_pc {
	display: block;
	text-align:center;
	font-size:1.8rem;
	padding:0 ;
	margin:3% auto 5%;
	line-height:2em;
}
.Lead_sp {display: none;}


/*.sub_ttl{ width: 40%; margin: 0 0 3% 27%;}*/
/*item*/

.item_wrap {width: 80%; margin: 20% auto 15%;}
.item_box{
	width: 100%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.item1{	width: 45%;	margin: 0;	box-sizing: border-box;}
.item_txt{width: 50%;	margin: 0;	box-sizing: border-box;}

.sml{font-size: 2.2rem; font-weight: 400;}
.main_item {width: 46%; margin: 0 auto 3%;}
.credit{
	text-align:left;
	font-size:1.7rem;
	margin:2% auto 1%;
	font-weight: 600;
}
.item_n{font-size:1.7rem; margin:0 auto 1%; line-height: 1.6em;}
.item_d{font-size: 1.5rem; line-height: 1.4em;}
.tax{font-size: 70%;}
.cmt{
	width: 100%;
	text-align:left;
	font-size:1.4rem;
	margin:2% auto 1%;
	line-height: 1.7em;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*text-transform: uppercase;*/
	
}


/* Button 1 */
.btn-1 {
	width: 40%;
    display: block;
    margin: 2% 0 0;
    padding: 6px 0px;
    font-size: 1.5rem;
	letter-spacing: 2px;
    color: #000;
    background-color: #fff;
	border: 1px solid #000; 
}

.btn-1:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.coorde_box{width: 100%; margin: 10% auto 5%;}
/*カルーセル============================*/
  #MW_wrap .carousel{
	width:100%;
	margin:0 auto 0;
	padding-bottom: 1%;
  }

  /*#MW_wrap .carousel img{
	width:80%;
	margin: 0 2%;
  }*/
  
  /*-----------height調整----------*/
  .slick-slide{
	  height:auto!important;
	  margin: 0 auto 10px;
  }
.slick-slide img{
	  width: 80%!important;
	margin: 0 auto;
	  /*border: 1px solid #575757;*/
  }
  /*-----------矢印表示----------*/
  #MW_wrap .slick-next{
    right:0!important;
  }
  #MW_wrap .slick-prev{
    left:0!important;
  }
  #MW_wrap .slick-arrow{
    z-index:2!important;
  }
/*------------------------------*/

#MW_wrap .prev {
	position:absolute;
	top:42%;
	left:1%;
	font-size:30px;
	font-weight:400;
	color: #b9a173;
	z-index: 100;
}
#MW_wrap .next {
	position:absolute;
	top:42%;
	right:1%;
	font-size:30px;
	font-weight:400;
	color: #b9a173;
}

.slick-dots li button:before{font-size:18px!important;}
.slick-dots{bottom: -18px!important;}

/*POINT-------------------------------------------*/

.point_video {
	display: block;
    width: 55%;
	margin: 2% auto 2%;
}

.point_video iframe {width: 100%;}


/*.btn_box{width: 70%; margin: 5% auto 3%;}
a img:hover{opacity: 0.8;}*/

@media only screen and (max-width: 750px) {
	.main {width: 100%;  margin:0 auto 5%;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead_sp {
		display: block;
		text-align:center;
		font-size:1.5rem;
		padding:0 ;
		margin:3% auto 8%;
		line-height:2;
	}
	.Lead_pc {display: none;}
	
	#MW_wrap h2{width: 100%; margin: 5% auto 2%; font-size: 13px;}
	/*#MW_wrap h3{width: 100%; margin: 15% auto 2%; font-size: 16px;}*/
/*item*/
	
	.item_wrap {width: 100%; margin: 20% auto 15%;}
	.item_box{
		width: 99%;
		margin: 5% auto 10%;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	.item1{	width: 55%;	margin: 0;	box-sizing: border-box;}
	.item_txt{width: 42%;	margin: 0;	box-sizing: border-box;}

	.sml{font-size: 2.2rem; font-weight: 400;}
	.main_item {width: 46%; margin: 0 auto 3%;}
	.credit{
		margin:2% auto 1%;
		line-height: 1.4em;
	}
	.item_n{font-size:14px; margin:0 auto 1%; line-height: 1.5em;}
	.item_d{font-size: 12px; line-height: 1.4em;}
	.tax{font-size: 70%;}
	.cmt{font-size:10px;margin:2% auto 1%; line-height: 1.5em;}
	
	
	.slick-slide{margin: 0 auto 5px;}
	.coorde_box{width: 80%; margin: 0 auto;}
	
	#MW_wrap .prev {
		position:absolute;
		top:35%;
		left:-2%;
		font-size:20px;
	}
	#MW_wrap .next {
		position:absolute;
		top:35%;
		right:-2%;
		font-size:20px;
	}
	
	.btn-1 {
		width: 40%;
		margin: 2% 0 0;
		padding: 4px 0px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	/*.slick-dots li button:before{font-size:15px!important;}
	.slick-dots{bottom: -25px!important;}
*/

}
