@charset "UTF-8";
@import url(reset.css);
/*------------------------------------------
	fonts
-------------------------------------------*/
@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-face {	
	font-family: "GothicMB101Pro";
  src:
    local("GothicMB101Pro"),
    url("../../fonts/A-OTF_Gothic_MB101_Pro_R.otf") format("opentype"),
    url("../../fonts/A-OTF_Gothic_MB101_Pro_R.woff") format("woff");
}
@font-face {	
	font-family: "HuiFontP";
  src:
    local("HuiFontP"),
    url("../../fonts/HuiFontP.ttf") format("ttf"),
    url("../../fonts/HuiFontP.woff") format("woff");
}
.f-marufopro {
	font-family: "MaruFoPro";
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.f-marufopro {
		font-family: "MaruFoPro";
		font-weight: 400;
	}
}
.f-fuiji {
	font-family: "HuiFontP";
	font-weight: 500;
}
.f-shin_m-go_pro {
	font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
	font-weight: 800;
}
.u-font_s-16 {
	font-size: 1.6rem;
}

* 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: "GothicMB101Pro","a-otf-gothic-mb101-pr6n", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
	overflow: hidden;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
	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;
	pointer-events: all;
}
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;
}
.spnone {
	display: block!important;
}
@media screen and (max-width: 768px) {
	.spnone {
		display: none!important;
	}
	.pcnone {
		display: block!important;
	}
}


/*------------------------------------------
	flox
-------------------------------------------*/
.f-mgr-20 {
	margin-right: 20px;
}

.f-mgb-10 {
	margin-bottom: 10px;
}
.f-mgb-20 {
	margin-bottom: 20px;
}
.f-mgb-50 {
	margin-bottom: 50px!important;
}
.f-mgb-80 {
	margin-bottom: 80px;
}
.f-mgb-100 {
	margin-bottom: 100px;
}

.u-flex_sb {
	display: flex;
	justify-content: space-between;
}
.u-flex_fs {
	display: flex;
	justify-content: flex-start;
}
.u-flex_cent {
	display: flex;
	justify-content: center;
}

/*---color---*/
.u-color_orange {
	color: #bf8400;
}
.u-bg_orange {
	background: #bf8400;
}
.u-under_line_orange {
	border-bottom: 2px solid #bf8400;
}

.u-text-center {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.u-color_pink {
	color: #ff647e;
}
.u-color_red {
	color: #f72828;
}
.u-bg_red {
	background: #f72828;
}
.u-under_line_red {
	border-bottom: 2px solid #f72828;
}

/*------------------------------------------
	header
-------------------------------------------*/
header .head_box .inner {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 980px;
	width: 95%;
	height: auto;
	box-sizing: border-box;
}
header .head_box .inner h1 {
	width: 190px;
	height: auto;
}
@media screen and (max-width: 768px) {
	header .head_box .inner h1 {
		width: 120px;
		height: auto;
	}
}


/*------------------------------------------
見出し
-------------------------------------------*/
.inner {
	margin: 0 auto;
	max-width: 980px;
	width: 90%;
}
.flex-sb_rw {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

/*------------------------------------------
nav
-------------------------------------------*/
#h_btn {
	position: fixed;
	display: block;
	width: 44px;
	height: 44px;
	top: 20px;
	right: 10px;
	box-sizing: border-box;
	pointer-events: auto;
	z-index: 999;
}
#h_btn::after {
	content: '';
	position: absolute;
	top: -35px;
	right: -30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ff647e;
	z-index: -1;
}
#h_btn .h_bar,
#h_btn .h_bar span {
	  display: block;
	  transition: all .4s;
	  box-sizing: border-box;
}
#h_btn .h_bar {
	  position: relative;
	  width: 40px;
	  height: 35px;
}
#h_btn .h_bar span {
	position: absolute;
	width: 100%;
	height: 6px;
	right: 0;
	font-weight: bold;
	background: url("../../img/nav_bar_item.svg");
	background-size: cover;
	background-repeat: no-repeat;
}
#h_btn .h_bar span:first-child {
	width: 65%;
	top: 0;
	left: 0;
}
#h_btn .h_bar span:nth-child(2) {
	width: 80%;
	top: 14px;
	left: 0;
}
#h_btn .h_bar span:last-child {
  bottom: 0;
}

#h_btn.active .h_bar {
	  position: relative;
	  width: 40px;
	  height: 40px;
}
#h_btn.active .h_bar span {
  width: 100%;
  background: url("../../img/nav_bar_item.svg");
	background-repeat: no-repeat;
}
#h_btn.active .h_bar span:first-child {
  transform: translateY(17px) rotate(-45deg);
}
#h_btn.active .h_bar span:nth-child(2) {
  opacity: 0;
}
#h_btn.active .h_bar span:last-child {
  transform: translateY(-17px) rotate(45deg);
}
#h_content {
  position: fixed;
  right: 0;
  top: 0;
  width: 565px;
 /* height: 600px;*/
	height: 450px;
  background-color: #fff;
  overflow-x: hidden;
  pointer-events: auto;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  z-index: 30;
}
@media screen and (max-width: 768px) {
	#h_content {
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 100%;
	 /* height: 550px;*/
	  height: 400px;
	  background-color: #fff;
	  overflow-x: hidden;
	  pointer-events: auto;
	  transition: all 0.4s;
	  transform: translateX(100%);
	  opacity: 0;
	  z-index: 30;
	}
}
#h_content.active {
  transform: translateX(0px);
  transition: all 0.8s;
  opacity: 1;
}
#h_content .sp_inner {
  position: absolute;
  margin: 0 auto;
  width: 90%;
  height: auto;
  display: block;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
}
#h_content .sp_inner ul {
	
}
#h_content .sp_inner li {
	position: relative;
	margin: 20px 0;
	padding: 0 0 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	border-bottom: 2px solid #c9c9c9;
}
#h_content .sp_inner li:last-child {
	margin: 20px 0 0;
	padding: 0 0 20px;
	border-bottom: none;
}
#h_content .sp_inner li .nav_btn .nav_icon {
	margin: 0 auto 10px;
	width: 80%;
	height: 60px;
}
#h_content .sp_inner li .nav_btn .nav_icon img {
	width: 100%;
	height: 60px;
	object-fit: contain;
}
@media screen and (max-width: 768px) {
	#h_content .sp_inner li .nav_btn .nav_icon {
		margin: 0 auto 10px;
		width: 80%;
		height: 50px;
	}
	#h_content .sp_inner li .nav_btn .nav_icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}	
}
#h_content .sp_inner li .nav_btn a {
	font-family: "MaruFoPro";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6; 
	color: #000;
}
@media screen and (max-width: 768px) {
	#h_content .sp_inner li .nav_btn a {
		font-family: "MaruFoPro";
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.6; 
		color: #000;
	}
}
#h_content .sp_inner li .nav_btn {
	width: calc(100%/3);
	text-align: center;
	border-left: 2px dotted #c9c9c9;
}
#h_content .sp_inner li .nav_btn:nth-of-type(1) {
	border-left: none;
}
#h_content .sp_inner li a {
  font-weight: bold;
  line-height: 26px;
  white-space: nowrap;
}
#h_content .sp_inner a {
  display: inline-block;
  text-decoration: none;
  color: #707070;
}


/*------------------------------------------
footer
-------------------------------------------*/
footer {
	padding: 40px 0 60px;
	text-align: center;
	background: #f4f5da;
	font-weight: bold;
}
footer .inner p {
	margin-bottom: 20px;
}
footer .inner small {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	footer .inner small {
		font-size: 1.0rem;
	}
}

/*------------------------------------------
page top
-------------------------------------------*/
#page_top {
  position: fixed;
  right: 20px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 90px;
  height: auto;
  box-sizing: border-box;
}


/*------------------------------------------
ドロップダウン
-------------------------------------------*/
.drop__content {
	display: none;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.drop__label {
	position: relative;
	padding-bottom: 20px;
	width: 100%;
}
.drop_down_btn {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 53px;
	height: 58px;
	border: 1px solid #fff;
	transform: translateY(-50%);
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	.drop_down_btn {
		position: absolute;
		top: 50%;
		right: 20px;
		width: 40px;
		height: 45px;
		border: 1px solid #fff;
		transform: translateY(-50%);
		border-radius: 3px;
	}
}
.drop_down_btn span {
	position: absolute;
	margin: 0 auto;
	display: block;
	right: 0;
	left: 0;
	width: 27px;
	height: 2px;
	font-size: 10px;
	background: #fff;
	transition: 0.6s;
}
@media screen and (max-width: 768px) {
	.drop_down_btn span {
		position: absolute;
		margin: 0 auto;
		display: block;
		right: 0;
		left: 0;
		width: 22px;
		height: 2px;
		text-align: center;
		font-size: 8px;
		background: #fff;
		transition: 0.6s;
	}
}
.drop_down_btn span:nth-of-type(1) {
	top: 15px;
}
.drop_down_btn span:nth-of-type(2) {
	top: 15px;
	transform: rotate(90deg);
}
.drop_down_btn span:nth-of-type(3), 
.drop_down_btn span:nth-of-type(4) {
	bottom: 20px;
	font-family: "GothicMB101Pro","a-otf-gothic-mb101-pr6n", sans-serif;
}
@media screen and (max-width: 768px) {
	.drop_down_btn span:nth-of-type(3), 
	.drop_down_btn span:nth-of-type(4) {
		bottom: 15px;
		font-family: "GothicMB101Pro","a-otf-gothic-mb101-pr6n", sans-serif;
	}
}
.drop_down_btn .close,
.drop_down_btn .open {
	width: 30px;
	background-color: transparent;
}
.drop_down_btn .close {
	display: none;
}
.drop__label.active .drop_down_btn .close {
	display: block;
}
.drop__label.active .drop_down_btn .open {
	display: none;
}
.drop__label.active .drop_down_btn span:nth-of-type(2) {
	transform: rotate(0deg);
	opacity: 0;
	transition: 0.4s;
}
.drop__content .close_btn {
	position: relative;
	margin: 0 auto;
	padding-left: 20px;
	width: 150px;
	height: auto;
	text-align: center;
	color: #ae821f;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #ae821f;
	cursor: pointer;
}
.drop__content .close_btn::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 2px #ae821f;
  border-right: solid 2px #ae821f;
  position: absolute;
  left: 30px;
}

.drop__content .close_btn::before {
  transform: rotate(-45deg);
  top: 15px;
}


/*------------------------------------------
title
-------------------------------------------*/
.section_title {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	font-size: clamp(2.8rem, 3.8vw, 3.8rem);
	font-weight: bold;
	color: #734b23;
	z-index: 10;
}
.section_title::before {
	position: absolute;
	content: '';
	margin: 0 auto;
	width: 100%;
	height: 12px;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 16px;
	z-index: -1;
}