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

/* ---------------base--------------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;	
    animation: fadeIn 1s;
   	background-image: url('../images/bg_right.png'); 
	background-position: right top -350px;
	background-repeat: no-repeat; 
	background-size: 500px;
}
body.home{
   	background-image: none; 
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s;
	text-decoration: none;
	color: #AB5838;
}
a:hover{
	color: #AB5838;
	text-decoration: none;
}
a img{
	transition: 0.3s;
}
.sp{
	display: none;
}




/* --------------------common-------------------- */

/* ----------header---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 99;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
/* inner */
.header .inner{
	width: 94%;
	margin: 0 auto;
	display: flex;
}
	
/* logo */
.header .logo{
	width: 150px;
	height: 50px;
	display: grid;
	place-items: center;
}
.header .logo img{
	width: 150px;
}
.header .logo a img:hover{
	opacity: 0.6;
}

/* navigation */
.header .navigation{
	width: calc(100% - 190px);
	height: 50px;
	box-sizing: border-box;
	z-index: 100;
	display: grid;
	place-items: center;
}
/* navi */
.header .navi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	margin: 0 0 0 auto;	
	font-size: 0;
}
.header .navi .instagram img{
	float: left;
	height: 22px;
	display: block;
}
.header .navi .access img{
	float: left;
	height: 22px;
	display: block;
}
.header .navi .mail img{
	clear: both;
	height: 16px;
	display: block;
}
.header .navi a:hover,
.header .navi img:hover{
	opacity: 0.6;
}



/* ----------footer---------- */
.footer{
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
	position: relative;
	z-index: 10;
	background-color: #D2A48D;
	color: #fff;
}

/* access-area */
.footer .access-area{
	width: 86%;
	margin: 0 auto;
}
/* footer-title */
.footer .access-area .footer-title{
	width: 100%;
	color: #fff;
}
.footer .access-area .footer-title h2{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}
.footer .access-area .footer-title h2 span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.17em;
}

/* map */
.footer .access-area .map{
	width: 100%;
}
.footer .access-area .map .gmap{
	position: relative;
	width: 100%;
	aspect-ratio: 6.5 / 4.3;
}	
.footer .access-area .map .gmap iframe{
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	/* height: 215px; */
	/* aspect-ratio: 3 / 2 !important; */
}
.footer .access-area .map strong{
	display: block;
	font-weight: 500;
}

/* hr */
.footer hr{
	width: 86%;
	height: 1px;
	margin: 50px auto;
	background-color: #fff;
	border: none;
}

/* sitemap-area */
.footer .sitemap-area{
	width: 86%;
	margin: 0 auto;
	padding: 0;
}

/* logo */
.footer .logo{
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}
.footer .logo a:hover{
	opacity: 0.6;
}
.footer .logo .Instagram{
	width: 20px;
	position: absolute;
	top: 2px;
	right: 10px;
}

/* sitemap */
.footer .sitemap{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font-weight: 500;
}
/* site */
.footer .sitemap .site{
	width: 100%;
	line-height: 2;
}
.footer .sitemap .site a{
	color: #fff;
	font-size: 1.5rem;
}
.footer .sitemap .site a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer .site ul{
	width: 80%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.footer .site ul li a{
	margin: 0;
	padding: 5px 0;
	display: block;
}
.footer .site ul li.child a{
	font-size: 1.3rem;
	font-weight: 400;
	text-indent: 25px;
	padding: 0;
}

/* copyright */
.footer .copyright{
	font-size: 1.2rem;
	font-weight: 500;
	color: #EFE6E1;
	text-align: center;
	margin: 60px auto 0;
}






/* ---------------parts ------------- */

/* area-title */
.area-title h2{
	font-size: 1.8rem;
	font-weight: 500;
	margin: 30px auto;
	padding: 0 0 0 30px;
	width: 90%;
	position: relative;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	background-image: url(../images/bg_area-title.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	letter-spacing: 0.1em;
}
.area-title h2 span{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	top: -3px;
	left: 15px;
	position: relative;
}

/* midashi */
.midashi{
}
.midashi h3{
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	background-image: url(../images/bg_midashi.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 26px;
	letter-spacing: 0.15em;
}

/* flex */
.flex{
	/* display: flex; */
}

/* bg-first */
.bg-first{
	width: 100%;
	background-image: url('../images/bg_left.png'), url('../images/bg_right.png'); 
	background-position: left -150px top 850px, right -150px bottom -100px;
	background-repeat: no-repeat, no-repeat; 
	background-size: 750px 750px;
}
/* bg-second */
.bg-second{
	width: 100%;
	background-image: url('../images/bg_left2.png'), url('../images/bg_right2.png'); 
	background-position: left bottom 500px, right top 500px;
	background-repeat: no-repeat, no-repeat; 
	background-size: 100%, 100%;
}
/* bg-page */
.bg-page{
	width: 100%;
	background-image: url('../images/bg_left.png'), url('../images/bg_right.png'); 
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat; 
	background-size: 500px 500px;
}




/* --------------------index ------------------ */

/* ----------mv---------- */
.mv{	
	width: 100%;
	height: 90vh;
	max-height: 560px;
	margin: 50px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
	display: block;
}



/* ----------news-area---------- */
.news-area{
	width: 86%;
	margin: 40px auto 0;
	position: relative;
	z-index: 10;
}

/* left */
.news-area .left{
	width: 100%;
	text-align: center;
}
.news-area .left h2{
	font-size: 1.8rem;
	font-weight: 500;
	color: #AB5838;
	letter-spacing: 0.15em;
}
.news-area .left a{
	display: none;
}

/* right */
.news-area .right{
	width: 100%;
	margin: 30px auto;
}
.news-area .right ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-area .right ul li{
	width: 100%;
	margin: 10px 0 20px;
}
.news-area .right ul li .date{
	font-weight: 400;
	display: block;
}
.news-area .right ul li .txt{
	width: 100%;
}
.news-area .right ul li a{
	color: #333;
}
.news-area .right ul li a:hover{
	color: #AB5838;
	text-decoration: underline;
}

.news-area .right .more a{
	margin: 40px auto 0;
	display: block;
	width: 100px;
	height: 28px;
	border-radius: 14px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	background-color: #AB5838;
	letter-spacing: 0.05em;
	text-align: center;
}
.news-area .right .more a:hover{
	color: #fff;
	background-color: #6A3C3C;
}





/* ----------about-area---------- */
.about-area{
	margin: 0;
	padding: 0 0 20px;
}

/* introduction */
.about-area .introduction{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin: 100px auto;
}

/* copy */
.introduction .copy{
	width: 100%;
	display: grid;
	place-items: center;
	position: relative;
	margin: 10px 0;
}
.introduction .copy h1{
	writing-mode: vertical-rl;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.36em;
	line-height: 56px;
	position: relative;
}
.introduction .copy h1 span{
	display: block;
	text-indent: 60px;
}

/* explanation */
.introduction .explanation{
	width: 86%;
	margin: 30px auto;
}

/* image */
.introduction .image{
	width: 100%;
	margin: 0;
}
.introduction .image img{
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/* flex */
.about-area .flex{
	width: 86%;
	margin: 40px auto;	
}

/* text */
.about-area .flex .text{
	width: 100%;
	margin: 0 auto 50px;
}
.about-area .flex .text .inner{
}
.about-area .flex .text .inner p{
	/* margin-left: 18px; */
}

/* image */
.about-area .flex .image{
	width: 100%;
	margin: 0 auto;
}
.about-area .flex .image img{
	display: none;
}

/* season */
.about-area .season{
	font-size: 1.3rem;
	width: 100%;
	margin: 35px auto 0;
	padding: 15px;
	box-sizing: border-box;
	background-image: url(../images/bg_season.png);
	background-repeat: repeat-y;
	background-position: left top;
}




/* ----------fruits-area---------- */
.fruits-area{
	width: 100%;
	margin: 0;
	padding: 0;
}

/* slideshow */
.fruits-area .slideshow{
	width: 100%;
	margin: 0 auto;
}
/* swiper */
.fruits-area .swiper{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper-parts{
	margin: 0 auto 80px;
	position: relative !important;
}
.swiper-pagination-bullet {
	background-color: #AB5838 !important;
}


/* item */
.fruits-area .item{
	cursor: grab;
	width: 320px !important;
	height: 340px;
	box-sizing: border-box;
	background-image: url(../images/bg_fruits.png);
	background-repeat: no-repeat;
	background-position: center top;	
	background-size: 320px;
	position: relative;
	margin: 20px auto;
	filter: drop-shadow(2px 2px 12px rgba(130,18,15,0.06));
}
.fruits-area .item img{
	width: 85%;
	position: absolute;
	top: 3px;
	right: 0;
}
.fruits-area .item img.zoom{
	width: 86%;
}
.fruits-area .item h2{
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	top: 25px;
	left: 40px;
}
/* explain */
.fruits-area .item .explain{
	width: 260px;
	font-size: 1.3rem;
	margin: 0;
	position: absolute;
	bottom: 70px;
	left: 30px;
}
.fruits-area .item .explain span{
	display: block;
	border-bottom: 1px solid #333;
	padding: 0 0 3px;
	margin: 0;
}	
.fruits-area .item .explain p{
	line-height: 1.5;
	margin: 3px 0;
	padding: 0;
}
	
/* other-area */
.other-area{
	width: 86%;
	margin: 0 auto;
}
.other-title h3{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
.other-title h3 span{
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.17em;
}

/* variety */
.other-area .variety{
	width: 90%;
	margin: 0 auto;
}

/* kind */
.other-area .kind{
}
.other-area .kind h4{
	width: 100%;
	font-weight: 400;
	padding: 10px 0;
	box-sizing: border-box;
}

/* peach */
.other-area .variety .kind.peach{
	width: 100%;
}
.other-area .variety .kind.peach h4{
	color: #CA6B61;
	border-bottom: 1px solid #CC6B61;
}

/* grape */
.other-area .variety .kind.grape{	
	width: 100%;
}
.other-area .variety .kind.grape h4{
	color: #68546A;
	border-bottom: 1px solid #68546A;
}

/* list */
.other-area .variety .list{
	width: 90%;
	margin: 0 0 0 auto;
	padding: 0;
}
.other-area .variety .list div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5px auto;
	padding: 0;
	box-sizing: b order-box;
	font-weight: 400;
	position: relative;
}
.other-area .variety .list div:before{
	content: "●";
	position: absolute;
	top: 2px;
	left: -15px;
	font-size: 1.3rem;
	color: #F9DFDB;
}
.other-area .variety .list div span{
	font-size: 1.2rem;
	background-color: #F9DFDB;
	width: 70px;
	text-align: center;
}

/* list */
.other-area .variety .grape .list{
	width: 90%;
	margin: 0 0 0 auto;
}
.other-area .variety .grape .list div{
	width: 100%;
}
.other-area .variety .grape .list div:before{
	color: #E8D8E3;
}
.other-area .variety .grape .list div span{
	width: 120px;
	background-color: #E8D8E3;
}

/* p */
.other-area p{
	font-size: 1.3rem;
	width: 86%;
	margin: 35px auto;	
}

/* calndar */
.calender{
	dislay: block;
	cursor: pointer;
	height: 100px;
	margin: 35px auto 100px;
	box-sizing: border-box;
	padding: 10px 20px;
	background-image: url(../images/bg_calendar.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	transition: 0.3s;
}
.calender:hover{
	opacity: 0.6;
}
.calender h3{
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	color: #333;
}
.calender h3 span{
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	position: relative;
	top: -2px;
	left: 15px;
}
.calender span.look{
	color: #333;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	padding: 10px 30px 10px 0;
	background-image: url(../images/icon_blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}





/* ----------grape-area---------- */
.grape-area{
	padding: 0;
}

/* flex */
.grape-area .flex{
	width: 86%;
	margin: 20px auto;	
}

/* text */
.grape-area .flex .text{
	width: 100%;
}
.grape-area .flex .text .inner{
}
.grape-area .flex .text img{
	margin: 0 auto 30px;	
}
.grape-area .flex .text h3{
	font-size: 1.6rem;
	font-weight: 500;	
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}

/* image */
.grape-area .flex .image{
	margin: 30px 0 0;
}
.grape-area .flex .image img{
	display: none;
}
.grape-area .flex .image p{
	display: block;
	font-size: 1.3rem;
	margin: 15px auto;
	text-align: left;
}






/* ----------social-area---------- */
.social-area{
	margin: 100px 0 60px;
	padding: 0;
}

/* flex */
.social-area .flex{
	width: 86%;
	margin: 20px auto;	
}

/* text */
.social-area .flex .text{
	width: 100%;
	margin: 0 auto;
}
.social-area .flex .img{
	margin: 0 auto 30px;
}
.social-area .flex .img .inner{
	displsay: none;
	width: 100%;
	padding: 0 20px 20px 0;
	box-sizing: border-box;
	background-image: url(../images/bg_social.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
	background-size: 250px;
}	
.social-area .flex .img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.social-area .flex .text h3{
	font-size: 1.6rem;
	font-weight: 500;	
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
.social-area .flex .text h4{
	font-size: 1.4rem;
	font-weight: 500;	
	letter-spacing: 0.16em;
	margin: 0;
}
.social-area .flex .text p.indent{
	margin: 5px 0 0 18px;
}

/* table */
.social-area .flex .text table{
	margin: 30px auto;
	width: 100%;
	border-top: 1px solid #DED3D1;
}
.social-area .flex table th{
	width: 75px;
	text-align: left;
	font-weight: 400;
	padding: 6px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #DED3D1;	
}	
.social-area .flex table td{
	font-weight: 400;
	padding: 6px 0;
	border-bottom: 1px solid #DED3D1;	
}

/* image */
.social-area .flex .image{
	margin: 30px auto;
}
.social-area .flex .image .inner{
	displsay: none;
}	
.social-area .flex .image img{
	display: none;
}



/* ----------company-area---------- */
.company-area{
	background-color: #FFF7F1;
	padding: 30px 0;
	margin: 0;
}

/* table */
.company-area table{
	margin: 30px auto;
	width: 86%;
	line-height: 2;
}
.company-area table th{
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	padding: 5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #DED3D1;	
}	
.company-area table td{
	display: block;
	width: 100%;
	padding: 5px 0 20px;
}
.company-area table a{
	color: #333;
	text-decoration: underline;
}
.company-area table a:hover{
	color: #AB5838;	
}




/* ----------image-area---------- */
.image-area{
	display: block;
	width: 100%;
	height: 300px;
	background-image: url(../images/image_view.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}




/* --------------------page ------------------ */

/* page-title */
.page-title{
	width: 100%;
	text-align: center;
	margin: 120px auto 70px;
	display: block;
}
.page-title h2{
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #AB5838;
}
.page-title h2 span{
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.17em;
}

/* contents-area */
.contents-area{
	width: 100%;
	padding: 0 0 60px;
	margin: 0;
}



/* ---------------page news--------------- */
.news .contents-area .inner,
.archive .contents-area .inner{
	width: 86%;
	margin: 0 auto;
	padding: 0;
	min-height: 200px;
}

/* -----list----- */
.news-list{
	width: 100%;
	margin: 0 auto 80px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));	
	position: relative;
	z-index: 2;
}
/* topics */
.news-list .topics{
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
	position: relative;
}
/* clip */
.news-list .topics .clip{
	width: 100%;
	overflow: hidden;
}
.news-list .topics .clip img{
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover; 
}
.news-list .topics .clip a img:hover{
	opacity: 0.7;
}
/* text */
.news-list .topics .txt a{
	font-weight: 500;
	display: block;
	color: #333;
	margin: 10px 0 5px;
}
.news-list .topics .txt a:hover{
	color: #CC6B61;
	text-decoration: underline;
}

/* date */
.news-list .topics .date{
	font-weight: 500;
	color: #CC6B61;
	text-align: right;
	margin: 0;
	font-size: 1.3rem;
}

/*pagination*/
.pagination{	
	clear: both;
	width: 86%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.pagination a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #D5A592;
	background-color: #fff;
	border-radius: 16px;
	margin: 0 0.5%;
}
.pagination a:hover{
	color: #fff;
	background-color: #D5A592;
}
.pagination span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #D5A592;
	transition: 0.3s ease;
	border-radius: 1px;
	margin: 0 0.5%;
}
.pagination span.current{
	color: #fff;
	background-color: #D5A592;
	border-radius: 16px;
}
.pagination a.next,
.pagination a.prev{
	color: #A21A53;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	color: #fff;
	background-color: #D5A592;
}



/* ---------------page news-detail--------------- */
.single .contents-area .inner{
	width: 86%;
	margin: 0 auto;
}

/* topics-detail */
.topics-detail{
	width: 100%;
}

/* topics-title */
.topics-title{
	margin: 0 0 40px;
}
.topics-title h2{
	font-size: 1.8rem;
	font-weight: 500;
}
.topics-title .date{
	font-weight: 700;
	color: #CC6B61;
}

/* pager */
/* pager */
.pager{
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	font-size: 1.2rem;
}
.pager span{
	width: 28%;
}
.pager a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #EFE6E1;
	color: #AB5838;
	box-sizing: border-box;
}
.pager a:hover{
	color: #fff;
	background-color: #AB5838;
}
.pager .back a{
	margin: 0 auto;
}
.pager .next a{	
	margin: 0 0 0 auto;
}




/* ---------------page contact--------------- */
.contact .contents-area .inner{
	width: 86%;
	margin: 0 auto;
}

/* inquiry */
.inquiry{
	width: 100%;
	margin: 40px auto;
	text-align: left;
}
/* choise */
.choise{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.choise div{
	width: 49%;
	height: 120px;
	background-color: #D5A592;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: 0.3s;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.choise div a{
	color: #fff;
}
.choise div:hover{
	background-color: #AB5838;
}
/* phone */
.choise div.phone{
	padding-top: 60px;
	background-image: url(../images/icon_phone-white.svg);
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 22px;
}
a[href^="tel:"] {
    pointer-events: none;
}
/* mail */
.choise div.mail{
	padding-top: 70px;
	background-image: url(../images/icon_mail-white.svg);
	background-repeat: no-repeat;
	background-position: top 28px center;
	background-size: 32px;
}

/* ------- form-area ------- */
.form-area{
	background-color: #EFE6E1;
	padding: 60px 0;
}
/* inner */
.form-area .inner{
	width: 86%;
	margin: 0 auto;
}

/* form-title */
.form-title{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}
.form-title h3{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

#autozip{
	display: none !important;
}

/* table */
.table{
	width: 100%;
	margin: 40px auto 20px;
}
.form-area .table table{
	margin: 0 auto;
}
.form-area .table table th{
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;	
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #D5A592;
}
.form-area .table table td{
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 0 20px;
}
.form-area .table table td span.sentence{
	display: block;
}
.form-area .table table .req{
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	background-color: #D5A592;
	padding: 1px 14px;
	margin: 0 0 0 10px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
}	
.form-area .table table p{
	margin: 5px 5px 0;
	color: #A34622;
}
/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea{
	appearance: none;
	box-sizing: border-box;
	padding: 7px 12px;
	border: none;
	font-size: 1.6rem;
	color: #666;
	border: 1px solid #B3B3B3;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	margin: 5px 0;
	width: 100%;
	font-family: "Shippori Mincho", serif;

}
input.semiwide,
textarea.wide,
input.wide{
	width: 100%;
}
::placeholder {
	color: #999;
	font-size: 1.6rem;
	font-weight: 400;
}
.wpcf7-list-item{
	width: 100%;
}
label{
	display: block;
	line-height: 1.2;
	margin-left: -15px;
	margin-right: 15px;
}
input[type="checkbox"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
  content: "　";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 15px 10px 0;
  background-color: #fff;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../images/icon_form-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
input[type="checkbox"]:focus + span::before {
  border-color: #999;
}
input.free{
	width: 100%;
}
.wpcf7-text{
	margin: 5px 0;
}

/* cf7 message */
.wpcf7-not-valid-tip{
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #AB5838 !important;
    color: #fff !important;
    display: block;
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
    position: relative;
}
.wpcf7-not-valid-tip::before{
    content: "";
    border: 10px solid transparent;
    border-bottom: 15px solid #AB5838;
    position: absolute;
    top: -25px;
    left: 5%;
}

/* hr */
hr{
	width: 100%;
	height: 1px;
	background-color: #CC6B61;
	border: none;
	margin: 0 0 40px;
}

/* agree */
.agree{
	text-align: center;
	font-weight: 500;
}
.agree .privacy{
	text-align: left;
	width: 100%;
	height: 150px;
	margin: 40px auto;
	overflow-y: scroll;
	border: 1px solid #B0B0B0;
	background-color: #fff;
	padding: 5px 20px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 1.3rem;
}
.agree .privacy strong{
	display: block;
}
.agree .privacy ul{
	margin: -10px 0 20px;
	padding: 0 0 0 25px;
}

/* apply */
.form-area .apply{
	display: block;
	width: 100%;
	margin: 40px auto;
}
.form-area .apply input{
	display: block;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	width: 220px;
	height: 50px;
	line-height: 45px;
	border-radius: 25px;
	color: #fff;
	background-color: #D5A592;
 	cursor: pointer;
 	transition: 0.3s;
 	border: none;
}
.form-area .apply input:hover{
	background-color: #AB5838;
}



/* ----------404---------- */
.error404 .contents-area .inner{
	width: 80%;
	margin: 0 auto;
}



}