@charset "utf-8";

.contents{
	background: #daeee3;
	padding: 40px 0;
}

.btn_pink{
	display: inline-block;
	background: #ee719a;
	color: #fff;
	border-radius: 5px!important;
	border:none!important;
	text-align: center;
	width: 700px;
	font-size: 20px;
	padding: 10px;
	box-shadow: 3px 4px 12px rgb(18 47 61 / 20%), -10px -10px 30px rgb(248 253 255 / 90%), inset 10px 10px 30px transparent, inset -10px -10px 30px transparent;
	position: relative;
}

.btn_pink::after{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:25px;
	width: 13px;    /* くの字を山なりに見た時、左側の長さ */
	height: 13px;   /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
	transform: rotate(45deg);    /* くの字の向き */
}

.white_btn{
	display: inline-block;
	background: #fff;
	color: #2ca35e;
	border-radius: 5px!important;
	border:none!important;
	text-align: center;
	width: 700px;
	font-size: 20px;
	padding: 10px;
	box-shadow: 3px 4px 12px rgb(18 47 61 / 50%), -10px -10px 30px rgb(248 253 255 / 90%), inset 10px 10px 30px transparent, inset -10px -10px 30px transparent;
	position: relative;
}

.white_btn::after{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:25px;
	width: 13px;    /* くの字を山なりに見た時、左側の長さ */
	height: 13px;   /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
	transform: rotate(45deg);    /* くの字の向き */
}

/* TOP */
.top_keyv{
	background: url(../img/top_keyv.png) no-repeat;
	background-size: cover;
	height: 470px;
	background-position: center;
}

.top_keyv .container{
	position: relative;
}

.top_keyv .container h2{
	position: absolute;
	top: 50px;
	left: 70px;
}

.tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.tab div{
	background: #fff;
	color: #2ca35e;
	width: 50%;
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
	font-size: 18px;
}

.tab div.active{
	background: #2ca35e;
	color: #fff;
}

.buy_itemlist.noactive{
	display: none;
}

.buy_box{
	border-radius: 5px;
	background-color:#fff;
	box-shadow: 6px 7px 12px rgb(18 47 61 / 20%), -10px -10px 30px rgb(248 253 255 / 70%), inset 10px 10px 30px transparent, inset -10px -10px 30px transparent;
	margin-bottom: 50px;
}

.item_title{
	background: #2ca35e;
	color: #fff;
	font-size: 20px;
	border-radius: 5px 5px 0 0;
	padding: 5px 10px;
}

.item_description th{
	background: #daeee3;
	border-top: solid 1px #2ca35e;
	vertical-align: middle;
	padding: 15px 15px;
	width:150px;
}

.item_description td{
	background: #fff;
	border-top: solid 1px #2ca35e;
	vertical-align: middle;
	padding: 15px 15px;
}

.item_image{
	width: 850px;
	margin: 0 auto;
	padding: 0 40px 40px;
}

.item_image_box{
	position: relative;
	margin: 40px 0;
}

.swiper-slide{
	overflow: hidden;
	position: relative;
	background-color: #fff;
	text-align:center;
}

/* メイン画像縦横中央に配置 */
.swiper-slide img{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* 画像の比率4対3に指定 2対1の場合は50%にします */
.swiper-slide:after{
	display: block;
	padding-top: 75%;
	content: '';
}
.gallery-thumbs{
	width: 100%;
	padding: 10px 0 0;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide{
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: solid 1px #2ca35e;
}

.gallery-thumbs{
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev{
	padding: 40px 20px;
	color: #2ca35e!important;
	border: solid 1px #2ca35e;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -65px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -65px!important;
}

.footer_contact{
	text-align: center;
	padding: 40px 0;
}

.footer_contact h4{
	background: #2ca35e;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 20px;
}

.footer_contact div p:first-of-type{
	font-size: 20px;
}

.footer_contact div p:first-of-type a{
	font-size: 30px;
	color: #ee719a;
	display: inline-block;
	margin-left: 10px;
}

/* contact */
.keyv{
	background: url(../img/keyv.png) no-repeat;
	background-size: cover;
	height: 250px;
	background-position: center;
	position: relative;
}

.keyv h2{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact_toptext{
	text-align: center;
	border-bottom: solid 2px #2ca35e;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.contact_toptext{
	font-size: 18px;
}

.contact_toptext p:first-of-type{
	margin-bottom: 25px;
}

.contact_toptext div{
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	margin: 15px 0 5px;
}

.contact_toptext div span{
	color: #ee719a;
	font-size: 30px;
	display: inline-block;
	margin-left: 15px;
}

.contact_toptext p:last-child{
	font-size: 14px;
}

.contact_box{
	border-radius: 5px;
	background-color:#fff;
	box-shadow: 6px 7px 12px rgb(18 47 61 / 20%), -10px -10px 30px rgb(248 253 255 / 70%), inset 10px 10px 30px transparent, inset -10px -10px 30px transparent;
	margin-bottom: 50px;
	margin-top: 20px;
}

.form_title{
	position: relative;
	background: #2ca35e;
	color: #fff;
	font-size: 20px;
	border-radius: 5px 5px 0 0;
	padding: 10px 10px;
	height: 50px;
	text-align: center;
}

.form_title h3{
	position: absolute;
	top: 50%;
	left: 59%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.form_title h3 span:first-of-type{
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
}

.form_title.confirm h3{
	left: 50%;
}

.form_box{
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.form_box.confirm .form_child{
	border-bottom: solid 2px #2ca35e;
	padding-bottom: 15px;
}

.form_box.confirm .form_child:last-child{
	border-bottom: none;
}

.form_box.confirm .form_child div{
	margin-left: 20px;
}

.form_box.confirm .form_child p:first-child{
	font-weight: bold;
	font-size: 16px;
}

.form_child{
	margin-bottom: 20px;
}

.form_child p span{
	display: inline-block;
	margin-left: 15px;
}

.form_child input{
	border-color: #2ca35e;
	background: #f1fff7;
}

.form_child textarea{
	border-color: #2ca35e;
	background: #f1fff7;
	width: 100%;
	height: 150px;
}

.input_text1{
	width: 300px;
}

.input_text2{
	width: 150px;
}

.input_text3{
	width: 100%;
}

.submit_btn {
	position: relative;
	text-align: center;
	display: block;
	width: 700px;
	margin: 0 auto;
}

.submit_btn input {
	cursor: pointer;
	display: block;
	background: #ee719a;
	color: #fff;
	border-radius: 5px!important;
	border:none!important;
	font-size: 20px;
	width: 100%;
	padding: 10px;
	box-shadow: 3px 4px 12px rgb(18 47 61 / 20%), -10px -10px 30px rgb(248 253 255 / 90%), inset 10px 10px 30px transparent, inset -10px -10px 30px transparent;
}

.submit_btn::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:25px;
	width: 13px;    /* くの字を山なりに見た時、左側の長さ */
	height: 13px;   /* くの字を山なりに見た時、右側の長さ */
	border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
	border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
	transform: rotate(45deg);    /* くの字の向き */
}

.error_msg{
	border: solid 1px #ff2c21;
	color: #ff2c21;
	background: #fff4f3;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 5px;
}

.back_btn{
	width: 200px;
	text-align: center;
	display: block;
	margin: 50px auto 0;
	background: #a1a1a1;
	color: #fff;
	border-radius: 5px;
	padding: 10px 0;
}

.f_type2{
	display: none;
}

.buy_txt{
	margin: 40px 0;
	text-align: center;
}

.buy_txt p:first-of-type{
	font-size: 20px;
	color: #ee719a;
	font-weight: bold;
	margin-bottom: 10px;
}

.topics{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}

.h2-type1 {
	color: #72e0a1;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.h2-type1 span {
	color: #4a4e4d;
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
}

.topics-list dl {
    display: flex;
    margin: 0 0px 10px 40px;
}

.topics-list dl dt {
    margin-right: 20px;
}

.topics-list dd {
    width: 100%;
}

.ico {
    border-radius: 20px;
    background: #2ca35f;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    margin-right: 15px;
}

.ico.news {
    background: #F9E86A;
    color: #2ca35f;
}

.ico.blog {
    background: #2ca35f;
}

.topics-list a {
    text-decoration: none;
    color: #4b4d4c;
    display: inline-block;
}

.topics_more {
    text-align: right;
}

.topics_more a {
    text-decoration: none;
	color: #2ca35f;
}

/********************1200px以下*******************/
@media (max-width: 1200px) {
}

/********************991px以下*******************/
@media (max-width: 991px) {
}

/********************767px以下*******************/
@media (max-width: 767px) {
	.top_keyv{
		height: 200px;
	}

	.top_keyv .container h2{
		left: 0;
		top: 20px;
	}

	.top_keyv .container h2 img{
		width: 300px;
	}

	.item_image{
		width: 100%;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 0!important;
		background: #fff;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 0!important;
		background: #fff;
	}

	.btn_pink{
		width: 100%;
	}

	.item_description th{
		padding: 10px;
		width: 100px;
	}

	.item_description td{
		padding: 10px;
	}

	.white_btn{
		width: 100%;
	}

	.submit_btn{
		width: 100%;
	}

	.form_box{
		width: 90%;
	}

	.input_text1{
		width: 100%;
	}

	.form_child .input_text1:first-of-type{
		margin-bottom: 15px;
	}

	.input_text2{
		width: 100px;
	}

	.contact_toptext{
		font-size: 16px;
	}

	.contents .fs18{
		font-size: 16px!important;
	}

	.contact_toptext div span{
		margin-top: 10px;
	}

	.form_title{
		height: 70px;
	}

	.form_title h3{
		left: 50%;
		line-height: 1;
	}

	.topics{
		padding: 20px 0;
	}

	.h2-type1 {
		margin-left: 10px;
	}

	.topics-list dl {
		display: block;
		margin: 0 20px 10px 20px;
	}

	.topics-list dd {
		padding: 0 0 10px 0px;
		line-height: 20px;
		border-bottom: solid 1px #ccc;
	}

	.topics_more {
		margin: 20px 10px 0;
	}
}

/********************575px以下*******************/
@media (max-width: 575px) {
}