@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
a{text-decoration: none; color: #000;}
a img:hover{opacity: 0.8;}

/*#content_wrap {
	width:100%;
	padding: 0;
	margin:0;
	background-color: #FBF7F5;
}*/
#MW_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0 0 5%;
	margin:0 auto;
	 font-family: "Inter", 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";*/
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	/*background-color: #cacfd7;*/
}
#MW_wrap p {padding:0;margin:0;}
.sp {display:none;}
.clear {clear:both;}
.red{color: #ed1b24; font-weight: 700;}
.sml{font-size: 80%; line-height: 1.7em; margin-top: 3%;}
.bold{font-weight: bold; font-size: 110%;}

.main {width: 80%; margin:0 auto 5%;}

.Lead_pc {
	width: 100%;
	margin: 0 auto 15%;
	display: block;
	text-align:center;
	font-size:17px;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

/*h2{width: 100%; margin: 10% auto 5%; padding: 5px 0; font-size: 24px; text-align: center; color: #fff; background-color: #5e1e14; font-weight: 600;}
h3{width: 100%; margin: 5% auto 3%;  font-size: 18px; text-align: center;font-weight: 600; text-decoration: underline; padding: 2px 5px; border-left: 4px solid #15365E;}*/


.sub_ttl {width: 50%; margin: 5% auto ; }
.sub_ttl2 {width: 40%; margin: 5% auto ; }
.sub_ttl3 {width: 40%; margin: 15% auto 0 ; }
/*item*/
.item_wrap {width: 90%; margin: 3% auto 15%; display:flex;	flex-wrap:wrap;	justify-content: space-between;}
/*
.cmt{width: 99%; margin: 2% auto 0; font-size: 17px; text-align: center; line-height: 1.7em;}*/


.item_box{	width: 44%;	margin: 0;	}
.item_main{	width: 100%;	margin: 0 auto;	}
/*.item1{	width: 48%;	margin: 0 auto ;	box-sizing: border-box;}
.item2{	width: 49%;	margin: 0;	box-sizing: border-box;}*/


.credit_box{width: 100%; margin: 5% auto 2%; max-width: 450px;}
.credit{width: 100%; margin: 0 auto 1%; font-weight: 400;  display:flex;	flex-wrap:wrap;	justify-content: space-between;}
.item_n{width: 50%;  font-size: 16px;  margin: 0;  line-height: 1.3em; text-align: left; display: inline-block;}
.item_p{width: 50%; font-size: 16px;	margin:0; text-align: right; display: inline-block;}
.item_d{width: 20%;	margin:0 auto 1%;}
.tax{font-size: 70%;}


/*.credit_box{width: 35%; margin: 15% auto 5%; font-weight: 400; text-align: left; font-size:14px;  line-height: 1.7em;}
.logo_box{width: 35%; margin: 10% auto 5%; }*/



/* 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;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	 color: #fff;
	background-color:  #565656;
}


/* Button 1 */
.btn-1 {
	width: 40%;
    margin: 5% 0 5% 60%;
    padding: 8px 0px;
    font-size: 16px;
	font-weight: 500; 
	 letter-spacing: 2px;
}
.btn-2 {
	width: 80%;
    display: block;
    margin: 15% auto 5%;
    padding: 12px 0px;
    font-size: 17px;
	/* color: #000;
	background-color: #fff;
	border: 1px solid #000;*/
	font-weight: 600; 
	 letter-spacing: 3px;
}

.btn:hover {
	color: #565656;
	background-color: #B3B3B3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*border: 1px solid #565656;*/
}


/* スライダ―のCSS */
	.slider {    width: 100%; display: flex; gap: 15px; overflow-x: auto;}
	.slide {width: 300px;}
	.slide img { width: 220px; max-width: none;}

	.stickarrow {
	  width: 25%;
	margin: 5% 0 2% 0;
	  height: 8px;
	  border-bottom: 1px solid #000;
	  border-right: 1px solid #000;
	  transform: skew(45deg);
	}

.move-img{	width: 100%;  margin: 0 auto;}
.move-wrap{	display: flex;	align-items: center;	overflow: hidden;	margin: 2% 0;	column-gap: 10px;}
	
.slideshow{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 30s infinite linear 1s both;
}
.slideshow2{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 40s infinite linear 1s both;
}

.content{ width: 180px;}

.content img{ border-radius: 0px;}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


@media only screen and (max-width: 450px) {
	#MW_wrap {width: 100%; padding: 0 0 5%;}
	.main {width: 100%;  margin:0 auto 10%; padding: 0;}
	.pc {display:none;}
	.sp {display:block;}

	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:0 auto 15%;
		line-height:2em;
	}
	
	/*h2{width: 100%; margin: 10% auto 5%; font-size: 20px; }
	h3{width: 100%; margin: 5% auto 3%;  font-size: 18px; }*/

	.sub_ttl {width: 80%; margin: 5% auto ; }
	.sub_ttl2 {width: 65%; margin: 5% auto ; }
	.sub_ttl3 {width: 60%; margin: 10% auto 0 ; }
/*item*/
	.item_wrap {width: 80%; margin: 3% auto 15%; display:block;}
	.item_box{	width: 100%;	margin: 0 auto 25%;	}

	.item_n{width: 50%;  font-size: 14px; }
	.item_p{width: 50%; font-size: 14px;}
	
	.content{ width: 120px;}
	
	.stickarrow {
	  width: 50%;
	margin: 5% 0 2% 0;
	  height: 12px;
	  border-bottom: 1px solid #000;
	  border-right: 1px solid #000;
	  transform: skew(45deg);
	}
	
	/* Button 1 */
	.btn-1 {width: 40%; margin: 5% 0 5% 60%; padding: 6px 0px; font-size: 14px; letter-spacing: 2px;	}	
	.btn-2 {width: 80%; display: block; margin: 20% auto 5%; padding: 10px 0px; font-size: 15px; letter-spacing: 2px;	font-weight: bold;}	

	
}
