@charset "utf-8";
/*
Theme Name:reiwanosato2509
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

/* form reset */
input[type="text"],
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	appeareance: none;
	max-width: 100%;
	/*padding: 8px;*/
	border: none;
	outline: none;
	font-family: inherit;
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

/* iOS form reset */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked + label {
	background: #ff0000;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	/*color: #333333;*/
}

a:hover {
	text-decoration: none;
	/*color: #B98E31;*/
}

a:active {
	text-decoration: none;
	/*color: #B98E31;*/
}


/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #444444;
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-display: swap;
}

#container {
	position: relative;
	font-family: dnp-shuei-mincho-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.subMain {
	padding-top: 100px;
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* common */
/* -------------------------------------------------- */
.ojf {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left !important;
}

.verticalFlow {
	position: absolute;
	top: 0;
	left: 0;
}

.palt {
	font-feature-settings: "palt";
}

.mgNone {
	margin: 0 !important;
}

.fcGreen {
	color: #3EB134;
}

.contInner {
	width: 100%;
	max-width: 1720px;
	margin: auto;
}

.inner,
.outer {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.contRow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contCol {
	width: 50%;
}

#contactFlow {
	margin: 0 auto 60px;
	text-align: center;
}

#flowActiv {
	color: #3eb134;
}

.otherContHead {
	margin-bottom: 25px;
	font-size: 2.5rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
}

.otherContHead:before {
	width: 20px;
	height: 2px;
	margin-right: 15px;
	display: inline-block;
	background: #3EB134;
	content: '';
	vertical-align: 9px;
}

.sectionBorder {
	border-bottom: 1px solid #e1e3de;
}


.sectionTtl {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	margin-bottom: 90px;
	line-height: 1;
}

.sectionTtl:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 60px;
	right: 50%;
	background: #3eb134;
	transform: translateX(10px);
}

/* button */
.btnSet {
	width: 400px;
	margin: auto;
	color: #444444;
}

.btnSetLink {
	width: 100%;
	padding: 16px 0;
	display: block;
	position: relative;
	/*font-size: 1.6rem;*/
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	color: inherit;
	border: 1px solid #dadada;
	border-radius: 15px;
	transition: all .3s ease-in-out;
}

.btnSetLink:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	border-top: 2px solid #D5D5D5;
	border-right: 2px solid #D5D5D5;
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}

.moreLink {
	position: relative;
	padding: 0 3px 10px 3px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.0;
	color: inherit;
	border-bottom: 1px solid #D8D8D8;
}

.moreLink:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #3EB134;
	transition: all .3s ease-in-out;
}

.moreLink:after {
	width: 7px;
	height: 7px;
	margin-left: 10px;
	display: inline-block;
	content: '';
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	transform: rotate(45deg);
	vertical-align: 1px;
}

/* header */
/* -------------------------------------------------- */
#header {
	width: 100%;
	height: 100px;
	position: relative;
	padding: 15px 50px 0;
	position: fixed;
	top: 0;
	z-index: 103;
	background: #FFFFFF;
	transition: all .3s ease-in-out;
}

#header.topHeader {
	background: none;
}

#header.changeColor {
	background: #FFFFFF;
}

#header.hide {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.headerLogo {
	width: 213px;
	height: 69px;
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 4;
}

.headerLogoTop {
	position: fixed;
	z-index: 104;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.headerLogoTop.show {
	opacity: 1;
}

.headerLogoTop.show.hide {
	opacity: 0;
}

.headerLogoImg {
	width: 100%;
}

.utility {
	margin-bottom: 10px;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.searchBar {
	width: 244px;
	margin-right: 20px;
	position: relative;
}

.searchBox {
	width: 100%;
	height: 36px;
	padding: 0 20px;
	background: #F5F5F5;
	border: 1px solid #DADADA;
	border-radius: 50px;
	outline: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	font-family: ten-mincho-text, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #3B3B3B;
	opacity: 1.0;
}

::-moz-placeholder {
	font-family: ten-mincho-text, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #3B3B3B;
	opacity: 1.0;
}

:-ms-input-placeholder {
	font-family: ten-mincho-text, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #3B3B3B;
	opacity: 1.0;
}

.btnSearch {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}

.btnAccount {
	width: 120px;
	margin-right: 20px;
}

.linkAccount {
	width: 100%;
	padding: 9px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.08;
	text-align: center;
	color: #3B3B3B;
	border: 1px solid #DADADA;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}

.linkAccount:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 8px;
	background: url(img/common/icon_account.svg) no-repeat 0 0 / 100%;
	vertical-align: -2px;
}

.btnForm {
	width: 230px;
}

.linkForm {
	width: 100%;
	padding: 9px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.08;
	text-align: center;
	color: #3EB134;
	border: 1px solid #3EB134;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}

.linkForm:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-right: 7px;
	background: url(img/common/icon_mail.svg) no-repeat 0 0 / 100%;
	vertical-align: -2px;
}

/* global navi */
.globalNav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.gNavList {
	/*	width: 782px;*/
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}

.gNavItem {
	transition: all .3s ease-in-out;
}

.gNavLink {
	padding: 0 25px 15px;
	position: relative;
	z-index: 99999;
	font-size: 1.5rem;
	line-height: 1.0;
	color: #3B3B3B;
	transition: all .3s ease-in-out;
}

.gNavItem:nth-of-type(1) .gNavLink {
	padding: 0 25px 17px 0;
}

.gNavItem:nth-last-of-type(1) .gNavLink {
	padding: 0 0 17px 25px;
}

.gNavLink:after {
	width: 14px;
	height: 7px;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	z-index: 100;
	margin-left: -7px;
	background: url("img/common/arr_nav.svg") no-repeat 0 0 / 100%;
	transition: all .3s ease-in-out;
	opacity: 0;
}

@media all and (-ms-high-contrast: none) {
	.gNavLink:after {
		bottom: -2px;
	}
}

.gNavItem:hover .gNavLink:after {
	opacity: 1;
}

.gNavItem:nth-of-type(1) .gNavLink:after {
	margin-left: -20px;
}

.gNavItem:nth-last-of-type(1) .gNavLink:after {
	margin-left: 6px;
}

.gNavLink.gNavLinkOnly:after {
	display: none;
}

.igIcon {
	width: 20px;
	height: 20px;
}

.gNavList:hover > li {
	opacity: 0.5;
}

.gNavList:hover > li:hover {
	opacity: 1.0;
}

.gNavListChildWrap {
	width: calc(100% + 100px);
	height: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 38px;
	left: -50px;
	z-index: 99;
	background: #EEEEEE;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
	.gNavListChildWrap {
		top: 37px;
	}
}

.gNavListChildWrap.show {
	height: 90px;
	z-index: 9999;
}

.gNavListChild {
	/*width: 778px;*/
	margin-right: 48px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gNavListChild01 {
	width: 423px;
	margin-right: 406px;
}

.gNavListChild02 {
	width: 291px;
	margin-right: 537px;
}

.gNavListChild03 {
	width: 551px;
	margin-right: 277px;
}

.gNavListChild04 {
	width: 582px;
	margin-right: 249px;
}

@media all and (-ms-high-contrast: none) {
	.gNavListChild01 {
		width: 413px;
		margin-right: 411px;
	}

	.gNavListChild02 {
		width: 284px;
		margin-right: 540px;
	}

	.gNavListChild03 {
		width: 542px;
		margin-right: 281px;
	}

	.gNavListChild04 {
		width: 570px;
		margin-right: 254px;
	}
}

.gNavItemChild {
	color: #000000;
	transition: all .3s ease-in-out;
}

.gNavLinkChild {
	padding: 34px 25px;
	display: block;
	font-size: 1.3rem;
	color: inherit;
	white-space: nowrap;
}

.gNavItemChild:nth-of-type(1) .gNavLinkChild {
	padding: 34px 25px 34px 0;
}

.gNavItemChild:nth-last-of-type(1) .gNavLinkChild {
	padding: 34px 0 34px 25px;
}

.gNavListChild:hover > li {
	opacity: 0.5;
}

.gNavListChild:hover > li:hover {
	opacity: 1.0;
}

.spNav {
	display: none;
}


/* footer */
/* -------------------------------------------------- */
#footer {
	padding: 65px 0 110px;
}

#footer * {
	color: #646564;
}

.footerInner {
	justify-content: space-between;
}

.footLogo {
	width: 250px;
	margin-bottom: 35px;
}

.footLogoImg {
	width: 100%;
}

.footAdd {
	margin-bottom: 25px;
}

.mapLink {
	margin-left: 1em;
	font-size: 1.4rem;
	transition: all .3s ease-in-out;
}

.mapLink:before {
	width: 11px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
	background: url(img/common/icon_pin.svg) no-repeat 0 0 / 100%;
	font-size: 1.4rem;
	content: '';
}

.footTelInfo {
	margin-bottom: 25px;
}

.igLink {
	display: block;
	width: 25px;
	margin-bottom: 75px;
}

.footBtn {
	width: 260px;
}

.footBtnLink {
	padding: 28px 0 25px 95px;
	display: block;
	position: relative;
	line-height: 1.0;
	background: url(img/common/footer_btn_img.jpg) no-repeat left 10px center;
	border: 1px solid #DADADA;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}

.footBtnLink:after {
	width: 11px;
	height: 11px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 13px;
	content: '';
	border-top: 2px solid #D5D5D5;
	border-right: 2px solid #D5D5D5;
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}

/* footer nav */
.footerNavCol {
	margin-right: 100px;
}

.footerNavBlock {
	margin-bottom: 40px;
}

.footerNavBlock li,
.footerNavBlock a {
	line-height: 1.0;
}

.footerNavBlock li {
	margin-bottom: 20px;
}

.footNavLinkChild:before {
	width: 12px;
	height: 1px;
	margin-right: 10px;
	display: inline-block;
	content: '';
	background: #C0C0C0;
	vertical-align: 4px;
}

.searchBarFoot {
	position: relative;
}

.searchBoxFoot {
	width: 100%;
	height: 30px;
	padding: 0 20px;
	background: #F5F5F5;
	border: 1px solid #DADADA;
	border-radius: 50px;
	outline: none;
}

.searchBoxFoot::-webkit-input-placeholder {
	font-size: 1.1rem;
	color: #333333;
}

.searchBoxFoot::-moz-placeholder {
	font-size: 1.1rem;
	color: #333333;
}

.searchBoxFoot:-ms-input-placeholder {
	font-size: 1.1rem;
	color: #333333;
}

.btnSearchFoot {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}

.searchTxt {
	margin: 10px 0 20px;
	font-size: 1.1rem;
	line-height: 1.0;
}

.copy {
	font-size: 1.25rem;
	line-height: 1.0;
	text-align: center;
	color: #646564 !important;
}

/* pagetop */
#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 104;
	cursor: pointer;
	text-align: center;
	border: 1px solid #8FC31F;
	border-radius: 50%;
	background: #FFF;
}

#pagetop a {
	width: 100%;
	height: 100%;
	padding-top: 3px;
	display: block;
}

.pagetopImg {
	width: 22px;
	height: 13px;
}

/* 追従バナーメニュー 2023/8追加 */
#followingArea {
	width: auto;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 30px;
	background: #fff;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e1e3de;
	z-index: 99999;
}

#quo {
	height: 100%;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

#quo img {
	height: 100%;
	width: auto;
}

#quo:hover {
	opacity: 0.5;
}

#reservation {
	width: auto;
	height: 60px;
	margin: 0 20px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.0;
	color: #FFFFFF;
	background: #3EB134;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}

#reservation:hover {
	color: #3EB134;
	background: #fff;
	border: 1px solid #3EB134;
}

#reservation:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url(img/common/icon_calendar_w.svg) no-repeat 0 0 / 100%;
}

#reservation:hover:before {
	background: url(img/common/icon_calendar.svg) no-repeat 0 0 / 100%;
}

#followTel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	letter-spacing: -0.01em;
	line-height: 2.0;
}

#followTel p.footContactTelNum {
	font-size: 1.5rem;
	margin: 0;
	letter-spacing: 0.04em;
}

#followTel p.footContactTelNum .telLink {
	font-size: 3.0rem;
}


/* contact */
/* -------------------------------------------------- */
.footContact {
	padding: 60px 0;
	border-top: 1px solid #e1e3de;
}

.footContactHead {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 1.0;
	letter-spacing: 0.15em;
}

.footContactTxt {
	padding-right: 5.83%;
}

.footContactTxt .secTxt {
	font-size: 1.4rem;
	line-height: 1.4;
}

.footContactDes {
	-ms-align-items: center;
	align-items: center;
}

.footContactDesHead {
	width: 100%;
	margin-bottom: 35px;
	padding: 13px 0 10px;
	font-size: 1.4rem;
	text-align: center;
	color: #3EB134;
	background: #FFFFFF;
	border: 1px solid #3EB134;
}

.footContDesRt {
	justify-content: center;
}

.footContactTel {
	padding-right: 30px;
}

.footContactTelNum {
	margin-bottom: 15px;
	line-height: 1.0;
	color: #3EB134;
}

.footContactTelNum span,
.footContactTelNum a {
	font-size: 2.5rem;
	line-height: 1.0;
	color: #3EB134;
}

.footContactGuide {
	font-size: 1.4rem;
	line-height: 1.0;
	color: #666666;
}

.footContactLink {
	display: block;
	padding: 21px 0 20px;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	color: #3EB134;
	border: 1px solid #3EB134;
	border-radius: 15px;
	transition: all .3s ease-in-out;
}

.footContactLink:before {
	width: 20px;
	height: 16px;
	margin-right: 15px;
	display: inline-block;
	background: url("img/common/icon_mail.svg") no-repeat 0 0 / 100%;
	content: '';
	vertical-align: -3px;
}

.footContactDesHead ._br {
	display: none;
}


/* page title */
/* -------------------------------------------------- */
.pageTtlWrap {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.pageTtl {
	padding: 25px 20px;
	font-size: 3.0rem;
	line-height: 1.0;
	letter-spacing: 0.16em;
	background: #FFFFFF;
	border-radius: 10px;
}

@media all and (-ms-high-contrast: none) {
	.pageTtl {
		padding: 25px 20px;
	}
}


/* パンクズリスト */
/* -------------------------------------------------- */
.linkPath {
	margin-bottom: 30px;
}

.linkPathList {
	-ms-align-items: center;
	align-items: center;
}

.linkPathItem {
	font-size: 1.3rem;
}

.linkPathItem,
.linkPathLink {
	color: #333333;
	white-space: nowrap;
}

.linkPathItem:after {
	width: 4px;
	height: 4px;
	margin: 0 10px 0 5px;
	display: inline-block;
	content: '';
	border-top: 1px solid #626262;
	border-right: 1px solid #626262;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.linkPathItem:nth-last-of-type(1):after {
	display: none;
}


/* オンラインお墓 */
#searchCont {
	position: relative;
	overflow: hidden;
}

#willRelease {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
}

/* オンラインお墓 */
/* -------------------------------------------------- */
#searchCont {
	width: 100%;
	margin-bottom: 170px;
	padding: 60px 70px;
	position: relative;
	background: #F2F4EC;
	border-radius: 10px;
}

.searchContHead {
	margin-bottom: 35px;
	position: relative;
	line-height: 1.0;
	text-align: center;
}

.searchContHead:before {
	width: 100%;
	height: 1px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	content: '';
	background: #FFFFFF;
}

.searchContHeadIn {
	padding: 0 15px;
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.0;
	background: #F2F4EC;
}

.searchContLeft {
	padding-right: 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.searchContTxt {
	margin-bottom: 15px;
}

.searchContTxt ._br {
	display: block;
}

#searchCont .searchContBtn {
	width: 110px;
	margin: 0;
}

#searchCont .btnSearchLink {
	padding: 6px 0 8px;
	font-size: 1.4rem;
	background: #FFFFFF;
	border-radius: 10px;
	letter-spacing: 0;
}

#searchCont .btnSearchLink:after {
	width: 7px;
	height: 7px;
	margin-top: -5px;
	right: 9px;
}

.searchContBar {
	position: relative;
}

.searchContBar form,
.searchContBox {
	width: 100%;
	height: 100%;
}

.searchContBox {
	padding: 0 20px;
	font-size: 1.6rem;
	border: none;
	border-radius: 50px;
	outline: none;
}

.btnSearchCont {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}



@media screen and (max-width: 1780px) {
	.contInner {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 1300px) {
	.outer {
		width: calc(100% - 100px);
	}
}


@media screen and (max-width: 1279px) {
	.footerNavCol {
		margin-right: 50px;
	}

	.mapLink {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.gNavLink {
		padding: 0 15px 24px;
	}

	.gNavItem:nth-of-type(1) .gNavLink {
		padding: 0 15px 24px 0;
	}

	.gNavItem:nth-last-of-type(1) .gNavLink {
		padding: 0 0 24px 15px;
	}

	.gNavListChild01 {
		margin-right: 307px;
	}

	.gNavListChild02 {
		margin-right: 442px;
	}

	.gNavListChild03 {
		margin-right: 179px;
	}

	.gNavListChild04 {
		margin-right: 149px;
	}
}

@media screen and (max-width: 1150px) {
	.footContactTel {
		display: inline-block;
		width: auto !important;
		margin-right: 5%;
		padding: 0 0 20px 0;
	}

	.footContactBtn {
		max-width: 300px;
	}
}


@media screen and (min-width: 1025px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.linkAccount:hover {
		background: #DADADA;
	}

	.linkAccount:hover:before {
		background: url(img/common/icon_account_gr.svg) no-repeat 0 0 / 100%;
	}

	.linkForm:hover {
		color: #FFFFFF;
		background: #3EB134;
	}

	.linkForm:hover:before {
		background: url(img/common/icon_mail_w.svg) no-repeat 0 0 / 100%;
	}

	.btnSetLink:hover {
		background: #DADADA;
	}

	.btnSetLink:hover:after {
		border-top: 2px solid #444444;
		border-right: 2px solid #444444;
	}

	.footContactLink:hover {
		color: #FFFFFF;
		background: #3EB134;
	}

	.footContactLink:hover:before {
		background: url("img/common/icon_mail_w.svg") no-repeat 0 0 / 100%;
	}

	.footBtnLink:hover {
		color: #444444 !important;
		background: #DADADA url("img/common/footer_btn_img.jpg") no-repeat left 10px center;
	}

	.footBtnLink:hover:after {
		border-color: #444444;
	}

	.mapLink:hover {
		color: #3EB134 !important;
	}

	.mapLink:hover:before {
		background: url("img/common/icon_pin_g.svg") no-repeat 0 0 / 100%;
	}

	.moreLink:hover:before {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#header {
		position: relative;
	}

	.subMain {
		padding-top: 0;
	}

	.contInner {
		width: calc(100% - 100px);
	}

	.contCol {
		width: 100%;
	}

	.btnSet {
		width: 100%;
		max-width: 400px;
	}

	#header {
		padding: 15px 30px 0;
		background: #FFFFFF !important;
	}

	.headerLogo {
		margin: 0;
		position: relative;
		top: inherit;
		left: inherit;
	}

	.headerLogoTop {
		position: absolute;
		top: 15px;
		left: 30px;
		z-index: 104;
		opacity: 1;
	}

	.footContactTxt {
		width: 100%;
		max-width: 540px;
		margin: 0 auto 30px;
		padding-right: 0;
		text-align: center;
	}

	.footContactDes {
		width: 100%;
		max-width: 541px;
		margin: auto;
	}

	.utility,
	.menuContainer {
		display: none;
	}

	.footerNav {
		display: none;
	}

	.footerInfo {
		width: 100%;
		text-align: center;
	}

	.footLogo {
		margin: 0 auto 35px;
	}

	.footBtn {
		margin: 0 auto 50px;
		text-align: left;
	}

	.footContactTel {
		margin: 0 5% 20px;
	}

	.igLink {
		margin: 0 auto 25px;
	}

	/* sp navi */
	.spNav {
		display: block;
	}

	.btnNavItem {
		width: 100px;
		height: 100px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 106;
	}

	.btnNavLink {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: #fff;
		cursor: pointer;
	}

	.btnNavLink span {
		width: 30px;
		height: 2px;
		display: inline-block;
		position: absolute;
		left: 37px;
		background: #3eb134;
		transition: all .3s ease-in-out;
	}

	.btnNavLink span:nth-of-type(1) {
		top: 39px;
	}

	.btnNavLink span:nth-of-type(2) {
		top: 49px;
	}

	.btnNavLink span:nth-of-type(3) {
		top: 59px;
	}

	.btnNavLink.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(45deg);
	}

	.btnNavLink.active span:nth-of-type(2) {
		opacity: 0;
	}

	.btnNavLink.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(-45deg);
	}

	.spNavConts {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 105;
		display: none;
		background: #FFFFFF;
	}

	.spNavCont {
		height: calc(100% - 70px);
		padding-block-end: 60px;
		-webkit-padding-block-end: 60px;
		position: absolute;
		top: 100px;
		left: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.spNavHeader {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.SpHeaderLogo {
		margin: 15px 0 10px 30px !important;
	}

	.spNavInner {
		padding: 0 50px;
	}

	.spNavList {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #E1E3DE;
	}

	.spNavItem {
		color: #444444;
	}

	.itemParent {
		position: relative;
	}

	.itemParent .spLink {
		padding: 20px 0 12px;
		display: block;
		font-size: 2.0rem;
		line-height: 1.0;
		color: inherit;
	}

	.spNavChild {
		margin-bottom: 5px;
	}

	.spLinkC {
		padding: 8px 0;
		display: block;
		font-size: 1.6rem;
		color: inherit;
	}

	.spLinkC:before {
		width: 15px;
		height: 1px;
		margin-right: 8px;
		display: inline-block;
		background: #999;
		content: '';
		vertical-align: 5px;
	}

	.spLink.igLink {
		width: 25px;
		margin: 0;
	}

	.spNavListSub {
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid #E1E3DE;
	}

	.spNavItemSub {
		width: 50%;
		color: #444444;
		text-align: center;
	}

	.spNavLinkSub {
		padding: 15px 0;
		font-size: 1.8rem;
		line-height: 1.0;
		color: inherit;
		display: block;
	}

	.searchBarSp {
		width: 100%;
		max-width: 680px;
		margin: 0 auto 30px;
		position: relative;
	}

	.searchBarSp .searchBox {
		height: 70px;
	}

	.spUtilityBtn {
		justify-content: center;
	}

	.btnAccountSp {
		width: 180px;
		/*width: 19.5%;*/
		margin-right: 30px;
	}

	.linkAccountSp {
		padding: 20px 0;
		font-size: 1.6rem;
	}

	.btnFormSp {
		width: 345px;
		/*width: 37.5%;*/
	}

	.linkFormSp {
		padding: 20px 0;
		font-size: 1.6rem;
	}

	.pageTtlWrap {
		height: 320px;
	}

	.pageTtl {
		font-size: 2.4rem;
	}

	#pagetop {
		right: 20px;
		bottom: 20px;
	}

	/*追従バナー*/
	#followingArea {
		width: 100%;
		height: 90px;
		padding: 10px 12% 10px 20px;
	}

	#reservation {
		margin: 0;
		padding: 0 20px;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}

	/*オンラインお墓*/
	.searchContLeft {
		margin-bottom: 40px;
		padding-right: 0;
	}

	.searchContBox {
		height: 60px;
	}

	.searchContTxt ._br {
		display: none;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	body {
		font-size: 1.4rem;
	}

	#header {
		height: 60px;
		padding: 10px 15px;
	}

	.headerLogo {
		width: 128px;
		height: 42px;
	}

	.headerLogoTop {
		top: 10px;
		left: 15px;
	}

	.SpHeaderLogo {
		margin: 10px 0 10px 15px !important;
	}

	.spNavConts {
		/*padding-bottom: 60px;*/
	}

	.spNavCont {
		height: calc(100% - 70px);
		padding-block-end: 60px;
		-webkit-padding-block-end: 60px;
		position: absolute;
		top: 62px;
		left: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.pageTtlWrap {
		height: 320px;
	}

	.pageTtl {
		padding: 25px 20px;
		font-size: 2.0rem;
	}

	.footLogo {
		width: 200px;
	}

	.btnSetLink {
		font-size: 1.25rem;
		letter-spacing: 0;
	}

	.btnSetLink::after {
		width: 8px;
		height: 8px;
		right: 8px;
	}

	.logoContInner {
		width: 100%;
	}

	#contactFlow {
		margin: 0 auto 40px;
		text-align: center;
	}

	.flowItem {
		font-size: 1.6rem;
		margin: 0 15px;
	}

	.sectionTtl {
		position: relative;
		text-align: center;
		font-size: 2.5rem;
		margin-bottom: 60px;
		line-height: 1;
	}

	.sectionTtl:after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		top: 45px;
		right: 50%;
		background: #3eb134;
		transform: translateX(10px);
	}

	.otherContHead {
		font-size: 2.0rem;
	}

	.footContactHead {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.footContactBtn {
		width: 56%;
	}

	.linkPath {
		margin-bottom: 60px;
	}

	.contInner {
		width: calc(100% - 10%);
	}

	.outer {
		width: calc(100% - 10%);
	}

	.copy {
		font-size: 1.1rem;
	}

	.moreLink {
		font-size: 1.25rem;
	}

	/* sp navi */
	.spNavInner {
		padding: 0 30px;
	}

	.btnNavItem {
		width: 60px;
		height: 60px;
	}

	.btnNavLink span {
		width: 30px;
		height: 1px;
		display: inline-block;
		position: absolute;
		left: 15px;
		background: #3eb134;
		transition: all .3s ease-in-out;
	}

	.btnNavLink span:nth-of-type(1) {
		top: 20px;
	}

	.btnNavLink span:nth-of-type(2) {
		top: 30px;
	}

	.btnNavLink span:nth-of-type(3) {
		top: 40px;
	}

	.itemParent .spLink {
		font-size: 1.6rem;
	}

	.spLinkC {
		font-size: 1.4rem;
	}

	.spLinkC:before {
		width: 10px;
		vertical-align: 4px;
	}

	.searchBarSp .searchBox {
		height: 50px;
	}

	.spNavList {
		margin-bottom: 10px;
		padding-bottom: 15px;
	}

	.spNavListSub {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.spNavLinkSub {
		padding: 10px 0;
		font-size: 1.4rem;
	}

	.searchBarSp {
		margin: 0 auto 10px;
	}

	.btnAccountSp {
		width: 36.5%;
		margin-right: 3%;
	}

	.btnFormSp {
		width: 59.7%;
	}

	.linkAccountSp {
		padding: 15px 0;
		font-size: 1.3rem;
	}

	.linkFormSp {
		padding: 15px 0;
		font-size: 1.3rem;
		letter-spacing: 0.03em;
	}

	.spUtilityBtn {
		justify-content: center;
		max-width: 680px;
		margin: auto;
		padding-bottom: 20px;
	}

	.footContactTxt .secTxt {
		font-size: 1.6rem;
	}

	#pagetop {
		width: 40px;
		height: 40px;
		right: 5%;
		bottom: 70px;
	}

	#pagetop a {
		padding-top: 2px;
	}

	/*追従バナー*/
	#followingArea {
		height: 60px;
		padding: 5px;
	}

	#reservation {
		width: calc(calc(100% - 150px)/2);
		height: 100%;
		padding: 0;
		font-size: 1.4rem;
	}

	#reservation:before {
		margin-right: 5px;
		width: 14px;
		height: 14px;
	}

	#followTel {
		width: calc(calc(100% - 150px)/2);
		height: 100%;
	}

	#followTel a {
		width: 100%;
		height: 100%;
		background: #fff;
		color: #3EB134;
		border: 1px solid;
		border-radius: 10px;
		font-weight: bold;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#followTel a:before {
		content: '';
		display: inline-block;
		width: 16px;
		height: 24px;
		margin-right: 5px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0 / 100%;
	}

	/*オンラインお墓*/
	#searchCont {
		margin-bottom: 80px;
		padding: 30px 5%;
	}

	.searchContHeadIn {
		font-size: 2.0rem;
	}

	.searchContTxt {
		font-size: 1.6rem;
	}
}


@media screen and (max-width: 600px) {
	.footContactTxt {
		text-align: left;
	}

	.footContactTel {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.footContactBtn {
		width: 100%;
	}

	.footContactDesHead ._br {
		display: block;
	}

	.footContactTelNum .telLink {
		margin-top: 10px;
		display: block;
	}

	.footContactTelNum span,
	.footContactTelNum a {
		font-size: 3.5rem;
	}

	.sectionTtl {
		position: relative;
		text-align: center;
		font-size: 2.5rem;
		margin-bottom: 60px;
		line-height: 1;
	}

	.sectionTtl:after {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		top: 90px;
		right: 50%;
		background: #3eb134;
		transform: translateX(10px);
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}