@charset "utf-8";

/* 
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
html{font-size: 100%;}
body{
	text-align: center;
	margin:0;
	padding:0;
	font-family: "Noto Sans", "YakuHanJP_Narrow", sans-serif;
	font-size: calc(18 / 14 * 1rem);
	/*14pxのときは	font-size: calc(14 / 16 * 1rem);*/
	line-height: 2;
	color:#231815;
	overflow-x:hidden;
	font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
a:link {color:#666; text-decoration:none;}
a:visited {color:#505050;text-decoration:none;}
a:hover {color:#ccc; text-decoration:none;}
a:active {color:#505050;text-decoration:none;}
.mincho{font-family: 'Gilda Display', cursive, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.nakamura_color {color:#b4751e;}

/* header
--------------------------------------------------------------------------------------*/
#header{
	width: 96%;
	margin: 0;
	padding: 0.5% 2% 0 2%;
	text-align:left;
	height: 70px;
	background: -moz-linear-gradient(left, #fff 50%, #b3751e);
	background: -webkit-linear-gradient(left, #fff 50%, #b3751e);
	background: linear-gradient(to right, #fff 50%, #b3751e);
	align-items: center;
	z-index: 9000;
  position:sticky;
	bottom: 0;
  top: 0;
  right: 0;
}
#header h1 {
	position: absolute;
	left: 1%;
  z-index: 8888;
	line-height: 1;
}
/*

#header #contactBox{
	height: 80px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: flex;
	flex-direction: row-reverse;
}
#header #contactBox #contact_tel{
	position: absolute;
	margin: 0;
	padding: 0 1%;
	right: 270px;
	top: 0;
  height:80px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#header #contactBox #contact_tel ul{}
#header #contactBox #contact_tel li{
	line-height: 1.1;
  font-weight: 700;
}
#header #contactBox #contact_tel li:nth-of-type(1){font-size: 0.5em;}
#header #contactBox #contact_tel li:nth-of-type(2){font-size: 1.4em;font-family: "M PLUS Rounded 1c", sans-serif;color: #00b700;}
#header #contactBox #contact_tel li:nth-of-type(3){font-size: 0.6em;}

#header #contactBox #contact_mail{
	width: 190px;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 80px;
	top: 0;
}
*/


/* common
--------------------------------------------------------------------------------------*/
#wrapper{
  width: 100%;
  margin: 0;
  padding: 2% 0;
	font-size: 1rem;
}
#second #wrapper{
  padding: 8% 0;
}

.containar{
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.containar.Border{
	padding-top: 2%;
	border-top: 1px solid #6a533b;
	padding-bottom: 2%;
}

#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 3% 0 1% 0;
	text-align:center;
  background: -moz-linear-gradient(left, #bd9966 5%, #ab7732);
  background: -webkit-linear-gradient(left, #bd9966 5%, #ab7732);
  background: linear-gradient(to right, #bd9966 5%, #ab7732);
  font-size: 0.8em;
}
#footer #foot{
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1% 0;
}
#footer #foot #footL{
	width: 48%;
	margin-right: 2%;
	float: left;
}
/**/
#footer #foot #footL h2{
	float: left;
	text-align: left;
  /*background-image: -webkit-linear-gradient(45deg, transparent 0%, #fff 80%);
  background-image: linear-gradient(45deg, transparent 0%, #fff 80%);*/
	background: url("../img/common/footer.png")no-repeat right bottom;
	background-size: 100% auto;
	/*-moz-transform: skewX(-150deg);
	transform: skewX(-150deg);*/
	padding:20px 50px 20px 0;
	display:block;
	margin-bottom: 1%;
	line-height: 1;
}
#footer #foot #footL h2 span{
	display:block;
	/*transform: skewX(150deg);*/
	line-height: 1;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#footer #foot #footL h2 span img{ margin-right: 50px;line-height: 1;vertical-align: middle;}
#footer #foot #footL ul{
	color: #fff;
	text-align: left;
}
#footer #foot #footL li{
	display: block;
}
#footer #foot #footL li.tel{font-size: 2em;}
#footer #foot #footL li.adress{}

#footer #foot #navigation{
	width: 35%;
	float: right;
	display: flex;
  flex-flow: column;
	text-align: left;
}
#footer #foot #navigation nav{
	width: 100%;
	display: block;
	clear: both;
}
#footer #foot #navigation nav ul{
	width: auto;
	float: left;
	margin-bottom: 4%;
}
#footer #foot #navigation li{
	display: block;
	margin-right: 2em;
}
#footer #foot #navigation li a {
	display: block;
	padding: 0em 0 1em 12px;
	color: #fff;
	text-decoration: inherit;
	transition: background .6s;
	background: url("../img/common/arrow.png") no-repeat 0px 12px;
	background-size: 8px 10px;
}
#footer #foot #navigation .button a {
  font-size: 1em;
	padding: 1%;
}
#copyright{
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1% 0;
  font-size: 0.8em;
	display: flex;
	justify-content: space-between;
}
#copyright > div{}
#copyright > div:last-child{margin-left: auto;}
#copyright a{color:inherit;opacity: 1; filter:alpha(opacity=100); -ms-filter: "alpha(opacity=100)";-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
#copyright a:hover{opacity:0.40; filter:alpha(opacity=40); -ms-filter: "alpha(opacity=40)";}


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

.button {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	
}
.button a {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  background-color: #6a533b;
  padding: 0.2em 2.5em;
  border: #6a533b solid 1px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-radius: 24px;
	text-indent: 1em;
}
#footer .button a {
	width: 100%;
  padding: 0.6em 0;
	text-align: center;
}
.button a:hover {
  color: #6a533b;
  background-color: #fff;
}

.button_area{
	padding-top:7%; 
	padding-bottom:10%; 
}


/*iframe*/
.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box,
.box2nd,
.boxBorder {
	clear:both;
}

.flexBox{
	width:100%;
	display:flex;
	align-content: space-between;
}
.flexBox.reverse{flex-direction: row-reverse;}
.flexBox.align-itemsC{align-items: center;}

/*

.flexBox .item48{
	width: 48%;
	margin: 0 2% 0 0;
}
.flexBox .item48:nth-child(2n){width: 48%;margin: 0 0 0 2%;}
.flexBox.reverse .item48{width: 48%;margin: 0 0 0 2%;}
.flexBox.reverse .item48:nth-child(2n){margin: 0 2% 0 0;}


.flexBox .item25{width: 25%;}
.flexBox .item25 img{width: 100%; height: auto;}
.flexBox .item70{width: 70%; margin-right: 5%;}

.flexBox .item48 img,
.flexBox .item2 img,
.flexBox .item3 img,
.flexBox .item4 img,
.flexBox .item5 img,
.flexBox .item6 img{
	width:100%;
	height: auto !important;
}

p.palt{font-feature-settings: "palt";}


*/

.one{
	width: 100%;
	border: 2px solid #b3751e;
	border-collapse: collapse;
	line-height: 1.4;
}
.one th{
	border-bottom: 2px double #b3751e;
	border-right: 1px solid #b3751e;
	padding: 10px 12px;
	text-align: center;
}
.one td{
	border-right: 1px solid #b3751e;
	border-bottom: 1px solid #b3751e;
	padding: 10px 12px;
	text-align: center;
}
.one td.boreder_dot{
	border-bottom: 1px dotted#b3751e;
}

.two{
	width: 100%;
	border-top: 2px solid #6a533b;
	border-bottom: 2px solid #6a533b;
	border-collapse: collapse;
}
.two caption{text-align: right; padding-bottom: 15px;}
.two th{
	width: 5%;
	white-space: nowrap;
	border-bottom: 1px solid #d6d6d6;
	padding: 12px 16px 12px 0;
	text-align: left;
	vertical-align: top;
}
.two td{
	border-bottom: 1px solid #d6d6d6;
	padding: 12px 0 12px 16px;
	text-align: left;
	vertical-align: top;
}



.form{text-align: left;}
::placeholder { color: #c9caca !important;}
::-ms-input-placeholder { color: #c9caca;}
:-ms-input-placeholder {color: #c9caca;}
input, textarea {width: 96%; border: none; border-radius: 8px; margin: 0; padding: 10px 2%; background-color: #efefef;}
input[type='radio'], input[type='checkbox']{width: auto; margin-right: 0.5%;margin-left: 0;margin-top: -.5em;}
input{margin-bottom: 1%;}
select {
	padding: 10px 2%;
	border-radius: 8px;
	background: #efefef;
}
/*
.form label{
  display:inline;
  position:relative;
  padding-left:1em;
  line-height:1;
	margin-right: 4em !important;
	white-space: nowrap;
}
.form label input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}
.text_box{width: 80%;}
.text_box._name{width: 50%;}
.text_box._mails{width: 50%;}
*/

textarea {
	height: 12em;
}

#form_table table{
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
#form_table table th{
	width:8%;
	padding: 20px 20px 20px 0;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}
#form_table table td{
	width:auto;
	padding: 20px 0 20px 20px;
	text-align:left;
}
#form_table #zip{width: 16%; margin-left: 0.8em; margin-right: 0.8em;}
#form_table #adress{width: 86.5%; margin-left: 0.7em;}
#form_table .mgL2em{margin-left: 2em;}


ul.lists{}
.lists li{
	width: auto;
	text-align: left;
	display: block;
}
/*
.lists li.kome{background-image: url(../img/common/kome.png);background-size: 13px 13px; background-position: 0 10px; padding-left: 20px;}
.lists li.arrow{background-image: url(../img/common/arrow.png);background-size: 10px 10px; background-position: 0 6px; padding-left:15px;}
.one .lists li.arrow{background-image: url(../img/common/arrow.png);background-size: 10px 10px; background-position: 0 8px; padding-left:15px;}
.lists li.fontBold.arrow{background-image: url(../img/common/arrow.png);background-size: 11px 11px; background-position: 0 7px; padding-left:15px;}
.lists li.asterisk{background-image: url(../img/common/asterisk.png);background-size: 5px 5px; background-position: 0 12px; padding-left:12px;}
.lists li.asterisk.fontRed2{background-image: url(../img/common/asteriskRed.png);background-size: 5px 5px; background-position: 3px 12px; padding-left:15px; color: #990000;}
*/

.lists li.dot{background: url("../img/common/circleGold.png") 0 13px no-repeat;background-size: 5px 5px; padding-left: 12px;}




/*  
--------------------------------------------------------------------------------------*/

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


}







/* sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 481px) {
html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: clamp(1.05rem, 2.5vw, 2rem); 
	line-height:1.6;
	min-width:initial;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


/* header
--------------------------------------------------------------------------------------*/
#header{
	width: 96%;
	margin: 0;
	padding: 0 2% 0 2%;
	height: 50px;
	background:#fff;
	align-items: center;
	z-index: 9000;
  position:sticky;
	bottom: 0;
  top: 0;
  right: 0;
}
#header h1 {
	width: 70%;
	top: 8px;
	left: 2%;
}
#header h1 img{
	width: 100%;
	height: auto;
}

	


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

#wrapper{
  width: 100%;
  margin: 0;
  padding: 5% 0;
}
.containar{
	max-width: inherit;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 7%;
}

.containar._sp_containar0{
	max-width: inherit;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

#footer {
	width: 100%;
	clear:both;
	margin: 0;
	padding: 1% 0;
  font-size: 1rem;
}

#footer #foot{
	max-width: inherit;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 1% 0;
}
#footer #foot #footL{
	width: 100%;
	margin-right: 0;
	float: none;
}
#footer #foot #footL h2{
	float: none;
	text-align: center;
  background-image:none;
	background-color: #fff;
	-webkit-transform: none;
	-moz-transform: none;
	transform:none;
	padding:25px 5%;
	display:block;
	margin-bottom: 1%;
}
#footer #foot #footL h2 span{
	display:block;
	transform: none;
}
#footer #foot #footL h2 span img{width: 100%; height:auto;margin-right: 0;}
#footer #foot #footL ul{
	text-align: center;
	margin-bottom: 5%;
}
	/*


#footer #foot #footL li{
	display: block;
}
*/
#footer #foot #footL li.tel{font-size: 1.7em; font-weight: 700;}
#footer #foot #footL li.adress{font-size: 1.2em; font-weight: 700;}

#footer #foot #navigation{
	display: none;
}
/*
#footer #foot #navigation nav{
	width: 100%;
	display: block;
	clear: both;
}
#footer #foot #navigation nav ul{
	width: auto;
	float: left;
	margin-bottom: 4%;
}
#footer #foot #navigation li{
	display: block;
	margin-right: 2em;
}
#footer #foot #navigation li a {
	display: block;
	padding: 0em 0 1em 12px;
	color: #fff;
	text-decoration: inherit;
	transition: background .6s;
	background: url("../img/common/arrow.png") no-repeat 0px 12px;
	background-size: 8px 10px;
}
#footer #foot #navigation .button a {
  font-size: 1em;
	padding: 1%;
}

#copyright > div{}
#copyright > div:last-child{margin-left: auto;}
#copyright a{color:inherit;opacity: 1; filter:alpha(opacity=100); -ms-filter: "alpha(opacity=100)";-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
#copyright a:hover{opacity:0.40; filter:alpha(opacity=40); -ms-filter: "alpha(opacity=40)";}
*/

#copyright{
	max-width: inherit;
	width: 96%;
	margin-right: 0;
	margin-left: 0;
	padding: 2% 2%;
  font-size: 0.75em;
	display: flex;
	justify-content: space-between;
}


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

.button {
  width:auto;
	/*
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	*/
}	
.button a {
  font-size: 1em;
  padding: 0.2em 1em;
	/*
  font-weight: 200;
  color: #fff;
  background-color: #6a533b;
  border: #6a533b solid 1px;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-radius: 24px;
	*/
	text-indent:inherit;
}
	
.iframe {
	width: 90%;
	margin: 5%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}


.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:250px;
}	
#topcontrol img{width:40px !important; height: 40px !important;}


/*form*/
#form_table table{
width: 100%;
padding: 0;
margin: 0;
text-align: left;
}
#form_table table th{
	width: auto !important;
	display: block;
	font-size:110%;
	word-break: break-all !important;
	white-space: normal !important;
	font-weight:700;
	padding: 0;
	margin:1% 0;
	line-height:1.2;
	color: #898989;
}
#form_table table td{
	width: auto;
	display: block; 
	padding:0 0 10% 0;
}

/*
input, textarea {width: 96%; border: none; border-radius: 8px; margin: 0; padding: 10px 2%; background-color: #efefef;}
input[type='radio'], input[type='checkbox']{width: auto; margin-right: 1.5%;margin-left: 0em;margin-top: -.5em;}
input{margin-bottom: 1%;}
select {
	padding: 10px 2%;
	border-radius: 8px;
	background: #efefef;
}

textarea {
  height: 12em;
}*/


#form_table #zip{width: 16%;  margin-left: 0.8em; margin-right: 0.8em;}
#form_table #adress{width: 81%;  margin-left: 1em;}

	
	
	
}