@charset "UTF-8";
@import url(reset.css);
/*------------------------------------------
	fonts
-------------------------------------------*/
@font-face {
  font-family: "MaruFoPro";
  src:
    local("MaruFoPro"),
    url("../../fonts/A-OTF-MaruFoPro-Medium.otf") format("opentype"),
    url("../../fonts/A-OTF-MaruFoPro-Medium.woff") format("woff");
	font-weight: 400; 
	font-style: normal;
}
@font-face {
  font-family: "MaruFoPro";
  src:
    local("MaruFoPro"),
    url("../../fonts/A-OTF-MaruFoPro-Regular.otf") format("opentype"),
    url("../../fonts/A-OTF-MaruFoPro-Regular.woff") format("woff");
	font-weight: 500; 
	font-style: normal;
}
@font-face {
  font-family: "MaruFoPro";
  src:
    local("MaruFoPro"),
    url("../../fonts/A-OTF-MaruFoPro-Bold.otf") format("opentype"),
    url("../../fonts/A-OTF-MaruFoPro-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
  font-family: "MaruFoPro";
  src:
    local("MaruFoPro"),
    url("../../fonts/A-OTF-MaruFoPro-Heavy.otf") format("opentype"),
    url("../../fonts/A-OTF-MaruFoPro-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

* html body {
	background: url(null) fixed;
}
html, body {
	width: 100%;
}
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "MaruFoPro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #3C2C1D;
	overflow: hidden;
	background-color: #F6F4EB;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
*:focus {
	outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: 0.6s;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.4s;
}
a img:hover {
	text-decoration: none;
	opacity: 0.6;
	transition: 0.4s;
}
.pcnone {
	display: none!important;
}
@media screen and (max-width: 896px) {
	.spnone {
		display: none!important;
	}
	.pcnone {
		display: block!important;
	}
}
h2 {
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
	height: auto;
	text-align: center;
	font-family: "liebeerika", sans-serif;
	font-size: clamp(5.0rem, 6.0vw, 8.0rem);
	font-weight: 700;
	line-height: 1.0;
}
h2::after {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 50px;
	height: 4px;
	background: #3C2C1D;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 2px;
}
@media screen and (max-width: 896px) {
	h2::after {
		content: '';
		position: absolute;
		margin: 0 auto;
		width: 50px;
		height: 2px;
		background: #3C2C1D;
		bottom: 0;
		right: 0;
		left: 0;
		border-radius: 2px;
	}
}
h3 {
	position: relative;
	padding-top: 100px;
	margin-bottom: 40px;
	text-align: left;
	font-family: "liebeerika", sans-serif;
	font-size: clamp(4.0rem, 4.0vw, 6.0rem);
	font-weight: 700;
}
@media screen and (max-width: 896px) {
	h3 {
		position: relative;
		padding-top: 60px;
		margin-bottom: 40px;
		text-align: left;
		font-family: "liebeerika", sans-serif;
		font-size: clamp(4.0rem, 4.0vw, 6.0rem);
		font-weight: 700;
	}
}
h3::after {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 4px;
	background: #3C2C1D;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 2px;
}
@media screen and (max-width: 896px) {
	h3::after {
		content: '';
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: 2px;
		background: #3C2C1D;
		bottom: 0;
		right: 0;
		left: 0;
		border-radius: 2px;
	}
}
h4 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: "liebeerika", sans-serif;
	font-size: 20px;
	font-size: clamp(1.6rem, 1.6vw, 1.8rem);
	font-weight: 700;
}
h4::after {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #3C2C1D;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 2px;
}
h5 {
	font-weight: 700;
	line-height: 1.2;
}

/*------------------------------------------
	flox
-------------------------------------------*/
/*-----色指定-----*/
:root {
  --blk-color: #333;
  --wht-color: #fff;
  --green-color: #108C4F;
}

/*-----色呼び出し-----*/
color: var(--wht-color);

.f-mgb-20 {
	margin-bottom: 20px;
}
.f-mgb-30 {
	margin-bottom: 30px;
}
.f-mgb-50 {
	margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
	.f-mgb-50 {
		margin-bottom: 30px;
	}
}
.f-mgb-60 {
	margin-bottom: 60px!important;
}
.f-mgb-80 {
	margin-bottom: 80px;
}
.f-mgb-90 {
	margin-bottom: 90px;
}
.f-mgb-100 {
	margin-bottom: 100px;
}
.u-flex_sb {
	display: flex;
	justify-content: space-between;
}

/*--flex box--*/
.u-flex_r_w_f-star {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.u-flex_r-r_w_f-star {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
}
.u-flex_r_w_f-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.u-flex_r-r_w_f-end {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-end;
}
.u-flex_r_w_cent {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.u-flex_r_w_s-bet {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.u-flex_r-r_w_s-bet {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
}
/*------------------------------------------
見出し
-------------------------------------------*/
.flex-sb_rw {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}


/*------------------------------------------
	header
-------------------------------------------*/
header h1,
header h1 a {
	position: relative;
 	width: 200px;
	height: 80px;
	background: #5C442B;
}
@media screen and (max-width: 896px) {
	header h1,
	header h1 a {
		position: fixed;
		width: 150px;
		height: 60px;
		background: #5C442B;
		z-index: 99999;
	}
}
header .logo img {
	text-align: center;
 	width: auto;
	height: 46px;
	object-fit: contain;
}
@media screen and (max-width: 896px) {
	header .logo img {
		text-align: center;
		width: auto;
		height: 30px;
		object-fit: contain;
	}
}
header .logo .logo_item {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	width: fit-content;
	height: auto;
	transform: translateY(-50%);
}
@media screen and (max-width: 896px) {

}


/*------------------------------------------
グローバルメニュー
-------------------------------------------*/
header {
	position: absolute;
	width: calc(100% - 40px);
	height: auto;
	font-family: "liebeerika", sans-serif;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
	header {
		position: absolute;
		width: 100%;
		height: auto;
		font-family: "liebeerika", sans-serif;
		letter-spacing: 0.1em;
	}
}
header .head_box {
	position: relative;
	height: 100%;
	z-index: 99;
}
@media screen and (max-width: 896px) {
	
}
header .head_box #h_content {
	position: absolute;
	width: 40%;
	background: #fff;
	top: 50%;
	right: 0;
}
@media screen and (max-width: 896px) {
	header .head_box #h_content {
		position: absolute;
		width: 100%;
		background: #fff;
		top: 0;
		right: 0;
	}
}
header .head_box #h_content .nav_inner ul {
	display: flex;
	justify-content: space-between;
}
header .head_box #h_content .nav_inner ul li {
	padding: 10px 0;
	width: calc(100%/4);
}
header .head_box #h_content .nav_inner ul li a {
	display: block;
	text-align: center;
	color: #503A2A;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 24px;
	word-break: keep-all;
}
header .head_box #h_content .nav_inner ul li a.activ,
header .head_box #h_content .nav_inner ul li a:hover {
	color: #C40000;
}



/*------------------------------------------
ハンバーガーメニュー
-------------------------------------------*/
@media screen and (max-width: 896px) {
	header #h_btn {
		position: fixed;
		padding: 10px;
		display: block;
		width: 60px;
		height: 60px;
		top: 0;
		right:0;
		background: #fff;
		pointer-events: auto;
		box-sizing: border-box;
		z-index: 9999999;
	}
	header #h_btn .h_btn_item {
		position: absolute;
		margin: 0 auto;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 34px;
		height: auto;
		z-index: 999;
	}
	#h_btn .h_bar {
		position: relative;
		margin: 0 auto;
		display: block;
		width: 15px;
		height: 15px;
		transition: all .4s;
		box-sizing: border-box;
		transform: translate(-3px, 12px);
		z-index: 88;
	}
	
	header #h_btn.active .h_bar {
		transform: translate(-3px, -10px);
	}
	
	header .head_box #h_content {
		position: fixed;
		margin: 0 auto;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,0.80);
		overflow-x: hidden;
		pointer-events: auto;
		transition: all 0.4s;
		transform: translateX(100%);
		opacity: 0;
		z-index: 99999;
	}
	header #h_content.active {
	  transform: translateX(0px);
	  transition: all 0.8s;
	  opacity: 1;
	}
	header #h_content .nav_inner {
		position: absolute;
		margin: 0 auto;
		width: 65%;
		height: 226px;
		display: block;
		top: 50%;
		right: 0;
		left: 0;
		bottom: 0;
		transform: translateY(-50%);
	}
	header .head_box #h_content .nav_inner ul {
		display: block;
		width: 100%;
	}
	header .head_box #h_content .nav_inner ul li {
		position: relative;
		margin-bottom: 30px;
		width: 100%;
		padding: 0;
	}
	header .head_box #h_content .nav_inner ul li a {
		display: block;
		text-align: left;
		color: #fff;
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.6;
		white-space: nowrap;
		border-bottom: 2px solid #fff;
		border-left: none;
		transition: 0.6s;
	}
	header .head_box #h_content .nav_inner ul li:last-of-type a {
		border-right: none;
	}
	header .head_box #h_content .nav_inner ul li a:hover {
		color: #BF7A45;
		transition: 0.4s;
	}
}


/*------------------------------------------
footer
-------------------------------------------*/
footer {
	border-bottom: 4px solid #503A2A;
}
footer small {
	height: 100px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 100px;
}
@media screen and (max-width: 896px) {
	footer small {
		height: 60px;
		display: block;
		text-align: center;
		font-size: 1.2rem;
		line-height: 60px;
	}
}




/*------------------------------------------
pages
-------------------------------------------*/



/*------------------------------------------
contents
-------------------------------------------*/



/*------------------------------------------
contents
-------------------------------------------*/
.content_inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 90%;
}
.inner {
	margin: 0 auto;
/*	padding-top: 100px;*/
	width: 90%;
}
.inner_980 {
	margin: 0 auto;
	max-width: 980px;
	width: 90%;
}
.inner_1050 {
	margin: 0 auto;
	max-width: 1050px;
	width: 90%;
	overflow: visible;
}
.inner_1200 {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

/*------------------------------------------
swiper
-------------------------------------------*/
.swiper {
  height: auto;
}
/* スライド全体 */
.swiper-slide {
	display: flex;
	justify-content: center;
	transition: transform 0.6s;
}
/* 画像 */
.swiper-slide img {
	width: 100%;
	height: auto;
	aspect-ratio: 400/290;
}

/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
}







/*------------------------------------------
fadein
-------------------------------------------*/
.fadein {
 opacity: 0;
 -webkit-transition: all 3s;
 -moz-transition: all 3s;
 -o-transition: all 3s;
 -ms-transition: all 3s;
 transition: all 3s;
 transform: translateY(100px);
}
@media screen and (max-width: 896px) {
	.fadein {
	 opacity: 0;
	 -webkit-transition: all 2s;
	 -moz-transition: all 2s;
	 -o-transition: all 2s;
	 -ms-transition: all 2s;
	 transition: all 2s;
	 transform: translateY(100px);
	}
}

.fade_on {
 opacity: 1;
 transform: translateY(0px);
}