@charset "utf-8";
/* CSS Document */

.feature_title {
	margin-top: 30px;
}

.feature_title h3 {
	overflow: hidden;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.feature_title h3 img {
	width: 1200px;/* トリミングしたい枠の幅 */
	height: 450px;/* トリミングしたい枠の高さ */
	object-fit: cover;
	vertical-align: middle;
}

.feature_title h2 {
	font-size: 1.4em;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.feature_title p {
	padding: 10px;
	font-size: 0.9em;
	color: #838383;
	text-align: right;
}

.cont_box1 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
}

.cont_box1::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.cont_box1 .imgbox {
	width: 40%;
	float: left;
}

.cont_box1 .imgbox img {
	width: 96%;
}

.cont_box1 .txtbox {
	width: 60%;
	float: right;

}

.cont_box1 a .txtbox {
	color: #333;
}

.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.cont_box1 h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.cont_box1 h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.cont_box1 .txtbox p {
	padding: 10px;
}

.cont_box1 .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cont_box1 .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.cont_box1 .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}


.shop_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 40px;
	background-color: #FFF0F1;
	padding: 30px;
}

.shop_box::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.shop_box .imgbox {
	width: 40%;
	float: left;
}

.shop_box .imgbox img {
	width: 96%;
}

.shop_box .txtbox {
	width: 60%;
	float: right;
}

.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
}


.shop_box h3 {
	font-size: 1.4em;
	padding: 10px;
	color: #f95f8a;
	background-color: #ffeeee;
	margin-bottom: 20px;
}

.shop_box h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	margin-bottom: 15px;
	border-left:2px solid #f95f8a;
}

.shop_box .txtbox p {
	padding: 10px;
}

.shop_box .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shop_box .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.shop_box .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}


.cont_box2 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 80px;
	border: 1px solid #ffeeee;
	border-radius: 10px;
	padding: 10px;
	margin-top: 80px;
	background-color: #F9F9F9;
}

.cont_box2::after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.cont_box2 .imgbox {
	width: 20%;
	float: left;
}

.cont_box2 .imgbox img {
	width: 90%;
	text-align: center;
}

.cont_box2 .txtbox {
	width: 80%;
	float: right;
}

.cont_box2 h4 {
	font-size: 1.2em;
	padding: 10px;
	color: #f95f8a;
	border-bottom:3px solid #f95f8a;
	margin-bottom: 10px;
}

.cont_box2 .txtbox p {
	padding: 10px;
	line-height: 140%;
	font-size: 0.95em;
}

.cont_box2 .btn1 {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cont_box2 .btn1 a {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background-color: #f95f8a;
	color: #fff;
}

.cont_box2 .txtbox blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 140%;
	font-size: 0.9em;
	background-color: #FBF9E9;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #E0E1B5;
}


/*一覧用*/



.special_box {
	width: 31%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.special_box .imgbox img {
	width: 100%;
}
.special_box .imgbox,	
.special_box .txtbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.special_box h3 {
	background-color: #ded7cb;
	padding: 10px;
	width: 90%;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
}

.special_box .txtbox {
	margin-top: 20px;
}


.special_box .btn1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}

.special_box .btn1 a {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: #424242;
	color: #fff;
	font-size: 0.9em;
}


.special_box .btn1 a::before {
	text-align: right;
	content: "▶ ";
}

.special_box blockquote {
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	background-color: #FAFBF7;
	line-height: 140%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	border: 1px solid #ccc;
}


.kani_h2 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e5e696), color-stop(1.00, #d1d35f));
background: -webkit-linear-gradient(#e5e696, #d1d35f);
background: -moz-linear-gradient(#e5e696, #d1d35f);
background: -o-linear-gradient(#e5e696, #d1d35f);
background: -ms-linear-gradient(#e5e696, #d1d35f);
background: linear-gradient(#e5e696, #d1d35f);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);

    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    
    font-size: 1.6em;
    margin-bottom: 15px;
    margin-top: 20px;
}

.ebi_h2 {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f8c8f9), color-stop(1.00, #ed9b9b));
background: -webkit-linear-gradient(#f8c8f9, #ed9b9b);
background: -moz-linear-gradient(#f8c8f9, #ed9b9b);
background: -o-linear-gradient(#f8c8f9, #ed9b9b);
background: -ms-linear-gradient(#f8c8f9, #ed9b9b);
background: linear-gradient(#f8c8f9, #ed9b9b);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);

    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    
    font-size: 1.6em;
    margin-bottom: 15px;
    margin-top: 20px;
}





v