@charset "utf-8";
/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#St_wrapper{
	width: 100%;
	text-align: center;
	margin: 0% auto 0;
	font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
	background-color: #DCDCDC;
}

#LP_wrapper{
	max-width: 900px;
	text-align: center;
	margin: 0% auto 0;
    color: #000000;
    padding-bottom: 8%;
}
#LP_wrapper h1{
    position: relative;
    font-size: 18px;
    width: 77%;
	margin: 0% auto 13%;
    padding: 2%;
    text-align: center;
	color: white;
    background-color: #cc6600;
    display: inline-block;
    
}
#LP_wrapper h2{
    width: 100%;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    line-height: 2em;
    
}
#LP_wrapper h3{
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.08em;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    margin: 0% auto 5%;
    font-weight: 400;
}


.pc{
    display: flex;
}
.sp {
	display:none;
}

.lead{
    margin: 3% auto 11%;
	font-size: 16px;
	line-height: 1.9em;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 500;
	
}
.lead_s{
    display: none;
}

.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
	font-weight: bold;
}
.Title{
    width:800px;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
    margin:8% auto 0%;
	line-height: 2em;
	letter-spacing: 0.12em;
	text-align: center;
}

.sub_title{
    width:50%;
	font-size: 25px;
	font-weight: 700;
    margin: 5% auto 2%;
	line-height: 2em;
	letter-spacing: 0.12em;
	text-align: center;
}

.LP_box{
    width: 100%;
    text-align: center;
    margin: 0% auto 8%;
    display: inline-block;
}

/**************アイテム****************/
.item_box01{
    width: 100%;
    text-align: center;
    margin: 0% auto 0%;
    display: inline-block;
}
.item01{
    width: 45%;
    float: left;
	margin-left:10%;
}
.item_detail01{
    width: 35%;
    float:right;
    display: inline-block;
	margin-right:6%;
}

.item_cmt_point{
    text-align: center;
    margin: 0 auto 0%;	
    font-size:18px;
}
.item_cmt_point img{
	width: 60%;	
	border-radius: 600px;
}

.item_cmt_big{
    text-align: center;
    font-size:40px;
	font-weight: bold;
    margin: 0 auto 0%;
	color: #000;	
}
.staff_name{
    text-align: left;
    font-size:13px;
	font-weight: bold;
    margin: 0 10% 1% 10%;
}
.staff_name2{
    text-align: right;
    font-size:13px;
	font-weight: bold;
    margin: 0 10% 1% 10%;
}
.item_name{
	width: 100%;
    font-size:13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.9em;
	margin: 0 auto 5%;
}

.item_box02{
    width: 100%;
    text-align: center;
    margin: 0% auto 0%;
    display: inline-block;
}

.item01{
    width: 45%;
    float: left;
	margin-left:10%;
}


.item02{
    width: 45%;
    float: right;
	margin-right:10%;
}
.item_detail02{
    width: 35%;
    float:left;
    display: inline-block;
	margin-left:6%;
}

	.item_lead{
		width: 80%;
		margin: 5% auto;
		font-size: 12px;
		line-height: 1.8;
		padding: 5% 2%;
background-color: rgba(255, 255, 255, 0.3);
	}


    .image-container {
		width: 80%;
		margin: 8% auto 8%;	
      display: flex; /* 画像を横に並べる */
		 justify-content:center;
    }

    .image-container img {
		width: 85%;
      margin-right: 10px; /* 画像間の余白 */
    }

    .image-container img:last-child {
      margin-right: 0; /* 最後の画像の余白を削除 */
    }
/**************アイテム****************/

.Point{
    width: 89%;
    padding: 5%;
    text-align: left;
    background-color: #f1fbf3;
    display: inline-block;
}

.Point_ttl{
    font-size:15px;
    padding: 0px 15px;
    border-left: 5px solid #59c16f;
    color: #59c16f;
    background: #f1fbf3;
    font-weight: 700;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.Point_txt{
    display: block;
    width: 100%;
    font-size:14px;
    text-align: left;
    line-height: 2em;
    margin: 2% 0;
    font-weight: 500;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}




/**************ボタン****************/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	/* text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
    font-family: 'Roboto', sans-serif;
	
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}



/* Button 1 */
.btn-1 {
	background-color: #fff;
    border: #000 2px solid;
	color:#000;
	font-size: 16px;
	text-align: center;
	width: 40%;
    padding: 2%;
    margin: 0 auto 10%;
	margin-left:-12%;
    float: none;
    font-weight: 600;
}

.btn-1:hover {
    background-color:#fff;
    border: #000 2px solid;
	color:#000;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	background-color: #fff;
    border: #000 2px solid;
	color:#000;
	font-size: 16px;
	text-align: center;
	width: 40%;
    padding: 2%;
    margin: 0 auto 10%;
	margin-right:-32%;
    float: none;
    font-weight: 600;
}

.btn-2:hover {
    background-color:#fff;
    border: #000 2px solid;
	color:#000;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*カテゴリボタン*/
.ct_btn {
	max-width: 700px;
	width: 90%;
	padding: 5%;
	margin:0 auto 0%;
	text-align: center;
	font-size:28px;
	font-weight:bold;
	letter-spacing: 0.06em;
	color: #bff4e2;
}

.point_L {
	width: 48%;
	float: left;
	background-color:#ebf1de;
	color:#000;
	text-align: center;
	margin:2% auto 0;
}

.point_R {
	width: 48%;
	float: right;
	background-color:#ebf1de;
	color:#000;
	text-align: center;
	margin:2% auto 0;
}
a.kw {
	width: 75%;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:3% 0;
	letter-spacing: 0.05em;
	background-color:#000;
	border: solid 1px #000;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#333;
	padding:3% 0;
}

a.kw2 {
	width: 50%;
	margin: 0% auto;
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:2% 0;
	letter-spacing: 0.05em;
	background-color:#cc6600;
}
a.kw2:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#cc6600;
	padding:2% 0;
}

a.kw3 {
	width: 50%;
	margin: 5% auto;
	font-size: 16px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#fff;
	padding:2% 0;
	letter-spacing: 0.05em;
	background-color:#cc6600;
	border: solid 3px #fff;
	border-radius: 30px;
}
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#cc6600;
	padding:2% 0;
}

@media only screen and (max-width:750px){
	#LP_wrapper {
		width: 100%;
		text-align: center;
		margin: 0% auto 0%;
        padding-bottom: 5%;
        color: #000000
	}
    #LP_wrapper h1{
        width: 90%;
        font-size: 13px;
        text-align: center;
        margin: 0% auto 17%;
        letter-spacing: inherit;
        font-weight: 700;
    }
    #LP_wrapper h2{
        width: 100%;
        font-size: 30px;
    }
    #LP_wrapper h3{
        font-size: 20px;
        line-height: 2em;
    }    
	.Title {
		margin: 10% auto 0;
        width: 100%;
	}
	.main{
		width: 100%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	.lead{
    margin: 3% auto 13%;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: center;
}


    .lead_sub_p{
		display: none;
    }
    
    .lead_sub_s{
		width: 100%;
		display: inline-block;
        text-align: left;
		margin: 0% auto 5%;
		line-height: 1.8em;
		font-size: 13.5px;
    }
	.small{
		font-size: 10px;
	}
    
    .LP_box{
        width: 90%;
        margin: 0% auto 10%;
    }
	
	.item_box01{
    margin: 1% auto 0%;
}
	.item_box02{
    margin: 6% auto 0%;
}	
  
    .item01{
        width:100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
		margin-left:0%;
    }
    .item_detail01{
        width: 80%;
        float: none;
        text-align: center;
        margin: 8% auto 0;
		margin-right:0%;
    }
    
.item02{
        width:100%;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
		margin-right:0%;
    }
    .item_detail02{
        width:80%;
        float: center;
        text-align: center;
        margin: 8% auto 0;
	margin-left:10%;		
    }
.staff_name{
    text-align: left;
    font-size:11px;
	font-weight: bold;
    margin: 0 10% 1% 5%;
}
.staff_name2{
    text-align: right;
    font-size:11px;
	font-weight: bold;
    margin: 0 5% 1% 10%;
}	
    .item_name{
		width: 100%;
        text-align: center;
        font-size: 12px;
        margin: 0% auto 8%;
        letter-spacing: 0.01em;		
    }
    .item_name2{
		width: 100%;
        text-align: right;
        font-size: 12px;
        margin: 0% auto 8%;
        letter-spacing: 0.01em;				
    }
    .item_cmt{
        font-size:11px;
		line-height: 1.8;
		margin-left:-2%;
    }
    .item_cmt2{
        font-size:11px;
		line-height: 1.6;
			margin-left:-2%;	
    }	
.item_cmt_point{
    text-align: center;
    margin: 0 auto 0%;	
    font-size:18px;
}
.item_cmt_point img{
	width: 50%;	
	border-radius: 600px;
}
.item_cmt_big{
    text-align: center;
    font-size:25px;
	font-weight: bold;
    margin: 0 auto 0%;
}	
	.item_lead{
		width: 100%;
		margin: 8% auto;
		font-size: 12px;
		line-height: 1.8;
		padding: 5% 2%;
background-color: rgba(255, 255, 255, 0.3);
	}
	

	.item_box{
    text-align: left;
    margin: 0% auto;
}
.item_box2{
    text-align: right;
    margin: 0% auto;
}
	
    .Point_txt{
        font-size: 13px;
    }
	
    .image-container {
		width:100%;
			margin: 8% auto 5%;	
      display: flex; /* 画像を横に並べる */
		 justify-content:center;
    }

    .image-container img {
		width: 90%;
      margin-right: 15px; /* 画像間の余白 */
    }

    .image-container img:last-child {
      margin-right: 0; /* 最後の画像の余白を削除 */
    }	

    .hr{
        width: 96%;
        text-align:center;
        border-bottom: #dddddd 1px solid;
        margin: 7% auto 3%;
    }
    .ct_btn {
	font-size:19px;
}
	a.kw {
	width: 80%;
	display: block;
	font-size: 12px;		
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}

a.kw:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	background-color:#999;
	padding:5% 0;
}	
	a.kw2 {
	width:80%;
	display: block;
	font-size: 13px;		
	text-decoration: none;
	color:#fff;
		margin: 0% auto 7%;
	padding:5% 0;
}	
a.kw2:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}		
	a.kw3 {
	width:80%;
	display: block;
	font-size: 13px;		
	text-decoration: none;
	color:#fff;
		margin: 3% auto 7%;
	padding:5% 0;
}	
a.kw3:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	padding:5% 0;
}	
	.btn-1 {
	width: 80%;
	margin-left:-22%;
}
	.btn-2 {
	width: 80%;
	margin-right:-22%;
}

    
    
	
}