@charset "UTF-8";

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 300;
  src: url("../font/ZenKakuGothicNew-Light.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 600;
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ZenKakuGothicNew-Black.woff") format("woff");
}


/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,li,a, strong {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	/*font-feature-settings : "palt";*/
	letter-spacing: 0.01em;
	/*text-align: justify;*/
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal; }
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top; font-size: 0.6em;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -3px;}
html>/**/body {
	font-family: 'ZenKakuGothic', serif;
}
* + html body {
	font-family: 'ZenKakuGothic', serif;
}

figure {margin: 0; padding: 0;}


/* For modern browsers */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
.clr {clear: both; line-height: 0; display: block;}

.nobb {border-bottom: none!important;}

.disnon {display: none;}



/* =all
-------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
	/*-webkit-overflow-scrolling: touch;*/
	/*height: 100%;*/
}
body {
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	line-height: 1.5;
	/*font-size: 14px;*/
	font-size: 16px;
	/*color: #000;*/
	text-align: justify!important;
    font-feature-settings: 'palt'!important;
	/*background:#f6f5f0;*/
	font-weight: 400;
	/*background-color: #f8fafc;*/
	
    color: #000000;
	
}
@media screen and (max-width : 1180px ){
	body {font-size: 14px;}
}
@media screen and (max-width : 520px ){
	body {font-size: 12px;}
}
body.openMenu {overflow-y: hidden;}
body::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	opacity: 0;
}
body.openMenu::after {
	visibility: visible;
	opacity: 1;

}



a {text-decoration:none;}
.sp {display: none;}

body img { max-width: 100%; height: auto;}




header {
	/*
	position: fixed;
	width: 100%;
	z-index: 200;
	padding: 0px 0 0;
*/
}

header .wrap { max-width: none; display: flex; justify-content: space-between; align-items: center;}
header .fbox01 {align-items: center;}

header h1 {padding: 5px 0; margin-top: 10px; position: relative; z-index: 11;}


#menu {position: relative;}

.menuCnt {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	transition: all 0.5s ease;
	pointer-events: none;
}
.openMenu .menuCnt {
	opacity: 1;
	z-index: 10;
	pointer-events: auto;
}


.menuCnt::before {
	content: '';
	width: calc(100% - 0px);
	height: calc(100% - 120px);
	background: #f8df6f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




#menu nav {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
}
#menu nav > section {
	margin: 0 30px;
	font-size: 1.2em;
	/*width: 200px;*/
}

#menu nav > section .title {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
}

#menu nav > ul.navList {
}

#menu nav ul.navList > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#menu nav ul.navList > li:first-child {
	margin-top: 5px;
	padding-top: 5px;
}


#menu nav ul.navList > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #181818;
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
	font-weight: 500;
}
#menu nav ul.navList > li > a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-bottom: 3px solid #181818;
	border-right: 3px solid #181818;
}


#menu nav ul.navList .topPage {margin-top: 50px!important;}



/*
.navToggle {
    display: none;
    position: fixed;
    right: 15px;
    top: 10px;
    width: 42px;
	height: 33px;
    cursor: pointer;
    z-index: 501;
    text-align: center;
	box-sizing: border-box;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 1px #000;
	-webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    left: 0px;
}
.navToggle span:nth-child(1) {top: 6px;}
.navToggle span:nth-child(2) {top: 15px;}
.navToggle span:nth-child(3) {top: 24px;}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: 600;
    top: 34px;
}
.navToggle.active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.navToggle {
	z-index: 1100;
    display: none;
    position: fixed;
    
	right: 11px;
	top: 11px;
	
 /*   right: 15px;*/
 /*   top: 10px;*/
    width: 42px;
	height: 32px;
    cursor: pointer;
    text-align: center;
	box-sizing: border-box;
	/*background: #fff;*/
	border-radius: 6px;
}
 


.navToggle span {
    display: block;
    position: absolute;
    width: calc(100% - 10px);
	height: 2px;
	background: #181818;
	/*border-radius: 3px;*/
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}
.openMenu .navToggle span {background: #fff;}

.navToggle span:nth-child(1) {top: 6px;}
.navToggle span:nth-child(2) {top: 15px;}
.navToggle span:nth-child(3) {top: 24px;}
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: 600;
    top: 34px;
}


/*
.navToggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.navToggle, .navToggle span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.navToggle span:nth-of-type(1) {
  top: 0;
}
.navToggle span:nth-of-type(2) {
  top: 15px;
}
.navToggle span:nth-of-type(3) {
  bottom: 0;
}
*/



.navToggle.active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
 
.navToggle.active span:nth-child(2) {opacity: 0;}
.navToggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}


/*
@media screen and (max-width: 1100px){	
	.navToggle {display: block;}
}

*/


@media screen and (max-width: 980px){	
	.navToggle {display: block;}
	#menu > nav > ul li {margin-left: 0;}
}











/*----------------------------------------------------------------------
･margin等
-----------------------------------------------------------------------*/
/* font */
.fl {	float: left;}
.fr {	float: right;}
.fw {	width: 100%;}
.ta_l { text-align: left;}
.ta_c { text-align: center;}
.ta_r { text-align: right;}
.lh17 { line-height: 1.7;}
.lh20 { line-height: 2;}
.f10 {	font-size: 10px;}
.f12 {	font-size: 12px;}
.f14 {	font-size: 14px;}
.f15 {	font-size: 15px;}
.f16 {	font-size: 16px;}
.f18 {	font-size: 18px;}
.f20 {	font-size: 20px;}
.bold {	font-weight: 600;}
.red {	color: #d01126;}
.hColor { color:#395526;}
.white {color: #fff;}

/* mgn */
.mgn01 {margin-bottom: 0.1em;}
.mgn05 {margin-bottom: 0.5em;}
.mgn08 {margin-bottom: 0.8em;}
.mgn10 {margin-bottom: 1em;}
.mgn13 {margin-bottom: 1.3em;}
.mgn15 {margin-bottom: 1.5em;}
.mgn20 {margin-bottom: 2em;}
.mgn25 {margin-bottom: 2.5em;}
.mgn30 {margin-bottom: 3em;}
.mgn50 {margin-bottom: 5em;}
.mgn80 {margin-bottom: 8em;}

.mgb20 {margin-bottom: 20px;}

.mgt5 {margin-top: 5px;}
.mgt10 {margin-top: 10px;}
.mgt15 {margin-top: 15px;}
.mgt20 {margin-top: 20px;}
.mgt25 {margin-top: 25px;}

.pdn25 {padding-top: 1.5em;}

.nofw {font-weight: normal!important;}



.ls_0 {letter-spacing: 0!important;}
.ls_m_005 {letter-spacing: -0.05em!important;}
.ls_m_01 {letter-spacing: -0.1em!important;}
.ls_m_015 {letter-spacing: -0.15em!important;}
.ls_m_02 {letter-spacing: -0.2em!important;}

.ls_p_005 {letter-spacing: 0.05em!important;}
.ls_p_01 {letter-spacing: 0.1em!important;}
.ls_p_015 {letter-spacing: 0.15em!important;}
.ls_p_02 {letter-spacing: 0.2em!important;}

i.nakamaru {font-style: normal; letter-spacing: -0.2em; text-indent: -0.2em; display: inline-block;}
i.katakan {font-style: normal; letter-spacing: -0.05em;}

.bCenter {margin-left: auto; margin-right: auto;}

.mincho { font-family: "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;}

.zenMaru {font-family: 'ZenMaruGothic', serif;}

.cap {
	font-size: 12px;
	font-family:游ゴシック,'Yu Gothic',游ゴシック体,YuGothic,メイリオ,Meiryo,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 140%;
}

.tShadow01 { color:#fff; text-shadow: black 2px 2px 4px, black -2px 2px 4px, black 2px -2px 4px, black -2px -2px 4px, black 2px 2px 4px, black -2px 2px 4px, black 2px -2px 4px, black -2px -2px 4px;}


main {
	width:100%; 
	margin: auto;
	overflow:hidden;
	position: relative;
	font-size: 1.05em;
	/*padding-bottom: 200px;*/
}
article { margin: 0 auto 0px;  /*padding: 40px 0;*/}
.wrap {margin: auto; /*max-width: 960px;*/ width: 100%; padding: 0 20px; box-sizing: border-box;}
.container {/*padding: 0 40px;*/ max-width: 1260px; margin: auto;}

.cSize_l {max-width: 1460px;}
.cSize_ml {max-width: 1160px;}
.cSize_m {max-width: 960px;}
.cSize_s {max-width: 860px;}



@media screen and (max-width: 650px) {
	.container {padding: 0 10px;}
}
@media screen and (max-width : 891px ){
	.container {padding: 0 0px;}
}





.imgArea {position: relative;}


/* caption */

.fbox01 {display: flex; justify-content: space-between; }
.fbox02 {display: flex; justify-content: space-between; flex-direction: row-reverse;}

/*
.caption { max-width: 1000px; box-sizing: border-box; padding: 20px 20px; margin: auto; font-family:游ゴシック,'Yu Gothic',游ゴシック体,YuGothic,メイリオ,Meiryo,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;}
.caption p {font-size: 11px; text-align: left; line-height: 160%;}
*/

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



footer {
background: #62b10c;
	/*background:url("../images/mv_img02.jpg") no-repeat right top;*/
	position: relative;
	padding-bottom: 20px;
	padding-top: 60px;
	color: #fff;
	text-align: center;

}
footer .name {
	font-size: 2.2em;
	font-weight: 500;
}
footer .info {margin-top: 20px}
footer .info .tel {
	font-size: 3.0em;
	font-weight: 600;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;

}
footer .info .tel > span:first-child {
	width: 46px;
	margin-right: 15px;
}
/*
footer .info .tel > span:first-child img {width: 50px;}
*/
footer .sns {
	display: flex;
	justify-content: center;
	margin-top: 30px;

}
footer .sns > div {
	width: 50px;
	/*margin-right: 15px;*/
	margin: 0 10px;
}



/* lower common */


a#toTop {
	position: fixed;
	bottom:20px;
	right: 15px;
	width: 50px;
	height: 50px;
	font-size: 1.4em;
	color: #29407c;
	border-radius: 50%;
	line-height: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	cursor: pointer;
	transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.scrolling a#toTop {
	visibility: visible;
	opacity: 1;
	pointer-events:auto;
}

a#toTop::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	
}
a#toTop:hover {/*padding: 5px 8px 11px 8px;*/ opacity: 0.7;}
@media screen and (max-width: 660px){
	a#toTop {font-size: 1em;}
}

.copyright {text-align: center; font-size: 13px; margin-top: 60px; }




#colorbox {position: relative; overflow: visible}
#colorbox::after {
	content: '×';
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	color: #fff;
	font-size: 4em;
	font-weight: 100;
	pointer-events: none;
	line-height: 0;
	opacity: 0.6
}
@media screen and (max-width: 420px) {
	#colorbox::after {font-size: 2.6em;}
}








/*
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btn a,
.btn button {
  width: 320px;
  height: 56px;
  color: #fff;
  background-color: #B1871B;
  background-image: url("https://img21.shop-pro.jp/PA01459/566/etc/btn_glyph.png");
  background-repeat: no-repeat;
  background-position: 240px center;
  border: thin solid #333;
  font-size: 16px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*/



/*
.btn::after {
  z-index: 0;
  content: '';
  display: block;
  width: 318px;
  height: 54px;
  background: #B1871B;
  border: thin solid #333;
  position: absolute;
  bottom: -4px;
  right: calc(50% - 160px - 4px);
}
*/


/*
.btn.btn-noarrow a,
.btn.btn-noarrow button {
  background: #B1871B;
}
.btn a:hover,
  .btn button:hover {
    opacity: 0.7;
    color: #B1871B;
    background-color: #fff;
    opacity: 1;
  }
*/




@media screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}







input[type="text"] {width: 100%;}
input[type="text"], input[type="search"],  select {border-radius: 3px; border: none; background: rgba(255,255,255,0.4); box-sizing: border-box; padding: 5px; transition: all 0.3s ease; color: #000;}
textarea {border-radius: 3px; border: none; background: rgba(255,255,255,0.4); width: 100%; box-sizing: border-box; padding: 5px; transition: all 0.3s ease; height: 150px;}

label > input[type="file"], label > input[type="button"] {display: none;}
label[for="pic_up"] {cursor: pointer;}

input[type="text"]:focus, textarea:focus, select:focus, input[type="search"]:focus {
box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.9);
	outline: none!important;
    background-color: rgba(255,255,255,0.9)!important;
}
input::placeholder {color: rgba(0,0,0,0.5);}
input[type="radio"], input[type="checkbox"]  {position: relative; top: -3px; margin-right: 5px;}

input[type="submit"] {
	box-sizing: border-box;
	padding: 5px 20px;
	border-radius: 3px;
	border: none;
	background: #666;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
}
input[type="submit"]:hover {background: #444;}

option {background: rgba(39,118,192, 0.2)}


label.cbox, label.rbox {
	position: relative;
}
label.cbox input[type="checkbox"], label.rbox input[type="radio"] {
	opacity: 0;
	position: relative;
}

label.cbox::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 3px;
	position: absolute;
	left: 0%;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 5px;
	display: inline-block;
	background: #fff;
	z-index: 1;
}


label.cbox input + span::after  {
	content: '';
	display: inline-block;
	position: absolute;
	left: 1px;
	top: 7px;
	transform: rotate(-45deg) scale(0.2);
	z-index: 2;
	border-bottom: 4px solid #333;
	border-left: 5px solid #333;
	width: 9px;
	height: 4px;
	opacity: 0;
	transition: all 0.2s ease;
	transform-origin: center;
}

label.cbox input:checked + span::after {
	opacity: 1;
	transform:  rotate(-45deg) scale(1);
}

/*
.inList02 label.cbox::before {left: 5px;}
.inList02 label.cbox input::after {left: 5px;}
*/




label.rbox {}
label.rbox::before {
	content: '';
	width: 16px;
	height: 16px;
	
	border: 2px solid rgba(255,255,255,0.8);
	
	
	border-radius: 50%;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	/*background: #fff;*/
	background: rgba(255,255,255,0.1);
	z-index: 1;
	box-sizing: border-box;
}
label.rbox input + span::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%) scale(0.2);
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transition: all 0.2s ease;
	transform-origin: center;
	box-sizing: border-box;
}
label.rbox input:checked + span::after {
	opacity: 1;
	transform:translateY(-50%) scale(1);
}


@media screen and (max-width: 940px){
	label.cbox::before {top: 3px;}
}

label span {margin-right: 10px;}

input[type="radio"], input[type="checkbox"]  {margin-right: 10px;}




.input_txtSize01 {width: 60px!important;}
