@charset "utf-8";
html {font-size: 62.5%;  padding: 0;}
body{padding: 0; margin: 0;}
a{color: #000; text-decoration: none;}
a img:hover{opacity: 0.8;}
#SC_content {
	clear: both;
	width: 100%;
	background-color: #F2F2E4;
}

#SC_wrap {
	clear: both;
	width: 600px;
	/*max-width: 750px;
	min-width: 450px;*/
	padding: 0;
	margin:0 auto ;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;	
	background-color: #fff;
}


.main {
	width: 100%;
	margin: 0 auto 8%;
	padding: 0;
	z-index: 100;
	position: relative;
	height: 520px;
}

.main01{width: 50%; position: absolute; top:0; right: 0; z-index: 100;}
.main02{width: 35%; position: absolute; top:5%; left: 0; z-index: 1;}
.main03{width: 35%; position: absolute; bottom: 0; left: 20%; z-index: 10;}


.Lead_pc {
	width: 100%;
	margin: 5% auto 12%;
	display: block;
	text-align:center;
	font-size:16px;
	padding:0 ;
	line-height: 1.8em;
}

.Lead_sp {display: none;}


.sp {display:none;}
.clear {clear:both;}
.bold {font-size: 125%; font-weight: bold; margin-bottom: 3%;}
.sml{font-size: 80%; }
.tax{font-size: 70%; }

/*#SC_wrap h1{margin: 15% auto 3%; font-size: 3rem; font-weight: 500; letter-spacing: 2px; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"}*/
#SC_wrap h2{margin: 5% auto 8%; font-size: 24px; font-weight: 600; letter-spacing: 1px; text-align: center; }
.ttl_no{ font-size: 36px; padding-right: 5px; font-weight: 600;  font-family: "Newsreader", serif;}

.cmt{ margin: 2% auto 8%; font-size: 15px; font-weight: 400;  line-height: 1.7em; text-align: center;}

.ue{position: static; z-index: 100;}

/*.bg_dot{background-image: url("../images/bg_mizutama.png"); background-size: contain; }
.area01{padding: 10% 0;}
.bg_YE{background-color: #fcfaef;}
.bg_OR{background-color: #fcf5ef;}
.bg_BL{background-color: #eff7fc;}*/



/*.staff_box  {	width: 82%;	margin: 5% auto 0;	display:flex; flex-wrap:wrap;	justify-content: space-between; align-items: center;}
.staff1{ width: 30%; margin: 0;}*/

/*.sns_box  {	width: 100%;	margin: 8% auto 0;}
.sns1{ margin: 10% auto 0;}*/

.item_wrap{width: 100%; margin: 0 auto 15% ; padding: 0;}
.staff_ttl{width: 80%; margin: 0 auto 5% ;}
.item_ttl{width: 70%; margin: 0 auto 5% ;}
.item_p{	width: 100%;	margin: 5% auto 1%;	text-align: center;	font-size: 20px;	line-height: 1.7em;}



.logo_BOX{	width: 30%;	margin: 15% auto 10% ;}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	margin: 2% auto 8%;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 60%;
    border: #000 1px solid;
    color: #000;
    text-align: center;
    margin: 5% auto;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #fff;
	display: block;
	letter-spacing: 1px;
	border-radius: 60px;
}
.btn-2 {
	width: 75%;
    border:#777771 1px solid;
    color: #777771;
    text-align: center;
    margin: 20% auto 2%;
    display: block;
    padding: 16px 0px;
    font-size: 26px;
    background-color: #EEEACC;
	letter-spacing: 2px;
	border-radius: 60px;
}
/*.btn-3 {
	width: 20%;
    border: #000 1px solid;
    color: #000;
    text-align: center;
    margin: 0 0 0 2%;
    display: inline;
    padding: 8px 0px;
    font-size: 16px;
    background-color: #fff;
	letter-spacing: 2px;
}
*/
.btn:hover {
	color: #fff;
	background-color: #767676;
	border: solid 1px #767676;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.move-img{	margin: 10% auto 0;}
.move-wrap{	display: flex;	align-items: center;	overflow: hidden;	margin: 2% 0;	column-gap: 10px;}	
.slideshow{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 60s infinite linear 1s both;
}
.content{ width: 320px;}
.content img{ border-radius: 0px;}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}




@media only screen and (max-width: 600px) {
	html {background-color: #fff;}
	#SC_wrap {width:100%; margin:0 auto -8%;; padding: 0;}
	/*#SC_wrap .main {width: 100%; margin:0 auto;}*/

	.pc {display:none;}
	.sp {display:block;}
	
	
	
	.main {width: 100%; margin:0 auto 10%; padding: 0; height: 85vw;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:8% auto 12%;
		line-height: 1.8em;
	}
	
	.Lead_pc {display: none;}
	
	#SC_wrap h2{margin: 20% auto 6%; font-size: 18px;  }
	.ttl_no{ font-size: 26px;}
	.item_p{ width: 100%; margin: 5% auto 1%;		font-size: 16px;}

	.item_wrap{width: 100%; margin: 0 auto 15% ; padding: 0;}
	
	.cmt{ width: 100%; margin: 2% auto 8%;	font-size: 12px; line-height: 1.7em;}
	
	.content{ width: 220px;}

/* Button 1 */
	.btn-1 {
		width: 75%;
		margin: 5% auto;
		padding: 8px 0px;
		font-size: 15px;
	}
	

	.btn-2 {
		width: 90%;
		margin: 15% auto 15%;
		padding: 12px 0px;
		font-size: 20px;
		letter-spacing: 2px;
	}


}
