@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
li{
	list-style: none;
}

#wrapper a:link { text-decoration: none; }
#wrapper{
	width: 100%;
    padding: 0 0 3%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: center;
	overflow: hidden;
    background-color: #dc989d;
}

#wrapper img {
    width: 100%;
}

.wrap_content {
    max-width: 850px;
    margin: 0 auto;
}

#Main {
	margin:0 auto 0;
	position:relative;
}

.sp {
	display:none;
}

#wrapper p {
	font-size: 15px;
    font-weight: 400;
	text-align: center;
	line-height: 1.8em;
	margin: 8% auto;
}


#wrapper h1 {
	text-align:center;
	font-size:45px;
	font-weight:900;
	line-height:1.2em;
	letter-spacing: 0.025em;
	margin: 3% auto 5%;
	color: #fff;
}

#wrapper h1 span {
    color: #a0373f;
}


#wrapper h2 {
    font-family: 'Inter', sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 0.13em;
	margin: 0 auto 6%;
    padding: 0;
	text-align: center;
    color: #fff;
}

#wrapper h2 span {
    border-bottom: solid 3px #fff;
}

#wrapper h3 {
	font-family: 'Mochiy Pop One', sans-serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 1.9em;
	letter-spacing: 0.083em;
	margin: 1% auto 5%;
	text-align: center;
	color: #000000;
}

#wrapper h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 33px;
	line-height: 1.0em;
	letter-spacing: 0.083em;
	margin: 5% auto 8%;
	text-align: center;
	color: #ffffff;
}

#wrapper h5 {
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.033em;
	margin: 3% auto ;
	text-align: center;
	color: #000000;
}

.sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: center;
    margin: 6% auto 2%;
}

.sub span {
    background-color: #fff;
    padding: 8px 15px;
}

.lead{
	clear: both;
	font-size: 18px;
    font-weight: 600;
	text-align: center;
	line-height: 1.8em;
	margin: 1% 0 8%;
}

/*styling*/

.box_style {
	width: 85%;
	height: auto;
	margin: 0 auto 2%;
	padding: 1% 2%;
    background-color:hsla(0,0%,100%,0.30);
    border-radius: 15px;
}


.stl_img {
	width: 42%;
	height: auto;
	margin: 1% 0;
    position: relative;
}

.stl_txt {
	width: 58%;
	text-align: center;
	padding: 15% 0 0;
}

.stl_img img {
	border-radius: 30px;
}

.sub_Item {
	text-align:center;
	font-size:16px;
	font-weight:600;
	line-height:1.45em;
	margin:2% auto 1%;
}

.Sml {
	font-size: 80%;
	font-weight: 100;
	line-height: 1.8em;
	text-align: center;
}


.line{
	border: dashed 1px #7F7F7F;
	width: 50%;
	margin: 6% auto 7%;
}


.p_item {
	font-size:13px;
	line-height:1.9em;
	margin: 2% 0 4%;
	text-align: left;
}

.w_bdr {
    border-bottom: solid 4px #fff;
}

.p_bdr {
    border-bottom: solid 4px #754c9e;
}

.col_w {
    color: #fff;
}

.col_p {
    color: #754c9e;
}


.btn_detail {
    color: #ffffff;
	background-color: #000000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.265em;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: -3px 0 2%;
    min-width: 60px;
    outline: 0 none;
    overflow: visible;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	border: solid 1px #000000;
	line-height:1.3em;
}


 .btn_detail:hover {
	background-color: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.cntr {
	text-align: center;
}

.Rht {
	text-align: right;
}


.clear{
	clear: both;
}



/* Button 1 */
.btn-1 {
    display: block;
	border: solid 2px #000;
	background-color: #fff;
	font-size: 15px;
    font-weight: 600;
	text-align: center;
	width: 60%;
	padding: 15px 5px;
	margin: 4% auto 5%;
    border-radius: 6px;
	color: #000;
}

.btn-1:hover {
	color: #fff;
	background-color: #000;
	border: solid 2px #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-2 {
	border: solid 2px #754c9e;
	background-color: #754c9e;
	font-size: 13px;
    font-weight: 600;
	text-align: center;
	width: 50%;
	padding: 15px 5px;
	margin: 4% auto 5%;
    border-radius: 5px;
	color: #FFFFFF;
}

.btn-2:hover {
	color: #754c9e;
	border: solid 2px #754c9e;
	background-color: hsla(0,0%,100%,0.30);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 3 */
.btn-3 {
    display: block;
	border: solid 2px #000;
	background-color: #000;
	color: #fff;
	font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.095em;
	text-align: center;
	width: 50%;
	padding: 10px 15px;
	margin: 4% auto 5%;
}


.btn-3:hover {
	color: #000;
	border: solid 2px #000;
	background-color: hsla(0,0%,100%,0.30);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width:750px){

	#Main {
		background-size: cover;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	#wrapper h1 {
        font-size: 25px;
        margin: 4% auto 6%;
	}
	#wrapper h2 {
		font-size: 22px;
		margin: 4% auto 3%;
	}
	
	#wrapper h3 {
		font-size: 14px;
		margin:0 auto 2% ;
	}
	#wrapper h4 {
		font-size: 24px;
		margin: 8% 0 4%;
		padding: 2%;
	}

	#wrapper h5 {
		font-size: 17px;
		margin: 2% auto 0;
	}
	
	#wrapper p {
		font-size: 11px;
		text-align: center;
        line-height: 1.8em;
		margin: 10% auto 2%;
	}
    
    .sub {
        font-size: 12px;
    }
    
    .sub span {
        padding: 5px 7px;
    }
	
	.lead{
		font-size: 13px;
		line-height: 1.8em;
		margin: 4% auto;
	}
    
	/*styling*/

	
	.box_style {
		width: 92%;
		margin: 0 auto 3%;
		padding: 1%;
	}	

    .stl_img {
        width: 45%;
    }
    
    .stl_txt {
        width: 55%;
        padding: 8% 0 0;
    }
    
	.box_other {
		padding: 2% 0;
	}

	.Sml {
		font-size: 11px;
		line-height: 1.5em;
	}	
	
	.btn_detail {
    	font-size: 9px;
    	max-height: 22px;
    	padding: 4px 8px;
    	margin: -2px 0 0;
    	line-height: 1.1em;
	}

	
	.line{
		width: 40%;
		margin: 5% auto;
	}
	
	.cntr img{
		width: 80%;
		margin: auto 10%;
	}

	
	/* Button 1 */
	.btn-1 {
		font-size: 12px;
		width: 80%;
        padding: 5px 3px;
		margin: 4% auto 6%;
		position: relative;
	}
    
    .btn-2 {
		font-size: 12px;
		width: 80%;
		padding: 5px;
		margin: 7% auto 8%;
    } 
	.btn-3 {
		font-size: 10px;
		width: 60%;
		padding: 5px;
		margin: 10% auto 8%;
}

}