@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}



#pb_wrapper a:link { color: #FFFFFF; text-decoration:none; }
#pb_wrapper a:visited { color: #FFFFFF; }
#pb_wrapper a:hover { color: #FFFFFF; }
#pb_wrapper a:active { color: #FFFFFF; }



/* Header */


/*
* styles
*/



#Main {
	display: block;
	width: 75%;
	height: 600px;
	margin:0 auto;
	position:relative;
	background: url("../images/top.jpg") no-repeat top center;
	background-size: cover;
}



#pb_wrapper {
    margin: 0 auto 10%;
	width: 100%;
	max-width: 1200px;
	position: relative;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

#pb_wrapper img {
	border: 0;
	vertical-align: bottom;
}

.wrap_content {
	width: 1200px;   
	margin: 0 auto;
    padding: 5% 0;
	text-align: center;
}


#pb_wrapper h1 {
	width: 55%;
	font-size: 27px;
    font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.038em;
	line-height: 1.2em;
	margin:0 auto;
	padding:1% 5%;
	background-color:#f4b850 ;
}

#pb_wrapper h2 {
	font-size: 18px;
    font-weight: 500;
	margin: 3% 0 2%;
    padding: 0;
	text-align: center;
    color:#000;
}

#pb_wrapper h2 span {
	background-color: hsla(0,0%,100%,0.70);
	padding: 5px 10px;
}

#pb_wrapper h3 {
	font-size: 30px;
    font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #000000;
	text-align: center;
	letter-spacing: 0.038em;
	margin: 10px 0 50px;
	line-height: 1.6em;
    border-bottom: solid 1px #000000;
}

#pb_wrapper h4 {
	font-family: 'Marcellus SC', serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin: 0 auto 25px;
	text-align: center;
}


.Lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px; 
	font-weight: 500;
	line-height:2.0em;
	text-align: center;
	margin: 5% auto 8%;
}

#pb_wrapper p{
	font-size:14px; 
	font-weight: 400;
	line-height:1.7em;
	text-align: left;
	margin: 1% auto 5%;
}


.Sml {
	font-size: 12px;
	margin: 3px;
}

.item_box {
	width: 60%;
	margin: 10% auto 5%;
    text-align: center;
}
.item_box img {
	width: 100%;
}

.item_box2 {
	width: 90%;
	margin: 8% auto 5%;
    text-align: center;
}
.item_box2 img {
	width: 100%;
}

.item_ttl{
	width: 90%;
	padding:4%;
	margin: 5% auto 18%;
    text-align: center;
	line-height: 1.8;	
	background-color: #eaf6f8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;	
}

.item_ttl_name{
	font-size:18px; 
	font-weight: 500;
	line-height:1.9em;
	text-align: center;
	margin;10% auto 0;
}

.markerUnder {
  background: linear-gradient(transparent 60%, #c1e6ec 0%);
  display: inline;
  padding: 0 1px 0px;
}

.item_ttl img{
	width: 40%;
	text-align:center;
	margin:-10% auto 2%;
	border-radius: 50px;
}

.item_L {
    width: 50%;
    float: left;
	top: 0;
	left: 0;
	position: relative;
}

.item_R {
    width: 45%;
	height: auto;
    float: right;
    margin: 5% 0 0;
	padding: 5% 0 5%;
	top: 0;
	right: 0;
}
.item_R2 {
    width: 46%;
	height: auto;
    float: right;
    margin: 0% 0 0;
	padding: 5% 0 5%;
	top: 0;
	right: 0;
}
.item_ALL_L {
    width: 49%;
    float: left;
	top: 0;
	left: 0;
	position: relative;
}

.item_ALL_R {
    width: 49%;
	height: auto;
    float: right;
	top: 0;
	left: 0;
	right: 0;
}

.color {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin: -2% auto 2%;
	text-align: left;
	padding: 0;
	letter-spacing: 0.05em;
}
.item_name {
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 600;
	text-align: left;
	margin: 30px auto 10px;
}
.item_a {
	width: 40%;
	margin: -70px auto 0px;
	z-index: 100;
	position: absolute;
}

.style_box {
	width: 100%;
	max-width:650px;
	margin: -30px auto 150px;
	text-align: center;
}

.style_box img {
	width: 100%;
}

.thumb {
	position: relative;
}

.info {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	font-weight: 700;
	color: #000000;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-shadow    : 
       1px  1px 1px #FFF,
      -1px  1px 1px #FFF,
       1px -1px 1px #FFF,
      -1px -1px 1px #FFF,
       1px  0px 1px #FFF,
       0px  1px 1px #FFF,
      -1px  0px 1px #FFF,
       0px -1px 1px #FFF;        /* 文字の影 */
}


.info span {
	font-size: 140%;
}



/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	/*display: inline-block;*/
	margin: 0 auto;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
    margin: 15px 20% 10px;
	font-size: 11px;
    color: #000000;
	border: solid 1px #000000;
    background-color: #FFFFFF;
}


/* Button 2 */
.btn-2 {
	width: 100px;
	margin: 5px 0 10px;
	background-color: #000000;
	color: #FFFFFF;
}

.btn-2 a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Button 3 */
.btn-3 {
	width: 500px;
	margin: 40px auto 20px;
	font-size: 16px;
    padding: 25px 5px;
	border: solid 1px #000000;
	background-color: #000000;
	color: #FFFFFF;
}

/* Button 4 */
.btn-4 {
 	width: 300px;
   margin: 0 auto 8%;
	padding: 10px 0;
	font-size: 16px;
    color: #FFFFFF;
    background-color:#6B6B6B;
}
.w60 {
	width: 80%;
	max-width: 400px;
	margin: 10% auto 8%;
}
.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display:none;
}


@media only screen and (max-width:750px){
	#Main {
		width: 100%;
		height:400px;
		background: url("../images/top_s.jpg") no-repeat top center;
		background-size: cover;
	}
	
	#pb_wrapper {
		width: 100%;		
        margin: 0 auto;
        overflow: hidden;
	}	

	.wrap_content {
		width: 100%;
        padding: 10% 0;
	}	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	#pb_wrapper h1 {
		width: 100%;
		font-size: 17px;
		margin: 8% auto -3%;
		text-align: left;
		padding: 2% 5%;
	}
	
	#pb_wrapper h2 {
		font-size: 13px;
		line-height: 2.3em;
		margin: 0 auto 2%;
	}
	
	#pb_wrapper h2 span {
		padding: 2px 6px;
	}
	
	#pb_wrapper h3 {
		font-size:20px;
		margin: 8% auto 8%;
		text-align: center;
	}
	
	
	#pb_wrapper p {
		font-size: 11px;
		line-height: 1.5em;
	}
    

	
	#pb_wrapper p br {
		display: none;
	}
	
	.Lead {
		font-size: 12px;
		margin: 5% auto;
	}

	
	.item_name {
		font-size: 12px;
		margin: 0 auto ;
		line-height: 1.4em;
	}
	
	.item_box {
		width: 90%;
		height: auto;
		margin: 15% auto 0;
        padding: 1% auto 4%;
	}
    
    .item_L {
        width: 50%;
		height: auto;
		position: relative;
        margin:  0;
    }
    
    .item_R {
        width: 44%;
		height: auto;
		position: relative;
		margin:8% 0 ;
        padding: 0 2%;
    }
    .item_R2 {
        width: 45%;
		height: auto;
		position: relative;
		margin:6% 0 4%;
        padding: 0 2%;
    }	
.item_ALL_L {
    width: 100%;
    float: left;
	top: 0;
	left: 0;
	position: relative;
}

.item_ALL_R {
    width: 100%;
	height: auto;
    float: right;
	top: 0;
	left: 0;
	right: 0;
	margin-top:2%;
}	
	
.item_ttl{
	width: 90%;
	padding:6% 4%;
	margin: 5% auto 22%;
    text-align: center;
	line-height: 1.7;	
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;	
}

.item_ttl_name{
	font-size:14px; 
	font-weight: 500;
	line-height:1.7em;
	text-align: center;
	margin;10% auto 0;
}

.item_ttl img{
	width: 80%;
	text-align:center;
	margin:-10% auto 6%;
	border-radius: 50px;
}	
	
.item_a {
	width: 85%;
	margin: -15% auto 0px;
	z-index: 100;
	position: absolute;
}	
	

.color {
	width: 60%;	
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	margin: 2% auto 4%;
	text-align: left;
	padding: 0;
	letter-spacing: 0.05em;
}	
    
    .style_box {
        width: 100%;
        margin: 4% auto 3%;
        padding: 1% 0;
		text-align: center;
    }

	.info, .info_r {
		font-size: 13px;
		bottom: 6px;
		left: 6px;
	}
    
	.btn {
		font-size: 12px;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 80%;
		font-size: 8px;
        padding: 2px 0;
		margin: 4% auto;
	}

	
	/* Button 2 */
	.btn-2 {
		font-size: 12px;
		margin: 2% 0 5%;
		padding: 1%;
		width: 60%;
	}
    
	/* Button 3 */
	.btn-3 {
		font-size: 10px;
		margin: 8% auto 5%;
        padding: 10px;
		position: relative;
        width: 60%;
	}    
	
	.btn-4 {
		width: 65%;
		font-size: 12px;
        padding: 10px 0;
		margin: 3% auto 5%;
	}	
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	
	video {
		width: 90%;
	}
	
}
@media only screen and (max-width:324px){
	
	#pb_wrapper h1 {
		font-size: 26px;
	}
	
	#pb_wrapper p{
		font-size: 10px;
	}
	
	.Lead {
		font-size: 11px;
	}
	
	.item_box {
		font-size: 98%;
	}
	
	.item_name {
		font-size: 10px;
		margin: 0 0 3px
	}
	
	
}