@charset "UTF-8";
/* CSS Document */
html {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
	opacity: 1;
}
* {
	word-break: break-all;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
}
#wrapper {
	overflow: hidden;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #a69460;
}
.inner {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ns_r {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.ns_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
}
.ns_b {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 700;
}
.ns_br {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 900;
}
.nsr_r {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 400;
}
.nsr_m {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
}
.nsr_b {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 700;
}
.nsr_br {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 900;
}

/*header*/
header {
	width: 100%;
	height: 120px;
	background-image: url("../img/common/h_bg.jpg");
	background-repeat: repeat;
	position: fixed;
	z-index: 150;
}
header .h_inner {
	max-width: 1064px;
	height: 120px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
header .h_inner .h_left {
	display: none;
}
header .h_inner .h_left .h_logo {
	margin: 0 auto;
}
header .h_inner .h_left .h_logo a {
	display: block;
	padding: 26px 15px 20px;
}
header .h_inner .h_left .h_logo a:hover {
	background-color: #071D0A;
}
header .h_inner .h_right {
	width: 1064px;
}
header .h_inner .h_right .h_top {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .h_inner .h_right .h_top .left {
	width: 250px;
	padding-left: 16px;
}
header .h_inner .h_right .h_top .left h1{
	width: 234px;
	height: 32px;
	margin-top: 4px;
}
header .h_inner .h_right .h_top .left h1 a {
	display: block;
}
header .h_inner .h_right .h_top .left h1 a:hover {
	opacity: .7;
}
header .h_inner .h_right .h_top .left h1 a{
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  mask: url("../img/common/h1.svg") no-repeat center center / contain;
  -webkit-mask: url("../img/common/h1.svg") no-repeat center center / contain;
}
header .h_inner .h_right .h_top .left h1 a:hover{
  background: #959742;
  transition: all 0.3s;
}
header .h_inner .h_right .h_top .right {
	/*width: 560px;*/
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .h_inner .h_right .h_top .right .l_nav {
	padding-top: 16px;
}
header .h_inner .h_right .h_top .right .l_nav ul {
	display: flex;
	justify-content: center;
	height: 18px;
}
header .h_inner .h_right .h_top .right .l_nav ul li {
	line-height: 1;
}
header .h_inner .h_right .h_top .right .l_nav ul li a {
	font-size: 12px;
	padding: 0 12px;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	font-weight: normal;
}
header .h_inner .h_right .h_top .right .l_nav ul li a:hover {
	color: #959742;
}
header .h_inner .h_right .h_top .right .r_nav {
	/*width: 360px;*/
	padding: 0;
	margin-left: 14px;
}

header .h_inner .h_right .h_top .right .r_nav .btnttl p{
    font-size: 12px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}

header .h_inner .h_right .h_top .right .r_nav ul {
	display: flex;
	justify-content: center;
	border: 1px solid #09432b;
}
header .h_inner .h_right .h_top .right .r_nav ul li {
	/*width: calc(100% / 3);*/
	margin-left: 0;
	text-align: center;
}

header .h_inner .h_right .h_top .right .r_nav ul li{
	border-right: 1px solid #09432b;
}

header .h_inner .h_right .h_top .right .r_nav ul li:last-of-type{
	border-right-width: 0px;
}

header .h_inner .h_right .h_top .right .r_nav ul li a {
    padding: 6px 16px;
    font-size: 15px;
    line-height: 1;
    height: 46px;
    display: flex;
    font-style: normal;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: #000;
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 600;
    transition: all 0.3s;
}

header .h_inner .h_right .h_top .right .r_nav ul li a .column{
	display: flex;
    flex-direction: column;
    align-items: center;
}

header .h_inner .h_right .h_top .right .r_nav ul li a:hover{
	color: #FFF;
	background-color: #071D0A;
}

header .h_inner .h_right .h_top .right .r_nav ul li a:before{
	content:"";
	height: 100%;
	background: #A6A653;
	transition: all 0.3s;
}

header .h_inner .h_right .h_top .right .r_nav ul li a:hover::before{
	background: #FFF;
}

header .h_inner .h_right .h_top .right .r_nav ul li .icon_calender:before{
	width: 18px;
	margin-right: 7px;
	mask: url("../img/common/r_nav01.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/common/r_nav01.svg") no-repeat center center / contain;
}

header .h_inner .h_right .h_top .right .r_nav .btn_members li a{
}

header .h_inner .h_right .h_top .right .r_nav .btn_members li a:before{
	background: #006446;
}


header .h_inner .h_right .h_top .right .r_nav .btn_members li .icon_members:before{
	width: 18px;
	margin-right: 7px;
	mask: url("../img/common/r_nav03.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/common/r_nav03.svg") no-repeat center center / contain;
}

header .h_inner .h_right .h_top .right .r_nav ul li a .best{
    display: block;
    font-size: 10px;
    color: #FFF;
    padding: 3px;
    line-height: 1;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
    background-color: #796c36;
    border-radius: 2px;
    margin-top: 3px;
    transition: all 0.3s;
}

header .h_inner .h_right .h_top .right .r_nav ul li a:hover .best{
	color: #071D0A;
	background-color: #FFF;
}

header .h_inner .h_right .h_bottom {
	padding-top: 0;
}
header .h_inner .h_right .h_bottom .gnavArea .gnav {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_inner .h_right .h_bottom .gnavArea .gnav li {
	position: relative;
}
header .h_inner .h_right .h_bottom .gnavArea .gnav li:before {
	content: "";
	position: absolute;
	top: -6px;
	right: -1px;
	background-color: #000;
	width: 1px;
	height: 36px;
}
header .h_inner .h_right .h_bottom .gnavArea .gnav li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	padding: 8px 18px 9px;
}
header .h_inner .h_right .h_bottom .gnavArea .gnav li a:hover {
	background-color: #071D0A;
}

/*--toggle--*/
.toggle {
	position: fixed;
	top: 0;
	right: 15px;
	width: 60px;
	height: 60px;
	padding-top: 22px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 9999;
	line-height: 0;
	display: none;
}
.toggle span {
	display: block;
	width: 40%;
	height: 2px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
}
.toggle span:before {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	content: "";
	top: -7px;
	left: 0;
}
.toggle span:after {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	content: "";
	top: 7px;
	left: 0;
}
.open span {
	background-color: rgba(255, 255, 255, 0);
}
.open span:before {
	top: inherit;
	bottom: 0;
	transform: rotate(45deg);
	transition-duration: 0.5s;
}
.open span:after {
	top: 0;
	transform: rotate(-45deg);
	transition-duration: 0.5s;
}


/* footer */
footer .pagetopArea {
	background-color: #005339;
}
footer .pagetopArea .page_top {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
}
footer .pagetopArea .page_top a {
	display: inline-block;
	padding: 14px 0;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}
footer .pagetopArea .page_top a:hover {
	cursor: pointer;
	color: #a59360;
}
footer .inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
footer .inner .left .company a {
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 700;
	color: #000;
}
footer .inner .left .add {
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	padding-top: 10px;
}
footer .inner .left .desc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 6px;
}
footer .inner .left .desc .tel {
	padding-right: 14px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	font-size: 10px;
}
footer .inner .left .desc .fax {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	font-size: 10px;
}
footer .inner .left .desc .tel a {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	font-size: 18px;
	color: #000;
	padding-left: 6px;
	text-decoration: underline;
}
footer .inner .left .desc .tel a:hover {
	color: #a69460;
}
footer .inner .left .desc .fax .fax_l {
	line-height: 1;
	font-size: 14px;
}

footer .inner .left .contact{
	padding-top: 16px;
}

footer .inner .left .contact .btn{
    display: flex;
    align-items: center;
}

footer .inner .left .contact .btn a {
    color: #005339;
    position: relative;
    font-weight: 600;
    font-family: 'Noto Sans JP';
    width: auto;
    display: inline-block;
    transition: all 0.3s;
    font-size: 100% !important;
    line-height: 1.6 !important;
}

footer .inner .left .contact .btn a:not(:first-child){
	margin-left: 12px;
    padding-left: 12px;
	border-left: 1px solid #cccccc;
}

/*
footer .inner .left .contact .btn a:after {
    content: url(../img/play/arrow.svg);
    display: inline-block;
    width: 22px;
    position: absolute;
    right: 0;
    transition: all 0.3s;
}
*/

/*
footer .inner .left .contact .btn a:hover:after{
	content: url(../img/top/arrow.svg);
}
*/

footer .inner .left .contact .btn a:hover {
	color: #A6A653;
}

footer .inner .left .contact .btn a.instagram {
	color: #333333;
    display: flex;
    align-items: center;
}

footer .inner .left .contact .btn a.instagram:after {
    display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	background-image: url("../img/common/instagram.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    margin-left: 8px;
}

footer .inner .left .contact .btn a.instagram:hover:after{
	opacity: 0.8;
}

footer .inner .left .contact .btn a.instagram:hover {
	color: #666666;
}

footer .inner .copy {
	padding-top: 18px;
	line-height: 1;
	font-size: 10px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}
footer .inner .right p a {
	display: block;
}
footer .inner .right p a:hover {
	opacity: .7;
}


@media screen and (max-width: 1100px) {
	header .h_inner .h_right .h_bottom .gnavArea .gnav li a {
		padding: 8px 15px;
	}	
}

@media screen and (max-width: 1000px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
	/*header*/
	header {
		height: 60px;
		width: 100%;
		position: fixed;
		z-index: 100;
	}
	header .h_inner {
		width: 100%;
		max-width: 100%;
		height: inherit;
		display: block;
		padding: 0;
	}
	header .h_inner .h_left {
		display: none;
	}
	header .h_inner .h_right {
		width: 100%;
	}
	header .h_inner .h_right .h_top {
		height: 42px;
		display: block;
	}
	header .h_inner .h_right .h_top .left {
		display: block;
		width: 100%;
		padding-left: 4vw;
	}
	header .h_inner .h_right .h_top .left h1 {
		width: 176px;
		height: 24px;
		margin-top: 18px;
	}
	header .h_inner .h_right .h_top .left h1 a{
      display: block;
      width: 100%;
      height: 100%;
      background: #FFF;
      mask: url("../img/common/h1_sp.svg") no-repeat center center / contain;
      -webkit-mask: url("../img/common/h1_sp.svg") no-repeat center center / contain;
    }
	header .h_inner .h_right .h_top .right {
		display: none;
	}
	header .h_inner .h_right .h_bottom {
		padding-top: 0;
	}	
	header .h_inner .h_right .h_bottom .gnavArea .gnav {
		width: 50%;
		height: inherit;
		display: none;
		margin-bottom: 0;
		margin-left: 50%;
		background-color: #003A27;
		background-repeat: repeat;
		padding: 8px 0;
		border-top: 1px solid #333;
	}
	header .h_inner .h_right .h_bottom .gnavArea .gnav li:last-child a{
		position: relative;
	}

	header .h_inner .h_right .h_bottom .gnavArea .gnav li:last-child a:before{
		content: "";
		position: absolute;
		top: 8px;
		left: 16px;
		background-color: #E70B44;
		width: 4px;
		height: 42px;
	}
	header .h_inner .h_right .h_bottom .gnavArea .gnav li a{
		line-height: 1.4;
	}
	header .h_inner .h_right .h_bottom .gnavArea .gnav li {
		width: 100%;
	}
	header .h_inner .h_right .h_bottom .gnavArea .gnav li a {
		display: block;
		line-height: inherit;
		padding: 6px 26px;
		font-size: 14px;
		text-align: left;
	}
/*--toggle--*/
.toggle {
	display: block;
	right: 0;
	font-size: 22px;
	border-left: 1px solid #333;
}
.toggle:after {
	position: absolute;
	content: "メニュー";
	font-size: 10px;
	line-height: 1;
	width: 100%;
	display: block;
	bottom: 10px;
	text-align: center;
}
.open:after {
	position: absolute;
	content: "閉じる";
	font-size: 10px;
	line-height: 1;
	width: 100%;
	display: block;
	bottom: 10px;
}

/* footer */
footer {
	position: relative;
	padding-bottom: 76px;
}
footer .pagetopArea .page_top {
	max-width: 100%;
	width: 100%;
	padding: 0 6vw;
}
footer .pagetopArea .page_top a {
	padding: 12px 0;
}
footer .inner {
	max-width: 100%;
	width: 100%;
	padding: 18px 6vw;
	display: block;
}
footer .inner .left .company a {
	font-size: 18px;
}
footer .inner .left .add {
	font-size: 13px;
}
footer .inner .left .desc .tel,
footer .inner .left .desc .fax {
	padding-right: 10px;
	font-size: 9px;
}
footer .inner .left .desc .fax {
	font-size: 9px;
}
footer .inner .left .desc .tel a {
	font-size: 16px;
}
footer .inner .left .desc .fax .fax_l {
	font-size: 13px;
}
	
footer .inner .copy {
	padding-top: 10px;
}

/* fsubNav */
footer .fsubNav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
footer .fsubNav .f_inner {
	width: 100%;
}
footer .fsubNav .f_inner .desc {
	display: flex;
	justify-content: center;
}
footer .fsubNav .f_inner .desc li {
	width: calc(100% / 2);
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
footer .fsubNav .f_inner .desc li:last-of-type {
	border-right: none;
}
footer .fsubNav .f_inner .desc li a {
	padding: 10px 18px;
	height: 48px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background-color: #FFF;
	font-style: normal;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .fsubNav .f_inner .desc li:nth-of-type(1) a:before {
	content: "";
	width: 24px;
	height: 100%;
	background: #005339;
	mask: url(../img/common/r_nav01.svg) no-repeat center center / contain;
	-webkit-mask: url(../img/common/r_nav01.svg) no-repeat center center / contain;
	margin-right: 8px;
}
footer .fsubNav .f_inner .desc li:nth-of-type(2) a:before {
	content: "";
	width: 24px;
	height: 100%;
	background: #8C7E45;
	mask: url(../img/common/r_nav03.svg) no-repeat center center / contain;
	-webkit-mask: url(../img/common/r_nav03.svg) no-repeat center center / contain;
	margin-right: 8px;
}
footer .fsubNav .f_inner .desc li a:hover{
	opacity: .7;
}

/* fsubNav */
footer .fsubNav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
}
footer .fsubNav .f_inner {
	width: 100%;
}

footer .fsubNav .f_inner .f_nav{
	/*width: 360px;*/
	padding: 0;
	display: flex;
}
	
footer .fsubNav .f_inner .f_nav .left{
	width: 33.33%;
}
	
footer .fsubNav .f_inner .f_nav .right{
	width: 66.66%;
}
	
footer .fsubNav .f_inner .f_nav .center{
	width: 100%;
}

footer .fsubNav .f_inner .f_nav .btnttl{
    background-color: #a6a653;
    padding: 4px;
    text-align: center;
}
	
footer .fsubNav .f_inner .f_nav .btnttl.members{
    background-color: #006446;
}
	
footer .fsubNav .f_inner .f_nav .btnttl p{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1;
	font-family: 'Noto Serif JP', sans-serif;
}

footer .fsubNav .f_inner .f_nav ul {
	display: flex;
	justify-content: center;
}
	
footer .fsubNav .f_inner .f_nav ul li {
	/*width: calc(100% / 3);*/
	margin-left: 0;
	text-align: center;
	width: 100%;
}

footer .fsubNav .f_inner .f_nav ul li{
	border-right-width: 0px;
}

footer .fsubNav .f_inner .f_nav ul li:nth-of-type(1){
	border-right: 1px solid #808080;
}

footer .fsubNav .f_inner .f_nav ul li a {
	padding: 6px 16px;
	font-size: 15px;
	line-height: 1;
	height: 56px;
	display: flex;
	font-style: normal;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	color: #000;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	transition: all 0.3s;
}

footer .fsubNav .f_inner .f_nav ul li a .column{
	display: flex;
    flex-direction: column;
    align-items: center;
}

footer .fsubNav .f_inner .f_nav ul li a:hover{
	color: #333333;
	background-color: #E6E6E6;
}

footer .fsubNav .f_inner .f_nav ul li a:before{
	content:"";
	height: 100%;
	background: #A6A653;
	transition: all 0.3s;
}

footer .fsubNav .f_inner .f_nav ul li a:hover::before{
	background: #808080;
}

footer .fsubNav .f_inner .f_nav ul li .icon_calender:before{
	width: 18px;
	margin-right: 7px;
	mask: url("../img/common/r_nav01.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/common/r_nav01.svg") no-repeat center center / contain;
}

footer .fsubNav .f_inner .f_nav .btn_members li a:before{
	background: #006446;
}

footer .fsubNav .f_inner .f_nav .btn_members li .icon_members:before{
	width: 18px;
	margin-right: 7px;
	mask: url("../img/common/r_nav03.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/common/r_nav03.svg") no-repeat center center / contain;
}

footer .fsubNav .f_inner .f_nav ul li a .best{
	display: block;
	font-size: 10px;
	color: #FFF;
	padding: 1px 3px;
	line-height: 1;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	background-color: #796c36;
	border-radius: 2px;
	margin-top: 3px;
	transition: all 0.3s;
}

footer .fsubNav .f_inner .f_nav ul li a:hover .best{
	color: #FFF;
	background-color: #333333;
}

	
}

@media screen and (max-width: 450px) {
	footer .fsubNav .f_inner .f_nav ul li a{
		padding: 6px 6px;
	}
	footer .fsubNav .f_inner .f_nav ul li a:before{
		display: none;
	}
	footer .fsubNav .f_inner .f_nav ul .members_only a:before{
		display: inherit;
	}
}

@media screen and (max-width: 350px) {
	header .h_inner .h_right .h_bottom .gnavArea .gnav li a {
		font-size: 13px;
		padding: 6px 6px 6px 26px;
	}
}


@media print{
	header {
		display: none !important;
	}
	.mainArea {
		padding-top: 0px !important;
	}
	body{
		size: a4 portrait !important;
		margin: 0mm !important;
	}
}
