@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%;
	object-fit: cover;
	max-height: 340px;
	border-radius: 10px;
}

.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;
	margin-bottom: 100px;
	clear: both;
	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;
}



.arrow {
  width: 5%;
  float: left;
  padding-top: 90px;
  text-align: center;
}
.arrow svg {
  text-align: center;
  font-size: 3.0em;
  color: #DBAFD8;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

.flow {
  width: 100%;
}

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

.f_box {
  width: 30%;
	margin-left: 1%;
	margin-right: 1%;
  float: left;
	min-height: 400px;
}

.f_box .imgbox {
  margin-bottom: 15px;
}

.f_box .imgbox img {
	object-fit: cover;
	max-height: 240px;
  width: 100%;
  border-radius: 10px;

}

.f_box h3 {
  background-color: #F1BACE;
  color: #832A77;
  font-size: 1.1em;
  padding: 10px;
  
}
.f_box p {
  padding-top: 10px;
}

.cont_h3 {
    font-size: 2.0em;
	color: #3881C5;
}

.cont_h4 {
    color: #00209F;
		border-bottom: 2px solid #9BBDFB;
}