@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.innerbox {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
#header .headerin {
	height: 100px;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .headerlogo {
	font-size: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
#header .headerlogo .logowh {
	display: block;
}
#header .headerlogo .logobk {
	display: none;
}
.show #header {
	background: #fff;
}
.show #header .headerlogo .logowh {
	display: none;
}
.show #header .headerlogo .logobk {
	display: block;
}

#header .headerbox {
	
}
#header .headermess {
	display: flex;
	align-items: center;
}
#header .gnavi {
	display: flex;
	align-items: center;
	column-gap: 16px;
	margin-right: 30px;
}
#header .gnavi li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: block;
	position: relative;
}
#header .gnavi li a:hover {
	color: #DDA988;
}
#header .headerbtn a {
	width: 300px;
	height: 60px;
	border: 1px #fff solid;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
#header .headerbtn a:hover {
	background: #fff;
	color: #001722;
}
.show #header .gnavi li a {
	color: #001722;
}
.show #header .gnavi li a:hover {
	color: #DDA988;
}
.show #header .headerbtn a {
	border: 1px #001722 solid;
	color: #001722;
}
.show #header .headerbtn a:hover {
	background: #001722;
	color: #fff;
}

.hamburger {
	display: none;
}

@media (max-width: 1300px) {
#header .headerin {
	padding: 0 30px;
}
#header .gnavi {
	column-gap: 10px;
	margin-right: 10px;
}
#header .gnavi li a {
	font-size: 13px;
}
#header .headerbtn a {
	width: 230px;
}
}
@media (max-width: 1024px) {
.nav-open {
}
#header .headerlogo {
	width: 100px;
	z-index: 100;
}
#header .headerin {
	height: 60px;
	padding: 0 20px;
}
#header .headerbox {
	display: flex;
	align-items: center;
}
#js-nav-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transition: all 0.6s;
	z-index: 99;
	padding: 80px 50px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}
.nav-open #js-nav-bg {
	display: block;
	background: linear-gradient(180deg, #F9F4E9 0%, #FCF9F3 89.2%, #FFFEFE 100%);
}
.hamburger {
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 300;
	border: 1px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.hamburger_border {
	position: absolute;
	left: 6px;
	width: 22px;
	height: 2px;
	transition: all 0.3s;
	background-color: #fff;
}
.hamburger_border_top {
	top: 10px;
}
.hamburger_border_center {
	top: 16px;
}
.hamburger_border_bottom {
	top: 22px;
}
.nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 16px;
}
.nav-open .hamburger_border_center {
	opacity: 0;
}
.nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 16px;
}
.nav-open #header .headerlogo .logowh {
	display: none;
}
.nav-open #header .headerlogo .logobk {
	display: block;
}
.nav-open .hamburger,
.show .hamburger {
	border: 1px #001722 solid;
}
.nav-open .hamburger_border,
.show .hamburger_border {
	background-color: #001722;
}

#header .headermess {
	width: 100%;
	height: auto;
	display: block;
}
#header .gnavi {
	display: block;
	column-gap: 0;
	width: 100%;
}
#header .gnavi li {
	margin: 0.5em 0;
}
#header .gnavi li a {
	color: #001722;
	font-size: 14px;
}
#header .headerbtn a {
	border: 1px #001722 solid;
	color: #001722;
	width: 300px;
}
#header .headerbtn a:hover {
	border: 1px #001722 solid;
	background: #001722;
	color: #fff;
}
#header .headerbtn {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
#header .headerbtn a {
	width: 300px;
	max-width: 100%;
	height: 50px;
	font-size: 14px;
}
}



/* footer
----------------------------------------------- */
#footer {
	padding: 70px 20px 35px;
}
#footer .footerbox {
	max-width: 1100px;
	margin: 0 auto;
	padding: 155px 0 90px;
	position: relative;
}
#footer .footerbg {
	position: absolute;
	left: -170px;
	top: 0;
	z-index: 0;
}
#footer .footermess {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}
#footer .footermess .messleft {
	flex-shrink: 0;
}
#footer .footerlogo {
	font-size: 0;
	margin-bottom: 30px;
}
#footer .footeraddr {
	line-height: 1.5;
}
#footer .fnavi {
	display: flex;
	column-gap: 16px;
}
#footer .fnavi a {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #001722;
	display: block;
}
#footer .fnavi a:hover {
	color: #DDA988;
}
#footer .copyright {
	font-size: 10px;
	line-height: 1.7;
}
#footer .fother {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	position: relative;
	z-index: 1;
}
#footer .fother .otherlink {
	display: flex;
	column-gap: 30px;
}
#footer .fother .otherlink a {
	font-size: 12px;
	font-weight: 500;
	color: #001722;
	text-decoration: underline;
}
#footer .fother .otherlink a:hover {
	text-decoration: none;
}
#footer .copyright {
	font-size: 10px;
}

@media (max-width: 1024px) {
#footer .footermess {
	display: block;
}
#footer .footermess .messleft {
	margin-bottom: 100px;
}
}
@media (max-width: 767px) {
#footer {
	padding: 45px 20px 20px;
}
#footer .footerbox {
	padding: 135px 0 0;
}
#footer .footerbg {
	left: -120px;
}
#footer .footerbg img {
	width: 400px;
}
#footer .footermess {
	margin-bottom: 50px;
}
#footer .footermess .messleft {
	margin-bottom: 70px;
}
#footer .footerlogo {
	width: 138px;
}
#footer .fnavi {
	display: flex;
	flex-wrap: wrap;
}
#footer .fnavi li {
	margin: 7px 0;
}
#footer .copyright {
	font-size: 10px;
	line-height: 1.7;
}
#footer .fother {
	display: block;
}
#footer .fother .otherlink {
	flex-wrap: wrap;
}
#footer .copyright {
	margin-top: 20px;
}
}



/* article
----------------------------------------------- */
.contents {
	padding: 180px 0 0;
}
@media (max-width: 767px) {
.contents {
	padding: 100px 0 0;
}
}

/* teaser
----------------------------------------------- */
.teaser {
	background: rgba(221,169,136,0.3);
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	padding: 20px;
	color: #001722;
	font-weight: 700;
	margin-bottom: 100px;
}
@media (max-width: 767px) {
.teaser {
	font-size: 18px;
	margin-bottom: 50px;
	padding: 10px;
}
}


/* anchor
----------------------------------------------- */
.anchor {
	margin-top: -100px;
	padding-top: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
@media (max-width: 1024px) {
.anchor {
	margin-top: -60px;
	padding-top: 60px;
}
}


/* H
----------------------------------------------- */
.hdl {
	text-align: center;
	color: #001722;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 70px;
}

@media (max-width: 767px) {
.hdl {
	font-size: 32px;
}
}


/* block
----------------------------------------------- */
.block {
	position: relative;
	margin-top: 150px;
}

@media (max-width: 767px) {
.block{
	margin-top: 80px;
}
}


