@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6;
	word-wrap: break-word;
	color: #2B251F;
	background:#EDE7E4;
}

.shi{
	font-family: "Shippori Mincho", serif;
}

.zen{
	font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

a{
	color: #2B251F;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/
.slider{
    display: none;
}
 
.slider.slick-initialized{
    display: block; 
}

.r_btn.on,
.f_btn.on{
    opacity: 1;
    z-index: 99;
}

.r_btn {
    position: fixed;
    right: 0;
    top:100px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.r_btn a{
	display:block;
	text-align:center;
	background:#437C57;
	writing-mode: vertical-rl;
	padding:20px 15px;
	color:#fff;
	letter-spacing:0.3em;
	border-radius:15px 0 0 15px;
}

.f_btn{
    position: fixed;
    right: 0;
	left:0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.r_btn.on.off,
.f_btn.on.off{
    opacity: 0;
    z-index: -1;
}

.wrap {
	min-width:1024px;
	contain: paint;
	position:relative;
}

.wd{
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}


.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

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

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

@media screen and (max-width: 800px) {
.wrap {
	min-width:inherit;
	box-sizing:border-box;
	contain:inherit;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	margin:0;
}

.wd,.wd02{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}

/* header
-------------------------------------------------------------------*/
header{
	padding:20px 30px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:999;
}

.gnav{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-family: "Zen Old Mincho", serif;
}

.gnav p{
	line-height:0;
}

.gnav nav{
	display:flex;
	align-items:center;
	justify-content:center;
}

.gnav ul{
	display:flex;
	align-items:center;
	justify-content:center;
}

.gnav ul > li{
	padding:0 15px;
	font-size:14px;
}

.gnav .btn a{
	background:#000000;
	color:#fff;
	border-radius:5px;
	width:155px;
	text-align:center;
	line-height:40px;
	height:42px;
	border:1px solid #000000;
	display:block;
	margin:0 0 0 20px;
}

@media screen and (max-width: 1100px) {
.gnav ul > li{
	padding:0 10px;
	font-size:12px;
}	
	
.gnav .btn a{
	width:125px;
	line-height:40px;
	height:42px;
	font-size:14px;
}
}

.gnav .btn a:hover{
	background:#fff;
	color:#000000;
}

.clone_gnav {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99;
	width: 100%;
	transition: .3s;
	transform: translateY(-250px);
	box-sizing:border-box;
	min-width:1000px;
	background:#EDE7E4;
}

.is-show,
.clone_gnav:hover{
	transform: translateY(0);
	top: 0;
}

@media screen and (max-width: 800px) {
header{
	padding:0;
}
	
.gnav {
	display:none;
}

.spgnav .logo {
    width:200px;
	position:absolute;
	left:20px;
	top:20px;
	z-index:998;
}

.spgnav{
	height:60px;
}

.triger_wrap.movmobb1{
	position:fixed;
    right: 20px;
    top: 10px;
	height:40px;
	width:40px;
	z-index:999;
}

.topmenu {
    display: block;
	height:40px;
	width:40px;
    cursor: pointer;
	transition: all 0.3s;
	position:relative;
	border:1px solid #747474;
	border-radius:50%;
}

.topmenu.active{
	border:1px solid #fff;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.top-trigger span {
	position: absolute;
	left: 50%;
	width: 16px;
	margin-left: -8px;
	height: 1px;
	background-color: #747474;
    z-index: 99999;
	top:50%;
}

.topmenu.active .top-trigger span{
	background-color: #fff;
}

.mobilenav {
    top:0;
	bottom:0;
	right:0;
    z-index: 998;
    position: fixed;
    height: 100%;
	box-sizing:border-box;
	padding:20px;
	overflow:auto;
	background:#000;
	display:none;
	width:100%;
	font-family: "Zen Old Mincho", serif;
}

.menubox{
	position:relative;
	height:100%;
}

.menubox .w-logo{
	width:200px;
}

.menubox .nav{
	padding:60px 20px 30px 20px;
}

.menubox .nav li a{
	display:block;
	font-size:18px;
	padding:15px 0;
	font-weight:500;
	color:#fff;
	border-bottom:1px solid #3E3A3A;
}

.menubox .nav li:last-child a{
	border-bottom:none;
}

.menubox .btn{
	padding:0 20px;
}

.menubox .btn a {
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 52px;
    border: 1px solid #FFFFFF;
    display: block;
	font-size:18px;
}

.top-trigger span:nth-of-type(1) {
    margin-top: -4px;
}

.top-trigger span:nth-of-type(2) {
    margin-top: 2px;
}

.movmobb1 .active span:nth-of-type(1) {
	margin-top: -3px;
	-webkit-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	margin-top: 6px;
	width:20px;
}

.movmobb1 .active span:nth-of-type(1) {
	margin-top: -2px;
}
.movmobb1 .active span:nth-of-type(2) {
	margin-top: 7px;
	width:16px;
}

.clone_gnav{
	display:none;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	background:#000000;
	padding:50px 20px 30px 20px;
	border-radius:40px 40px 0 0;
	position:relative;
	z-index:3;
	color:#fff;
}

footer .box{
	position:relative;
}

footer .box .f-btn{
	position:absolute;
	right:0;
	top:0;
}

footer .box-in{
	padding:30px 0 40px 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	font-weight:500;
	border-bottom:1px solid #FFFFFF;
}

footer .box-in .address{
	font-size:14px;
	line-height:1.6;
}

footer .box-in ul{
	display:flex;
}

footer .box-in ul li{
	padding:0 0 0 15px;
}

footer .box-in ul li a{
	color:#fff;
}

footer .copy{
	font-size:13px;
	font-family: "Shippori Mincho", serif;
	padding:20px 0 0 0;
	text-align:center;
}

@media screen and (max-width: 800px) {
footer{
	border-radius:30px 30px 0 0;
}

footer .box .f-btn{
	width:40px;
}

footer .logo{
	width:190px;
}

footer .box-in{
	padding:30px 0;
	display:block;
}

footer .box-in .address{
	font-size:13px;
	line-height:1.6;
	padding:0 0 20px 0;
}

footer .box-in ul{
	display:block;
}

footer .box-in ul li{
	padding:0 0 10px 0
}

footer .copy{
	font-size:12px;
}

}