@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}


#wrapper a:link {text-decoration:none; }


/*
* styles
*/


#wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
	position: relative;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	overflow: hidden;
}

#wrapper img {
	border: 0;
	vertical-align: bottom;
}

#wrapper p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6em;
    margin: 2% auto 0;
}

#wrapper h1 {
	font-family: futura-pt, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 2% auto;
    text-align: center;
	color: #fff;
}

#wrapper h2 {
	font-family: futura-pt, sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #000;
	text-align: center;
	letter-spacing: 0.038em;
	line-height: 1.4em;
	margin: 5% auto 0;
}

#wrapper h3 {
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	margin: 0 0 5%;
	line-height: 1.6em;
}

#wrapper h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 20px;
	color: #000000;
	text-align: right;
	letter-spacing: 0.038em;
	margin: 5% auto 4%;
	line-height: 1.6em;
}

#wrapper img {
	width: 100%;
}

.wrap_content {
	width: 100%;
    max-width: 1000px;
	margin: 0 auto 5%;
}

.Main {
    width: 70%;
	min-height: 930px;
    margin: 0 auto 10%;
	background-image: url("../images/top.jpg");
	background-size: cover;
	background-position: bottom center;
	position: relative;
}

.top_contain {
	width: 100%;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	position: absolute;
	top: 40%;
  	left: 0;
}

.Main img {
    width: 100%;
}

.u_line {
    background:linear-gradient(transparent 90%, #006e9f 90%);
}

.Lead {
	font-size: 13px; 
	font-weight: 400;
	line-height:2.0em;
	text-align: center;
	margin: 5% auto 15%;
}

.item_name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 4% auto 2%;
	line-height: 1.3em;
}

.Sml {
	font-size: 12px;
	margin: 3px;
}

.style_box {
	width: 80%;
	margin: 5% auto;
    text-align: center;
	position: relative;
}


.img_no {
	width: 18%;
	margin: 0 auto;
	position: absolute;
	top: -22%;
	left: 41%;
}


.img_no2 {
	width: 18%;
	margin: 0 auto;
	position: absolute;
	top: -10%;
	left: 41%;
	z-index: 10;
}

.w_100 {
	width: 100%;
	margin: 0 auto 10%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.w_90 {
	width: 90%;
	margin: 0 auto 0;
	position: relative;
	display: flex;
	gap:1%;
}

.thumb {
	width: 50%;
	margin: 0;
}


.bdr {
	border-bottom: solid 1px #ddd;
	margin: 8% 0 20%;
}


.info_box {
	width: 70%;
	max-width: 540px;
	border-radius: 30px;
	margin: 8% auto 7%;
	padding: 3% 5% 2%;
	text-align: left;
	background-color: #eee;
}


.btn_s {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
    width: 40%;
	max-width: 120px;
	background-color: #006e9f;
	padding: 7px 25px;
    margin: 1% 0 3%;
	font-size: 13px;
	letter-spacing: 0.085em;
	font-weight: 600;
	text-align: center;
	color: #FFFF;
	line-height: 1.3em;
}


/* General button style (reset) */
.btn {
    display: block;
	border: none;
	font-size: 13px;
	cursor: pointer;
	padding: 7px 10px;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	text-align: center;
	
}

.btn-1 {
 	width: 40%;
	max-width: 200px;
    margin: 1% auto 5%;
	padding: 10px 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
    color: #fff;
    background-color: #006e9f;
}

.btn-2 {
 	width: 400px;
    margin: 10% auto 5%;
	padding: 10px 20px;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	border: solid 2px #000;
	box-sizing: border-box;
}

.btn-4 {
 	width: 400px;
    margin: 1% auto 5%;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: 500;
    color: #FFFFFF;
    background-color: hsla(237,52%,42%,0.60);
}
.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
#st_footer{
	 color:#000000; text-align:center; padding:2%; font-size:12px;margin: 2% auto 5%;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width:750px){

	#wrapper {
		width: 100%;		
	}	
    
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#wrapper h1 {
		font-size: 24px;
        line-height: 1.6em;
	}
    
	#wrapper h2 {
		font-size: 15px;
		position: relative;
		left: 0;
	}
	
	
    #wrapper h3 {
		font-size: 15px;
		text-align: center;
		margin: 0 auto 5%;
	}
	
	#wrapper h4 {
		font-size: 18px;
	}
	
	
	#wrapper p {
		font-size: 12px;
        line-height: 1.7em;
	}
 
	
	.Main {
		width: 100%;
		min-height: 550px;
	}
    	
	.Lead {
		font-size: 11px;
        line-height: 1.8em;
        margin: 4% auto 10%;
	}
    
	.item_name {
		font-size: 13px;
        margin: 4% auto 3%;
	}
	
    .style_box {
        width: 100%;
		margin: 20% 0 15%;
    }
   
    
	.btn_s {
		font-size: 13px;
        margin: 2% auto 6%;
        padding: 7px 15px;
	}
    
	.btn {
		font-size: 12px;
	}
	
	.btn-1 {
		font-size: 13px;
        padding: 5px 15px;
	}
	
	.btn-2 {
		width: 70%;
		font-size: 12px;
        padding: 10px;
		margin: 15% auto 6%;
		border: solid 1px #000;
	}	
	
	.btn-4 {
		width: 70%;
		font-size: 18px;
        padding: 10px 15px;
		margin: 3% auto 6%;
	}	
	
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}

    #st_footer{
		 font-size:10px;
	}	
	
	
}
