@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #000000;
	font-family: '游ゴシック体', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
/*	font-feature-settings: "palt";*/
}
@font-face {
	font-family: 'Butler';
	src: url(../fonts/butler/Butler/Butler_Bold.otf);
}

.butler, .en {
	font-family: 'butler', sans-serif;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

img {
	width: 100%;
}
main {
	background-color: #dddddd;
}
/* PC ================================================== */
@media all and (min-width:960px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{
	text-align: center;
	font-size: 50px;
	font-family: 'Butler', sans-serif;
	position: relative;	
}
h1 span {
	position: absolute;
	top: -10px;
	left:50%;
	transform: translateX(-50%);
	font-size: 14px;
}
h2{
	display: block;
	width: 100%;
	padding: 2px 20px;
	font-family: 'butler', sans-serif;
	font-size: 32px;
	border-radius: 20px;
	background: linear-gradient(#EDC06B,#776036);
	border-bottom: 1px solid #413C3C;
}
h2 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
}
h3{
	font-family: 'butler', sans-serif;
	font-size: 26px;
	/* display: flex;
	align-items: center; */
}
h3 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family: '游ゴシック体', sans-serif;
}
h4{}
h5{}

#header {
	width: 100%;
	height: 80px;
}
#header.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: all .3s;
}
main.fixedpd {
	padding-top: 80px;
}
.scrolldown {
	position: absolute;
	bottom: 10px;
	left: 40px;
}
.scrolldown::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 2px;
	height: 48px;
	z-index: 10;
	background: #413C3C;
	animation: circlemove 2.0s ease-in-out infinite, cirlemovehide 2.0s ease-out infinite;
}
.scrolldown::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 186px;
	background: #dddddd;
	z-index: 5;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	0%{bottom:138px;}
 100%{bottom:0px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
 50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}

.header-bar {
	width: 100%;
	height: 100%;
	background: linear-gradient(#EDC06B,#776036);
}
.header-bar-inner {
	max-width: 1000px;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}
	.header-bar-inner ul {
		height: 100%;
		display: flex;
		align-items: center;
	}
		.header-bar-inner li {
			padding: 0 35px;
		}
		.header-bar-inner li a {
			color: #000;
			font-weight: 600;
		}

		.header-bar-sns {
			
		}
		.header-bar-sns ul{
			
		}
		.header-bar-sns li{
			padding: 0 15px;
		}
		.header-bar-sns a{
		}
		.header-bar-sns img {
			width: 24px;
		}

footer {
	width: 100%;
	background: linear-gradient(#EDC06B,#776036);

}
	.footer-inner {
		width: 400px;
		padding: 40px 0 20px;
		margin: 0 auto;
	}
		.footer-top {
			font-size: 12px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.footer-top a {
				color: #707070;
			}
		.footer-bottom {
			margin-top: 30px;
			display: flex;
			justify-content: center;
			color: #000;
		}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{
	text-align: center;
	font-size: 36px;
	font-family: 'Butler', sans-serif;
	position: relative;	
}
h1 span {
	position: absolute;
	top: -15px;
	left:50%;
	transform: translateX(-50%);
	font-size: 14px;
}
h2{
	display: block;
	width: 100%;
	padding: 2px 20px;
	font-family: 'butler', sans-serif;
	font-size: 32px;
	border-radius: 20px;
	background: linear-gradient(#EDC06B,#776036);
	border-bottom: 1px solid #413C3C;
}
h2 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
}
h3{
	font-family: 'butler', sans-serif;
	font-size: 26px;
	/* display: flex;
	align-items: center; */
}
h3 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family: '游ゴシック体', sans-serif;
}
h4{}
h5{}

#header {
	width: 100%;
	height: 80px;
	background-color: #dddddd;
}
.header-bar {
	width: 100%;
	height: 100%;
}
.header-bar-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 80px;
}
#header.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: all .3s;
	background-color: #dddddd;
}
main {
	margin: -1px 0 0;
}
main.fixedpd {
	padding-top: 80px;
}
.scrolldown {
	position: absolute;
	bottom: 10px;
	left: 40px;
}
.scrolldown::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 2px;
	height: 48px;
	z-index: 10;
	background: #413C3C;
	animation: circlemove 2.0s ease-in-out infinite, cirlemovehide 2.0s ease-out infinite;
}
.scrolldown::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 186px;
	background: #dddddd;
	z-index: 5;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	0%{bottom:138px;}
 100%{bottom:0px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
 50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}


		.header-bar-sns {
			
		}
		.header-bar-sns ul{
			
		}
		.header-bar-sns li{
			padding: 0 15px;
		}
		.header-bar-sns a{
		}
		.header-bar-sns img {
			width: 24px;
		}

footer {
	width: 100%;
	background: linear-gradient(#EDC06B,#776036);

}
	.footer-inner {
		width: 100%;
		padding: 40px 0 20px;
		margin: 0 auto;
	}
		.footer-top {
			width: 70%;
			margin: 0 auto;
			font-size: 13px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.footer-top a {
				color: #707070;
			}
		.footer-bottom {
			margin-top: 30px;
			display: flex;
			justify-content: center;
			color: #000;
		}


/* ハンバーガー */
.hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 300;
}
.hbg_btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
	.open .hbg_btn-line {
		width: 40px;
		height: 1px;
		background-color: #000;
		position: relative;
		/* transition:all .3s; */
	}
		.open	.hbg_btn-line::before,
		.open	.hbg_btn-line::after {
			display: block;
			content: '';
			width: 100%;
			height: 1px;
			background-color: #000;
			position: absolute;
			/* transition:all .3s; */
		}
		.open .hbg_btn-line::before {
			top: -14px;
		}
		.open .hbg_btn-line::after {
			bottom: -14px;
		}
		.global-nav {
			display: none;
			width: 100%;
			height: 100vh;
			/* height: calc(100vh - 60px); */
			margin: auto auto;
			background-color: #dedede;
			background-size: cover;
			background-position: 46% 0;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 10;
			overflow: scroll;
		}
		.global-nav-contents {
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: flex-start;
			align-items:center;
			padding-left: 10%;
		}
		.global-nav-contents ul {
			
		}
		.global-nav-contents li {
			margin-bottom: 25px;
			font-size: 14px;
			font-weight: bold
		}
		.global-nav-contents a {
			color:#000000;
			font-size: 21px;
		}
		.global-nav-contents span {
			font-family: "游ゴシック体",serif;
			font-size: 12px;
			padding-left: 20px;
		}
		 .hbg_btn.close {
			width: 100%;
			height: 100%;
			padding: 0;
			border: none;
			outline: none;
			background-color: rgba(0,0,0,0);
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			/* transition:all .3s; */
		}
			.close .hbg_btn-line {
				width: 25px;
				height: 1px;
				position: relative;
				background-color: #000;
				visibility: hidden;
				/* transition:all .3s; */
			}
			.close .hbg_btn-line::before,
			.close .hbg_btn-line::after {
				display: block;
				content: '';
				width: 100%;
				height: 1px;
				background-color: #000;
				position: absolute;
				left: 50%;
				visibility: visible;
				/* transition:all .3s; */
			}
				.close .hbg_btn-line::before{
					top: 0;
					transform: translate(-50%,-50%) rotate(-45deg);
					-webkit-transform: translate(-50%,-50%) rotate(-45deg);
				}
				.close .hbg_btn-line::after {
					bottom: 0;
					transform: translate(-50%,-50%) rotate(45deg);
					-webkit-transform: translate(-50%,-50%) rotate(45deg);
				}

}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{
	text-align: center;
	font-size: 36px;
	font-family: 'Butler', sans-serif;
	position: relative;	
}
h1 span {
	position: absolute;
	top: -15px;
	left:50%;
	transform: translateX(-50%);
	font-size: 14px;
}
h2{
	display: block;
	width: 100%;
	padding: 2px 20px;
	font-family: 'butler', sans-serif;
	font-size: 32px;
	border-radius: 20px;
	background: linear-gradient(#EDC06B,#776036);
	border-bottom: 1px solid #413C3C;
}
h2 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
}
h3{
	font-family: 'butler', sans-serif;
	font-size: 26px;
	/* display: flex;
	align-items: center; */
}
h3 span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	font-family: '游ゴシック体', sans-serif;
}
h4{}
h5{}

#header {
	width: 100%;
	height: 80px;
	background-color: #dddddd;
}
.header-bar {
	width: 100%;
	height: 100%;
}
.header-bar-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 80px;
	margin-left: 20px;
}
#header.fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: all .3s;
	background-color: #dddddd;
}
main {
	margin: -1px 0 0;
}
main.fixedpd {
	padding-top: 80px;
}
.scrolldown {
	position: absolute;
	bottom: 10px;
	left: 40px;
}
.scrolldown::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 2px;
	height: 48px;
	z-index: 10;
	background: #413C3C;
	animation: circlemove 2.0s ease-in-out infinite, cirlemovehide 2.0s ease-out infinite;
}
.scrolldown::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 186px;
	background: #dddddd;
	z-index: 5;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	0%{bottom:138px;}
 100%{bottom:0px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
 50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}


		.header-bar-sns {
			
		}
		.header-bar-sns ul{
			
		}
		.header-bar-sns li{
			padding: 0 15px;
		}
		.header-bar-sns a{
		}
		.header-bar-sns img {
			width: 24px;
		}

footer {
	width: 100%;
	background: linear-gradient(#EDC06B,#776036);

}
	.footer-inner {
		width: 100%;
		padding: 40px 0 20px;
		margin: 0 auto;
	}
		.footer-top {
			width: 70%;
			margin: 0 auto;
			font-size: 13px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.footer-top a {
				color: #707070;
			}
		.footer-bottom {
			margin-top: 30px;
			display: flex;
			justify-content: center;
			color: #000;
		}


/* ハンバーガー */
.hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 300;
}
.hbg_btn {
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
	.open .hbg_btn-line {
		width: 40px;
		height: 1px;
		background-color: #000;
		position: relative;
		/* transition:all .3s; */
	}
		.open	.hbg_btn-line::before,
		.open	.hbg_btn-line::after {
			display: block;
			content: '';
			width: 100%;
			height: 1px;
			background-color: #000;
			position: absolute;
			/* transition:all .3s; */
		}
		.open .hbg_btn-line::before {
			top: -14px;
		}
		.open .hbg_btn-line::after {
			bottom: -14px;
		}
		.global-nav {
			display: none;
			width: 100%;
			height: 100vh;
			/* height: calc(100vh - 60px); */
			margin: auto auto;
			background-color: #dedede;
			background-size: cover;
			background-position: 46% 0;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 10;
			overflow: scroll;
		}
		.global-nav-contents {
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: flex-start;
			align-items:center;
			padding-left: 10%;
		}
		.global-nav-contents ul {
			
		}
		.global-nav-contents li {
			margin-bottom: 25px;
			font-size: 14px;
			font-weight: bold
		}
		.global-nav-contents a {
			color:#000000;
			font-size: 21px;
		}
		.global-nav-contents span {
			font-family: "游ゴシック体",serif;
			font-size: 12px;
			padding-left: 20px;
		}
		 .hbg_btn.close {
			width: 100%;
			height: 100%;
			padding: 0;
			border: none;
			outline: none;
			background-color: rgba(0,0,0,0);
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			/* transition:all .3s; */
		}
			.close .hbg_btn-line {
				width: 25px;
				height: 1px;
				position: relative;
				background-color: #000;
				visibility: hidden;
				/* transition:all .3s; */
			}
			.close .hbg_btn-line::before,
			.close .hbg_btn-line::after {
				display: block;
				content: '';
				width: 100%;
				height: 1px;
				background-color: #000;
				position: absolute;
				left: 50%;
				visibility: visible;
				/* transition:all .3s; */
			}
				.close .hbg_btn-line::before{
					top: 0;
					transform: translate(-50%,-50%) rotate(-45deg);
					-webkit-transform: translate(-50%,-50%) rotate(-45deg);
				}
				.close .hbg_btn-line::after {
					bottom: 0;
					transform: translate(-50%,-50%) rotate(45deg);
					-webkit-transform: translate(-50%,-50%) rotate(45deg);
				}


}