@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
.mv{
	width: 100%;
	height: 100vh;
	background: #000;
	position: fixed;
	z-index: -1;
}
.mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: 1;
}
.main_area{
	width: 100%;
	height: 100vh;
	position: relative;
}
.main_area h2{
	padding: 0 20px;
	max-width: 900px;
	width: 90%;
	    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -80px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

@media screen and (max-width: 768px){
.main_area h2{
	margin-top: -70px;
	width: 80%;

}	
}
@media screen and (max-width: 550px){
	
}

.top_ttl{
	font-size: 4.5rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){
.top_ttl{
	font-size: 2.4rem;
	margin-bottom: 40px;
}	
}

/* トップ　sec01 */
#sec01{

}
.sec01_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}
.sec01_list li{
	width: 48%;
	margin-bottom: 30px;

}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 550px){
.sec01_list{
	flex-direction: column;
}
.sec01_list li{
	width: 100%;
	margin-bottom: 20px;

}
}

/* トップ　drip */
#drip .caption{
	color: #FFF;
	text-align: center;
	font-size: 2.1rem;
	line-height: 2;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px){
#drip .caption{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 550px){
	
}

/* トップ　drip  オーダーの流れ */
.flow{
	max-width: 440px;
	margin: 0 auto;
}
.flow h3{
	  background : #3C2617;
  border-radius : 6px;
color: #FFF;
	font-size: 3.6rem;
	text-align: center;
	padding: 0.5em;
	margin-bottom: 30px;
}
.flow p{
	font-size: 1.6rem;
	margin-bottom: 30px;
	line-height: 2;
}
.flow_box{
	background: #FFF;
	padding: 50px 60px;
	max-width: 740px;
	margin: 0 auto 30px auto;
}
.flow_box h4{
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #CC6633;
	font-size: 3.6rem;
	line-height: 1.5;
}
.flow_box h4 span{
	vertical-align: baseline;
	border-bottom: 1px solid #CC6633;
}
.flow_box p{
	margin-bottom: 30px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px){
.flow h3{
	font-size: 2.4rem;
}
.flow_box{
	padding: 20px;
}
.flow_box h4{
	font-size: 2.4rem;
}
.flow_box p{
	margin-bottom: 30px;
	font-size: 1.4rem;
}	
}
@media screen and (max-width: 550px){
	.flow_box h4{
	font-size: 2.0rem;
		margin-bottom: 20px;
}
}

/* トップ　チェリボン */
#top #cherrybom{
background: #1E2160;
}
#top #cherrybom .shop_info_ttl{
	color: #FFF;
	opacity: 1;
	font-size: 4.8rem;
}
.top_shop_list{
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	text-align: center;
}
.top_shop_list li{
	width: 30%;

}
.top_shop_list li h4{
	margin-bottom: 20px;
}
.top_shop_list li p{
	margin-top: 20px;
}
.top_shop_list li p a{
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}
.top_shop_list li p a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px){
#top #cherrybom .shop_info_ttl{
	font-size: 3.8rem;
}
}
@media screen and (max-width: 550px){
.top_shop_list{
	flex-direction: column;
}
.top_shop_list li{
	width: 100%;
	max-width: 250px;
	margin: 0 auto 30px auto;

}
}

/* トップ　オリジナルギフトセット */
#gift{
	background: #fff;
}
#gift .caption{
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.item_list{
		display: flex;
	flex-wrap: wrap;
	 gap: 20px 20px;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto 40px auto;
}
.item_box{
	 width: calc(100% / 3 - 20px);
	max-width: 255px;
	margin-bottom: 40px;
}
.item_box h3{
	text-align: center;
	padding: 1em 0;
	font-weight: 600;
}
.item_box h3 a{
	text-decoration: underline;

}
.item_box p{
	font-size: 1.2rem;
}
@media screen and (max-width: 768px){
.item_list{
	justify-content: center;
}	
.item_box{
	 width: calc(100% / 2 - 20px);
	max-width: 255px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 550px){
.item_list{
	flex-direction: column;
}
.item_box{
	width: 100%;
	margin: 0 auto 40px auto;
}	
}


/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1!important;
}

#subttl{
	padding:70px 15px 0 15px;
}
#subttl h2{
	font-size: 3.6rem;
	text-align: center;
	color: #C76F8A;
}
#subimg{
	width: 100%;
	background-size:cover;
	position: relative;
	background-position: center center;
	height: 400px;
	padding: 0 20px;
}
#subimg.subimg_news{background-image: url("../images/page/subimg_news.jpg");}
#subimg.subimg_company{background-image: url("../images/page/subimg_company.jpg");}
#subimg.subimg_service{background-image: url("../images/page/subimg_service.jpg");}
#subimg.subimg_contact{background-image: url("../images/page/subimg_contact.jpg");}

#subimg h2{
	font-size: 15rem;
		letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Song Myung', serif;
	color: #FFF;
	opacity: 0.8;
}
#subimg.subimg_news h2,#subimg.subimg_company h2{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#subimg.subimg_contact h2,#subimg.subimg_service h2{
	position: absolute;
	top: 30px;
	right: 30px;
}
#subimg-cherry{
	width: 100%;
	background-size:cover;
	position: relative;
	background-position: center center;
	height: 720px;
}
#subimg-cherry.matsuyama{background-image: url("../images/page/matsuyama_mainimg.jpg");}
#subimg-cherry.ozu{background-image: url("../images/page/ozu_mainimg.jpg");}
#subimg-cherry.saijo{background-image: url("../images/page/saijo_mainimg.jpg");}

#subimg-cherry h2{
	max-width: 300px;
	width: 80%;
    position: absolute;
   bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#subimg-cherry p{
	max-width: 470px;
	width: 90%;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.common_page{
	background: #3C2617;
	padding-top: 85px;
	padding-bottom: 85px;
}
.common_wrap{
padding-bottom: 300px;
}
.common_page .inner{
	background-color: #FFF2D7;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 300px;
	z-index: 1;
}
.common_page .inner::before{
	content: "";
	width: 100%;
	max-width: 1280px;
	height: 220px;
	background-image: url("../images/bg_top.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}
.common_page .inner::after{
	content: "";
	width: 100%;
	max-width: 1280px;
	height: 220px;
	background-image: url("../images/bg_bottom.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.common_content{
	margin-top: -100px;
	z-index: 2;
}

@media screen and (max-width: 1000px){
#subimg h2{
	font-size: 10rem;
}
}
@media screen and (max-width: 991px){
.common_page .inner::before{
	content: "";
	width: 100%;
	max-width: 1280px;
	height: 220px;
	background-image: url("../images/bg_top.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}
.common_page .inner::after{
	content: "";
	width: 100%;
	max-width: 1280px;
	height: 220px;
	background-image: url("../images/bg_bottom.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}
@media screen and (max-width: 768px){
#subttl h2{
	font-size: 2.4rem;
}	
#subimg h2{
	font-size: 6rem;
}
			
}		
@media screen and (max-width: 550px){
#subimg{
	height: 150px;
}	
#subimg h2{
	font-size: 4rem;
}	
#subimg-cherry{
	width: 100%;
	background-size:cover;
	position: relative;
	background-position: center center;
	height: 500px;
}
#subimg-cherry p{
	max-width: 470px;
	width: 80%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.common_page{
	padding-top: 85px;
	padding-bottom: 85px;
}
.common_wrap{
padding-bottom: 150px;
}
.common_page .inner{
	margin-bottom: 150px;
	padding: 20px 0;
}
.common_page .inner::before{
	height: 100px;
	background-size: 100%;
    top: -100px;
}
.common_page .inner::after{
	background-size: 100%;
	height: 100px;
    bottom: -100px;
}
.common_content{
	margin-top: 0;
	z-index: 2;
}	
}	
/*-------------------------------------*/
/*	Cherrybom	*/
/*-------------------------------------*/
.shop_ttl{
	font-size: 3.0rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}

.shop_info_ttl{
	font-size: 10.0rem;
	line-height: 1;
	font-family: 'Song Myung', serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	color: #C76F8A;
	opacity: 0.3;
}

#page #cherrybom .caption{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 90px;
}
.shop_menu_ttl{
	font-size: 10.0rem;
	line-height: 1;
	font-family: 'Song Myung', serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 60px;
	color: #000;
	opacity: 0.15;
}
.shop_info_box{
	background-image: url("../images/page/cherrybom_logo3.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	max-width: 750px;
	margin: 0 auto 80px auto;
}
.shop_info_box h4{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;

}
.shop_info01{
	max-width: 250px;
	width: 80%;
	margin: 0 auto 60px auto;
}
.shop_info01 li{
	margin-bottom: 10px;
	color: #000;
	padding-left: 1.2em;
	position: relative;
	font-weight: 500;
}
.shop_info01 li::before{
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}
.shop_info02{
	max-width: 320px;
	width: 90%;
	margin: 0 auto 60px auto;
}
.shop_info02 li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000;
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
.shop_info02 li:first-child{
	padding-right: 30px;
}
.shop_info02 li:first-child a{
	position: absolute;
	right: 0;
	bottom: 5px;
}
.map_link{
	color: #0080FF;
	font-size: 1.8rem;
	font-weight: 500;
}
/*2列レイアウト*/
.shop_list {
	display: flex;
	flex-wrap: wrap;
	 gap: 15px 15px;
	justify-content: space-between;
}
.shop_list::after{
  content:"";
  display: block;
  max-width: 570px;
  width: calc(100% / 2 - 15px);
}
.shop_list li{
	max-width: 570px;
  width: calc(100% / 2 - 15px);
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
.shop_ttl{
	font-size: 2.0rem;
}

.shop_info_ttl,.shop_menu_ttl{
	font-size: 7.0rem;
}

#page #cherrybom .caption{
	font-size: 1.6rem;
}
.shop_info_box{
	background-position: center center;
}
.shop_info_box h4{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;

}	
}		
@media screen and (max-width: 550px){
/*2列レイアウト*/
.shop_list {
	 gap: 5px 5px;
}
.shop_list::after{
  width: calc(100% / 2 - 5px);
}
.shop_list li{
  width: calc(100% / 2 - 5px);
}
}
/*-------------------------------------*/
/*	company　*/
/*-------------------------------------*/

#company .caption{
	font-size: 1.8rem;
	margin-bottom: 90px;
	line-height: 2.5;
	color: #000;
}
#company h2{
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1;
	color: #000;
}
#company .gaiyo{
	font-size: 1.8rem;
	line-height: 1.5;

}
#company .gaiyo th{
	vertical-align: middle;


}

@media screen and (max-width: 1000px){
	
}
@media screen and (max-width: 768px){
#company .caption{
	font-size: 1.6rem;
}
#company h2{
	font-size: 2.4rem;
}
#company .gaiyo{
	font-size: 1.4rem;

}
#company .gaiyo th{
	vertical-align: middle;


}
}
/*-------------------------------------*/
/*	service　*/
/*-------------------------------------*/
#service .caption{
	font-size: 2.1rem;
	margin-bottom: 40px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	font-weight: 500;
}
#service h2{
	text-align: center;
	color: #FFF;
	font-size: 3.6rem;
	font-family: 'Noto Serif JP', serif;
}
#service h3{
	text-align: center;
	font-size: 4.5rem;
	border-bottom: 1px solid #3C2617;
	margin-bottom: 40px;
	padding-bottom: 20px;
	line-height: 1.5;
}
#service.common_page{
	margin-bottom: 75px;
}
.service_box h4{
	font-size: 1.8rem;
	padding: 1.5em 0;
	line-height: 1.5;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.service_box p{
	font-size: 1.7rem;
}
.service_box02 h4{
	font-size: 2.6rem;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.service_box02 p{
	font-size: 1.7rem;
	padding-top: 1em;
}
@media screen and (max-width: 1000px){
	
}
@media screen and (max-width: 768px){
#service.common_page{
	margin-bottom: 40px;
}	
#service .caption{
	font-size: 1.8rem;
}
#service h2{
	font-size: 2.6rem;
}
#service h3{
	font-size: 2.4rem;
}
.service_box h4{
	font-size: 1.6rem;
}
.service_box p{
	font-size: 1.4rem;

}
.service_box02 h4{
	font-size: 2.0rem;
}
.service_box02 p{
	font-size: 1.4rem;
}	
}
@media screen and (max-width: 768px){
.service_box p,.service_box02 p{
	margin-bottom: 20px;
}
}
/*-------------------------------------*/
/*	policy　*/
/*-------------------------------------*/
#policy .caption{
	font-size: 1.8rem;
}
.policy_box h2{
	background: #3C2617;
	color: #FFF;
	text-align: center;
	padding: 0.5em 1.5em;
	line-height: 1.5;
	font-size: 2.1rem;
	border-radius: 50px;
	margin-bottom: 40px;
}
.policy_box h3{
	line-height: 1.5;
	font-size: 2.0rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #C76F8A;
	padding-bottom: 10px;
}
.policy_box p{
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.add{
	display: flex;
	font-size: 1.8rem;
	margin-bottom: 60px;
}
.add dt{
	width: 15%;
	font-weight: normal;
}
@media screen and (max-width: 768px){
#policy .caption{
	font-size: 1.4rem;
}	
.policy_box h2{
	font-size: 1.8rem;

}
.policy_box h3{
	font-size: 1.8rem;
}
.policy_box p{
	font-size: 1.4rem;
}
.add{
	font-size: 1.6rem;
	margin-bottom: 60px;
	flex-direction:column;
}
.add dt{
	width: 100%;
}
}
/*-------------------------------------*/
/*	news　*/
/*-------------------------------------*/
#news{
	background: #3C2617;
	margin-bottom: 75px;
}
#news article{
	background: #FFF2D7;
	padding: 50px 20px;
	margin-bottom: 60px;
}
#news article .inner{
	max-width: 740px;
	margin: 0 auto;
}

#news article .inner .meta_entry{
	border-left: 3px solid #cbb483;
	padding-left: 15px;
	margin-bottom: 40px;
}
#news article .inner .meta_entry{
	border-left: 3px solid #cbb483;
	padding-left: 15px;
	margin-bottom: 40px;
}
#news article .inner .meta_entry p{
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#news article .inner .meta_entry .date{
	margin-right: 15px;
	border-right: 1px solid #000;
	padding-right: 15px;
}
#news article .inner .meta_entry .cat:hover{
	color: #1E2160;
}
#news article .inner .meta_entry h3{
	font-size: 2.4rem;
	line-height: 1.5;
}

.cat_list{
	max-width: 500px;
	margin: 0 auto 60px auto;
	border-bottom: 1px solid #cbb483;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cat_list dt{
font-size: 1.8rem;
	color:  #cbb483;
}
.cat_list dd span::before{
	content: "│";
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.cat_list dd span:last-of-type::after{
	content: "│";
	color: #FFF;
	padding-left: 5px;
}
.cat_list dd span{
	display: inline-block;
}
.cat_list dd span a{
	color: #FFF;
}
.cat_list dd span a:hover,.cat_list dd span a.current{
	color: #cbb483;
}

/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.5em 0.8em!important;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#FFF!important;
	border: none!important;
	background:none!important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-pagenavi span{
	color:#fff;
		font-weight: 500;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.5em 0.8em;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#cbb483;
	border: none;
	background:none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: none!important;
}
.wp-pagenavi a:hover{
	border: none!important;
	background: none;
	color: #cbb483!important;
	text-decoration: none!important;
}
.wp-pagenavi a:hover span{
	color:#cbb483;
}
@media screen and (max-width: 768px){
#news{
	margin-bottom: 40px;
}
.cat_list{
	flex-direction: column;
}
.cat_list dt{
font-size: 1.6rem;
	margin-bottom: 10px;
}
.cat_list dd span::before{
	content: none;
	padding: 0;
}
.cat_list dd span:last-of-type::after{
	content: none;
	padding: 0;
}
.cat_list dd span {
	margin-right: 10px;
	

}
.cat_list dd span:last-of-type{
	margin-right: 0;
}		
#news article .inner .meta_entry h3{
	font-size: 2.0rem;
}	
}

/*-------------------------------------*/
/*	contact　*/
/*-------------------------------------*/
#contact h2{
	text-align: center;
	color: #FFF;
	font-size: 4.5rem;
}
#contact.common_page{
	margin-bottom: 75px;
}
table.contact{
	width: 100%;
	/*border-top: 1px solid #fff;*/
	font-size: 1.8rem;
	color: #000;
}
table.contact th,table.contact td {
	/*border-bottom: 1px solid #fff;*/
	letter-spacing: 0.1em;
	vertical-align: middle;
}
table.contact th {
	padding: 1.5em 1.5em 0 0 ;
	width: 30%;
	vertical-align: top;
	text-align: right;
}
table.contact th div{
	position: relative;
	text-align: right;
	padding-right: 30px;
}
table.contact td p{
	margin-bottom: 0!important;
}
span.must{
	color: #dd960f;
}
table.contact td {
	padding: 1.5em 0.5em 1.5em 0;
}
.contact_info{
	max-width: 570px;
	margin: 0 auto;
	color: #FFF;
	padding: 0 15px;
}
.contact_info h4{
	font-weight: 600;
	font-size: 1.8rem;
	border-bottom: 3px solid #e5b152;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contact_info h4 span{
	font-weight: 600;
	font-size: 3.4rem;
	vertical-align: baseline;
	margin-left: 10px;
}
.contact_info p{
	font-size: 1.8rem;
}
@media screen and (max-width: 1000px){
	
}
@media screen and (max-width: 768px){

#contact h2{
	font-size: 2.6rem;
}
#contact.common_page{
	margin-bottom: 40px;
}	
table.contact{
	font-size: 1.6rem;
}
table.contact th,table.contact td {
	display: block;
	width: 100%;
	text-align: left;
}
table.contact th {
	padding: 1.5em 0 0 0;
	border: none;
}
table.contact th div{
	text-align: left;
	padding-left: 30px;
	padding-right: 0;
}
span.must{
    right: auto;
	left: 0;
}	
table.contact td {
	padding:  1.5em 0 ;
	border-bottom: 1px solid #3C2617;
}
table.contact tr:last-of-type td {
	border-bottom: none;
}	
.contact_info h4{
	font-size: 1.6rem;
	text-align: center;
}
.contact_info h4 span{
	display: block;
	font-size: 2.8rem;
	margin-left: 0;
	margin-top: 5px;
}
.contact_info p{
	font-size: 14px;
	text-align: center;
}	
}

/*フォーム*/
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding:0.7em 1.5em;
	line-height: 1;
	display:inline-block;
	font-size:1.8rem;
	text-align:center;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 10px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 144, 216, 1) 3.37%,rgba(52, 72, 149, 1) 15%,rgba(0, 17, 65, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 144, 216, 1) 3.37%, rgba(52, 72, 149, 1) 15%, rgba(0, 17, 65, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0337,rgba(0, 144, 216, 1) ),color-stop(0.15,rgba(52, 72, 149, 1) ),color-stop(1,rgba(0, 17, 65, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 144, 216, 1) 3.37%, rgba(52, 72, 149, 1) 15%, rgba(0, 17, 65, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 144, 216, 1) 3.37%, rgba(52, 72, 149, 1) 15%, rgba(0, 17, 65, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0090D8', endColorstr='#001141' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 144, 216, 1) 3.37%, rgba(52, 72, 149, 1) 15%, rgba(0, 17, 65, 1) 100%);
  border-style : Solid;
  border-color : #D0E7F9;
  border-color : rgba(208, 231, 249, 1);
  border-width : 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001141',endColorstr='#0090D8' , GradientType=0);
}
.submit_btn:hover{
	background: #C76F8A;
	text-decoration:none;
}
.back_btn{
	width: 100%;
	padding:0.7em 1.5em;
	line-height: 1;
	display:inline-block;
	font-size:1.8rem;
	text-align:center;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 10px;
	background: #666;
border: 1px solid #666;
}
.back_btn:hover{
	background: #AAA;
	text-decoration:none;
}

/*-------------------------------------*/
.form_area hr{
	    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #3C2617;
	
}
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.consent_check_wrap{
	margin-bottom: 40px;
	
}
.consent_check_wrap p{
	font-size: 1.6rem;
	text-align: center;
}
.consent_check_wrap p a{
	text-decoration: underline;
	color:  #ff1e0d;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="date"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: none;
	font-family: inherit;
	font-size:18px;
	padding: 0.5em;
	margin:0;
	background-color:#FFF;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
	color: #000000;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size: 18px;
	 padding: 0 5px 10px 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
.radio_if span.wpcf7-list-item{
	display: block;
}
.radio_if{
	background: #D9D9D9;
	color: #000000;
	padding: 1em;
	margin-top: 20px;
}
.radio_if label{
	display: block;
}
@media screen and (max-width: 768px){
ul.form_list li{
	margin-bottom: 20px;
}
	ul.form_list li:last-child{
	margin-bottom: 0;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
label {
	font-size: 16px;
}	
	}
