@charset "UTF-8";

/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"),
url("./NotoSansJP-Regular.woff2") format("woff2"),
url("./NotoSansJP-Regular.woff") format("woff"); /* Modern Browsers */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"),
url("./NotoSansJP-Bold.woff2") format("woff2"),
url("./NotoSansJP-Bold.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Noto Sans JP TATE";
  font-style: normal;
  font-weight: 100;
  src: url("./NotoSansJP-Regular-Tate.woff2") format("woff2"),
url("./NotoSansJP-Regular-Tate.woff") format("woff"); /* Modern Browsers */
}

*,
::before,
::before,
::after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	position: relative;
	margin: 0;
 	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 100;
	line-height: 1.8;
	color: #111;
}
body.menuopen {
	overflow: hidden;
}

figcaption,
figure,
main { 
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol,
ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a, a:link, a:visited, a:active, a:focus {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
    color: #000;
    text-decoration: none;    
}

a:hover {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
    color: #000;
    text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ffff00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[aria-disabled] {
	cursor: default;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
	background: #F7F6EE;
}

img {
    vertical-align: bottom;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong {
    font-weight: 800;
}

hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input:focus, select:focus, textarea:focus {
    border-color: #443D3B;
}
input.error, select.error, textarea.error {
    border-color: #DD5D00;
}

input::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

input::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

input:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

select:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}
a {
	color: #000;
}
img {
    width: 100%;
    height: auto;
}

.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
}
.flexed.reverse {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.flexed.between {
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;	
}
.flexed.flexwrap {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}
.flexed.flexwrap.wrapreverse {
  	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
}
.overflow {
	overflow: hidden;
}
.bold {
    font-weight: bold;
}
.break {
	display: block;
}
.en {
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.jpnstyle {	
 	font-family: "Noto Sans JP TATE", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }
.txt-white { color: #FFF; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt80 { margin-top: 80px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }
.mb80 { margin-bottom: 80px; }
.nonePC {
    display: none;
}
.noneSP {
	display: inline;
}
.lnkbtn {
	position: relative;
	line-height: 1;
	letter-spacing: .1em;	
	width: 230px;
	border-radius: 25px;
	border: 1px solid #8A7E40;
	overflow: hidden;
	z-index: 1;
}
.lnkbtn.wide {
	width: 350px;
	z-index: 2;
}
.lnkbtn.white {
	border-color: #FFF;
}
.lnkbtn.red {
	border-color: #ed514e;
	width: 330px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}
.lnkbtn.red a{display:flex;
	align-items: center;
	padding:10px 15px;}
.lnkbtn.red a:after{bottom:40px;}
.lnkbtn.red img{width:50px; height:auto; margin-bottom:0px; margin-right:30px; border-radius:5px;}
.lnkbtn.inq {
	border-color: #9F9979;
}
.lnkbtn.eve {
	border-color: #D9D0A5;
}
.lnkbtn.plansemibtn, .lnkbtn.planfullbtn {
	border: 1px solid #3C342F;
}
.gn-menu-wrap .lnkbtn.inq a {
	background: #8A7E40;	
}
.gn-menu-wrap .lnkbtn.eve a {
	color: #8A7E40;
	background: #D9C564;
}
.lnkbtn a, .lnkbtn p.fakebtn {
	position: relative;
	display: block;
	padding: 15px 50px;
	color: #FFF;
	background: #FFF;
    -webkit-transition:.3s cubic-bezier(1,0,0,1) 0s;
    transition:.3s cubic-bezier(1,0,0,1) 0s;
	z-index: 1;
}
.lnkbtn.white a {
	background: transparent;
}
.lnkbtn a::before, .lnkbtn p.fakebtn::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	z-index: -1;
	background: #8A7E40;
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
	transform-origin: left center;
    -webkit-transition:transform .3s cubic-bezier(1,0,0,1) 0s;
    transition:transform .3s cubic-bezier(1,0,0,1) 0s;
}
.lnkbtn.white a::before {
	background: #FFF;
}
.lnkbtn.inq a::before {
	background: #9F9979;	
}
.lnkbtn.red a::before {
	background: #ed514e;
}

.lnkbtn.eve a::before,
.lnkbtn.plansemibtn a::before {
	background: #D9D0A5;	
}
.lnkbtn.planfullbtn a::before {
	background: #9E9879;
}
.lnkbtn a::after,
.lnkbtn p.fakebtn::after,
.lnkbtn.inq a:hover::after,
.lnkbtn.white a:hover::after {
	content: '';
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 33px;
	height: 6px;
	background: url("../img/common/icon_arrow.svg") center no-repeat;
}
.lnkbtn a:hover,
.lnkbtn.white a,
.done .lnkbtn-set.sht ul li .lnkbtn a,
.lnkbtn.morepost .fakebtn:hover,
.lnkbtn-set.sht ul li .lnkbtn.white a:hover,
.gn-menu-wrap .lnkbtn.eve a:hover,
.orders .lnkbtn a:hover,
.orders.reverse .lnkbtn a:hover {
	color: #8A7E40;
}
.lnkbtn.white a:hover,
.gn-menu-wrap .lnkbtn.inq a:hover,
.lnkbtn.eve a:hover {
	color: #FFF;
}
.lnkbtn.plansemibtn a, .lnkbtn.planfullbtn a {
	color: #3C342F;
}
.lnkbtn a:hover::before {
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	transform-origin: right center;
}
.lnkbtn a:hover::after,
.lnkbtn.white a::after,
.lnkbtn.eve a::after,
.done .lnkbtn-set.sht ul li .lnkbtn a::after,
.orders .lnkbtn a:hover::after,
.orders.reverse .lnkbtn a:hover::after {
	background: url("../img/common/icon_arrow_brown.svg") center no-repeat;
}
.lnkbtn.plansemibtn a::after, .lnkbtn.planfullbtn a::after,
.lnkbtn-set .lnkbtn.plansemibtn a:hover::after, .lnkbtn-set .lnkbtn.planfullbtn a:hover::after {
	background: url("../img/common/icon_arrow_blk.svg") center no-repeat;
}
.lnkbtn.inq::after, .lnkbtn.eve::after, .lnkbtn.moreve::after, .lnkbtn.evecon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 25px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;	
}
.lnkbtn.inq::after {
	background: url("../img/common/icon_soudan.svg") center no-repeat;	
}
.lnkbtn.evecon::after {
	background: url("../img/common/icon_calendar_white.svg") center no-repeat;	
}
.lnkbtn.eve::after, .lnkbtn.moreve::after, .lnkbtn.evecon:hover::after {
	background: url("../img/common/icon_calendar.svg") center no-repeat;	
}
.lnkbtn.mail {	
	width: 380px;
}
.lnkbtn.mail::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 15px;
	background: url("../img/common/icon_mail.svg") center no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;	
}
.lnkbtn.mail:hover::after {
	background: url("../img/common/icon_mail_brown.svg") center no-repeat;
}





.forimgzm {
	position: relative;
	display: block;
}
.imgzm {
	display: block;
    overflow: hidden;
}

.imgzm img, .imgzm picture {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s linear;
    transition: .4s linear;
}

.forimgzm:hover > .imgzm img, .forimgzm:hover > .imgzm picture,
.forimgzm:hover .imgzm img, .forimgzm:hover .imgzm picture,
.imgzm:hover img, .imgzm:hover picture {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}


.fadeAnmBlur {
	opacity: 0;
    transform: translate(0, 100px);
    -moz-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.fadeAnmBlur.anmActive { 
    opacity: 1;
    transform: translate(0, 0);
    -webkit-filter: blur(0);
    filter: blur(0);
}.fadeAnm {
	opacity: 0;
    transform: translate(0, 0);
    -moz-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.fadeAnm.anmActive { 
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.fadeAnmBlur.delay-1, .fadeAnm.delay-1 {
	transition-delay: .2s;
}
.fadeAnmBlur.delay-2, .fadeAnm.delay-2 {
	transition-delay: .4s;
}
.fadeAnmBlur.delay-3, .fadeAnm.delay-3 {
	transition-delay: .6s;
}
.fadeAnmBlur.delay-4, .fadeAnm.delay-4 {
	transition-delay: .9s;	
}

.fadeAnmRight {
    transform: translate(100px, 0);
    -moz-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}
.fadeAnmRight.anmActive { 
    transform: translate(0, 0);
}
.fadeAnmRight.delay-1 {
	transition-delay: .3s;
}
.fadeAnmRight.delay-2 {
	transition-delay: .6s;
}

.fadeAnmLeft {
    transform: translate(-100px, 0);
    -moz-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}
.fadeAnmLeft.anmActive { 
    transform: translate(0, 0);
}
.fadeLineRight::after {
    transform: translate(100px, 0);
    -moz-transition: all .3s 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .3s 1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .3s 1s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s 1s cubic-bezier(.165, .84, .44, 1);
}
.fadeLineRight.anmActive::after { 
    transform: translate(0, 0);
}





#header {
    position: fixed;
    z-index: 11;
	width: 100%;
}
.header-wrap {
	position: relative;
	height: 80px;
	background: #FFF;
}
.gn-content {
	position: relative;
}
.glovalnav {
	position: relative;	
}
.gn-logo {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	width: 270px;
	height: 49px;
	opacity: 1;
	padding: 13px 0 0 25px;
	box-sizing: content-box;
    -webkit-transition:.3s cubic-bezier(1,0,0,1) 0s;
    transition:.3s cubic-bezier(1,0,0,1) 0s;
}
.gn-logo a {
	position: relative;
	display: block;
	transition: .4s linear;
	z-index: 2;
}
.gn-logo a:hover {
	opacity: .5;
}
a .gn-logo-text {
	position: absolute;
	left: 62px;
	top: 4px;
	width: 120%;
	color: #8A7E40;
	letter-spacing: .43em;
}
.gn-header-lnkbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 100%;
}
.gn-header-lnkbtnlist {
	position: relative;
	width: 80px;
	height: 100%;
	line-height: 1.4;
}
.gn-header-lnkbtnlist a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 0 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #FFF;
	background: #9F9979;
	text-align: center;
	transition: .3s linear;
}
.gn-header-lnkbtnlist a:hover {
	background: #8A7E40;
}
.gn-header-lnkbtnlist.gn-header-event a {
	background: #D9D0A5;
	color: #8A7E40;
	transition: .3s linear;
}
.gn-header-lnkbtnlist.gn-header-event a:hover {
	background: #D9C564;
}
.gn-header-lnkbtnlist.gn-header-menu {
	color: #8A7E40;
	cursor: pointer;
}
.gn-header-lnkbtnlist p {
	width: 20px;
	margin: auto;
	margin-bottom: 3px;
}
.gn-header-lnkbtnlist:nth-child(2) p {
	margin-bottom: 12px;
}
.gn-header-lnkbtnlist.gn-header-menu span {
	display: block;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
}
.gn-header-machinaka {
	display: none;
}
.menubar {
	position: fixed;
	width: 40px;
	top: 24px;
	right: 20px;
	height: 14px;
    -webkit-transition:1s cubic-bezier(1,0,0,1) 0s;
    transition:1s cubic-bezier(1,0,0,1) 0s;
	z-index: 15;
}
.menubar::before,
.menubar::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background: #8A7E40;
	opacity: 1;
    -webkit-transition: 1s cubic-bezier(1,0,0,1) 0s, opacity .5s;
    transition: 1s cubic-bezier(1,0,0,1) 0s, opacity .5s;
}
.menubar::after {
	top: auto;
	bottom: 0;
}
.gn-header-lnkbtnlist.gn-header-menu:hover .menubar::before, .gn-header-lnkbtnlist.gn-header-menu:hover .menubar::after {
	opacity: .3;
}
.gn-header-lnkbtnlist.gn-header-menu:hover .menubar::before {
	top: 2px;
}
.gn-header-lnkbtnlist.gn-header-menu:hover .menubar::after {
	bottom: 2px;
}
.menuopen .menubar {
	height: 60px;
	width: 60px;
	top: 12px;
}
.menuopen .menubar::before, .menuopen .gn-header-lnkbtnlist.gn-header-menu:hover .menubar::before {
	top: 50%;
	-webkit-transform: rotate(45deg) translateY(-50%);
			transform: rotate(45deg) translateY(-50%);
	height: 2px;
}
.menuopen .menubar::after, .menuopen .gn-header-lnkbtnlist.gn-header-menu:hover .menubar::after {
	bottom: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
			transform: rotate(-45deg) translateY(-50%);
	height: 2px;
}

.gn-header-nav {
	position: absolute;
	top: 25px;
	right: 240px;
	width: 100%;
	font-size: 13px;
}

.gn-header-nav ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.gn-header-nav li {
	margin-right: 2.5%;
	letter-spacing: .1em;
}
.gn-header-nav li a {
	position: relative;
}
.gn-header-nav li a::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	transform-origin: right center;
    -webkit-transition:transform .5s cubic-bezier(1,0,0,1);
    transition:transform .5s cubic-bezier(1,0,0,1);
}
.gn-header-nav li a:hover::before {
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
	transform-origin: left center;
}




.gn-menu-wrap {
    position:fixed;
    left:0;
    z-index: 14;
    width:100%;
    height:0%;
    overflow:hidden;
    background:rgba(255,255,255,0.95);
	background-size: cover;
	color: #111;
    top:0;
    bottom:auto;
    pointer-events: none;
    -webkit-transition:height 1.5s cubic-bezier(1,0,0,1) 0s;
    transition:height 1.5s cubic-bezier(1,0,0,1) 0s;
}
.gn-menu-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100vh;
	background: url("../img/top/cov_hero.png") center repeat;
	opacity: .4;
	z-index: -1;
}
.gn-menu-wrap a {
	color: #111;
	transition: .3s linear;
}
.gn-menu-wrap a:hover {
	color: #111;
}
.menuopen .gn-menu-wrap a:hover {
	color: #8A7E40;
}
.gn-menu-list {
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
 	font-family: "Noto Sans JP TATE", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .35em;
	margin: auto;
	height: 90vh;
}
.gn-list-line {
	padding-top: 20%;
}
.gn-list-item {
	font-weight: 900;
	font-size: 1.9vw;
	margin-left: 3.5%;
}
.gn-list-parent {
	position: relative;
}
.gn-list-parent::before {
	content: '';
	position: absolute;
	left: .65em;
	top: 10px;
	width: 65%;
	border-top: 1px solid #CCC;	
}
.gn-list-item-sub {
	position: relative;
	font-weight: 500;
	font-size: 1.25vw;
	margin-top: calc(2em + 10px);
	margin-right: 1.25%;
	letter-spacing: .2em;
}
.gn-list-item-sub::before {
	content: '';
	position: absolute;
	top: -2em;
	right: .8em;
	width: 1px;
	height: 1.35em;
	background: #CCC;
}
.gn-menu-inq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: absolute;
	right: 3.5%;
	bottom: 3.5%;
}
.gn-menu-inq .lnkbtn {
	width: 235px;
	margin-left: 15px;
}
.gn-menu-wrap .lnkbtn a {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0em;
	padding-left: 25px;
}
.gn-menu-wrap .lnkbtn.inq a,
.gn-menu-wrap .lnkbtn.eve a {
	padding-left: 50px;
}
.gn-menu-inq .lnkbtn a:hover {
	color: #8A7E40;
}
.gn-menu-inq .lnkbtn a span::before {
	content: '・';
}
.gn-menu-wrap .lnkbtn a::after,
.gn-menu-wrap .lnkbtn.inq a::after,
.gn-menu-wrap .lnkbtn.eve a::after,
.gn-menu-wrap .lnkbtn.inq a:hover::after,
.gn-menu-wrap .lnkbtn.eve a:hover::after {
	right: 18px;
	bottom: 20px;
	width: 20px;
	height: 6px;	
}
.gn-menu-sns {
	position: absolute;
	left: 3.5%;
	bottom: 15%;
	width: 24px;
}
.gn-menu-sns ul {
	width: 24px;
}
.gn-menu-sns ul li {
	width: 100%;
	margin-top: 15px;
}
.gn-menu-sns ul li a {
	opacity: 1;
    -webkit-transition:.3s linear;
    		transition:.3s linear;	
}
.gn-menu-sns ul li a:hover {
	opacity: .3;
}
.gn-menu-wrap-bottom {
	position: absolute;
	left: 3.5%;
	bottom: 3.5%;
}
.gn-menu-corp {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .15em;
	color: #8A7E40;
}
.gn-menu-phone {
	font-size: 13px;
	letter-spacing: .17em;
	margin-top: 3px;
}
.gn-menu-phone a {
	color: #8A7E40;	
}
.gn-menu-phone a:hover {
	text-decoration: underline;
}
.menuopen .gn-menu-wrap {
    pointer-events: auto;
    height: 100%;
    bottom: 0;
    top: auto;
    -webkit-transition:height 1s cubic-bezier(1,0,0,1) 0s;
    transition:height 1s cubic-bezier(1,0,0,1) 0s;
}
.menuopen .gn-menu-wrap::before {
	bottom: 0;
	top: auto;
}
.menuopen .gn-header-menu-wrap::before {
	height: 0;
}
.menuopen .scrled .gn-header-menu-wrap::before {
	height: 0;
    -webkit-transition:1.5s cubic-bezier(1,0,0,1) 0s;
    transition:1.5s cubic-bezier(1,0,0,1) 0s;	
}



.wrapper {
    position: relative;
	padding-top: 80px;
	overflow: hidden;
}
.nowon {
	position: fixed;
	top: 80px;
	right: 0;
	width: 80px;
	height: calc(100vh - 160px);
	z-index: 5;
	opacity: 1;
	transition: .4s linear;
}
.nowon.dis {
	position: absolute;
	opacity: 0;
}
.nowon::before {
	content: '';
	position: absolute;
	right: 40px;
	top: 80px;
	height: calc(50vh - 280px);
	width: 1px;
	background: #111;
    -webkit-animation: nows 5s infinite;
            animation: nows 5s infinite;
}

@-webkit-keyframes nows {
    0% {
        height: 0;
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    50% {
        height: calc(50vh - 280px);
    }
    100% {
        height: calc(50vh - 280px);
    }
}
@keyframes nows {
    0% {
        height: 0;
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    50% {
        height: calc(50vh - 280px);
    }
    100% {
        height: calc(50vh - 280px);
    }
}

@-webkit-keyframes nowssp {
    0% {
        height: 0;
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    50% {
        height: calc(50vh - 200px);
    }
    100% {
        height: calc(50vh - 200px);
    }
}
@keyframes nowssp {
    0% {
        height: 0;
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    50% {
        height: calc(50vh - 200px);
    }
    100% {
        height: calc(50vh - 200px);
    }
}
.nowon span {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 30px;
	z-index: 2;
	font-size: 12px;
	letter-spacing: .3em;
 	font-family: "Noto Sans JP TATE", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nowon.en span {
	letter-spacing: .3em;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.main {
}

.section-cnts {
	position: relative;
	overflow: hidden;
}
.inner-out {
	position: relative;
}
.inner {
	position: relative;
	margin: 0 80px;
	padding: 180px 0 150px;
	border-radius: 15px;
}
.inner-left {
	position: relative;
	margin-right: 80px;
	width: calc(100% - 80px);
	padding: 180px 0 150px;
	border-radius: 0 15px 15px 0;
}
.inner-right {
	position: relative;
	margin-left: 80px;
	width: calc(100% - 80px);
	padding: 180px 0 150px;
	border-radius: 15px 0 0 15px;
}
.inner-out .inner, .inner-out .inner-left, .inner-out .inner-right {
	padding: 80px 0;
}
.inner.nopad {
	padding: 0;
}
.inner.nobtm {
	padding-bottom: 0;
}
.inner-deep {
	padding: 40px 40px 0;
}
.inner-deep-over {
	margin: 0 -40px;
	width: calc(100% + 80px);
}
.content {
	position: relative;
	padding: 0 80px;
}
.inner-right .content {
	padding: 0 160px 0 80px; 
}
.inner-left .content {
	padding: 0 80px 0 160px; 	
}



.fontsubttl {
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 2.2;
}
.attention-tx {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 1em;
	text-indent: -1em;
	color: #888;
}
.bg-white {
	background: #FFF;
}
.bg-brown {
	background: #D9D0A5;
}
.bg01 {
	background: #E9E8DC;
}
.bg02 {
	background: #F7F6EE;
}
.bg03 {
	background: #9E9879;
}
.bg-light {
	background: #D9D0A5;
}
.triplecolumnboxes {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}
.triplecolumnboxes .columnbox {
	width: 31.5%;
	margin-bottom: 40px;
}



#globalfooter {
    position: relative;
    z-index: 10;
	padding-top: 3px;
}
.breadcrumb {
	position: absolute;
	top: 14px;
	left: 10px;
}
.breadcrumb ul li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	padding: 0 10px 0 5px;
}
.breadcrumb ul li::after {
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #9F9979;
	border-right: 1px solid #9F9979;
	transform: rotate(45deg);
}
.breadcrumb ul li:last-child::after {
	display: none;	
}
.breadcrumb ul li a,
.breadcrumb ul li span {
	color: #9F9979;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
.breadcrumb ul li img {
	width: 20px;
	transition: .3s linear;
}
.breadcrumb ul li a:hover img {
	opacity: .5;
}
.gf-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	padding: 0;
	margin-bottom: 4px;
}
.gf-top-list li {
	position: relative;
	width: 24.75%;
}
.gf-top-list li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}
.gf-top-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background: #000;
    -webkit-transition:.3s linear;
    transition:.3s linear;
}
.gf-top-list li a:hover + .gf-top-img::after {
	opacity: 0;
}
.gf-top-ttl {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .2em;
	color: #FFF;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}
.gf-top-ttl span {
	display: block;
}
.gf-top-list .lnkbtn_fk {
	position: absolute;
	bottom: 8.5%;
	left: 0;
	right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 120px;
	height: 20px;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 10px;
	line-height: 1;
    transition:.3s linear;
}
.gf-top-list .lnkbtn_fk svg {
	width: 30px;
	fill: #8A7E40;
    transition:.3s linear;
}
.gf-top-list li a:hover ~ .lnkbtn_fk {
	background: transparent;
}
.gf-top-list li a:hover ~ .lnkbtn_fk svg {
	fill: #FFF;
}
.gf-middle {
	position: relative;
	background: #9F9979;
	color: #FFF;
	padding: 120px 80px 80px;
}
.gf-middle::before {
	content: '';
	position: absolute;
	top: 65px;
	width: 80px;
	height: 1px;
	background: #FFF;
}
.gf-middle-ask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 30px 0 10px;
	font-size: 25px;
	letter-spacing: .1em;
	line-height: 1;
}
.gf-middle-ask a {
	color: #FFF;
}
.gf-middle-ask span {
	font-weight: bold;
	font-size: 45px;
	margin-left: 7px;
}
.gf-middle-fax {
	position: relative;
	margin-left: 20px;
	padding-left: 25px;
}
.gf-middle-fax::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70%;
	width: 1px;
	background: #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.gf-middle-mail {
	position: relative;
	font-size: 22px;
	padding-top: 30px;
	letter-spacing: .1em;
	font-weight: bold;
}
.gf-middle-mail::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 14px;
	margin-right: 10px;
	background-image: url("../img/common/icon_mail.svg");
	background-size: contain;
}
.gf-middle-mail a {
	color: #FFF;
}
.gf-middle-mail a:hover {
	text-decoration: underline;
}
.openhour {
	margin-top: 0;
}
.openhour span {
	margin: 0 0 0 7px;
}
.gf-middle .lnkbtn {
	width: 330px;
	margin-top: 50px;
}
.gf-bottom .inner {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 80px 105px;
	margin: auto;
	background: #FFF;
}
.footer-logo {
	width: 244px;
}
.footer-logo p {
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #8A7E40;
	color: #8A7E40;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .275em;
}
.footer-logo p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0;
	margin-top: 15px;
}
.footer-nav {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 265px);
	letter-spacing: .1em;
}
.footer-nav a {
	transition: .3s linear;	
}
.footer-nav a:hover {
	opacity: .3;
}
.footer-nav .sns {
	position: absolute;
	right: -15px;
	bottom: -50px;
}
.footer-nav .sns li {
	width: 20px;
	margin-left: 10px;
}
.footer-nav .sns li a {
	display: block;
}
.footer-nav-menu {
	font-size: 14px;
	margin-left: 5%;
}
.footer-nav-menu li a {
	position: relative;
	font-size: 12px;
	padding-left: 22px;
	display: inline-block;
}
.footer-nav-menu a {
	display: block;
	margin-top: 10px;
}
.footer-nav-menu.nohead a:first-child {
	margin-top: 0;
}
.footer-nav-menu li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 14px;
	height: 1px;
	background: #111;
}


.topagetop {
	position: absolute;
	right: 0;
	top: -47px;
}
.topagetop a {
	position: relative;
	display: block;
	width: 80px;
	height: 50px;
	background: #8A7E40;
	opacity: 1;
	transition: .3s linear;
	border-radius: 30px 0 0;
}
.topagetop a:hover {
	opacity: .4;
}
.topagetop a::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 42px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
	transform-origin: right bottom;
}

.copyright {
	position: absolute;
	color: #8A7E40;
	left: 80px;
	bottom: 25px;
	opacity: .5;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: .2em;
	line-height: 1;
}

.bottomnav {
	display: none;
}








.cs {
	letter-spacing: .1em;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}
a.cutlinks {
	opacity: .2;
	cursor: default;
}
a.cutlinks:hover, .gn-menu-wrap a.cutlinks:hover {
	color: #111;
}
.gf-top-list li a.cutlinks:hover + .gf-top-img::after,
.gf-top-list li a.cutlinks ~ .gf-top-ttl {
	opacity: .4;
}
.gf-top-list li a.cutlinks ~ .lnkbtn_fk {
	opacity: 0;
}

@media screen and (max-width: 48rem) {
.pc{display:none !important;}
}
@media screen and (min-width: 47.9375rem) {
.sp{display:none !important;}
}

