﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.1em;
	background: #f8f6f0;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #000;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-notoserif {
	font-family: 'Noto Serif JP', serif;
}
.fnt-cormorant {
	font-family: 'Cormorant Garamond', serif;
}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
a {
	transition: opacity ease .3s;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	width: 1000px;
}
.tac {
	text-align: center;
}
.img-sd {
	box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
.rss a {
	display: block;
}
.rss-img img {
	max-width: 100%;
	height: auto;
}
.rss-img span {
	display: block;
	width: 100% !important;
	height: 0 !important;
	padding-top: 75%;
	transition: all ease .3s;
}
.rss-img span:hover {
	opacity: .8;
}
.title-home {
    font-family: 'Cormorant Garamond', serif;
	color: #9d8141;
	font-size: 120px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.title-home.title-sm {
	font-size: 60px;
}
.title-home span {
	display: inline-block;
	position: relative;
}
.title-home span:before {
	content: "";
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid;
}
.title-home.title-sm span:before {
	bottom: 9px;
}
.btn-link a, .btn-link .copy {
	font-family: 'Noto Serif JP', serif;
	background-color: #1c0e03;/*#b7661d*/
	position: relative;
	display: block;
	text-align: center;
	max-width: 380px;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: all ease .3s;
	padding: 9px 0 11px;
	color: #fff;
}

footer .footer-middle .btn-link a {
	background-color: #f8f6f0;/*#b7661d*/
	color: #120d06;
}

.btn-link a:after, .btn-link .copy:after {
	content: ">";
	font-size: 90%;
	position: absolute;
	top: 50%;
	right: 48px;
	margin-top: -20px;
}
.btn-link a:hover, .btn-link .copy:hover {
	opacity: 0.7;
}
.btn-link.btn-sm a {
	max-width: 270px;
	padding: 2px 0 4px;
	font-size: 18px;
	margin: auto;
}
.d-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.txt p + p {
	margin-top: 20px;
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	html.responsive .wrap {
		width: auto;
		padding: 0 6%;
	}
	body {
		font-size: 14px;
		line-height: 30px;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: none;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	.txt br:not(.brsp) {
		display: none;
	}
	.title-home {
		font-size: 16vw;
	}
	.title-home.title-sm {
		font-size: 8vw;
	}
	.title-home span:before {
	    bottom: 10px;
	}
	.title-home.title-sm span:before {
	    bottom: 4px;
	}
	.btn-link a, .btn-link .copy {
		font-size: 15px;
		line-height: 35px;
	}
	.btn-link.btn-sm a {
		font-size: 14px;
	}
	.btn-link a:after, .btn-link .copy:after {
		right: 10%;
	}
}


/*=============================================
 * <header>
 *=============================================*/

.box-tel {
	line-height: 24px;
}
.box-tel .tel {
	letter-spacing: 0.08em;
	font-size: 26px;
}
.box-tel .tel span {
	letter-spacing: 0.08em;
	font-size: 16px;
}
.box-tel .note {
	letter-spacing: 0;
	font-size: 15px;
}
.box-social {
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-social li {
	padding: 0 10px;
	position: relative;
}
.box-social li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	height: 15px;
	border-left: 1px solid #fff;
}
.box-social li a {
	display: flex;
	align-items: center;
}
.box-social li.social-insta a {
	padding-left: 9px;
}
.box-social li.social-insta a:hover {
	opacity: 0.7;
}
.box-social li span {
	margin-left: 10px;
}
.box-social li img {
	width: auto;
}
header {
	position: relative;
	height: 950px;
	z-index: 10;
	color: #fff;
}
header > .wrap {
	width: 100%;
	max-width: 1340px;
	padding: 0 20px;
    box-sizing: border-box;
	z-index: 2;
}
header h1 {
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 29px 0 24px;
}
header .head-right {
	position: absolute;
    top: 35px;
    right: 12px;
    text-align: center;
    width: 400px;
}
header .box-social {
	margin-top: 4px;
	padding-right: 15px;
}
header .btn-link {
	margin-top: 30px;
}
header .btn-link a:after {
	right: 20px;
}
header .logo {
	max-width: 312px;
}
header .head-top {
	font-family: 'Cormorant Garamond', serif;
	width: 312px;
}
header .menu_toggle {
	margin-top: 57px;
    padding-left: 6px;
}
header .menu_toggle .btn-link a {
	background: #b7661d;
}
header .nav a {
	padding: 12px 0;
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
header .nav a span {
	display: inline-block;
	position: relative;
}
header .nav a span:before {
	content: "";
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
header .nav a:hover span:before,
header .nav a.active span:before {
	opacity: 1;
}
.hamburger {
	font-family: 'Noto Serif JP', serif;
	background-color: #b7661d;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	width: 100px;
	height: 50px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	margin: 0;
	overflow: visible;
}
.hamburger:before {
	content: "Menu";
	margin-right: 6px;
	font-size: 15px;
}
.hamburger.is-active:before {
	content: "Close";
}
.hamburger-box {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 100%;
    height: 3px;
	background-color: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner {
	background-color: transparent;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -5px;
}
.hamburger-inner::after {
	bottom: -5px;
}
/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	/* opacity: 0; */
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
	.hamburger {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.menu_toggle {
		position: fixed;
		width: 100%!important;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		z-index: 99;
		padding-top: 75px;
		padding-bottom: 140px;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9);
		color: #fff;
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	.navOpen {
		transition: none !important;
	}
	.navOpen .menu_toggle {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
	header {
		height: auto;
	}
	header .menu_toggle {
		background: url('../img/shared/bg-nav.png') repeat center top;
	    margin-top: 0;
	    padding-left: 0;
	}
	header .head-top {
		width: auto;
	}
	header .logo {
		width: 50%;
	    position: absolute;
	    top: 52px;
	    left: 4%;
	    max-width: 50%;
	}
	header h1 {
		width: calc(100% - 120px);
		padding: 8px 0;
		font-size: 12px;
		position: absolute;
	    left: 4%;
		top: 0;
	}
	header .nav {
		flex-wrap: wrap;
		padding: 0 9%;
	}
	header .nav a {
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px dashed #6a5144;
		font-size: 18px;
	}
	header .nav a.active {
		border-bottom: 1px solid #fff;
	}
	header .nav a span:before {
		display: none;
	}
	.box-tel {
	    text-align: center;
	    line-height: 22px;
	    margin-bottom: 20px;
	}
	.box-tel .tel {
	    font-size: 18px;
	}
	.box-tel .tel span {
	    font-size: 68%;
	}
	.box-tel .note {
	    font-size: 12px;
	}
	header .box-social {
	    margin-top: 30px;
	    padding-right: 0;
	    font-size: 14px;
	}
	header .box-social li {
		padding: 0 8px;
	}
	header .box-social li span {
		margin-left: 6px;
	}
	header .btn-link.btn-sm a {
		width: 82%;
		max-width: inherit;
	}
}

/*=============================================
 * <header>
 *=============================================*/

.nav-fixed {
	background: url('../img/shared/pr251.jpg') repeat center top;
	height: 80px;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -85px;
	opacity: 0;
	transition: all ease .3s;
}
.nav-fixed.fixed {
	opacity: 1;
	top: 0;
}
.nav-fixed .wrap {
	display: flex;
	align-items: center;
}
.nav-fixed .tel-nav {
	letter-spacing: 0.025em;
	line-height: 25px;
	font-size: 22px;
	margin: 0 10px 0 18px;
}
.nav-fixed .tel-nav span {
	font-size: 13px;
	display: block;
}
.nav-fixed .social-nav {
	border-left: 1px solid #5e4f29;
	border-right: 1px solid #5e4f29;
	padding: 10px 12px 10px 15px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.nav-fixed .social-nav li {
	padding-left: 16px;
	position: relative;
}
.nav-fixed .social-nav li:before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.nav-fixed .social-nav li a.active {
	text-decoration: underline;
}
.nav-fixed .insta a:hover {
	opacity: 0.7;
}
.nav-fixed nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.nav-fixed nav a {
	position: relative;
	padding-right: 6px;
	margin-right: 6px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
.nav-fixed nav a:before {
	content: '';
	position: absolute;
	left: 0;
	width: calc(100% - 6px);
	height: 1px;
	background: #fff;
	bottom: 0;
	opacity: 0;
	transition: all .5s ease;
}
.nav-fixed nav a:after {
	content: '';
	border-right: 1px solid #83743e;
	position: absolute;
	right: 0;
	top: 4px;
	height: 15px;
}
.nav-fixed nav a:last-child:after {
	display: none;
}
.nav-fixed nav a.active:before, .nav-fixed nav a:hover:before {
	opacity: 1;
}
.nav-fixed nav a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.nav-fixed {
		height: 0;
		display: none;
	}
}

/*=============================================
 * key
 *=============================================*/

#key {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#key [class^="slide"] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 950px;
}
@media screen and (min-width: 768px) {
	#key img {
		opacity: 0;
	}
}
@media screen and (max-width: 767px) {
	#key {
		position: relative;
		min-height: auto;
	}
	#key [class^="slide"] {
		min-height: auto;
	}
}


/*=============================================
 * <footer>
 *=============================================*/

footer {
	background-color: #120d06;
	padding: 74px 0 96px;
	color: #fff;
}
footer .wrap {
	max-width: 900px;
}
footer .footer-middle {
	padding: 31px 66px 39px;
	border-bottom: 1px solid #c2bbac;
}
footer .footer-middle .btn-link {
	width: 340px;
}
footer .footer-bottom {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 27px;
}
footer nav {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
}
footer nav > a span {
	padding: 0 7px 0 10px;
}
footer nav > a:hover {
	text-decoration: none;
}
footer nav > a:hover span,
footer nav > a.active span {
	text-decoration: underline;
}
footer .cookies-link {
	margin-bottom: 33px;
	text-align: right;
	color: #fff;
}
footer .cookies-link a {
	text-decoration: underline;
}
footer .cookies-link a:hover {
	text-decoration: none;
}
#socialbuttons {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 12vw 0 90px;
	}
	footer .footer-middle {
		padding: 0 3% 8vw;
	}
	footer .footer-bottom {
		margin-top: 4vw;
	    font-size: 12px;
	    text-align: center;
	    display: block;
	}
	footer .cookies-link {
	    margin-bottom: 18px;
	    text-align: center;
	}
	#socialbuttons {
	    margin: 0 auto 6vw;
	}
}

/*====================== ft_fixed ====================== */
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
}
.ft_fixed_shared li {
	font-family: 'Noto Serif JP', serif;
	background-color: #b7661d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	width: 50%;
	color: #fff;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	position: relative;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	display: none;
}
/* iPhone X */
@media only screen  and (min-device-width: 375px)  and (min-device-height: 812px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: portrait) {
	.has_nav footer:after {
		background: #b7661d;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 75px;
	}
}
/* iPhone XR */
@media only screen  and (min-device-width: 414px)  and (min-device-height: 896px)  and (-webkit-device-pixel-ratio: 2)  and (orientation: portrait) {
	.has_nav footer:after {
		background: #b7661d;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 75px;
	}
}
/* iPhone 11 */
@media  only screen and (-webkit-min-device-pixel-ratio: 3),  only screen and ( min--moz-device-pixel-ratio: 3),  only screen and ( -o-min-device-pixel-ratio: 3/1),  only screen and ( min-device-pixel-ratio: 3),  only screen and ( min-resolution: 458dpi),  only screen and ( min-resolution: 3dppx) {
	.has_nav footer:after {
		background: #b7661d;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 75px;
	}
}
@media screen and (min-width: 768px) {
	.has_nav footer:after {
		display: none !important;
	}
}
.bg_parallax {
	position: relative;
	padding-top: 46.8vw;
}
.img_parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.img_parallax img {
	width: 100%;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../img/shared/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev {
	background: url('../img/shared/prev.png') no-repeat center center;
	background-size: 100%;
    left: -3.2%;
}
.slick-next {
	background: url('../img/shared/next.png') no-repeat center center;
	background-size: 100%;
    right: -3.2%;
}

/* Dots */
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    border: 1px solid #a88228;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background: #a88228;
}
.slick-slide > div > div {
	vertical-align: top;
}

#popup-all {
	background: url('../img/shared/pr64.jpg') repeat center top;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	padding: 92px 155px 90px;
}
#popup-all h3 {
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}
#popup-all h3 span {
	display: inline-block;
	border-bottom: 1px dashed #999999;
}
#popup-all .box {
	position: relative;
	margin: 28px 0 30px;
	padding: 5px 0;
}
#popup-all .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	border: 1px solid #999999;
	border-right: 1px solid transparent;
}
#popup-all .box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	border: 1px solid #999999;
	border-left: 1px solid transparent;
}
#popup-all ul {
	margin: 0 auto;
	max-width: 274px;
}
#popup-all ul li {
	line-height: 26px;
	padding-left: 30px;
	position: relative;
}
#popup-all ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #656565;
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 50px;
		bottom: 75px;
	}
	.navOpen #pagetop {
		display: none;
	}
	#popup-all {
	    padding: 50px 20px 60px;
	}
	#popup-all h3 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	#popup-all h3 span {
	    padding-bottom: 15px;
	    display: block;
	}
	#popup-all .box {
		margin: 20px 0;
		padding: 18px 0;
	}
}


.font36 {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #4b3a13;
}
#sec8 {
    background: url('../img/shared/pr251.jpg') repeat center top;
    padding: 160px 0 199px;
    color: #fff;
}
#sec8 h2 {
    background: url('../img/index/title-line.png') no-repeat center right;
    color: inherit;
    width: 390px;
    margin-left: 50px;
}
#sec8 .box-tel {
    position: absolute;
    top: 9px;
    right: 125px;
}
#sec8 .info {
    margin: 51px auto 0;
    max-width: 900px;
}
#sec8 .info dl {
    border-bottom: 1px dashed #9d8141;
    padding: 12px 0 11px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}
#sec8 .info dl dt {
    width: 32%;
}
#sec8 .info dl dd {
    width: 68%;
}
#sec8 .box {
    border: 1px solid #fff;
    padding: 40px 70px 48px;
    margin: 82px auto 0;
    line-height: 30px;
    max-width: 900px;
    box-sizing: border-box;
}
#sec8 .box .text18 {
    font-size: 18px;
}
#sec9 {
    background: #f8f6f0;
    padding: 86px 0 95px;
}
#sec9 .map {
    height: 500px;
    width: 100%;
}
#sec9 .map iframe {
    display: block;
    height: 100%;
    width: 100%;
}
#sec9 .d-flex {
    padding-top: 68px;
    justify-content: center;
}
#sec9 .d-flex > div {
    margin: 0 38px;
    width: 380px;
}
#sec9 .gmap_print {
    margin-top: 31px;
}
#sec9 .gmap_print a {
    text-decoration: underline;
    display: block;
    text-align: center;
    color: #b7661d;
}
#sec9 .gmap_print a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .font36 {
        font-size: 5.6vw;
        line-height: 2.2;
    }
    #sec8 {
        padding: 15vw 0 15vw;
    }
    #sec8 .box-tel {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 6vw;
    }
    #sec8 .box-tel .tel {
        font-size: 20px;
    }
    #sec8 h2 {
        margin-left: 0;
        font-size: 6.4vw;
        width: 70%;
        background-size: 50%;
    }
    #sec8 .info {
        margin-top: 6vw;
    }
    #sec8 .info dl {
        padding: 12px 0 11px;
        line-height: 22px;
        display: block;
    }
    #sec8 .info dl dt,
    #sec8 .info dl dd {
        width: 100%;
    }
    #sec8 .box {
        margin-top: 10vw;
        padding: 6vw 15px;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
        text-align: center;
    }
    #sec8 .box .text18 {
        font-size: 18px;
        text-align: center;
    }
    #sec9 {
        padding: 6vw 0 12vw;
    }
    #sec9 .map {
        height: 480px;
    }
    #sec9 .d-flex {
        padding-top: 10vw;
    }
    #sec9 .d-flex > div {
        margin: 0 3%;
        width: 100%;
    }
    #sec9 .d-flex > div + div {
        margin-top: 20px;
    }
}
/*# osirase template */
#oshirase{
	width:100%;
	text-align:center;
	margin:5px;/*shadow分marginを増やす(上下） */
}
#oshirase p{
	margin-bottom: 1em;
}

@media screen and (min-width:1000px) {
#oshirase{
	width:500px;
	margin:5px auto;
}
	#oshirase .zitan_img{
	width:450px;
}
}