
@media screen and (min-width: 768px) {
.d__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.d__flex.jus {
	justify-content: space-between;
}
}
.ob-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ob-img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
.ob-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
}
#fixed-sp {
	background: #dfbe6a;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 123;
}
#fixed-sp ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fixed-sp ul li {
	position: relative;
}
#fixed-sp ul li a {
	display: block;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
}
#fixed-sp ul li a:hover {
	text-decoration: none;
}
#fixed-sp ul li span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
#fixed-sp ul li.ft__tel {
	width: 22.5%;
}
#fixed-sp ul li.ft__tel span {
	padding-left: 26px;
}
#fixed-sp ul li.ft__tel span::before {
	content: "";
	background: url(../img/shared/ft_tel@2x.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 31px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#fixed-sp ul li.ft__web {
	width: 44.5%;
}
#fixed-sp ul li.ft__web span {
	padding-left: 30px;
	letter-spacing: 0;
}
#fixed-sp ul li.ft__web span::before {
	content: "";
	background: url(../img/shared/ft_web@2x.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
#fixed-sp ul li.ft__ins {
	width: 15.5%;
}
#fixed-sp ul li.ft__ins a {
	width: 34px;
	margin: 0 auto;
}
#fixed-sp ul li.ft__ins a img {
	filter: invert(1);
}
#fixed-sp ul li.ft__top::after {
	width: 100%;
	left: 0;
	bottom: 14px;
	content: 'menu';
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	letter-spacing: 2px;
	top: auto;
	background: none;
	position: absolute;
}
#fixed-sp ul .ft__tel::before {
	background: url("../img/shared/icon_tel.png") no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 26px;
	top: 12px;
}
#fixed-sp ul .ft__web::before {
	background: url("../img/shared/icon_web.png") no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 21px;
	top: 14px;
}
#fixed-sp ul .ft__map::before {
	background: url("../img/shared/icon_map.png") no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 25px;
	top: 12px;
}
.menu-open #fixed-sp ul li.ft__top::after {
	content: 'close';
	color: #222;
}
.header-box {
	padding-top: 26px;
}
.header-box h1 {
	position: absolute;
	top: 231px;
	left: 30px;
	z-index: 2;
}




.header-box .logo {
	width: 191px;
	margin-left: 42px;
	margin-bottom: 39px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.header-box {
		padding-top: 10vw;
	}
.header-box h1 {
	text-align: center;
	position: relative;
	margin: 0 20px 6vw;
	top: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 1.8;
}
	


.header-box .logo {
	max-width: 191px;
	width: 30vw;
	margin: 0 auto 5vw;

}
	.home .header-box .logo {

	}
}


.cl-gray {
	color: #d2d2d2;
}
@media screen and (max-width: 767px) {
.cl-gray {
	color: #000;
}
}


.header__menu {
	position: absolute;
	top: 40px;
	left: 278px;
	z-index: 2;
}
.header__menu nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap: 16px;
}
.header__menu nav ul li {
	line-height: 1;
	padding-bottom: 18px;
	position: relative;
}
.header__menu nav ul li span,  .header__menu nav ul li a {
	font-size: 17px;
	padding: 0 7px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.header__menu nav ul li span::before,  .header__menu nav ul li a::before {
	content: "";
	border-bottom: 2px solid #9b7922;
	height: 2px;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all .4s ease;
}
.header__menu nav ul > li:hover span,
.header__menu nav ul li span.active, 
.header__menu nav ul li span:hover, 
.header__menu nav ul li a.active, 
.header__menu nav ul li a:hover {
	color: #9b7922;
}
.header__menu nav ul li span.active::before, .header__menu nav ul li span:hover::before,  .header__menu nav ul li a.active::before,  .header__menu nav ul li a:hover::before {
	opacity: 1;
}
.header__menu nav ul > li:hover span::before {
	opacity: 1;
	color: #9b7922;
}

.header__menu nav ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
.header__menu nav ul ul {
	position: absolute;
	top: 100%;
	width: 189px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #58616a;
	display: block;
	background: #272727;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
.header__menu nav ul ul li {
	padding-bottom: 0;
}
.header__menu nav ul ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all .4s ease;
}
.header__menu nav ul ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
	color: #fff;
}
.header__menu nav ul ul li a::before {
	display: none;
}
.header__menu nav ul ul li + li {
	border-top: 1px solid #58616a;
}
.headerOpen__nav nav ul li {
	line-height: 1;
	text-align: center;
	padding: 20px 0;
}
.headerOpen__nav nav ul li span,  .headerOpen__nav nav ul li a {
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}
.headerOpen__nav nav ul li span.active, .headerOpen__nav nav ul li span:hover,  .headerOpen__nav nav ul li a.active,  .headerOpen__nav nav ul li a:hover {
	color: #9b7922;
	text-decoration-line: underline;
	text-underline-offset: 6px;
	text-decoration-color: #9b7922;
	text-decoration-thickness: 2px;
}
.headerOpen__nav nav ul ul {
	padding-top: 10px;
}
.headerOpen__nav nav ul ul li {
	padding: 10px 0;
}
.headerOpen__nav nav ul ul li a {
	font-size: 14px;
}
.headerOpen__nav nav ul ul li a:hover {
	text-decoration: none;
}
.menu-icon {
	max-width: 300px;
	margin: 0 auto 15vw;
	font-weight: 600;
}
.menu-icon .toggle-link {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	border: 1px solid #000000;
	padding: 15px 0;
	position: relative;
}
.menu-icon .toggle-link::after {
	content: "";
	background: url(../img/index/arrow_bot@2x.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 19px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -7px;
	display: block;
	transition: all .4s ease;
}
.menu-icon .toggle-link span {
	position: relative;
	padding-left: 35px;
}
.menu-icon .toggle-link span::before {
	content: "";
	background: url(../img/shared/icon_ham@2x.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 26px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.menu-icon .toggle-main ul {
	padding-top: 20px;
	text-align: center;
	line-height: 2.2;
}
.menu-icon.active .toggle-link::after {
	transform: rotate(180deg);
}
.nav__other {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav__other li a {
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px;
	position: relative;
}
.nav__other li {
	line-height: 1;
	position: relative;
}
.nav__other li::after, .nav__other li::before {
	content: "";
	background: #000;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.nav__other li:nth-child(1)::after {
	right: auto;
	left: 0;
}
.txt__right {
	text-align: right;
}
.bnr__ins {
	width: 31px;
}
.header__right {
	position: absolute;
	top: 39px;
	right: 39px;
	z-index: 2;
}
.header__right .tel__g {
	color: #9b7922;
	font-size: 23px;
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
.header__right .tel__g small {
	font-size: 18px;
	padding-right: 10px;
}
.header__right ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 9px;
	margin-bottom: 15px;
	justify-content: space-between;
}
.header__right ul li {
	line-height: 1;
	position: relative;
}
.header__right ul li::after, .header__right ul li::before {
	content: "";
	background: #626262;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.header__right ul li a {
	font-size: 14px;
	padding: 0 11px;
}
.header__right ul li:nth-child(1)::after {
	right: auto;
	left: 0;
}
.header__right .bnr__ins {
	margin-left: auto;
}
.home__ft {
	top: 413px;
	position: fixed;
	right: 0;
	z-index: 10;
	width: 70px;
	transition: all .4s ease;
}

.fixed-btn .home__ft {
	top: 150px;
}

.home__ft .home__ft_web {
	margin-bottom: 10px;
}
.home__ft .home__ft_menu {
	cursor: pointer;
	transition: all .4s ease;
}
.home__ft .home__ft_menu:hover {
	opacity: .6;
}
.home__ft .home__ft__menuf {
	position: relative;
}
.home__ft .home__ft__menu_c {
	width: 228px;
	position: absolute;
	top: 0;
	right: 80px;
	border: 1px solid #58616a;
	background: #272727;
	display: none;
	transition: all .4s ease;
}
.home__ft .home__ft__menu_c li {
	padding-bottom: 0;
}
.home__ft .home__ft__menu_c li a {
	display: block;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	transition: all .4s ease;
}
.home__ft .home__ft__menu_c li a:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}
.home__ft .home__ft__menu_c li + li {
	border-top: 1px solid #58616a;
}
footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	background: url(../img/shared/bg.jpg);
	position: relative;
	z-index: 2;
}
footer .footer__nav {
	width: 23.2%;
	background: rgba(0, 0, 0, 0.1);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
footer .footer__nav ul {
	width: 220px;
	margin: 0 auto;
	padding-bottom: 61px;
}
footer .footer__nav ul li {
	line-height: 30px;
}
footer .footer__nav ul li a {
	font-size: 17px;
}
footer .footer__nav ul li ul {
	padding-bottom: 0;
	width: 100%;
}
footer .footer__nav ul li ul li {
	position: relative;
	padding-left: 10px;
}
footer .footer__nav ul li ul li::before {
	content: "";
	background: #000;
	width: 3px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -1px;
}
footer .footer__nav ul li ul li a {
	font-size: 15px;
}
footer .footer__box {
	width: 76.8%;
	padding-bottom: 67px;
	padding-top: 66px;
}
footer .footer__box__in {
	width: 76%;
	max-width: 876px;
	margin-left: auto;
	margin-right: auto;
}
footer .footer__left {
	width: 353px;
	padding-left: 13px;
}
footer .footer__left .logo {
	width: 191px;
	margin: 0 auto 30px;
}
footer .footer__left .bnr__web {
	margin-bottom: 39px;
}
footer .footer__left .tel__footer {
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	padding: 38px 0 34px;
}
footer .footer__left .tel__footer a:hover {
	text-decoration: none;
}
footer .footer__left .tel__footer dl {
	line-height: 1;
}
footer .footer__left .tel__footer dl dt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 11px;
}
footer .footer__left .tel__footer dl dd {
	font-size: 27px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 3px;
}
footer .footer__left .tel__footer dl dd small {
	font-size: 21px;
	padding-right: 10px;
}
footer .footer__right {
	width: 421px;
	padding-top: 16px;
}
footer .footer__right .footer__vcard {
	margin-bottom: 40px;
}
footer .footer__right .footer__vcard dl {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	letter-spacing: 2px;
}
footer .footer__right .footer__vcard dl dt {
	width: 103px;
}
footer .footer__right .footer__vcard dl dd a {
	position: relative;
}
footer .footer__right .footer__vcard dl dd a::before {
	content: "";
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .footer__right .footer__vcard dl dd a:hover {
	text-decoration: none;
}
footer .footer__right .footer__vcard dl dd a:hover::before {
	display: none;
}
footer .footer__right .footer__vcard dl dd a img {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 11px;
	margin-right: 2px;
}
footer .footer__right .footer__vcard dl + dl {
	margin-top: 10px;
}
footer .footer__right .footer__url {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
footer .footer__right .footer__url span {
	position: relative;
	text-decoration-line: underline;
	text-underline-offset: 4px;
}
footer .footer__right .footer__url span::after {
	content: "";
	background: url(../img/shared/i@2x.png) no-repeat;
	width: 16px;
	height: 21px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -26px;
}
footer .footer__right .footer__url span:hover {
	text-decoration: none;
}
footer .footer__right #socialbuttons {
	text-align: left;
	margin-bottom: 46px;
	margin-left: 0;
}
footer .footer__right address {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 4px;
	text-align: left;
}
footer .footer__right .cookies-link {
	font-size: 14px;
	position: relative;
	text-decoration-line: underline;
	text-underline-offset: 2px;
}
footer .footer__right .cookies-link:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
footer {
	display: block;
	background: url(../img/shared/bg.jpg);
}
footer .footer__box {
	width: auto;
	padding: 15vw 5vw 30vw;
}
footer .footer__box__in {
	width: 100%;
}
footer .footer__left {
	width: auto;
	padding-left: 0;
}
footer .footer__left .logo {
	max-width: 191px;
	width: 38vw;
	margin: 0 auto 5vw;
}
footer .footer__left .bnr__web {
	margin-bottom: 10vw;
}
footer .footer__left .tel__footer {
	padding: 8vw 0 7vw;
}
footer .footer__left .tel__footer dl dt {
	font-size: 18px;
	margin-bottom: 3vw;
}
footer .footer__left .tel__footer dl dd {
	font-size: 25px;
	text-align: center;
	padding-right: 0;
	line-height: 1.3;
}
footer .footer__left .tel__footer dl dd small {
	font-size: 18px;
	padding-top: 0;
}
footer .footer__right {
	width: auto;
	padding-top: 10vw;
}
footer .footer__right .footer__vcard {
	margin-bottom: 15vw;
}
footer .footer__right .footer__vcard dl {
	font-size: 15px;
	line-height: 28px;
}
footer .footer__right .footer__vcard dl dt {
	width: 28%;
}
footer .footer__right .footer__vcard dl dd {
	width: 72%;
}
footer .footer__right .footer__vcard dl + dl {
	margin-top: 4vw;
}
footer .footer__right .footer__url {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 8vw;
}
footer .footer__right .footer__url span {
	position: relative;
}
footer .footer__right .footer__url span::after {
	content: "";
	background: url(../img/shared/i@2x.png) no-repeat;
	width: 16px;
	height: 21px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
}
footer .footer__right .footer__url span:hover {
	text-decoration: none;
}
footer .footer__right #socialbuttons {
	text-align: center;
	margin-bottom: 8vw;
}
footer .footer__right address {
	margin-bottom: 4vw;
	text-align: center;
}
footer .footer__right .cookies-link {
	text-align: center;
}
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
	footer .footer__nav {
        padding-right: 0;
        width: 25%;
	}
	footer .footer__box__in {
		width: 95%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
footer .footer__left {
    width: 43%;
    padding-left: 0;
}
	footer .footer__right {
		width: 49%;
	}
	.header__right {
		right: 20px;
	}
	.header__menu nav ul {
		gap: 10px;
	}
	.header-box .logo {
		margin-left: 20px;
	}
}

@media screen and (min-width: 768px) and (max-height: 780px) {
	.home__ft {
		top: 200px;
	}
}




.bnr__shared a {
	display: block;
	font-size: 18px;
	line-height: 1;
	position: relative;
	font-weight: 600;
	transition: all 0.7s ease-out;
	text-align: center;
}

@media screen and (max-width: 767px) {
.bnr__shared a {
	font-size: 16px;
}
}
.bnr__shared.style-1 {
	width: 110px;
}
.bnr__shared.style-1 a {
	color: #dfbe6a;
	font-size: 14px;
	text-decoration-line: underline;
	text-underline-offset: 5px;
	text-decoration-color: #dfbe6a;
	text-decoration-thickness: 1px;
}
.bnr__shared.style-1 a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.bnr__shared.style-1 {
	width: auto;
	max-width: 320px;
}
.bnr__shared.style-1 a {
	font-size: 16px;
	background: #000;
	padding: 20px 20px 20px 60px;
	color: #dfbe6a;
	border: 1px solid #dfbe6a;
	text-decoration: none;
	text-align: left;
}
.bnr__shared.style-1 a::after {
	content: ">";
	width: 14px;
	height: 17px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 30px;
	line-height: 1;
	font-size: 22px;
}
.bnr__shared.style-1 a span {
	display: none;
}
}
.mlr {
	margin-left: auto;
	margin-right: auto;
}
.bnr__shared.style-2 {
	width: 349px;
	overflow: hidden;
}
.bnr__shared.style-2 a {
	color: #dfbe6a;
	border: 1px solid #dfbe6a;
	padding: 22px 20px 21px 74px;
	background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0), rgba(223, 190, 106, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0.5px;
}
.bnr__shared.style-2 a::before {
	content: "";
	background: url(../img/shared/bg_bnr.jpg);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 1;
	z-index: -1;
	transition: all 0.9s ease-out;
}
.bnr__shared.style-2 a::after {
	content: ">";
	width: 14px;
	height: 13px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 26px;
	line-height: 1;
	font-size: 26px;
}
.bnr__shared.style-2 a:hover {
	text-decoration: none;
	background-position: 99% 50%;
	color: #fff;
}
.bnr__shared.style-2 a:hover::before {
	opacity: 1;
	right: 0;
}


.bnr__shared.style-6 {
	width: 349px;
	overflow: hidden;
}
.bnr__shared.style-6 a {
	color: #dfbe6a;
	border: 1px solid #dfbe6a;
	padding: 22px 20px 21px 62px;
	background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0), rgba(223, 190, 106, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0.5px;
}
.bnr__shared.style-6 a::before {
	content: "";
	background: url(../img/shared/bg_bnr2.jpg);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 1;
	z-index: -1;
	transition: all 0.9s ease-out;
}
.bnr__shared.style-6 a::after {
	content: ">";
	width: 14px;
	height: 17px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 31px;
	line-height: 1;
	font-size: 26px;
}
.bnr__shared.style-6 a:hover {
	text-decoration: none;
	background-position: 99% 50%;
	color: #fff;
}

@media screen and (max-width: 767px) {
.bnr__shared.style-6 {
	width: auto;
	max-width: 320px;
}
.bnr__shared.style-6 a {
	padding: 20px 20px 20px 40px;
	background: none;
}
	.bnr__shared.style-6 a:hover {
		color: #dfbe6a;
	}
	.bnr__shared.style-6 a::before {

	}
	.bnr__shared.style-6 a::after {
    font-size: 22px;
    right: 15px;
}
}

@media screen and (max-width: 767px) {
.bnr__shared.style-2 {
	width: auto;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.bnr__shared.style-2 a {
	background: #000;
	padding: 20px 20px 20px 30px;
}
	
	.bnr__shared.style-2 a::after {
    font-size: 22px;
    height: 17px;
    right: 15px;
}
	
}
.bnr__shared.style-4 {
	overflow: hidden;
}
.bnr__shared.style-4 a {
	color: #dfbe6a;
	border: 1px solid #dfbe6a;
	line-height: 1.4;
	padding: 19px 20px 18px 20px;
	background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0), rgba(223, 190, 106, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
.bnr__shared.style-4 a::before {
	content: "";
	background: url(../img/shared/bg_bnr.jpg);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.9s ease-out;
}
.bnr__shared.style-4 a::after {
	content: ">";
	width: 14px;
	height: 13px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 25px;
	line-height: 1;
	font-size: 26px;
}
.bnr__shared.style-4 a:hover {
	text-decoration: none;
	background-position: 99% 50%;
	color: #fff;
}
.bnr__shared.style-4 a:hover::before {
	opacity: 1;
	right: 0;
}

@media screen and (max-width: 767px) {
.bnr__shared.style-4 a {
	padding: 20px;
	background: none;
}
	.bnr__shared.style-4 a:hover {
		color: #dfbe6a;
	}
.bnr__shared.style-4 a::before {
	display: none;
}
.bnr__shared.style-4 a::after {
	top: 45%;
	right: 14px;
	font-size: 20px;
}
}
.bnr__shared.style-5 a {
	color: #dfbe6a;
	border: 1px solid #dfbe6a;
	line-height: 1;
	padding: 21px 20px 22px 20px;
	background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0.8), rgba(223, 190, 106, 0), rgba(223, 190, 106, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
}
.bnr__shared.style-5 a:hover {
	text-decoration: none;
	background-position: 99% 50%;
	color: #fff;
}
.bnr__shared.style-5 a:hover::before {
	opacity: 1;
	right: 0;
}

@media screen and (max-width: 767px) {
.bnr__shared.style-5 a {
	background: none;
}
}
.bnr__web.style-3 a {
	display: block;
	line-height: 1;
	background: #dfbe6a;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	color: #000000;
	padding: 23px 0 21px;
	text-align: center;
	transition: all .4s ease;
}
.bnr__web.style-3 a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0), rgba(53, 53, 53, 0));
	    background-position: 1% 50%;
    background-size: 300% 300%;
	    transition: all 0.7s ease-out;
	opacity: 0;
}
.bnr__web.style-3 a::after {
	content: ">";
	width: 14px;
	height: 13px;
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	right: 30px;
	line-height: 1;
	font-size: 24px;
}
.bnr__web.style-3 a span {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-left: 16px;
	letter-spacing: 0px;
}
.bnr__web.style-3 a span::before {
	content: "";
	background: url(../img/shared/icon_mail@2x.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 29px;
	height: 24px;
	position: absolute;
	top: 45%;
	left: -24px;
	transform: translateY(-50%);
	transition: all 0.7s ease-out;
}
.bnr__web.style-3 a span small {}
.bnr__web.style-3 a:hover {
color: #fff;
}

.bnr__web.style-3 a:hover span::before {
	filter: brightness(0) invert(1);
}

.bnr__web.style-3 a:hover::before{
    text-decoration: none;
    background-position: 99% 50%;
    color:#ba9c50;
	opacity: 1;
}
.bnr__web.style-3 .fz__double {
	font-size: 25px;
	padding: 34px 0 31px;
}
.bnr__web.style-3 .fz__double::after {
	top: 44%;
	right: 36px;
	font-size: 27px;
	height: 17px;
}
.bnr__web.style-3 .fz__double span::before {
	width: 44px;
	height: 36px;
	left: -58px;
}

@media screen and (max-width: 767px) {
.bnr__web.style-3 a {
	font-size: 16px;
	padding: 20px 0 18px;
}
.bnr__web.style-3 a::after {
	right: 20px;
	font-size: 18px;
}
	.bnr__web.style-3 .fz__double span {
		padding-left: 0;
	}
	.bnr__web.style-3 a span {
		
		line-height: 1.4;
	}
	.bnr__web.style-3 a span small {
		display: none;
	}
.bnr__web.style-3 a span::before {
	width: 26px;
	height: 22px;
}
.bnr__web.style-3 a:hover {
	opacity: 1;
}
.bnr__web.style-3 .fz__double {
	font-size: 22px;
	padding: 23px 0 21px;
}
.bnr__web.style-3 .fz__double::after {
	top: 43%;
	right: 30px;
	line-height: 1;
	font-size: 24px;
}
.bnr__web.style-3 .fz__double span::before {
	width: 33px;
	height: 34px;
	position: absolute;
	left: -50px;
}
	
.bnr__web.style-3 a:hover {
color: #000;
}
	.bnr__web.style-3 a:hover::before {
		background: none;
	}
.bnr__web.style-3 a:hover span::before {
	filter: none;
}	
	
	
	
}
#head-key .ob-img,
#head-key {
	height: 651px;
}


@media screen and (max-width: 767px) {
#head-key .ob-img,
#head-key {
	height: 620px;
}

}

.bg-yellow {
	color: #000;
	background: #dfbe6a;
}
.cl-red {
	color: #cc0000;
}
.cl-yellow {
	color: #dfbe6a;
}

.tel__iframe {
	padding: 8vw 0px;
	text-align: center;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.tel__iframe dl {
	line-height: 1;
}
.tel__iframe dl dt {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 3vw;
}
.tel__iframe dl .tel {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.3;
}
.tel__iframe dl .tel a:hover {
	text-decoration: none;
}
.tel__iframe dl .tel small {
	font-size: 21px;
	padding-right: 2px;
}
.tel__iframe dl .tel span {
	display: none;
}
.tel__iframe dl .des {
	font-size: 14px;
	padding-top: 1vw;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
.tel__iframe {
	padding: 34px 0;
	border-width: 2px;
}
.tel__iframe dl dt {
	font-size: 20px;
	margin-bottom: 14px;
}
.tel__iframe dl .tel {
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 3.2px;
}
.tel__iframe dl .tel a:hover {
	text-decoration: none;
}
.tel__iframe dl .tel small {
	font-size: 21px;
	padding-right: 0;
}
	.tel__iframe dl .tel span {
		display: inline-block;
		padding-right: 10px;
		padding-left: 14px;
	}
.tel__iframe dl .des {
	font-size: 14px;
	padding-top: 16px;
}
}

.icon__shop {
	position: relative;
}
.icon__shop::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0), rgba(53, 53, 53, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    transition: all 0.7s ease-out;
    opacity: 0;	
}

.icon__shop a {
	font-size: 25px;
	line-height: 37px;
	padding-top: 110px;
	padding-bottom: 32px;
	display: block;
	background: #dfbe6a;
	text-align: center;
	position: relative;
	transition: all 0.7s ease-out;
	letter-spacing: 1px;
	color: #000;
}
.icon__shop a:hover {
	text-decoration: none;
	color: #fff;
	background: none;
}
.icon__shop a::before {
	content: "";
	background: url(../img/shared/icon_shop@2x.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 60px;
	height: 46px;
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.7s ease-out;
	
}
.icon__shop a:hover::before {
	filter: brightness(0) invert(1);
}
.icon__shop a::after {
	content: ">";
	width: 14px;
	height: 13px;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	right: 46px;
	line-height: 1;
	font-size: 24px;
}
.icon__shop:hover {
	background: #dfbe6a;
}
.icon__shop:hover::before {
    text-decoration: none;
    background-position: 99% 50%;
    opacity: 1;
}
@media screen and (max-width: 767px) {
.icon__shop a {
	font-size: 15px;
	line-height: 30px;
	padding-top: 60px;
	padding-bottom: 15px;
	background: #dfbe6a;
	color: #000;
}

.icon__shop a:hover {
	text-decoration: none;
	opacity: 1;background: #dfbe6a;
	color: #000;
}
.icon__shop a::before {
	width: 37px;
	height: 32px;
	top: 28px;
}
.icon__shop a::after {
	width: 11px;
	height: 17px;
	top: 43%;
	right: 15px;
	font-size: 20px;
}
	
.icon__shop a:hover::before {
	filter: none;
}

.icon__shop:hover {
	background: none;
}
.icon__shop:hover::before {

    opacity: 0;
}
	
	
}
.sec3__common {
	background: url(../img/shared/bg02.jpg);
	padding-top: 15vw;
	color: #fff;
	position: relative;
	z-index: 3;
}
.sec3__common .wrap {
	max-width: 1000px;
}
.sec3__common .set1 {
	margin-bottom: 8vw;
}
.sec3__common .set1 h2 {
	width: 52vw;
	margin: 0 auto 6vw;
}
.sec3__common .set2 {
	position: relative;
	margin-bottom: 10vw;
}
.sec3__common .set2 .photo {
	height: 55vw;
}
.sec3__common .set2 .box {
	padding-top: 10vw;
}
.sec3__common .set2 .box h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 4vw;
	border-bottom: 2px solid #7b7b7b;
}
.sec3__common .set2 .box .list {
	font-size: 15px;
}
.sec3__common .set2 .box .list dl {
	padding: 12px 0;
	border-bottom: 1px solid #7b7b7b;
	text-align: left;
	letter-spacing: 0;
	flex-wrap: wrap;
}
.sec3__common .set2 .box .list dl dd {
	text-align: right;
}
.sec3__common .set3 {
	flex-direction: row-reverse;
	padding-bottom: 15vw;
}
.sec3__common .set3 .photo {
	height: 55vw;
	margin-right: 0;
}
.sec3__common .set3 .box {
	padding-top: 6vw;
	text-align: center;
}
.sec3__common .set3 .box h3 {
	font-size: 24px;
	margin-bottom: 2vw;
}
.sec3__common .set3 .box .price {
	font-size: 18px;
	margin-bottom: 3vw;
	line-height: 1;
}
.sec3__common .set3 .box .note-2 {
	margin-bottom: 30px;
}
.sec3__common .set3 .list__cate {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.sec3__common .set3 .list__cate li {
	width: 32%;
}
.sec3__common .set3 .list__cate .photo__s {
	height: 91px;
	width: 100%;
	margin-bottom: 10px;
}
.sec3__common .set3 .list__cate .tt {
	color: #ba9c50;
	font-size: 14px;
	margin-bottom: 2vw;
}
.sec3__common .set3 .list__cate .tts {
	line-height: 1;
}

@media screen and (min-width: 768px) {
.sec3__common {
	padding-top: 176px;
}
.sec3__common .set1 {
	text-align: center;
	margin-bottom: 73px;
}
.sec3__common .set1 h2 {
	width: 430px;
	margin: 0 auto 35px;
}
.sec3__common .set2 {
	margin-bottom: 86px;
}
.sec3__common .set2 .photo {
	width: 465px;
	height: 300px;
}
.sec3__common .set2 .box {
	width: 468px;
	padding-top: 67px;
}
.sec3__common .set2 .box h3 {
	font-size: 26px;
	padding-bottom: 29px;
}
.sec3__common .set2 .box .list {
	font-size: 15px;
}
.sec3__common .set2 .box .list dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 5px 4px 5px 0;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
}
.sec3__common .set2 .box .list dl dd {
	text-align: right;
}
.sec3__common .set3 {
	padding-bottom: 97px;
}
.sec3__common .set3 .photo {
	width: 567px;
	height: 362px;
	margin-right: -100px;
}
.sec3__common .set3 .box {
	padding-top: 26px;
	width: 467px;
}
.sec3__common .set3 .box h3 {
	font-size: 26px;
	margin-bottom: 25px;
}
.sec3__common .set3 .box .price {
	font-size: 20px;
	margin-bottom: 12px;
}
.sec3__common .set3 .box .note-2 {
	margin-bottom: 30px;
}
.sec3__common .set3 .list__cate {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.sec3__common .set3 .list__cate li {
	width: 32%;
}
.sec3__common .set3 .list__cate .photo__s {
	height: 91px;
	width: 100%;
	margin-bottom: 14px;
}
.sec3__common .set3 .list__cate .tt {
	font-size: 20px;
	margin-bottom: 0;
}
}
.list__price__common dl {
	padding: 20px 0px 20px 0px;
	font-size: 18px;
	border-bottom: 1px solid #b5b5b5;
	text-align: center;
}
.list__price__common dl + dl {
	margin-top: 20px;
}
.list__price__common dl dt {
	max-width: 153px;
	width: 153px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.list__price__common dl dt span {
	display: block;
	text-align: center;
	color: #fff;
	background: #ba9c50;
	line-height: 1;
	padding: 8px 0 5px;
	width: 153px;
}
.list__price__common dl .des {
	font-size: 22px;
}
.list__price__common dl .des span {
	font-size: 16px;
	display: block;
}
.list__price__common dl .price {
	min-width: 109px;
	text-align: center;
}

@media screen and (min-width: 768px) {
.list__price__common dl {
	padding: 20px 14px 13px 20px;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.list__price__common dl + dl {
    margin-top: 12px;
}
.list__price__common dl dt {
	width: 153px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}
.list__price__common dl dt span {
	padding: 8px 0;
}
.list__price__common dl .des {
	font-size: 26px;
	width: 56%;
	text-align: left;
	letter-spacing: 2px;
}
	.list__price__common dl .des span {
		font-size: 20px;
		display: inline;
	}
.list__price__common dl .price {
	min-width: 109px;
	text-align: right;
	letter-spacing: 3px;
}
}
.list__common {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.list__common li {
	width: 100%;
	margin-bottom: 9vw;
}
.list__common li .photo {
	height: 50vw;
	width: 100%;
	margin-bottom: 25px;
}
.list__common li .info {
	text-align: center;
}
.list__common li .info .tt {
	margin-bottom: 20px;
}
.list__common li .info .tt span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 12px 0 10px;
	width: 155px;
	margin: 0 auto;
	background: #ba9c50;
}
.list__common li .info dl {
	margin-bottom: 4vw;
}
.list__common li .info dl dt {
	font-size: 5.2vw;
}
.list__common li .info dl dd {
	font-size: 4.5vw;
}
.list__common li .info .text-s {
	margin-bottom: 25px;
}
.list__common li .info .text {
	text-align: left;
}

@media screen and (min-width: 768px) {
.list__common {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.4%;
}
.list__common li {
	width: 48.2%;
	margin-bottom: 97px;
}
.list__common li .photo {
	height: 370px;
	width: 100%;
	margin-bottom: 49px;
}
.list__common li .info {width: 84%;margin: 0 auto;}
.list__common li .info .tt {
	margin-bottom: 28px;
}
.list__common li .info .tt span {
	font-size: 20px;
	padding: 9px 0 7px;
	width: 155px;
	margin: 0 auto;
}
.list__common li .info dl {
	margin-bottom: 23px;
}
.list__common li .info dl dt {
	font-size: 26px;
	margin-bottom: 7px;
	line-height: 35px;
}
.list__common li .info dl dd {
	font-size: 20px;
}
.list__common li .info .text-s {
	margin-top: -14px;
}
.list__common li .info .text {
	text-align: ce;
}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	.list__common {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.wrap__12 {
	max-width: 1200px!important;
}




/* Scss Document */
#nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 123;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
#nav-fixed .wrap {
	max-width: 100%;
}
#nav-fixed .nav-fixed__col {
	position: relative;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	gap: 25px;
	padding: 15px 0;
}
#nav-fixed .nav-fixed__col nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#nav-fixed .nav-fixed__col nav ul li {
	padding: 10px 0;
}
#nav-fixed .nav-fixed__col nav ul li ul {
	display: block;
}
#nav-fixed .nav-fixed__col nav ul li ul li {
	padding: 0;
}
#nav-fixed .bnr__ins {
	width: 30px;
}
#nav-fixed .nav-fixed__sns ul li {
	line-height: 1;
	position: relative;
}
#nav-fixed .nav-fixed__sns ul li::before, #nav-fixed .nav-fixed__sns ul li::after {
	content: "";
	background: #626262;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
#nav-fixed .nav-fixed__sns ul li a {
	font-size: 14px;
	padding: 0 11px;
}
#nav-fixed .nav-fixed__sns ul li:nth-child(1)::after {
	right: auto;
	left: 0;
}
#nav-fixed .nav-fixed__contact .tel__g {
	color: #9b7922;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 2px;
	margin: 5px 0;
}
#nav-fixed .nav-fixed__contact .tel__g small {
	font-size: 18px;
	padding-right: 10px;
}
.fixed-btn #nav-fixed {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#nav-fixed .nav-fixed__col {
		gap: 16px;
	}
	
	.header__menu nav ul li span, .header__menu nav ul li a {
		font-size: 15px;
	}
	
}


