@charset "utf-8";
.sns{
	margin: 0 auto !important;
	display: block;
	text-align: center;
}

.sns iframe{
	width: 100% !important;
	max-width: 320px;
}

/* ------------------------------
    reset
------------------------------ */

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
}
*{
	box-sizing: border-box;
}
a{
	color: #000;
	text-decoration:none;
}


.link a{
	color: #EB9E2F;
}

img{
	vertical-align: bottom;
}

/* ------------------------------
    base
------------------------------ */

body{
	position: relative;
	font-size: 1.0rem;
}
p,table,dl,ol {
	font-size: 1.4rem;
	line-height: 1.8;
}
p.text{
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade,
.blackfade{
	transition: all 0.3s ease;
}
.fade:hover{
	opacity: .6;
}
.blackfade{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
}
.blackfade:hover{
	opacity: .4;
}
.h-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hv-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.flex {
	display: flex;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	width: calc(1200px + 60px);
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}
section {
	position: relative;
}

/* ------------------------------
    contents
------------------------------ */

header{
	position: relative;
	width: 100%;
	z-index: 100;
}
header .wrap{
	width: 100%;
}
header .menu_wrap{
	position: relative;
	height: 150px;
	max-width: 1040px;
	margin: 0 auto;
}
header .logo{
	left: 0;
	transform: translateY(-50%);
}
header .catch{
	color: #5F3819;
	left: 370px;
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
}
header .tel{
	color: #5F3819;
	right: 120px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: .05em;
	font-weight: bold;
	text-align: center;
	padding-left: 38px;
}
header .tel strong{
	display: block;
	color: #CE6844;
	font-size: 34px;
	line-height: 120%;
	letter-spacing: -0.05em;
	font-weight: bold;
	margin: 0 auto;
}
header .tel::before{
	content: url("../img/common/head_tel.png");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-45%);
}
header .contact{
	right: 0;
	top: 40%;
}
header .contact a{
	display: block;
	color: #fff;
	background: #CE6844 url("../img/common/head_contact.png") no-repeat center 25px;
	text-align: center;
	width: 94px;
	height: 94px;
	border-radius: 100%;
	padding-top: 60px;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
}
header nav{
	max-width: 1040px;
	margin: 0 auto 40px;
}
header nav ul{
	display: flex;
	justify-content: space-between;
}
header nav ul li{
	flex: 1;
	height: 90px;
	border-left: 4px dotted #5F3819;
}
header nav ul li:last-child{
	border-right: 4px dotted #5F3819;
}
header nav ul li a{
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
}
header nav ul li i{
	position: relative;
	display: block;
	height: 55px;
	margin-bottom: 10px;
}
header nav ul li img{
	display: block;
	margin: 0 auto;
}

#optin{
	background: #fff7d3;
}
#optin .wrap{
	max-width: 975px;
	margin: auto;
	padding: 60px 0 70px;
	position: relative;
}
#optin h3{
	font-size: 33px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #5f3819;
	text-align: center;
	font-weight: bold;
	margin-bottom: 55px;
}
#optin h3 span{
	padding: 0 50px 15px;
	background: url(../img/common/line01.png) repeat-x left bottom;
}
#optin .flex{
	justify-content: space-between;
}
#optin .box{
	max-width: 300px;
	width: 32%;
	background: #ffffff;
	text-align: center;
	padding: 25px 17px;
	border: 3px solid #ee9325;
	border-radius: 10px;
}
#optin .box >  i{
	position: relative;
	height: 65px;
	display: block;
	margin-bottom: 5px;
}
#optin .box .center{
	display: table;
	min-height: 105px;
	width: 100%;
}
#optin .box .center > div{
	display: table-cell;
	vertical-align: middle;
}
#optin .box h4{
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#optin .box .txt{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
#optin .box .tel{
	line-height: 1;
	text-align: center;
}
#optin .box .tel span{
	font-size: 30px;
	letter-spacing: -0.05em;
	font-weight: bold;
	color: #ee9325;
}
#optin .box .tel i,#optin .box .tel img{
	vertical-align: inherit;
}
#optin .box .btn{
	margin-top: 5px;
}
#optin .box .btn span,
#optin .box .btn a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	background: #ee9325;
	padding: 5px 0;
}
#optin .box02{
	border: 3px solid #ce6744;
}
#optin .box03{
	border: 3px solid #fc6150;
}
#optin .box02 .btn a{
	background: #ce6744;
}
#optin .box03 .btn a{
	background: #fc6150;
}

footer{
	position: relative;
}
footer .wrap{
	max-width: 975px;
	margin: auto;
	padding: 20px 0 20px;
}
footer .flex{
	justify-content: space-between;
	align-items: baseline;
}
footer .copy{
	font-size: 16px;
	text-align: left;
	color: #fff;
	padding: 10px 0;
	background: #ee9325;
}
footer .copyw{
	position:relative;
	max-width:980px;
	width:100%;
	margin:0 auto;
}
footer .gotop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

@media screen and (min-width : 1025px){

	.tb{
		display: none!important;
	}

}

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

	.sp{
		display:none!important;
	}

}

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

	.pc{
		display:none!important;
	}
	body{
		min-width:inherit;
		word-wrap : break-word;
		overflow-wrap : break-word;
	}
	img{
		max-width: 100%;
	}
	p{
		font-size: 18px;
	}
	p.text {
		font-size: 18px;
		line-height: 1.8;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.wrap{
		width: 100%;
		padding: 0 3%;
	}

	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: transparent;
		border-bottom: none;
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header .wrap{
		width: 100%;
		padding: 0;
	}
	header .menu_wrap{
		float: none;
		width: 100%;
		/* height: 15vw; */
		height: 115px;
		position: relative;
		background: #fff;
		z-index: 999;
		box-sizing: border-box;
		padding: 0;
	}
	header .wrap{
		position: relative;
		min-width: inherit;
		padding: 0;
	}
	header .logo{
		left: 3%;
		max-width: 346px;
		width: 45%;
	}
	header .logo img{
		width: 100%;
	}
	header .tel{
		color: #5F3819;
		right: calc(15vw + 80px);
		font-size: 14px;
		line-height: 140%;
		letter-spacing: 0;
		padding-left: 0;
	}
	header .tel::before{
		display: none;
	}
	header .tel a,
	header .contact a{
		display: block;
		color: #fff;
		background: #CE6844 url("../img/common/head_tel_sp.png") no-repeat center 30%;
		background-size: 20%;
		text-align: center;
		width: 90px;
		height: 90px;
		border-radius: 100%;
		padding-top: 55px;
		font-size: 14px;
		line-height: 100%;
		font-weight: bold;
	}
	header .contact{
		right: 12vw;
		top: 50%;
	}
	header .contact a{
		background: #CE6844 url("../img/common/head_contact.png") no-repeat center 30%;
		background-size: 35%;
	}
	header .menu-trigger{
	/* 		display: block;
position: fixed;
top: 3.5vw;
right: 2vw;
width: 8vw;
height: 8vw;
z-index: 999; */
	display: block;
	position: absolute;
	top: 24px;
	right: 35px;
	width: 63px;
	height: 70px;
	z-index: 999;
	}
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #cc6849;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 15%;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	header .menu-trigger span:nth-of-type(3) {
		bottom: 15%;
	}
	header .menu-trigger.active span:nth-of-type(1) {
		top: 50%;
		transform: translateY(-50%)rotate(-45deg);
	}
	header .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .menu-trigger.active span:nth-of-type(3) {
		bottom: 50%;
		transform: translateY(50%)rotate(45deg);
	}
	header nav{
		width: 100%;
		padding: 0;
		position: static;
		transform: translateY(0%);
	}
	header .nav_wrap{
		background: #fff5d5;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		display: none;
		margin: 0;
	}
	header nav .gnavi{
		float: none;
		margin: 0;
		display: block;
	}
	header nav .gnavi li{
		display: block;
		float: none;
		font-size: 4vw;
		line-height: 1;
		font-weight: 500;
		height: auto;
		border: none;
	}
	header nav .gnavi li+li{
		margin: 0;
	}
	header nav .gnavi li:last-child{
		border-right: none;
	}
	header nav .gnavi li a{
		background: transparent;
		color: #000;
		font-size: 18px;
		line-height: 1;
		display: block;
		padding: 0;
		position: relative;
	}
	header nav .gnavi li i{
		display: inline-block;
		vertical-align: middle;
		margin-right: 1em;
	}
	header nav .gnavi li i img{
		position: relative;
		left: 0;
		transform: translate(0,-50%);
		height: 50%;
	}

	main{
		padding-top: 115px;
	}


	#optin .wrap{
		width: 96%;
	}
	#optin h3{
		font-size: 26px;
	}
	#optin .box{
		padding: 25px 1%;
	}
	#optin .box h4{
		font-size: 18px;
	}
	#optin .box .tel span{
		font-size: 22px;
	}
	#optin .box .tel a{
		pointer-events: visible;
	}
	#optin .box .tel img{
		vertical-align: bottom;
	}

	#optin .box .btn span, #optin .box .btn a{
		font-size: 12px;
	}
	#optin .wrap{
		padding: 5% 0px 7%;
	}

	footer .wrap{
		width: 94%;
	}
	footer .gotop{
		width: 10%;
	}

}

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

	p{
		font-size: 3.5vw;
	}
	p.text {
		font-size: 3.5vw;
		line-height: 1.8;
	}

	header .menu_wrap{
		height: 15vw;
	}
	header .menu-trigger{
		display: block;
		position: fixed;
		top: 3.5vw;
		right: 2vw;
		width: 8vw;
		height: 8vw;
		z-index: 999; 
		/* display: block;
		position: absolute;
		top: 24px;
		right: 2%;
		width: 63px;
		height: 70px;
		z-index: 999; */
	}
	header .tel{
		right: 26vw;
	}
	header .tel a,
	header .contact a{
		width: 13vw;
		height: 13vw;
		padding-top: 8vw;
		font-size: 2vw;
	}
	header nav .gnavi li a{
		font-size: 4vw;
	}

	main{
		padding-top: 15vw;
	}

	#optin .wrap{
		width: 94%;
		padding: 5% 0px 12%;
	}
	#optin h3{
		font-size: 6.5vw;
		margin-bottom: 10%;
	}
	#optin h3 span{
		padding: 0 2% 4%;
	}
	#optin .flex{
		display: block;
	}
	#optin .box{
		max-width: 100%;
		width: 100%;
		padding: 3% 5% 5%;
	}
	#optin .box + .box{
		margin-top: 3%;
	}
	#optin .box .center{
		min-height: auto;
		margin-bottom: 4%;
	}
	#optin .box h4{
		font-size: 4.2vw;
	}
	#optin .box .txt{
		font-size: 3.5vw;
	}
	#optin .box .btn span, #optin .box .btn a{
		font-size: 3.5vw;
	}
	#optin .box .tel span{
		font-size: 6.5vw;
	}
	#optin .box .tel i{
		vertical-align: text-top;
	}
	#optin .box .tel img{
		width: 9%;
	}
	#optin .box .tel a{
		pointer-events: visible;
	}
	#optin .box .tel img{
		vertical-align: middle;
	}


	footer .wrap{
		padding: 10% 0 5%;
	}
	footer .flex{
		align-items: center;
	}
	footer .copy{
		font-size: 2.8vw;
	}

	footer .gotop{
		width: 15%;
		right: 4%;
		bottom: 2%;
	}

}


.clear{
	clear:both;
}
/* ------------------------------
    clearfix
------------------------------ */

.cf{
  zoom:1;
}
.cf:after{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}


@media screen and (min-width : 1023px){

.pcnone{
	display:none;}
	
.kiyaku{
	position:absolute;
	font-size:16px;
	font-weight:bold;
	top:20px;
	right:120px;}

.kiyaku a:hover { opacity:0.6;}

.kiyakufoot{
	color:#FFFFFF;
	padding:0;
	margin:0;
	font-weight:bold;
	top:0;
	position:absolute;
	right:0px;}

.kiyakufoot a { color:#FFFFFF;}


.kiyakufoot a:hover { opacity:0.6;}

.kiyakutxt p{
	text-align:left !important;
	font-size:12px !important;
}

.kiyakutxt .title{
	font-weight:bold !important;
	text-align:left !important;
	font-size:16px !important;
	line-height:300%;
}

.readtxt p{
	font-weight:bold !important;
	text-align:left !important;
	font-size:16px !important;
	line-height:180% !important;
}

}

@media screen and (max-width : 1023px){
kiyaku{
	position:absolute;
	font-size:16px;
	font-weight:bold;
	top:20px;
	right:120px;}

.kiyaku a:hover { opacity:0.6;}

.kiyakufoot{
	color:#FFFFFF;
	padding:0;
	margin:0;
	font-weight:bold;
	top:-30px;
	position:absolute;
	right:0px;}

.kiyakufoot a { color:#FFFFFF;}


.kiyakufoot a:hover { opacity:0.6;}

.kiyakutxt p{
	text-align:left !important;
	font-size:12px !important;
}

.kiyakutxt .title{
	font-weight:bold !important;
	text-align:left !important;
	font-size:16px !important;
	line-height:300%;
}
	
	footer .copyw{
		text-align: center;
	position:relative;
	width:100%;
	margin:40px auto 0 auto;
}

.kiyaku, .kiyakufoot{
	width:100%;
	height: 60px;
	text-align: center;
	}

.kiyakutxt p{
	text-align:left !important;
	font-size:12px !important;
}

.kiyakutxt .title{
	font-weight:bold !important;
	text-align:left !important;
	font-size:16px !important;
	line-height:300%;
}
	
.readtxt p{
	font-weight:bold !important;
	text-align:left !important;
	font-size:14px !important;
	line-height:180% !important;
}

}

.contactfm{
	padding: 0px 0 75px;
}
.contactfm h2{
	text-align: center;
	margin: 0 0 25px;
}
.contactfm h2 span{
	position: relative;
	display: inline-block;
}
.contactfm h2 span::before{
	content: '';
	position: absolute;
	top: 0;
	left: -150px;
	width: 114px;
	height: 170px;
	background: url(../img/contact_img.png) 0 0 no-repeat;
}
.contactfm p{
	font-size: 1.9rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
}
.contactfm table{
	border-spacing: 0;
}
.contactfm .form{
	width: 100%;
	margin: 25px auto 60px;
}
.contactfm .form > tbody > tr > th{
	width: 300px;
	background: #efefef;
	font-weight: bold;
	font-size: 16px;
	padding: 22px 20px;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
	position: relative;
}
.contactfm input[type="text"]{
	border: 1px solid #999;
	box-sizing: border-box;
}
.contactfm .form > tbody > tr > td{
	border-bottom: 2px solid #ccc;
	padding: 19px 28px;
}
.contactfm .form > tbody > tr > td > input[type="text"]{
	width: 100% !important;
	height: 38px !important;
	font-size: 1.6rem !important;
}
.contactfm .form .ken{
	width: 150px !important;
	height: 38px !important;
	font-size: 1.6rem !important;
}
.contactfm .form .w100{
	width: 60% !important;
	height: 38px !important;
	font-size: 1.6rem !important;
	padding: 0 0 0 5px !important;
}
.contactfm td table th{
	width: 165px;
	font-size: 1.6rem;
	padding: 0 0 18px;
}
.contactfm td table td{
	font-size: 1.6rem;
	padding: 0 0 18px;
}
.contactfm input[type="text"]{
   -webkit-appearance: none;
   border-radius: 0;
}
.contactfm td table td input[type="text"]{
	width: 220px;
	height: 32px;
}
.contactfm td table tr:first-child td input[type="text"]{
	width: 115px;
}
.contactfm td table tr:first-child td .sen{
	position: relative;
	padding: 0 0 0 44px;
	margin: 0 10px 0 0;
}
.contactfm td table tr:first-child td .sen::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 2px;
	background: #999;
	margin-top: -1px;
}
.contactfm td table tr td:last-child{
	font-size: 1.2rem;
}
.contactfm td table tr:last-child th,
.contactfm td table tr:last-child td{
	padding-bottom: 0;
}
.contactfm button{
	display: block;
	width: 251px;
	border: 0;
	background: none;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
}

.contactfm .must{
	display: block;
	width: 80px;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	background-color: #FF0000;
	color: #FFFFFF;
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 16px;
}

.contactfm .radio{
	margin: 10px 5px 10px 10px !important;
}
.contactfm .radiotxt{
	font-size: 18px !important;
	font-weight: bold;
}

.contactfm textarea{
	width: 100%;
	height: 300px;
}

	





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

	
	.contactfm{
		padding: 10% 3%;
	}
	.contactfm h2{
		margin: 0 0 5%;
	}
	.contactfm h2 img{
		width: 150px;
	}
	.contactfm h2 span::before{
		display: none;
	}
	.contactfm p{
		font-size: 1.6rem;
	}
	.contactfm .form{
		width: 100%;
		margin: 5% 0;
	}
	.contactfm .form > tbody > tr > th{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		box-sizing: border-box;
		padding: 3% 5%;
	}
	.contactfm .form > tbody > tr > td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 3% 0 4%;
	}
	.contactfm td table{
		width: 100%;
	}
	.contactfm td table th{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 0 0 3%;
	}
	.contactfm td table tr td:last-child,
	.contactfm td table td{
		display: block;
		width: 100%;
	}
	.contactfm td table tr td:last-child{
		padding: 0 0 5%;
	}
	.contactfm td table tr:first-child td input[type="text"]{
		width: 70px;
	}
	.contactfm td table tr:first-child td span::before{
		width: 16px;
	}
	.contactfm td table tr:first-child td span{
		padding: 0 0 0 38px;
	}
	.contactfm td table td{
		padding: 0 0 2%;
	}
	.contactfm td table td input[type="text"]{
		width: 100%;
		box-sizing: border-box;
	}
	.contactfm td table tr:last-child th{
		padding: 0 0 3%;
	}
	.contactfm td table tr:last-child td{
		padding: 0 0 2%;
	}
	.contactfm button{
		width: 200px;
	}
	
.contactfm .must{
	display: block;
	width: 80px;
	height: 100%;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	background-color: #FF0000;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
	
	.contactfm textarea{
	width: 100%;
	height: 300px;
}
	
	.contactfm .form .w100{
	width: 100% !important;
	height: 38px !important;
	font-size: 1.6rem !important;
	padding: 0 0 0 5px !important;
}
	
	
	
}

.txtc{
	text-align: center!important;
	margin: 15px auto 0 auto!important;
	max-width: 140px;
}

.txtc span{
	font-size: 24px!important;
}

.txtc input[type=checkbox] {
	width:			20px;
	height:			20px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-right:10px;
}

@media screen and (max-width : 1024px) {
	header .nav_wrap{
		overflow-y:scroll;
		height:calc(100vh - 20vw);
	}
	
		.smnone{
		display: none;
	}
	

}

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

		.brnone{
		display: none;
	}
	

}



