@charset "utf-8";
/* CSS Document */
body{
	color: #2e4b57;
	background-color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style-type: none;
}
h2,h3,h4,h5,th{
	font-weight: 500;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #ccc;
}
::-webkit-scrollbar-thumb{
	background-color: #2e4b57;
}
/* スペース調整==================== */
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.h20{
	height: 20px;
}
.mt50{
	margin-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.mb30{
	margin-bottom: 30px;
}
.pmb p{
	margin-bottom: 10px;
}
span.ib{
	display: inline-block!important;
}

/* 各コンテンツ枠　======================================== */
section.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 0 10%;
}
.w980{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}

/*text*/
.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.text1{
font-size: clamp(0.7rem, 0.591rem + 0.55vw, 1rem);  
line-height: 1.9;  
}
.text1 strong{
font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
display: block;  
line-height: 1.5; 
 
}
.text2{
font-size: clamp(0.8rem, 0.691rem + 0.55vw, 1.1rem);    
line-height: 1.5;     
}
.text2 strong{
font-size:clamp(1.3rem, 1.155rem + 0.73vw, 1.7rem) ;
display: block;  
line-height: 1.5; 
}
.text3{
font-size:clamp(1rem, 0.891rem + 0.55vw, 1.3rem);    
font-weight: 500;
}
.t_white{
	color: #fff!important;
}

/* Edge(Chromium)表示用のCSS　*/
rt {
  font-size: 0.8em;
    padding-top: 1%;
}
.t_cent,.pc_cent{
	text-align: center;
}

.stitle {
  position: relative;
  color: #ffffff;
  background: #773800;
  border-radius: 8px;
	padding: 0.5em 1em;
	margin: 1em 0;
}
.stitle:after {
  position: absolute;
  content: '';
  bottom: -10px;/*三角形の高さ分さげる*/
  left: 20px;/*三角形の横位置*/
  border-style: solid;
  border-width: 10px 10px 0 10px;/*下向きの三角形*/
  border-color: #773800 transparent transparent transparent;
}
.dtitle{
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}
/*===ボタン===*/

.button {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 250px; /* ボタンの最大幅 */
  padding: 1em 2em;
  color: initial; /* 文字色 */
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
margin: 0 auto;
}

.button::before, .button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.button::before {
  width: 0.5em;
  height: 0.5em;
  left: 1em;
  border-top: solid 2px #fff; /* 矢印の色 */
  border-right: solid 2px #fff; /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.button_b1::after {
  left: 0;
  background:#31D6C8; /* 背景色 */
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button_b2::after {
  left: 0;
  background:#208A81; /* 背景色 */
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
  font-weight: 500;
}
.button span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

/* マウスオーバーした際のデザイン */
.button:hover span {
  color: #fff; /* 文字色 */
}

.button:hover:before {
  left: 2rem;
}

.button:hover:after {
  right: 0;
  width: 100%;
}
.button2{
background: #208A81;
border-radius: 50px;
padding: 1em 1%;
max-width: 400px;
width: 95%; 
border: solid #208A81 1px;
transition: all 0.5s;    
color: #fff;
text-align: center;  
margin: 1em;    
}
.button2:hover{
color: #208A81;
background: #fff;  
text-decoration: transparent;    
}



.bg_brown{
	background: #ffbd7833;
}
.bg_green{
	background: #f3fcde;
	width: 100%!important;
}
.bg_about{
	background: url("../img/t_about.jpg");
	background-size: cover;
	background-position:center;
}

/*table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #7C9C00;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
	font-weight: 700;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 90vh;
	max-height: 1000px;
	min-height: 600px;
	position: relative;
}

.slide_frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 1;
    background-image: url("../img/wave.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.slide_catch{
	position: absolute;
	top: 120px;
	right: 12%;
	z-index: 2;
	padding: 3em 1em 1em 1em;
	height: 70vh;
	max-width: 90%;
	max-height: 80%;
	overflow: hidden;
}
.slide_catch img,.slide_catch2 img{
	width: auto;
	height: 100%;
	padding: 5px;
}

.slide_catch2{
	position: absolute;
	bottom: 5%;
	left: 12%;
	z-index: 2;
	padding: 3em 1em 1em 1em;
	height: 30vw;
	max-height: 380px;
	min-height: 300px;
	overflow: hidden;
	z-index: 6;
}
.top_slider{
	overflow: hidden;
	position: relative;
}


.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 90vh;
	max-height: 1000px;
	min-height: 600px;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center left;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.jpg") no-repeat;
	background-size: cover;
	background-position: center left;
}
@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

/* 固定ボタン　==================== */
.link_btn{
	display: block;
	position: fixed;
	width: 4rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	text-align: center;
	vertical-align: middle;
	
}
.link_btn a{
	display: block;
	writing-mode: vertical-rl;
	width: 100%;
	vertical-align: middle;
	line-height: 4rem;
	margin: 10px 0;
	height: 180px;
	font-size: 0.9rem;
	background: #c0e2f0;
	color: #2e4b57;
	font-weight: 500;
	border-radius: 30px 0 0 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	transition: .5s;
}
.link_btn a img{
	width: 2rem;
	vertical-align: middle;
}
.link_btn a:hover{
	background: #fff;
}

.copy{
	text-align: center;
	font-size: 13px;
	background: #f3fcde;
}
/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #fff;
  	z-index: 50;
	border: 2px solid #92B600;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #92B600;
	transition: 1s;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
	background-color: #92B600;
	border: 2px solid #7C9C00;
}
.page_top.is_animation a:hover i{
	color: #fff;
}


/*===共通===*/
.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;
}
.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
align-items:center;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;       
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;      
}
.item-box_flex1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end; 
position: relative;
}
.item-box_flex2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
position: relative;    
}


.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;
}
.item-box::after{
	position: absolute;
	content: '';
	background: linear-gradient(270deg, rgba(144, 245, 154, 1), rgba(255, 255, 255, 0.5) 65%);
	width: 100%;
	height: 40%;
	bottom:0;
	left: 0;
	z-index: -1;
}

.item-t1{
width: 40%; 
box-shadow: 3px 2px 5px #eee;
    padding: 5% 3%;
border-radius: 50px;     
position: relative;
transition: all 0.5s;	 
background: #fff;  
display: block;  
  object-fit: cover;       
}
.up:hover{
transform: translate(0, -40px); 
 text-decoration: transparent;	
  transition: all 0.3s;	
}

.up:hover .button span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
.up:hover .button_b1 {
  left: 0;
  background:#31D6C8; /* 背景色 */
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
width: 100%; 
transform: translate(0, 0);     
}
.up:hover .button_b2{
  left: 0;
  background:#208A81; /* 背景色 */
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
width: 100%;     
transform: translate(0, 0);         
}
.up:hover .button span {
  color: #fff; /* 文字色 */
}

.up:hover .button:before {
  left: 2rem;
}

.up:hover .button:after {
  right: 0;
  width: 100%;
}
.item-t1 .text1{
 color: #333;   
}
.item-p1{
width: 50%;      
}
.item-p1 img{
width: 100%; 
/*border-radius: 40% 30% 24% 46%/49% 30% 40% 21%;*/
}
.m_y{
position: absolute;
right: 0;
top: 0;    
background: #f3d221;
border-radius: 100%;
width: 130px;
height: 130px;
display: block; 
}
.m_y .text{
position: relative;
color: #333;
font-size: 1em;  
top: 50%;   
-webkit-transform : translateY(-50%);
transform : translateY(-50%);  
width: 100%;
text-align: center;
display: block;
font-weight: 500;
line-height: 1.5;    
}
.item-t2{
width: 50%;
padding: 3%;    
}
.item-p2{
width: 50%;      
}
.item-p2 img{
width: 100%; 
/*border-radius: 40% 30% 24% 46%/49% 30% 40% 21%;*/
}
.link2{
	width: 50%;
	height: auto;
	padding: 3%;
}
.link2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.interview-box{
background: #fff;
padding: 1em;
border-radius: 10px;    
}
.item-t3{
width: 65%;
}
.item-p3{
width:300px;
height: 300px;
border-radius: 50%;  
overflow: hidden;    
}
.item-t3 .nemu{
background: #31D6C8;
border-radius: 10px;
color: #fff;
font-weight: 500;
display: inline-block;
padding: 1% 1em;   
font-size: 1em;    
}
.item-p3 img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;    
}
.item-t4{
width: 100%;
padding: 3%;    
}
.item-p4{
width: 100%; 
}

.item-p4 img{
border-radius: 50px 50px 0 0;      
width: 100%;
height: 50%;
object-fit: cover;
display: block;    
}


.bg_item{
	background:url("../img/bg_item.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left center;
	overflow: visible;
}


.point{
	display: flex;
    justify-content: space-between;
    align-items: center;
	height:300px;
}

.point li{
	position: relative;
    padding: 10px;
    width: calc(100% / 4 - 20px);
    height: 200px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: url("../img/point_bg.png") center / contain no-repeat;	
    transition: .5s;
}

.point img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
	
.point .a_top{
	align-self: flex-start;
}
.point .a_bottom{
	align-self:flex-end;		
}
.link{
	transition: all 0.5s;
}
.link:hover{
	transform: scale(1.03);
	transition: all 0.5s;	

}
/*下層TOP*/
.fv {
	padding: 110px 0 70px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.fv::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/slide01.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 90%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.45rem, 0.2625rem + 3.8vw, 2.4rem);
	font-weight: 500;
	line-height: 1;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
}
.fv h1{
	position: absolute;
	content: '';
	width: 10vw;
	height: 10vw;
	top: 5%;
	left: 2%;
	z-index: 5;
	min-width: 75px;
}
.fv h1 img{
	width: 100%;
	object-fit: contain;
}
@media(max-width:1020px) {
	.fv {
		padding: 90px 0 70px;
	}
}
@media(max-width:770px) {
	.fv {
		padding: 83px 0 40px;
	}
}
@media(max-width:550px) {
	.fv {
		padding: 63px 0 30px;
	}
	.fv h2 {
		margin-bottom: 15px !important;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.6;
	font-size: 1.05rem;
	font-weight: 500;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.9rem;
	}
}
@media(max-width:650px) {
	.binner {
		font-size: 0.75rem;
	}
}

/*===ご注文ページ==============================*/
/*ご注文*/
.order .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
.order .flex .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
}
.order .flex .box a::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.order .flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.order .flex .box a:hover img{
	transform: scale(1.1);
	opacity: 0.7;
}
.order .flex .box .text .info{
	margin-bottom: 20px;
}
.order .flex .box h3{
	position: relative;
	padding-left: 1em;
	font-size: 1.1rem;
}
.order .flex .box h3::before{
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 0.9em;
	background: linear-gradient(to bottom, #92B600 0%, #92B600 50%, #e9d15b 50%, #e9d15b 100%);
	top: 0;
	left: 0;
	transform: translateY(50%);
}
.order .flex .box .detail{
	margin-bottom: 5px;
}
.order .flex .box .detail p{
	color: #92B600;
	font-size: 0.85rem;
	line-height: 1.7;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-left: 3px;
}
.order .flex .box .detail p::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	margin-right: 5px;
	color: #ccc;
	font-size: 0.7rem;
}
.order .flex .box .cost{
	display: flex;
	justify-content: left;
	align-items: center;
}
.order .flex .box .cost p{
	margin-right: 5px;
}
.order .flex .box .cost .cell{
	position: relative;
	width: 100px;
}
.order .flex .box .cost .cell select{
    padding: 0 2px;
    cursor: pointer;
    width: 100px;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
}
.order .flex .box .cost .cell::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	color: #6f4425;
}

/*large*/
.order .flex .box.large{
	width: 100%;
}
.order .flex .box.large .img_wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.order .flex .box.large .list_flex{
	display: flex;
	justify-content: space-between;
}
.order .flex .box.large .text{
	width: 48.5%;
}

/*middle*/
.order .flex .box.middle{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.order .flex .box.middle .img_wrapper{
	width: 48%;
}
.order .flex .box.middle .text{
	width: 48%;
}


/*small*/
.order .flex .box.small{
	width: 31%;
	margin: 0 1% 50px;
}
.order .flex .box.small a{
	margin-bottom: 10px;
}
.order .flex .box.small a.non{
	display: none;
}
.order .flex .box.small .info{
	margin-bottom: 0;
}
.order .flex .box.small h3{
	margin-bottom: 10px;
}
.order .flex .box.small .detail{
	margin-bottom: 10px;
}

/*dots*/
.order_slider{
	position: relative;
}
.order_slider img{
	max-width: none;
}
.order_slider .slick-dots{
	transform: translateY(80%);
	bottom: 0;
}
.order_slider .slick-dots li, .order_slider .slick-dots li button{
	width: 15px;
	height: 15px;
}
.order_slider .slick-dots li button{
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.order_slider .slick-dots li button:before{
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-size: 0;
}
.order_slider .slick-dots li.slick-active button:before{
	background-color: #92B600;
}

@media (max-width: 960px){
	.order .flex .box.small{
		width: 48%;
	}
}
@media (max-width: 750px){
	.order .flex .box.large .list_flex{
		display: block;
	}
	.order .flex .box.large .text{
		width: 100%;
	}

	.order .flex .box.middle{
		display: block;
	}
	.order .flex .box.middle .img_wrapper{
		width: 100%;
		margin-bottom: 60px;
	}
	.order .flex .box.middle .text{
		width: 100%;
	}
	
	.order .flex .box.small{
		width: 100%;
		margin: 0 0 50px;
	}
}


.order .total{
	text-align: center;
	margin-bottom: 60px;
	padding: 20px 0;
	width: 98%;
	max-width: 600px;
	margin: auto;
}

.order .total .total_main{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.order .total .mfp:first-child{
	width: 20%;
	min-width:150px;
	text-align: right;
}
.order .total .mfp:last-child{
	width: calc(100% - 150px);
}
.order .button_wrap button::before{
	display: none;
}
.order .button_wrap .reset{
	width: 200px;
	font-size: 0.8rem;
	border-radius: 20px;
	background: #fff;
	color: #92B600;
	margin-top: 10px;
}
.order .button_wrap .reset:hover{
	background: #92B600;
	color: #fff;
}

.order .order_fixed{
	position: fixed;
	bottom: 15px;
	left: 15px;
	padding: 10px 20px;
	z-index: 50;
	margin: 0;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 3px double #92B600;
	transition: 0.6s;
}
.order .order_fixed .sbtn a{
	padding: 10px 0;
	width: 260px;
	border: 2px solid #9BC200;
	margin-top: 5px;
}
.order .order_fixed.transform{
	opacity: 0;
	pointer-events: none;
}
.mfp_price{
	text-align: right;
	font-size: 1.8rem;
	font-weight: 400;
	color: #2e4b57;	
	width: 40%
}

@media (max-width: 750px){
	.order .order_fixed{
		bottom: 5px;
		left: 5px;
		padding: 10px 5px;
	}
	.order .order_fixed .total_main{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.order .order_fixed .total_sub{
		font-size: 0.8rem;
	}
	.order .order_fixed .sbtn a{
		padding: 5px 0;
		width: 200px;
		border: 1px solid #9BC200;
	}
}



/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #7C9C00;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #7C9C00;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #7C9C00;
}
.mailform .postal_btn:hover{
	background: #7C9C00;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #7C9C00;
	border: 1px solid #7C9C00;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #7C9C00;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #7C9C00;
    border-bottom: 3px solid #7C9C00;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #7C9C00;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #7C9C00;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.5);
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.9rem;
}
.privacy p span{
	display: block;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
	color: #e04f4f;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}
/*===20220916 追加==============================*/
.text_arrow{
	width: 99%;
	border:#6f4425 solid 3px;
	padding: 20px;
	margin: 30px auto;
	border-radius: 5px;
	position: relative;
}
.text_arrow::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #6f4425; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.arrow_img_wrap{
	text-align: center;
}
.arrow_img_wrap img{
	width: 200px;
}

.cost.soldout{
	position: relative;
	pointer-events: none;
}
.cost.soldout::after{
	content: '夏期限定商品';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #e04f4f;
	background: #fbf9f3;
	text-align: center;
	z-index: 10;
}