@charset "UTF-8";
/*.block_op{
	display: none!important;
}*/
body {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}
.grecaptcha-badge { visibility: hidden; }
/*-----------------------------------------------------
全体共通
-------------------------------------------------------*/
html {
	font-size: 100%;
}
body {
	color: #727171;
	background-color: #efefef;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	font-size: 0.875rem; /* 14px */
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.04em;
}
a {
	text-decoration: none;
	color: #727171;
}
.part_pc {}
.part_sp {}
.clearfix {
	zoom: 1;
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1, h2, h3 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: normal;
}
.wrapper img {
	width: 100%;
	height: auto;
}
.add_pos {
	opacity: 0;
	transition: 1s;
	transform: translateY(35px);
}

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

/* 767px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.part_pc,.spnone {
		display: none !Important;
	}
	.wrapper {
		padding-top: 60px;
	}
	.block_op {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #efefef;
		z-index: 50;
		overflow: hidden;
	}
	.block_op div {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 70%;
		padding: 60px;
		box-sizing: border-box;
		border: solid 10px #ffffff;
		box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.8);
		animation: oplogo 1s ease forwards;
	}
	.block_op div img {
		width: auto;
		margin: 0 auto;
		height: auto; /*
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);*/
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		z-index: 25;
		padding: 15px 0 0;
		box-sizing: border-box;
		background-color: #fff;
		border-bottom: solid 1px #727171;
	}
	.header h1 {
		width: 100px;
		margin-left: 20px;
	}
	.header a {
		display: block;
	}
	/**/
	#navoverlay {
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		display: none;
		z-index: 15;
		overflow: hidden;
	}
	/**/
	.nav_wrapper {
		display: none;
		width: 70%;
		margin: 0 15%;
		position: fixed;
		left: 0;
		top: 50%;
		z-index: 99;
		overflow-y: auto; /*
		height: calc(100% - 60px);
		height: 100%;*/
		transform: translateY(-50%);
	}
	.nav_wrapper ul li {
		text-align: center;
	}
	.nav_wrapper .subnav {}
	.nav_wrapper.nav_open {
		display: block;
	}
	.gnav {
		margin-bottom: 30px;
	}
	.gnav li a {
		color: #727171;
		padding: 15px 0;
		border-bottom: dotted 1px #727171;
	}
	.subnav {}
	.subnav li {
		margin-bottom: 15px;
	}
	.subnav li a,.btn_jimoto a {
		color: #fff;
		background: url("../img/common/bg_nav1.jpg") left top no-repeat;
		background-size: 100% 100%;
		letter-spacing: 0.1em;
		display: block;
		text-align: center;
		padding: 10px 0;
		box-sizing: border-box;
		font-size: 0.8125rem; /* 13px */
	}
	.subnav li:last-of-type a {
		background: url("../img/common/bg_nav2.jpg") left top no-repeat;
		background-size: 100% 100%;
	}
	/**/
	.header #menu {
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 18px;
		height: 36px;
		width: 36px;
		z-index: 20;
	}
	.header #menu span {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		transition: all .2s ease-in-out;
	}
	.header #menu span:before, .header #menu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transition: all .3s ease-in-out;
	}
	.header #menu span, .header #menu span:before, .header #menu span:after {
		width: 36px;
		height: 2px;
		background-color: #000000;
	}
	.header #menu span:before {
		margin-top: -8px;
	}
	.header #menu span:after {
		margin-top: 6px;
	}
	/* アニメーション */
	.header .peke {}
	.header #menu.peke div {}
	.header #menu.peke span:before, .header #menu.peke span:after {
		margin-top: 0;
		background-color: #999;
	}
	.header #menu.peke span {
		background: transparent;
	}
	.header #menu.peke span:before {
		transform: rotate(-45deg);
	}
	.header #menu.peke span:after {
		transform: rotate(45deg);
	}
	/*-----------------------------------------------------
contents
-------------------------------------------------------*/
	main {}
	.mv {
		text-align: center;
	}
	.mv .h_mv {
		/*font-size: 1.5625rem;*/
		font-size: 1.25rem;
		background-color: #fff;
		padding: 30px 0;
		line-height: 1.2;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
	.mv .bg_mv {
		line-height: 28px; /*
		padding: 130px 0;*/
		padding: 40px 0;
		margin: 0 auto;
	}
	.mv .bg_mv h2 {
		color: #fff;
		
		/*letter-spacing: 0.5em;
		text-indent: 0.5em;
		font-size: 1.875rem;*/
		letter-spacing: 0.3em;
		text-indent: 0.3em;
		font-size: 1.5rem;
	}
	.mv .bg_mv h2 img {
		width: auto; /*
		height: 28px;*/
		height: 18px;
		margin: 0 auto;
	}
	/**/
	h3 {
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.3em;
		text-indent: 0.3em;
		margin: 50px auto 30px;
		/*
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		font-size: 1.875rem;*/
		font-size: 1.25rem;
	}
	h4 {
		margin-bottom: 20px;
		letter-spacing: 0.1em;
		/*font-size: 1.25rem;*/
		font-size: 1rem;
	}
	.bg_black {
		background-color: #231815;
		padding: 40px 0 50px;
		color: #fff;
	}
	.pg {
		margin: 0 20px 50px;
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	.footer {
		background-color: #231815;
		padding: 30px 0 0;
		color: #fff;
		letter-spacing: 0.02em;
	}
	.footer a {
		color: #fff;
	}
	.footer .footer_nav {
		padding: 0 20px 30px;
		margin-bottom: 30px;
		position: relative;
	}
	.footer .footer_nav::after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "";
		width: 200px;
		height: 3px;
		background: linear-gradient(90deg, rgba(253, 207, 0, 1) 14.87%, rgba(172, 115, 0, 1) 93.73%);
	}
	.footer .footer_nav ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
		border-left: solid 1px #fff;
		border-top: solid 1px #fff;
	}
	.footer .footer_nav ul li {
		font-size: 0.75rem; /* 14px */
		width: 50%;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}
	.footer .footer_nav ul li a {
		padding: 15px 0;
		display: block;
		text-align: center;
	}
	.footer .btn_totop {
		text-align: center;
	}
	.footer .btn_totop a {
		position: relative;
		padding-left: 30px;
		font-size: 0.75rem;
	}
	.footer .btn_totop a::before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		border: solid 1px #fff;
		box-sizing: border-box;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.footer .btn_totop a::after {
		content: "▲";
		position: absolute;
		top: -2px;
		left: 5px;
	}
	.footer .footer_txt {
		text-align: center;
		font-size: 0.875rem; /* 14px */
		margin: 0 auto 15px;
		text-indent: 0.02em;
		line-height: 28px;
	}
	.footer div:nth-of-type(3) {
		line-height: 1.4;
	}
	.footer .footer_txt a {
		font-size: 150%;
		vertical-align: baseline;
	}
	.footer .footer_insta {
		width: 40px;
		margin: 0 auto 30px;
	}
	/**/
	.footer .footer_bottom {
		background-color: #fff;
		text-align: center;
		padding: 20px 5px 15px;
	}
	.footer .footer_bottom div {
		width: 40%;
		margin: 0 auto 20px;
	}
	.footer .footer_bottom .copyright {
		font-size: 0.625rem; /* 10px */
		color: #231815;
	}
}
/* 768px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.part_sp {
		display: none !Important;
	}
	a {
		transition: .5s;
	}
	a:hover {
		opacity: 0.5;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.wrapper {
		min-width: 1100px;
		padding-top: 124px;
	}
	.block_op {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #efefef;
		z-index: 50;
		overflow: hidden;
	}
	.block_op div {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 540px;
		height: 530px;
		box-sizing: border-box;
		border: solid 19px #ffffff;
		box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.8);
		/*animation: oplogo 1s ease forwards;*/
	}
	.block_op div img {
		width: 314px;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	.header {
		padding: 23px 0 0 40px;
		height: 124px;
		box-sizing: border-box;
		background-color: #fff;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 25;
		border-bottom: solid 1px #727171;
	}
	.header h1 {
		width: 232px;
		font-size: 0;
	}
	.header h1 a:hover {
		opacity: 1;
	}
	/**/
	.header #menu {
		display: none;
	}
	.gnav {
		position: absolute;
		right: 0;
		bottom: 10px;
		border-top: solid 1px #727171;
		padding-top: 10px;
		display: flex;
		padding-right: 60px;
	}
	.gnav li {
		margin-left: 35px;
		letter-spacing: 0.05em;
	}
	.gnav li:first-of-type {
		margin-left: 0;
	}
	.subnav {
		position: absolute;
		top: 20px;
		right: 20px;
		display: flex;
	}
	.subnav li {
		margin-left: 15px;
	}
	.subnav li a,.btn_jimoto a {
		color: #fff;
		background: url("../img/common/bg_nav1.jpg") left top no-repeat;
		background-size: 100% 100%;
		letter-spacing: 0.05em;
		display: block;
		width: 160px;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		padding: 10px 0;
		box-sizing: border-box;
		font-size: 0.8125rem; /* 13px */
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	}
	.subnav li:last-of-type a {
		background: url("../img/common/bg_nav2.jpg") left top no-repeat;
		background-size: 100% 100%;
		box-shadow: none;
	}
	/**/
	#navoverlay {
		display: none !important;
	}
	/**/
	.nav_wrapper {
		display: block !important;
	}
	/*-----------------------------------------------------
contents
-------------------------------------------------------*/
	main {}
	.mv {
		text-align: center;
	}
	.mv .h_mv {
		font-size: 1.5625rem;
		background-color: #fff;
		padding: 30px 0;
		line-height: 1.2;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
	.mv .bg_mv {
		line-height: 28px;
		padding: 130px 0;
		margin: 0 auto;
	}
	.mv .bg_mv h2 {
		color: #fff;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		font-size: 1.875rem;
	}
	.mv .bg_mv h2 img {
		width: auto;
		height: 28px;
		margin: 0 auto;
	}
	/**/
	h3 {
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.5em;
		text-indent: 0.5em;
		margin: 80px auto 40px;
		font-size: 1.875rem;
	}
	h4 {
		margin-bottom: 20px;
		letter-spacing: 0.1em;
		font-size: 1.25rem;
	}
	.bg_black {
		background-color: #231815;
		padding: 70px 0 90px;
		color: #fff;
	}
	.pg {
		width: 1000px;
		margin: 0 auto 120px;
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	.footer {
		background-color: #231815;
		padding: 20px 0 0;
		color: #fff;
		letter-spacing: 0.02em;
	}
	.footer a {
		color: #fff;
	}
	.footer .footer_nav {
		display: flex;
		justify-content: space-between;
		padding: 0 20px 23px 40px;
		margin-bottom: 20px;
		position: relative;
	}
	.footer .footer_nav::after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "";
		width: 250px;
		height: 3px;
		background: linear-gradient(90deg, rgba(253, 207, 0, 1) 14.87%, rgba(172, 115, 0, 1) 93.73%);
	}
	.footer .footer_nav ul {
		display: flex;
		letter-spacing: 0.1em;
	}
	.footer .footer_nav ul li {
		margin-right: 20px;
	}
	.footer .btn_totop a {
		position: relative;
		padding-left: 35px;
	}
	.footer .btn_totop a::before {
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		border: solid 2px #fff;
		box-sizing: border-box;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.footer .btn_totop a::after {
		content: "▲";
		position: absolute;
		top: -3px;
		left: 6px;
	}
	.footer .footer_txt {
		text-align: center;
		font-size: 0.875rem; /* 14px */
		margin: 0 auto 10px;
		text-indent: 0.02em;
	}
	.footer .footer_txt a {
		font-size: 150%;
		vertical-align: baseline;
	}
	.footer .footer_insta {
		width: 20px;
		margin: 0 auto 20px;
	}
	/**/
	.footer .footer_bottom {
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px 10px 40px;
	}
	.footer .footer_bottom div {
		width: 120px;
	}
	.footer .footer_bottom div a:hover {
		opacity: 1;
	}
	.footer .footer_bottom .copyright {
		font-size: 0.625rem; /* 10px */
		color: #231815;
	}
}
@keyframes oplogo {
	0% {
		opacity: 0;
 }
 100% {
		opacity: 1;
 }
}