@charset "utf-8";

/* HOME
-------------------------------------------------------------------*/
.home .mv{
	position:relative;
	padding:48px;
	background: url(../img/top/bg.png);
    background-size: contain;
}

.home .mv .bg{
	height:670px;
	background:url(../img/top/mv.jpg) no-repeat center center;
	background-size:cover;
}

.home .mv .ico{
    position: absolute;
    top: -12px;
    left: -2px;
}

.home .mv .ico02{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.home .mv h1{
	position:absolute;
	left:0;
	right:0;
	top:135px;
	margin:0 auto;
	text-align:center;
}

.home .main-txt{
	padding:90px 20px;
	background: url(../img/top/bg.png) no-repeat;
	background-size:cover;
	text-align:center;
}

.home .main-txt .box{
	position:relative;
}

.home .main-txt .box:before{
    content: "";
    background: url(../img/top/main-circle.png) no-repeat;
    background-size: contain;
    width: 272px;
    height: 239px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%)
}

.home .main-txt .ico{
	position:relative;
	z-index:2;
}

.home .main-txt ul{
	display:flex;
    align-items: baseline;
    justify-content: center;
    padding-left: 92px;
	position:relative;
	z-index:2;
}

.home .main-txt ul:after{
	content:"";
	width:233px;
	height:233px;
	position:absolute;
	right:150px;
	bottom:-130px;
    background: url(../img/top/main-leaf.png) no-repeat;
}

.home .main-txt ul li{
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.6px;
	color:#000000;
	position:relative;
	z-index:2;
}

.home .main-txt ul li:nth-child(2){
	font-size: 105px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
	font-family: 'Cardo', serif;
	color: #D1B14F;
	font-style: italic;
}

.home .main-txt ul li:nth-child(2) span{
	font-size: 54px;
}

.home .main-txt .txt{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
	font-family: "Zen Old Mincho", serif;
	color:#000000;
	position:relative;
	z-index:2;
	line-height:1.8em;
	padding:10px 0 0 0;
}

.home .main-txt .txt span{
    font-size: 50px;
	color:#B66B39;
}

.home .about{
	padding:70px 20px 90px 20px;
    background: url(../img/top/about-bg.png) no-repeat;
	background-size:cover;
	position:relative;
}

.home .about:after{
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(247, 242, 230, 0) 0%, rgba(247, 242, 230, 1) 100%);
    top: 0;
    right: 0;
    width: 313px;
    height: 100%;
}

.home .about:before{
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(247, 242, 230, 0) 0%, rgba(247, 242, 230, 1) 100%);
    top: 0;
    left: 0;
    width: 313px;
    height: 100%;
}

.home .about .box{
    padding-left: 102px;
}

.home .about .box h2{
    font-size: 36px;
    padding: 6px 32px;
    margin-bottom: 26px;
    display: inline-block;
	background:#fff;
	font-family: "Zen Old Mincho", serif;
	font-weight:700;
	letter-spacing:0.1em;
	color:#55471C;
	line-height:1.6;
}

.home .about .box .txt{
	color:#fff;
	line-height:1.6em;
	font-weight:600;
}

.home .recommend{
	padding:180px 20px 100px 20px;
	position:relative;
    background: url(../img/top/recommend-bg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
}

.home .recommend:before {
    content: "";
    background: linear-gradient(0deg, rgba(252, 250, 244, 0) 0%, rgba(252, 250, 244, 1) 100%);
    width: 100%;
    height: 336px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home .recommend h2{
	font-size:36px;
	font-weight:600;
	display:inline-block;
	position:relative;
	color:#55471C;
	font-family: "Zen Old Mincho", serif;
	padding:0 0 0 160px;
}

.home .recommend h2:after{
	content:"";
	width:132px;
	height:91px;
    background: url(../img/top/recommend-ico.png) no-repeat;
	position:absolute;
	left:0;
	bottom:-40px;
}

.home .recommend h2:before{
	content:"";
	width:130px;
	height:98px;
    background: url(../img/top/recommend-txt.png) no-repeat;
	position:absolute;
	left:120px;
	top:-120px;
}

.home .recommend ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:50px 0 0 0;
}

.home .recommend ul li{
	width:49%;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #DBD1B0;
	display:flex;
	margin:2% 0 0 0;
}

.home .recommend ul li .img{
	min-width:215px;
	margin:0 30px 0 0;
	line-height:0;
}

.home .recommend ul li .txt-box{
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align:left;
}

.home .recommend ul li .txt-box h3{
	font-size:26px;
	line-height:1.4em;
	font-weight:700;
}

.home .recommend ul li:nth-child(4) .txt-box h3{
	font-size:24px;
}

.home .recommend ul li .txt-box .txt{
	font-size:19px;
	line-height:1.4em;
	font-weight:500;
	padding:10px 0 0 0;
}

@media screen and (max-width: 1084px) {
.home .recommend ul li .txt-box h3{
	font-size:20px;
}

.home .recommend ul li:nth-child(4) .txt-box h3{
	font-size:20px;
}

.home .recommend ul li .txt-box .txt{
	font-size:16px;
}
}

.home .recommend .m-txt{
	font-family: "Zen Old Mincho", serif;
	font-size:26px;
	line-height:1.8em;
	font-weight:600;
	padding:60px 0 0 0;
}

.home .recommend .m-txt span{
	font-size: 36px;
	background: linear-gradient(transparent 70%, rgba(252, 220, 63, 0.8) 70%);
}

.home .recommend .m-txt02{
	padding:40px 0 0 0;
}

.home .achievement{
	padding:100px 20px 0 20px;
	text-align:center;
}

h2.tit{
	display:inline-block;
	font-size:36px;
	font-weight:600;
	font-family: "Zen Old Mincho", serif;
	position:relative;
	letter-spacing:0.1em;
	z-index:1;
}

.home .achievement h2.tit:after{
	content:"";
    background: url(../img/top/achievement-titico.png) no-repeat;
	width:164px;
	height:113px;
	position:absolute;
	left:-114px;
	bottom:-64px;
	z-index:-1;
}

.home .achievement ul{
	display:flex;
	justify-content:space-between;
	padding:140px 0 0 0;
}

.home .achievement ul li{
	width:49%;
	background: #fff;
	border: 1px solid #dbd1b0;
	box-sizing:border-box;
	padding:0 25px 110px 25px;
}

.home .achievement ul li h3{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:24px;
	line-height:1.4em;
	color:#fff;
	font-weight:600;
	border-radius: 60px;
	background: #b66b39;
	position:relative;
	padding:20px 0 10px 0;
	margin:-50px 0 0 0;
}


.home .achievement ul li h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #b66b39;
}

.home .achievement ul li h3 span{
	display:block;
	font-size:16px;
}

.home .achievement ul li .ico{
	padding:20px 0 10px 0;
}

.home .achievement ul li:nth-child(2) .ico{
	padding:50px 0 10px 0;
}

.home .achievement ul li dl{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.home .achievement ul li dl dt{
	font-weight:700;
	line-height:1.4em;
	font-size:34px;
}

.home .achievement ul li dl dd{
	font-weight:500;
	line-height:1.6em;
	font-size:21px;
	padding:10px 0 0 0;
}

.home .achievement .img{
	line-height:0;
	margin:-110px 0 0 0;
}

.home .effect{
	padding:120px 0 100px 0;
	background:#fff;
	text-align:center;
}

.home .effect h2.tit:after{
	content:"";
    background: url(../img/top/effect-titico.png) no-repeat;
	width:156px;
	height:177px;
	position:absolute;
	right:-90px;
	top:-75px;
	z-index:-1;
}

.home .effect ul{
	padding:30px 0 0 0;
}

.home .effect ul li{
	display:flex;
	text-align:left;
	margin:70px 0 0 0;
}

.home .effect ul li .img{
	position:relative;
	z-index:2;
	margin:0 0 0 -130px;
}

.home .effect ul li:nth-child(even) .img-box{
	order:2;
}

.home .effect ul li:nth-child(even) .img{
	margin:0 -130px 0 0;
}

.home .effect ul li dl{
	min-width:50%;
	box-sizing:border-box;
	padding:0 0 0 50px;
	position:relative;
	height:453px;
	margin:50px 0 0 0;
}

.home .effect ul li:nth-child(even) dl{
	padding:0;
}

.home .effect ul li dl:after{
	content:"";
	width:789px;
	height:453px;
	left:-106px;
	top:0;
	position:absolute;
    background: url(../img/top/effect-bg.png) no-repeat;
	background-size:cover;
}

.home .effect ul li dl dt{
	font-family: "Zen Old Mincho", serif;
	font-weight:600;
	font-size:31px;
	line-height:1.4em;
	padding:50px 0 20px 0;
	position:relative;
	z-index:2;
}

.home .effect ul li dl dt:after{
	content:"01";
    font-size: 158px;
    color: #F2ECD7;
    line-height: 1;
    letter-spacing: 0;
	font-family: "Cardo", serif;
	position:absolute;
	right:40px;
	top:-40px;
	font-style: italic;
	font-weight:500;
	z-index:-1;
}

.home .effect ul li:nth-child(2) dl dt:after{
	content:"02";
	right:auto;
	left:-80px;
}

.home .effect ul li:nth-child(3) dl dt:after{
	content:"03";
}

.home .effect ul li:nth-child(4) dl dt:after{
	content:"04";
	right:auto;
	left:-80px;
}

.home .effect ul li dl dd{
	font-weight:600;
	font-size:18px;
	line-height:2em;
	position:relative;
	z-index:2;
	width:400px;
	letter-spacing:0.05em;
}

.home .faq{
	padding:100px 20px;
	text-align:center;
    background: url(../img/top/faq-bg.jpg) no-repeat;
	background-size:cover;
}

.home .faq h2.tit:after {
    content: "";
    background: url(../img/top/faq-titico.png) no-repeat;
    width: 114px;
    height: 106px;
    position: absolute;
    right: -70px;
    top: -45px;
    z-index: -1;
}

.home .faq .box{
	width:750px;
	margin:0 auto;
}

.home .faq ul li{
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding:40px 0 40px 150px;
	text-align:left;
	border-bottom:1px solid #DBD1B0;
}

.home .faq ul li:last-child{
	border-bottom:none;
}

.home .faq ul li h3{
	font-size:26px;
	font-weight:700;
	line-height:1.4em;
	padding:30px 0;
	position:relative;
}

.home .faq ul li h3:after{
	content:"Q";
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	color:#fff;
	background:#E5DDC3;
	border-radius:50%;
	position:absolute;
	left:-147px;
	top:50%;
	transform: translateY(-50%);
	font-family: "Cardo", serif;
	font-style: italic;
	font-size:68px;
	font-weight:400;
}

.home .faq ul li .txt{
	font-size:19px;
	font-weight:500;
	line-height:1.8em;
}

.home .company{
	padding:100px 20px;
	text-align:center;
}

.home .company h2.tit:after {
    content: "";
    background: url(../img/top/company-titico.png) no-repeat;
    width: 106px;
    height: 104px;
    position: absolute;
    left: -100px;
    bottom: -65px;
    z-index: -1;
}

.home .company .box{
	width:600px;
	margin:0 auto;
	text-align:left;
	padding:60px 0 0 0;
}

.home .company .box dl{
	font-family: "Zen Old Mincho", serif;
	display:flex;
	align-items:center;
	border-bottom:1px solid #DBD1B0;
	background:#F7F3E8;
}

.home .company .box dl:first-child{
	border-top:1px solid #DBD1B0;
}

.home .company .box dl dt{
	padding:20px;
	line-height:1.6;
	font-weight:700;
	min-width:140px;
}

.home .company .box dl dd{
	padding:20px 20px 20px 60px;
	line-height:1.6;
	background: #FCFAF4;
	width:100%;
	border-left:1px solid #DADADA;
	font-size:14px;
}


@media screen and (max-width: 800px) {
.home .mv{
	padding:20px;
}

.home .mv .bg{
	height:auto;
	background:none;
}

.home .mv .ico{
	display:none;
}

.home .mv .ico02{
	display:none;
}

.home .mv h1{
	top:20%;
	padding:0 0 0 1.5%;
	margin:5px;
}

.home .main-txt{
	padding:30px 20px 60px 20px;
}

.home .main-txt .box{
	position:relative;
}

.home .main-txt .box:before{
    width: 204px;
    height: 180px;
    left: 50%;
    top: 20px;
}

.home .main-txt ul{
	display:block;
    padding:10px 0 0 0;
	position:relative;
	z-index:2;
}

.home .main-txt ul:after{
	display:none;
}

.home .main-txt ul li{
	font-size: 22px;
}

.home .main-txt ul li:nth-child(2){
	font-size: 88px;
    padding:0;
}

.home .main-txt ul li:nth-child(2) span{
	font-size: 40px;
}

.home .main-txt .spico{
	position:absolute;
	right:-70px;
	top:60px;
	z-index:-1;
}

.home .main-txt .txt{
    font-size: 25px;
	padding:40px 0 0 0;
}

.home .main-txt .txt span{
    font-size: 38px;
}

.home .about{
	padding:40px 20px 60px 20px;
    background: url(../img/top/sp/about-bg.jpg) no-repeat;
	background-size:cover;
}

.home .about:after{
	display:none;
}

.home .about:before{
	display:none;
}

.home .about .box{
	padding:0;
	text-align:center;
}

.home .about .box h2{
    font-size: 26px;
    padding: 6px 22px;
    margin-bottom: 20px;
}

.home .about .box .txt{
	text-align:left;
}

.home .recommend{
	padding:80px 20px 60px 20px;
}

.home .recommend:before {
    height: 200px;
}

.home .recommend h2{
	font-size:26px;
	font-weight:600;
	line-height:1.6;
	padding:0;
	text-align:left;
}

.home .recommend h2:after{
    background: url(../img/top/sp/recommend-ico.png) no-repeat;
	background-size:contain;
	width:120px;
	height:100px;
	left:auto;
	right:-120px;
	bottom:-15px;
	z-index:-1;
}

.home .recommend h2:before{
	width:90px;
	height:60px;
    background: url(../img/top/recommend-txt.png) no-repeat;
	background-size:contain;
	left:-70px;
	top:-30px;
}

.home .recommend ul{
	display:block;
	padding:0;
}

.home .recommend ul li{
	width:100%;
	padding:20px;
	border:1px solid #DBD1B0;
	display:block;
	margin:30px 0 0 0;
}

.home .recommend ul li .img{
	text-align:center;
	min-width:inherit;
	margin:0;
}

.home .recommend ul li .txt-box h3 {
	padding:20px 0 10px 0;
}

.home .recommend ul li .txt-box .txt{
	padding:0;
	line-height:1.8em;
}

.home .recommend .m-txt{
	font-size:22px;
	line-height:1.8em;
	padding:60px 0 0 0;
}

.home .recommend .m-txt span{
	font-size: 26px;
}

.home .recommend .m-txt02{
	padding:40px 0 0 0;
}

.home .achievement{
	padding:60px 20px 0 20px;
}

h2.tit{
	font-size:22px;
}

.home .achievement h2.tit:after{
    background: url(../img/top/achievement-titico.png) no-repeat;
	background-size:contain;
	width:90px;
	height:61px;
	left:-70px;
	bottom:-30px;
}

.home .achievement ul{
	display:block;
	padding:100px 0 0 0;
}

.home .achievement ul li{
	width:100%;
	padding:0 20px 30px 20px;
}

.home .achievement ul li:nth-child(2){
	margin:60px 0 0 0;
}

.home .achievement ul li h3{
	font-size:20px;
	padding:10px 0 10px 0;
	margin:-50px 0 0 0;
}

.home .achievement ul li:nth-child(2) h3{
	margin:-40px 0 0 0;
}

.home .achievement ul li h3 span{
	font-size:14px;
}

.home .achievement ul li .ico{
	padding:20px 0 10px 0;
}

.home .achievement ul li:nth-child(2) .ico{
	padding:20px 0 10px 0;
}

.home .achievement ul li dl dt{
	font-size:20px;
}

.home .achievement ul li dl dd{
	font-size:16px;
}

.home .achievement .img{
	margin:20px 0 0 0;
}

.home .effect{
	padding:60px 0 60px 0;
}

.home .effect h2.tit:after{
    background: url(../img/top/effect-titico.png) no-repeat;
	background-size:contain;
	width:110px;
	height:90px;
	right:-90px;
	top:-50px;
}

.home .effect ul{
	padding:30px 0 0 0;
}

.home .effect ul li{
	display:block;
	margin:20px 0 0 0;
}

.home .effect ul li .img-box{
	display:flex;
	align-items:center;
	text-align:center;
}

.home .effect ul li .img-box h3{
    font-size: 69px;
    color: #F2ECD7;
    line-height: 1;
    letter-spacing: 0;
	font-family: "Cardo", serif;
	font-style: italic;
	font-weight:500;
	width:100%;
}

.home .effect ul li .img{
	margin:0;
	min-width:70%;
	line-height:0;
}
	
.home .effect ul li:nth-child(even) .img-box .img{
	order:2;
}

.home .effect ul li:nth-child(even) .img{
	margin:0;
}

.home .effect ul li dl{
	min-width:inherit;
	box-sizing:border-box;
	padding:90px 20px 30px 20px;
	height:auto;
	margin:-60px 0 0 0;
}

.home .effect ul li:nth-child(even) dl{
	padding:90px 20px 30px 20px;
}

.home .effect ul li dl:after{
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.home .effect ul li dl dt{
	font-size:22px;
	padding:0 0 10px 0;
}

.home .effect ul li dl dt:after{
	display:none;
}

.home .effect ul li dl dd{
	font-size:14px;
	line-height:2em;
	width:100%;
}

.home .faq{
	padding:60px 20px;
}

.home .faq h2.tit:after {
    background: url(../img/top/faq-titico.png) no-repeat;
	background-size:contain;
    width: 79px;
    height: 73px;
    right: -70px;
    top: -25px;
    z-index: -1;
}

.home .faq .box{
	width:100%;
}

.home .faq ul li{
	padding:10px 0 30px 0;
}

.home .faq ul li h3{
	font-size:20px;
	padding:20px 0 20px 75px;
}

.home .faq ul li h3:after{
	width:60px;
	height:60px;
	line-height:60px;
	left:0;
	font-size:40px;
}

.home .faq ul li .txt{
	font-size:16px;
}

.home .company{
	padding:60px 20px;
}

.home .company h2.tit:after {
    background: url(../img/top/company-titico.png) no-repeat;
	background-size:contain;
    width: 95px;
    height: 92px;
    left: -75px;
    bottom: -40px;
}

.home .company .box{
	width:100%;
	padding:50px 0 0 0;
}

.home .company .box dl{
	display:block;
}

.home .company .box dl dt{
	padding:14px;
	min-width:inherit;
}

.home .company .box dl dd{
	padding:20px;
	border-left:none;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.contact{
	padding:100px 20px;
}

.contact .box{
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	box-sizing:border-box;
	padding:100px 20px;
	position:relative;
}

.contact .box .ico{
	position:absolute;
	right:0;
	top:-60px;
}

.contact .box h2{
	text-align:center;
	font-family: "Zen Old Mincho", serif;
	line-height:1.6;
	font-size:36px;
	font-weight:500;
	letter-spacing:0.05em;
}

.contact .box h2 span{
	font-family: "Noto Serif JP", serif;
	display:block;
	font-size:20px;
}

.contact .box .txt{
	text-align:center;
	padding:50px 0;
	font-size:20px;
	letter-spacing:0.05em;
}

.form{
	width:860px;
	margin:30px auto;
}

.form dl{
	display:flex;
	margin:0 0 15px 0;
}

.form dl dt{
	position:relative;
	padding:10px 0 0 85px;
	min-width:275px;
	width:275px;
	box-sizing:border-box;
	vertical-align:middle;
	letter-spacing:0.1em;
	font-weight:600;
	color:#000000;
}

.form dl dt:after{
	content:"任意";
	font-size:14px;
	width:55px;
	line-height:1.6;
	text-align:center;
	background:#C0C0C0;
	color:#fff;
	position:absolute;
	left:0;
	top:12px;
}

.form dl dt.hissu:after{
	content:"必須";
	background:#B66B39;
}

.form dl dd{
	width:100%;
}

.form input, .form textarea{
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
	background:#F7F7F7;
    box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	border:1px solid #DADADA;
}

.form textarea{
	height:180px;
}

.form .wpcf7-radio {
    display: block;
    padding:0;
}

.form .wpcf7-radio>* {
    display:inline-block;
	margin:0;
}

.form .wpcf7-radio input[type="radio"] {
    display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
}

.form .wpcf7-list-item > label{
	display:inline-block;
	margin:0 0 0 30px;
	font-weight:500;
}

.form .wpcf7-list-item.first > label{
	margin:0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    width: 20px;
	height:20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
	background:#F7F7F7;
	border:1px solid #DADADA;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 10px;
	height:10px;
    top: 50%;
	left: 5px;
    transform: translateY(-50%);
    background: #041d2b;
    border-radius: 50%;
    opacity: 0;
    transition: .3s;
}

.form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-response-output{
	max-width:700px;
	margin:30px auto 0 !important;
	text-align:center;
}

.check{
	text-align:center;
	padding:0 0 10px 0;
}

.check .wpcf7-list-item-label{
	position:relative;
	cursor:pointer;
}

.check input[type="checkbox"] {
    display: none
}

.check input[type="checkbox"]+span {
    display:inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.4em;
    cursor: pointer;
	font-weight:600;
}

.check input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 1 / 1;
    top: 0;
    left: 0;
	background:#F7F7F7;
	border:1px solid #DADADA;
}

.check input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    width: 15px;
    aspect-ratio: 1 / 1;
    top: 3px;
    left: 3px;
    background: url(../img/common/check-solid.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
    transition: .3s
}

.check input[type="checkbox"]:checked+span::after {
    opacity: 1
}

.wpcf7-list-item {
    display: block;
	margin:0;
}

.contact .check{
	padding:30px 0 30px 0;
}

.conbtn{
	text-align:center;
	padding:30px 0 0 0;
	width:860px;
	margin:0 auto;
}

.conbtn > div{
	display:inline-block;
    position: relative;
	height: 70px;
    line-height: 70px;
    width: 290px;
}

.conbtn input[type=submit] {
	height: 70px;
    line-height: 70px;
    width: 290px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    display: block;
    position: relative;
	font-family: "Noto Serif JP", serif;
	border:none;
	background:#55471C;
	cursor:pointer;
	border-radius:10px;
	letter-spacing:0.1em;
}

.conbtn > div > span{
	position:relative;
	z-index:3;
	display:block;
	height:70px;
}

/*.conbtn > div > span:after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 50%;
	margin-top:-4px;
	z-index:2;
}*/

.wpcf7-not-valid-tip {
    font-size: 12px;
	padding:5px 0 0 0;
}

@media screen and (max-width: 800px) {
.contact{
	padding:60px 20px;
}

.contact .box{
	max-width:inherit;
	padding:40px 20px;
}

.contact .box .ico{
	width:110px;
	right:0;
	top:-30px;
}

.contact .box h2{
	font-size:26px;
}

.contact .box h2 span{
	font-size:16px;
}

.contact .box .txt{
	padding:30px 0;
	font-size:16px;
	line-height:1.4em;
}

.form{
	width:100%;
	margin:10px auto;
}

.form dl{
	display:block;
	margin:0 0 20px 0;
}

.form dl dt{
	padding:0 0 0 65px;
	min-width:inherit;
	width:100%;
	font-size:16px;
	margin:0 0 10px 0;
}

.form dl dt:after{
	font-size:12px;
	width:50px;
	top:2px;
}

.form textarea{
	height:150px;
}

.contact .check{
	padding:20px 0;
}

.conbtn{
	padding:30px 0 0 0;
	width:100%;
}

.conbtn > div{
	height: 60px;
    line-height: 60px;
    width: 100%;
}

.conbtn input[type=submit] {
	height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 18x;
	border-radius:0;
}

.conbtn > div > span{
	height:60px;
}
}


/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area{
	padding:100px 0 160px 0;
	text-align:center;
}

.thanks_area h1{
	font-size:28px;
	line-height:1.6em;
	font-weight:700;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #121B3A;
	margin:0 auto;
}

.thanks_area .txt{
	line-height:2em;
	padding:50px 0;
	font-weight:500;
}

.m-btn a {
    background: #55471C;
    border: 1px solid #55471C;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    width: 290px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    display: block;
}

.m-btn a:hover{
    background: #fff;
    color: #55471C;
}

.calendar-btn a {
    background: #fff;
    border: 1px solid #55471C;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    width: 480px;
    margin: 0 auto 40px;
    letter-spacing: 0.1em;
    display: block;
}

@media screen and (max-width: 800px) {
.thanks_area{
	padding:60px 20px 60px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	padding:30px 0 40px 0;
}
	
.m-btn a {
    padding: 15px 0;
    font-size: 16px;
    width: 260px;
}
	
.calendar-btn a {
    padding: 20px 0;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 30px;
}

}