@charset 'UTF-8';

* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
scroll-padding-top: 0;
overflow: auto;
font-size: 62.5%;
}
html.active {
overflow: hidden;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-style: normal;
font-family: "Google Sans","Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-optical-sizing: auto;
font-weight: 500;
text-align: justify;
letter-spacing: 0;
line-height: 1.6;
color: #362e2b;
background-color: #faf8f2;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
	body {
	letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 0;
	font-size: 57%;
	}
	body {
	width: 100%;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 55%;
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
}
@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	}
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	/*
	a[href^="tel:"] {
	pointer-events: none;
	}
	*/
}

/*-------------------------
 フォームパーツ
-----------------------*/
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
background-color: transparent;
border: 0;
}
input,
select,
textarea {
display: block;
font-family: inherit;
font-size: inherit;
color: #262626;
border: 1px solid #aaa;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
select {
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-left: 2px;
margin-right: 0.5em;
transform: scale(1.1, 1.1);
}
.select {
position: relative;
}
.select::after {
position: absolute;
content: "";
width: 12px;
height: 10px;
top: 50%;
transform: translateY(-50%);
right: 10px;
background-color: #888;
clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.select select {
-webkit-appearance: none;
}
textarea {
width: 100%;
height: 250px;
}
::placeholder {
}
.contact_submit_flex {
display: flex;
justify-content: center;
margin: 3em auto 0;
}
.contact_previous,
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
width: 300px;
height: 60px;
margin: 0 10px;
border: 2px solid #888;
border-radius: 100px;
}
.contact_previous {
background-color: #aaa;
border-color: #aaa;
}
.contact_submit {
border-color: #444;
background-color: #444;
}
.contact_submit .wpcf7-spinner {
display: none;
}
.contact_previous input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
cursor: hand;
width: 100%;
height: 100%;
font-weight: bold;
letter-spacing: 1px;
color: #fff;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check_p {
margin-bottom: 20px;
}
.hissu {
display: inline-block;
margin-left: 1em;
padding: 5px;
font-size: 1.2rem;
font-weight: normal;
line-height: 1;
background-color: #fff;
}
@media (max-width:1023px) {
	.select::after {
	width: 10px;
	height: 8px;
	right: 8px;
	}
}
@media (min-width:768px) {
	/* focus */
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fbfcd6;
	transition: .3s;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	/* hover */
	.privacy_check a:hover {
	opacity: .5;
	transition: .3s;
	}
	.contact_previous:hover {
	background-color: #fff;
	border-color: #444;
	transition: .3s;
	}
	.contact_submit:hover {
	background-color: #fff;
	transition: .3s;
	}
	.contact_previous:hover input,
	.contact_submit:hover input {
	color: #262626;
	transition: .3s;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 10px;
	border-radius: 0;
	}
	.select::after {
	width: 10px;
	height: 6px;
	right: 7px;
	}
	textarea {
	height: 200px;
	}
	.contact_submit,
	.contact_previous {
	width: 200px;
	height: 42px;
	margin: 0 2px;
	font-size: inherit !important;
	}
}

/*-----------------------
 slick
-----------------------*/
.slick-slider {
overflow: hidden;
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
overflow: hidden;
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
object-fit: cover;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 1;
position: absolute;
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.6);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px);
height: calc(25px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
background-image: url(./common/img/arrow_prev.png);
}
.slick-next::before {
background-image: url(./common/img/arrow_next.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1023px) {
	.slick-prev,
	.slick-next {
	width: 40px;
	height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
}
@media (min-width:768px) {
	/* hover */
	.slick-prev:hover,
	.slick-next:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 30px;
	height: 30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .6);
	height: calc(25px * .6);
	}
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
overflow: hidden;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.fit { width: fit-content;margin-right: auto;margin-left: auto; }
@media (max-width: 767px) {
	.fit_sp {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
}
.normal { font-weight: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #e03636; }
.pink { color: #f0f; }
.blue { color: #0146a1; }
.orange { color: #ff950c; }

.txtlink a {
text-decoration: underline;
}
@media (min-width:768px) {
	.txtlink a:hover {
	opacity: .5;
	transition: .5s;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}

.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}

.sp {
display: none;
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
}

/*-----------------------
 ヘッダー
-----------------------*/
header {
z-index: 1;
line-height: 1;
}
h1 {
display: none;
}
.header_wrap {
position: relative;
width: 100%;
max-width: 1400px;
margin: auto;
}
.header_box {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 15px 30px;
border-bottom: 1px solid;
}
.head_logo {
max-width: 110px;
}
.head_logo a {
}
.unav {
display: flex;
margin: 0 -25px;
}
header .unav {
padding-bottom: 15px;
}
.unav li {
width: 24px;
margin: 0 25px;
}
.unav li a {
}
.unav li img {
}
header .info {
display: none;
}
.gnav {
display: flex;
justify-content: center;
margin: 0 -32px;
padding: 17px 10px 28px 10px;
}
.gnav li {
margin: 0 33px;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
letter-spacing: 1px;
}
.gnav li a {
}
.toggle {
z-index: 99999;
cursor: pointer;
position: fixed;
display: none;
align-items: center;
justify-content: center;
width: 160px;
height: 60px;
top: 0;
right: 0;
background-color: #fff;
border-radius: 0 0 0 10px;
box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.toggle div {
position: relative;
width: 110px;
height: 25px;
}
.toggle div::before {
position: absolute;
content: "MENU";
top: 50%;
transform: translateY(-50%);
right: 0;
font-family: "Google Sans", sans-serif;
line-height: 1;
letter-spacing: .5px;
}
.toggle span {
display: block;
position: absolute;
width: 100%;
height: 2px;
left: 0;
background-color: #362e2b;
transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
}
.toggle span:nth-child(1) {
width: 30px;
top: 0;
}
.toggle span:nth-child(2) {
width: 20px;
top: 10px;
}
.toggle span:nth-child(3) {
width: 30px;
top: 20px;
}
html.active .toggle {
display: flex;
z-index: 99999;
}
html.active .toggle span {
}
html.active .toggle span:nth-child(1) {
top: 11px;
transform: translateY(0) rotate(-45deg);
}
html.active .toggle span:nth-child(2) {
top: 5px;
width: 11px;
left: 2px;
transform: translateY(0) rotate(45deg);
}
html.active .toggle span:nth-child(3) {
width: 11px;
top: 18px;
left: 16px;
transform: translateY(0) rotate(45deg);
}
html.is-fixed .toggle {
display: flex;
}
html.is-fixed .toggle div::before {
}
html.is-fixed .toggle span {
}
html.active header {
z-index: 9;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
display: flex;
align-items: center;
width: 100%;
height: 100vh;
top: 0;
left: 0;
padding: 50px 30px 100px 30px;
background-color: #faf8f2;
animation: spmenu-open .3s ease-out forwards;
}
@keyframes spmenu-open {
	from {
	transform: translateY(-100%);
	}
	to {
	transform: translateY(0);
	}
}
@keyframes spmenu-close {
	from {
	transform: translateY(0);
	}
	to {
	transform: translateY(-100%);
	}
}
html.active header::before {
opacity: .5;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/menu_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
html.active .header_wrap {
z-index: 1;
max-width: 550px;
}
html.active .header_box {
display: block;
margin-bottom: 30px;
padding-top: 0;
padding-bottom: 0;
border-bottom-width: 0;
}
html.active .head_logo {
max-width: 120px;
margin: 0 auto 40px;
}
html.active .unav {
margin-bottom: 0;
justify-content: center;
}
html.active .info {
display: block;
font-family: "Zen Old Mincho", serif;
text-align: center;
line-height: 1.4;
}
.info_address {
margin-bottom: 5px;
}
.info_tel {
margin-bottom: 10px;
}
.info_tel a {
font-size: 2.4rem;
}
.info_time {
display: flex;
align-items: center;
justify-content: center;
}
.info_time dt {
width: 95px;
text-align: right;
}
.info_time dt::after {
content: "：";
}
.info_time dd {
}
html.active .gnav {
flex-wrap: wrap;
margin: -5px;
padding-top: 0;
padding-bottom: 0;
}
html.active .gnav li {
width: calc(50% - 10px);
margin: 5px;
background-color: rgba(255,255,255,.6);
}
html.active .gnav li a {
display: block;
padding: 25px;
}
@media (max-width:1510px) {
}
@media (max-width:1260px) {
	.gnav li {
	margin: 0 25px;
	font-size: 1.8rem;
	letter-spacing: 0;
	}
}
@media (max-width:1023px) {
	.header_box {
	padding: 10px 15px;
	border-bottom-width: 0;
	}
	html:not(.active) .head_logo {
	max-width: 80px;
	}
	html:not(.active) header .unav {
	padding-bottom: 0;
	}
	.unav {
	margin: 0 -15px;
	}
	.unav li {
	margin: 0 15px;
	}
	html:not(.active) .gnav {
	display: none;
	}
	.toggle {
	display: flex;
	width: 130px;
	height: 50px;
	}
	.toggle div {
	width: 100px;
	}
	.toggle div::before {
	font-size: 1.5rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_logo a:hover,
	.unav li a:hover,
	.gnav li a:hover {
	opacity: .5;
	transition: .3s;
	}
	.toggle:hover {
	background-color: #444;
	}
	.toggle:hover div::before {
	color: #fff;
	transition: .3s;
	}
	.toggle:hover span {
	background-color: #fff;
	transition: .3s;
	}
	html.active .gnav li:hover {
	color: #fff;
	background-color: rgba(0,0,0,.6);
	transition: background-color .3s;
	}
	html.active .gnav li:hover a {
	opacity: 1;
	}
}
@media (max-width:767px) {
	header {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	}
	.header_wrap {
	padding: 0;
	}
	html:not(.active) .head_logo {
	position: absolute;
	width: 100px;
	top: 10px;
	left: 10px;
	}
	html:not(.active) header .unav {
	display: none;
	}
	.toggle {
	width: 50px;
	height: 50px;
	top: 10px;
	right: 10px;
	background-color: #346344;
	border-radius: 6px;
	}
	.toggle div {
	width: 25px;
	height: 22px;
	}
	.toggle div::before {
	display: none;
	}
	.toggle span {
	height: 2px;
	background-color: #fff;
	}
	.toggle span:nth-child(1) {
	width: 25px;
	}
	.toggle span:nth-child(2) {
	width: 18px;
	top: 9px;
	}
	.toggle span:nth-child(3) {
	width: 25px;
	top: 18px;
	}
	html.active .toggle {
	top: 0;
	right: 0;
	border-radius: 0 0 0 10px;
	}
	html.active .toggle span:nth-child(1) {
	top: 8px;
	}
	html.active .toggle span:nth-child(2) {
	top: 2px;
	width: 9px;
	left: 2px;
	}
	html.active .toggle span:nth-child(3) {
	width: 9px;
	top: 14px;
	left: 14px;
	}
	html.active header {
	display: block;
	padding: 30px 15px 80px 15px;
	}
	html.active .header_wrap {
	max-width: 330px;
	}
	html.active .head_logo {
	max-width: 90px;
	margin-bottom: 20px;
	}
	html.active .unav li img {
	opacity: .7;
	}
	html.active .info {
	font-size: 1.5rem;
	}
	.info_address {
	margin-bottom: 2px;
	}
	.info_tel {
	margin-bottom: 5px;
	}
	.info_tel a {
	font-size: 2.2rem;
	}
	html.active .gnav {
	margin: -3px;
	padding: 0;
	}
	html.active .gnav li {
	width: calc(50% - 6px);
	margin: 3px;
	}
	html.active .gnav li a {
	padding: 18px;
	}
}

/*-----------------------
 TOP
-----------------------*/
/*--メインビジュアル--*/
.mv {
position: relative;
padding-bottom: 30px;
background-color: #fff;
}
.mv_wrap {
position: relative;
max-width: 1920px;
margin: auto;
padding-bottom: 60px;
}
.mv_slide {
overflow: hidden;
height: 1000px;
}
.mv_slide:not(.slick-initialized) > div:not(:first-child) {
display: none;
}
.mv_slide {
opacity: 0;
transition: opacity .5s ease;
}
.mv_slide.is-loaded {
opacity: 1;
}
.mv_slide div {
height: 100%;
}
.mv_slide .slick-slide {
overflow: hidden;
}
.mv_slide .slick-slide img {
object-fit: cover;
width: 100%;
height: 100%;
}
.mv_dots {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.slick-dots {
cursor: pointer;
z-index: 1;
position: relative;
display: flex;
justify-content: center;
max-width: 1410px;
margin: auto;
}
.slick-dots li {
width: calc(25% - 5px);
height: 120px;
margin: 0 5px;
border: 2px solid #fff;
}
.slick-dots li.slick-active {
border-color: #346344;
}
.slick-dots li img {
object-fit: cover;
width: 100%;
height: 100%;
}
.mv_txt {
z-index: 1;
position: absolute;
width: 1600px;
margin: auto;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.mv_txt_wrap {
}
.mv_txt .s1 {
display: block;
width: fit-content;
padding: 27px 30px;
font-family: "Zen Old Mincho", serif;
font-size: 3.6rem;
font-weight: 600;
line-height: 1;
letter-spacing: 2px;
background-color: #fff;
}
.mv_txt .s1 + .s1 {
margin-top: 20px;
}
@media (max-width:1660px) {
	.mv_slide {
	height: 865px;
	}
	.mv_txt {
	max-width: 1200px;
	}
	.mv_txt .s1 {
	padding: 15px 30px;
	font-size: 3.0rem;
	}
	.mv_txt .s1 + .s1 {
	margin-top: 10px;
	}
	.slick-dots {
	max-width: 1200px;
	}
}
@media (max-width:1440px) {
	.mv_slide {
	height: 750px;
	}
}
@media (max-width:1260px) {
	.mv_slide {
	height: 656px;
	}
	.mv_txt {
	max-width: 963px;
	}
	.mv_txt .s1 {
	padding: 12px 20px;
	font-size: 2.6rem;
	}
	.slick-dots {
	max-width: 963px;
	}
	.slick-dots li {
	height: 100px;
	}
}
@media (max-width:1023px) {
	.mv_wrap {
	padding-bottom: 50px;
	}
	.mv_slide {
	height: 533px;
	}
	.mv_txt {
	max-width: 708px;
	}
	.mv_txt .s1 {
	padding: 10px 15px;
	font-size: 2.2rem;
	}
	.mv_txt .s1 + .s1 {
	margin-top: 5px;
	}
	.slick-dots {
	max-width: 708px;
	}
	.slick-dots li {
	width: calc(25% - 4px);
	margin: 0 2px;
	height: 90px;
	}
}
@media (min-width:768px) {
	/* hover */
	.slick-dots li:hover {
	overflow: hidden;
	}
	.slick-dots li:hover img {
	transform: scale(1.1, 1.1);
	transition: .5s;
	}
}
@media (max-width:767px) {
	.mv_wrap {
	padding-bottom: 20px;
	}
	.mv_slide {
	height: 450px;
	}
	.mv_txt {
	width: calc(100% - 30px);
	max-width: 330px;
	}
	.mv_txt .s1 {
	padding: 8px 10px;
	font-size: 1.6rem;
	}
	.mv_txt .s1 + .s1 {
	margin-top: 4px;
	}
	.slick-dots {
	width: calc(100% - 30px);
	max-width: 330px;
	}
	.slick-dots li {
	width: 25%;
	height: 50px;
	margin: 0;
	background-color: #fff;
	border-width: 0;
	}
	.slick-dots li.slick-active img {
	opacity: .5;
	}
}

/*--top共通--*/
.top_sec {
position: relative;
padding: 100px 0;
}
.top_sec:first-of-type {
padding-top: 180px;
}
.top_sec:last-of-type {
padding-bottom: 180px;
}
.top_wrap {
width: 100%;
max-width: 1400px;
margin: auto;
}
.top_ttl {
margin-bottom: 60px;
text-align: center;
line-height: 1.3;
}
.top_ttl_1 {
display: block;
margin-bottom: 10px;
font-family: "Google Sans", sans-serif;
font-size: 4.2rem;
font-weight: 400;
letter-spacing: 1px;
color: #346344;
}
.top_ttl_2 {
display: block;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
}
.top_txt {
font-size: 1.8rem;
line-height: 1.8;
}
._txt_in {
}
.txt_in + .txt_in {
margin-top: 1em;
}
.top_more {
width: 260px;
margin: 60px auto 0;
font-family: "Zen Old Mincho", serif;
font-size: 1.8rem;
text-align: center;
line-height: 1.4;
letter-spacing: 1px;
color: #996c33;
border: 1px solid #996c33;
border-radius: 100px;
}
.top_more a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
}
.top_more a::after {
position: absolute;
content: "";
width: 16px;
height: 16px;
top: 50%;
transform: translateY(-50%);
right: 25px;
background-image: url(./common/img/arrow1.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width: 1460px) {
	.top_wrap {
	max-width: 1200px;
	}
}
@media (max-width: 1260px) {
	.top_wrap {
	max-width: 963px !important;
	}
	.top_ttl_1 {
	font-size: 3.6rem;
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 90px 0;
	}
	.top_sec:first-of-type {
	padding-top: 150px;
	}
	.top_sec:last-of-type {
	padding-bottom: 150px;
	}
	.top_sec:first-of-type {
	padding-top: 150px;
	}
	.top_sec:last-of-type {
	padding-bottom: 150px;
	}
	.top_wrap {
	max-width: 708px !important;
	}
	.top_ttl {
	margin-bottom: 50px;
	}
	.top_ttl_1 {
	font-size: 3.2rem;
	}
	.top_txt {
	font-size: inherit;
	line-height: inherit;
	}
	.top_more {
	width: 200px;
	margin-top: 40px;
	font-size: inherit;
	}
	.top_more a {
	padding: 13px;
	}
	.top_more a::after {
	width: 12px;
	height: 12px;
	right: 20px;
	}
}
@media (min-width:768px) {
	/* hover */
	.top_more:hover {
	color: #fff;
	background-color: #996c33;
	transition: background-color .3s;
	}
	.top_more:hover a::after {
	right: 10px;
	filter: brightness(0) invert(1);
	transition: right .3s;
	}
}
@media (max-width:767px) {
	.top_sec {
	padding: 60px 15px;
	}
	.top_sec:first-of-type {
	padding-top: 100px;
	}
	.top_sec:last-of-type {
	padding-bottom: 120px;
	}
	.top_wrap {
	max-width: 330px !important;
	}
	.top_ttl {
	margin-bottom: 40px;
	}
	.top_ttl_1 {
	margin-bottom: 8px;
	font-size: 2.6rem;
	}
	.top_ttl_2 {
	}
	.top_more {
	width: 180px;
	margin-top: 30px;
	}
	.top_more a {
	padding: 10px;
	}
	.top_more a::after {
	width: 10px;
	height: 10px;
	right: 15px;
	}
}

/*-- about --*/
.top_about {
}
.top_about_lead {
width: fit-content;
margin: 0 auto 60px;
font-family: "Zen Old Mincho", serif;
font-size: 5.0rem;
font-weight: 600;
letter-spacing: 1px;
}
.top_about_lead .p1 {
}
.top_about_lead .p2 {
display: flex;
align-items: center;
margin-left: 180px;
}
.top_about_lead .p2 .s1 {
display: block;
width: calc(130px);
height: calc(101px);
font-size: 0;
background-image: url(./common/img/top/midori.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.top_about_lead .p2 .s2 {
display: block;
}
.top_about_txt {
font-size: 2.1rem;
text-align: center;
line-height: 1.8;
letter-spacing: 1px;
}
.top_about_txt .p1 {
}
.top_about_txt .p1 + .p1 {
margin-top: 1em;
}
@media (max-width: 1460px) {
	.top_about_lead {
	font-size: 4.0rem;
	}
	.top_about_lead .p2 {
	margin-left: 150px;
	}
	.top_about_lead .p2 .s1 {
	width: calc(130px * .8);
	height: calc(101px * .8);
	}
	.top_about_txt {
	font-size: 1.8rem;
	}
}
@media (max-width: 1260px) {
	.top_about_lead {
	margin-bottom: 50px;
	font-size: 3.6rem;
	}
	.top_about_lead .p2 {
	margin-left: 100px;
	}
	.top_about_lead .p2 .s1 {
	width: calc(130px * .7);
	height: calc(101px * .7);
	}
	.top_about_txt {
	letter-spacing: 0;
	}
}
@media (max-width: 1023px) {
	.top_about_lead {
	margin-bottom: 50px;
	font-size: 3.6rem;
	}
	.top_about_lead .p2 {
	margin-left: 100px;
	}
	.top_about_lead .p2 .s1 {
	width: calc(130px * .7);
	height: calc(101px * .7);
	}
	.top_about_txt {
	font-size: inherit;
	text-align: left;
	line-height: inherit;
	letter-spacing: 0;
	}
	.top_about_txt .pc {
	display: none;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.top_about_lead {
	margin-bottom: 40px;
	font-size: 2.6rem;
	}
	.top_about_lead .p2 {
	margin-left: 50px;
	}
	.top_about_lead .p2 .s1 {
	width: calc(130px * .5);
	height: calc(101px * .5);
	}
}

/*-----------------------
 作品一覧
-----------------------*/
.top_works {
}
.top_works_wrap {
max-width: 1920px;
margin: auto;
}
.top_works_list {
}
.top_works_list .slick-slide {
width: 400px;
margin: 0 3px;
}
.top_works_list a {
}
.top_works_list img {
object-fit: cover;
aspect-ratio: 1 / 1;
width: 100%;
}
@media (max-width: 1460px) {
	.top_works_list .slick-slide {
	width: 350px;
	}
}
@media (max-width: 1260px) {
	.top_works_list .slick-slide {
	width: 300px;
	margin: 0 2px;
	}
}
@media (max-width: 1023px) {
}
@media (min-width: 768px) {
	/* hover */
	.top_works_list .slick-slide:hover {
	overflow: hidden;
	}
	.top_works_list .slick-slide:hover img {
	transform: scale(1.1, 1.1);
	transition: .5s;
	}
}
@media (max-width: 767px) {
	.top_works_list .slick-slide {
	width: 220px;
	}
}

/*-----------------------
 店舗紹介
-----------------------*/
.top_space {
}
.top_space_list {
}
.top_space_list_li {
position: relative;
min-height: 670px;
}
.top_space_list_li + .top_space_list_li {
margin-top: 80px;
}
.top_space_list_li:nth-of-type(odd) {
margin-right: 99px;
}
.top_space_list_li:nth-of-type(even) {
margin-left: 99px;
}
.top_space_list_li .in1 {
z-index: 1;
position: relative;
width: 520px;
min-height: 480px;
padding: 46px;
background-color: #fff;
}
.top_space_list_li:nth-of-type(odd) .in1 {
}
.top_space_list_li:nth-of-type(even) .in1 {
margin-left: auto;
}
.top_space_list_li .ttl {
margin-bottom: 40px;
font-family: "Zen Old Mincho", serif;
font-size: 3.0rem;
font-weight: 600;
color: #346344;
}
.top_space_list_li .txt {
line-height: 1.8;
}
.top_space_list_li .in2 {
position: absolute;
width: 1000px;
top: 0;
}
.top_space_list_li:nth-of-type(odd) .in2 {
right: 0;
}
.top_space_list_li:nth-of-type(even) .in2 {
left: 0;
}
.top_space_list_li .img {
}
.top_space_list_li .img img {
object-fit: cover;
aspect-ratio: 1000 / 670;
width: 100%;
}
.top_space_list_li .more {
z-index: 1;
position: absolute;
width: 220px;
height: 60px;
bottom: 0;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
line-height: 1;
color: #996c33;
background-color: #faf8f2;
}
.top_space_list_li:nth-of-type(odd) .more {
right: 0;
}
.top_space_list_li:nth-of-type(even) .more {
left: 0;
}
.top_space_list_li .more a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.top_space_list_li .more a::after {
position: relative;
content: "";
width: 16px;
height: 16px;
margin-left: 15px;
background-image: url(./common/img/arrow1.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width: 1460px) {
	.top_space_list_li {
	min-height: 536px;
	}
	.top_space_list_li + .top_space_list_li {
	margin-top: 50px;
	}
	.top_space_list_li:nth-of-type(odd) {
	margin-right: 0;
	}
	.top_space_list_li:nth-of-type(even) {
	margin-left: 0;
	}
	.top_space_list_li .in1 {
	width: 500px;
	min-height: 350px;
	padding: 35px;
	}
	.top_space_list_li .ttl {
	margin-bottom: 30px;
	font-size: 2.8rem;
	}
	.top_space_list_li .in2 {
	width: 800px;
	}
	.top_space_list_li .more {
	width: 200px;
	height: 50px;
	}
}
@media (max-width: 1260px) {
	.top_space_list_li {
	min-height: 435px;
	}
	.top_space_list_li .in1 {
	width: 400px;
	min-height: 350px;
	padding: 35px;
	}
	.top_space_list_li .ttl {
	margin-bottom: 20px;
	font-size: 2.6rem;
	}
	.top_space_list_li .in2 {
	width: 650px;
	}
	.top_space_list_li .more {
	width: 180px;
	font-size: 1.8rem;
	}
}
@media (max-width: 1023px) {
	.top_space_list_li {
	min-height: 480px;
	}
	.top_space_list_li .in1 {
	width: 400px;
	min-height: 300px;
	top: 20px;
	padding: 30px;
	background-color: rgba(255,255,255,.9);
	}
	.top_space_list_li .ttl {
	font-size: 2.4rem;
	}
	.top_space_list_li .txt {
	line-height: inherit;
	}
	.top_space_list_li .in2 {
	width: 400px;
	}
	.top_space_list_li .img img {
	aspect-ratio: 1 / 1.2;
	}
	.top_space_list_li .more {
	width: 150px;
	height: 45px;
	}
	.top_space_list_li .more a::after {
	width: 12px;
	height: 12px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.top_space_list_li .more:hover {
	color: #fff;
	background-color: #996c33;
	transition: background-color .3s;
	}
	.top_space_list_li .more:hover a::after {
	margin-left: 30px;
	filter: brightness(0) invert(1);
	transition: margin-left .3s;
	}
}
@media (max-width: 767px) {
	.top_space_list_li + .top_space_list_li {
	margin-top: 30px;
	}
	.top_space_list_li .in1 {
	width: 100%;
	min-height: auto;
	min-height: 100%;
	top: 0;
	padding: 20px;
	background-color: #fff;
	}
	.top_space_list_li .ttl {
	font-size: 2.2rem;
	}
	.top_space_list_li .in2 {
	position: relative;
	width: 100%;
	top: inherit;
	right: inherit !important;
	left: inherit !important;
	}
	.top_space_list_li .img img {
	aspect-ratio: 4 / 3;
	}
	.top_space_list_li .more {
	width: 120px;
	height: 35px;
	font-size: 1.6rem;
	left: inherit !important;
	right: 0 !important;
	}
	.top_space_list_li .more a::after {
	width: 10px;
	height: 10px;
	}
}

/*-----------------------
 お知らせ
-----------------------*/
.top_news {
}
.top_blog_box {
max-width: 950px;
margin: auto;
}
.top_blog_list {
}
.top_blog_list_in {
position: relative;
padding: 27px 60px 27px 18px;
border-style: solid;
border-color: #dfc7ab;
border-top-width: 1px;
}
.top_blog_list_in::before {
position: absolute;
content: "";
width: 14px;
height: 14px;
top: 50%;
transform: translateY(-50%);
right: 27px;
background-image: url(./common/img/arrow2.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.top_blog_list_in:last-of-type {
border-bottom-width: 1px;
}
.top_blog_list_in a {
z-index: 1;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_blog_list_in .date {
margin-bottom: 8px;
font-family: "Zen Old Mincho", serif;
line-height: 1;
color: #996c33;
}
.top_blog_list_in .txt {
line-height: 1.4;
}
.top_blog_more {
width: fit-content;
margin-top: 20px;
margin-left: auto;
font-family: "Zen Old Mincho", serif;
line-height: 1.4;
border-bottom: 1px solid;
}
.top_blog_more a {
position: relative;
display: block;
padding: 14px 55px 14px 10px;
}
.top_blog_more a::before {
position: absolute;
content: "";
width: 16px;
height: 16px;
top: 50%;
transform: translateY(-50%);
right: 10px;
background-image: url(./common/img/arrow1.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width: 1460px) {
}
@media (max-width: 1260px) {
}
@media (max-width: 1023px) {
	.top_blog_list_in {
	padding: 20px 40px 20px 20px;
	}
	.top_blog_list_in::before {
	width: 12px;
	height: 12px;
	right: 10px;
	}
	.top_blog_more a::before {
	width: 12px;
	height: 12px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.top_blog_list_in:hover .date,
	.top_blog_list_in:hover .txt {
	opacity: .5;
	transition: .3s;
	}
	.top_blog_list_in:hover::before {
	right: 10px;
	transition: .3s;
	}
	.top_blog_more:hover {
	opacity: .5;
	transition: .3s;
	}
	.top_blog_more:hover a::before {
	right: 0;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	.top_blog_list_in {
	padding: 16px 25px 16px 0;
	}
	.top_blog_list_in::before {
	width: 10px;
	height: 10px;
	right: 0;
	}
	.top_blog_list_in .date {
	margin-bottom: 5px;
	font-size: 1.5rem;
	}
	.top_blog_list_in .txt {
	font-size: 1.5rem;
	}
	.top_blog_more a {
	padding: 10px 30px 10px 0;
	}
	.top_blog_more a::before {
	width: 10px;
	height: 10px;
	right: 0;
	}
}

/*-----------------------
 footer
-----------------------*/
footer {
position: relative;
}
footer .top_wrap {
padding: 100px 0;
font-family: "Zen Old Mincho", serif;
text-align: center;
line-height: 1.4;
border-top: 1px solid;
}
html.bg footer .top_wrap {
border-top-width: 0;
}
.foot_logo {
max-width: 138px;
margin: 0 auto 25px;
}
.foot_logo a {
}
.foot_logo a img {
}
.foot_address {
margin-bottom: 8px;
}
.foot_tel {
margin-bottom: 8px;
font-size: 2.1rem;
}
.foot_tel a {
}
.contact_box1_time {
display: flex;
align-items: center;
justify-content: center;
}
.contact_box1_time + .contact_box1_time {
margin-top: 5px;
}
.contact_box1_time dt {
width: 95px;
text-align: right;
}
.contact_box1_time dt::after {
content: "：";
}
.contact_box1_time dd {
}
footer .unav {
margin-top: 40px;
justify-content: center;
}
.copyright {
margin-top: 75px;
font-size: 1.4rem;
text-align: center;
}
@media (max-width: 1460px) {
}
@media (max-width: 1260px) {
}
@media (max-width: 1023px) {
	footer .top_wrap {
	padding: 80px 0;
	}
	.copyright {
	margin-top: 50px;
	}
}
@media (min-width: 768px) {
	/* hover */
	.foot_logo a:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width: 767px) {
	footer .top_wrap {
	padding: 60px 0;
	}
	.foot_logo {
	max-width: 100px;
	margin-bottom: 20px;
	}
	.foot_address {
	margin-bottom: 3px;
	font-size: 1.5rem;
	}
	.foot_tel {
	font-size: 1.4rem;
	}
	.foot_tel a {
	font-size: 1.8rem;
	}
	.contact_box1_time {
	font-size: 1.5rem;
	}
	.contact_box1_time + .contact_box1_time {
	margin-top: 0;
	}
	.contact_box1_time dt {
	width: 76px;
	}
}

/*-----------------------
 下層コンテンツ
-----------------------*/
/*-- body・header・footer --*/
body:not(.front-page) {
}
body:not(.front-page) header {
}
@media (max-width:1920px) {
}
@media (max-width:1800px) {
}
@media (max-width:1440px) {
}
@media (max-width:1023px) {
}
@media (max-width:767px) {
}

/* ページタイトル */
.pagettl {
z-index: 1;
position: relative;
}
.pagettl_img {
height: 400px;
background-color: #000;
}
.pagettl_img img {
opacity: .8;
object-fit: cover;
width: 100%;
height: 100%;
}
.pagettl_h2 {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
color: #fff;
}
.pagettl_h2_1 {
display: block;
font-size: 4.8rem;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
}
.pagettl_h2_2 {
display: block;
font-family: "Zen Old Mincho", serif;
font-size: 2.4rem;
font-weight: bold;
}
@media (max-width: 1260px) {
	.pagettl_img {
	height: 300px;
	}
	.pagettl_h2_1 {
	font-size: 4.0rem;
	}
}
@media (max-width: 1023px) {
	.pagettl_img {
	height: 250px;
	}
	.pagettl_h2_1 {
	font-size: 3.6rem;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.pagettl {
	margin-top: 100px;
	}
	.pagettl_img {
	height: 150px;
	}
	.pagettl_h2_1 {
	font-size: 3.0rem;
	}
}

/*-- 大枠 --*/
.low {
position: relative;
}
.low_section {
padding: 100px 30px;
}
.low_wrap {
max-width: 1200px;
margin: auto;
}
.low_box + .low_box,
.low_parts + .low_box {
margin-top: 100px;
}
.low_box + .low_parts,
.low_parts + .low_parts {
margin-top: 30px;
}
@media (max-width:1260px) {
	.low_wrap {
	max-width: 964px;
	}
}
@media (max-width:1023px) {
	.low_section {
	padding: 80px 30px;
	}
	.low_wrap {
	max-width: 708px;
	}
}
@media (max-width:767px) {
	.low_wrap {
	max-width: 330px;
	}
	.low_section {
	padding: 60px 15px;
	}
	.low_box + .low_box {
	}
	.low_parts + .low_parts {
	}
}

/*-------------------------
 下層共通パーツ
-------------------------*/
.bg01 {
}
.bg01::after {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}

/*-- h3～h6タイトル --*/
.low_h3 {
z-index: 1;
position: relative;
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
}
.low_h3_1 {
display: block;
margin-bottom: 10px;
font-family: "Google Sans", sans-serif;
font-size: 4.2rem;
font-weight: 400;
color: #346344;
}
.low_h3_2 {
display: block;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
}
.low_h3:first-child {
margin-top: 0;
}
.low_h4 {
z-index: 1;
position: relative;
margin-top: 60px;
margin-bottom: 30px;
padding: 20px 30px;
font-family: "Zen Old Mincho", serif;
font-size: 2.8rem;
font-weight: bold;
background-color: #dad4cb;
}
.low_h4:first-child {
margin-top: 0;
}
h3[class*="low_h2"] + h5[class*="low_h4"],
h4[class*="low_h3"] + h5[class*="low_h4"] {
margin-top: 0;
}
.low_h5 {
z-index: 1;
position: relative;
min-width: 300px;
margin-top: 20px;
margin-bottom: 10px;
padding: 12px 15px;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
font-weight: bold;
border: 1px solid #c2b5a1;
}
h3[class*="low_h2"] + h6[class*="low_h5"],
h4[class*="low_h3"] + h6[class*="low_h5"],
h5[class*="low_h4"] + h6[class*="low_h5"] {
margin-top: 0;
}
.low_h6 {
position: relative;
margin-top: 20px;
margin-bottom: 10px;
padding-left: 25px;
font-size: 1.8rem;
}
.low_h6::before {
position: absolute;
content: "";
width: 14px;
height: 18px;
top: 3px;
left: 3px;
background-color: #dad4cb;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.low_wrap > h4[class*="low_h3"]:first-child,
.low_wrap > h5[class*="low_h4"]:first-child,
.low_wrap > h5[class*="low_h5"]:first-child,
.low_wrap > h6[class*="low_h6"]:first-child,
h3[class*="low_h2"] + h6[class*="low_h6"],
h4[class*="low_h3"] + h6[class*="low_h6"],
h5[class*="low_h4"] + h6[class*="low_h6"],
h5[class*="low_h5"] + h6[class*="low_h6"] {
margin-top: 0;
}
@media (max-width:1260px) {
	.low_h3_s2 {
	font-size: 3.0rem;
	}
}
@media (max-width:1023px) {
	.low_h3 {
	}
	.low_h3_1 {
	font-size: 3.2rem;
	}
	.low_h3_2 {
	}
	.low_h4 {
	padding: 15px 20px;
	font-size: 2.4rem;
	}
}
@media (max-width:767px) {
	.low_h3 {
	margin-top: 40px;
	margin-bottom: 40px;
	}
	.low_h3_1 {
	margin-bottom: 8px;
	font-size: 2.6rem;
	}
	.low_h3_2 {
	}
	.low_h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 12px 13px;
	font-size: 2.0rem;
	}
	.point_s1 {
	width: 80px;
	font-size: 1.6rem;
	padding: 10px;
	border-radius: 6px;
	}
	.point_s2 {
	width: calc(100% - 80px);
	padding-left: 10px;
	}
	.low_h5 {
	margin-top: 2em;
	margin-bottom: 10px;
	padding: 6px 10px;
	font-size: 1.9rem;
	}
	.low_h6 {
	padding-left: 20px;
	font-size: 1.7rem;
	}
	.low_h6::before {
	width: 10px;
	height: 12px;
	top: 4px;
	}
}

/*-- テキストリンク --*/
.txt_link {
text-decoration: underline;
}
@media (min-width:768px) {
	/* hover */
	.txt_link:hover {
	opacity: .5;
	transition: .3s;
	}
}

/*-- テーブル --*/
.tbl1 {
}
.tbl1 table {
table-layout: auto;
}
.fixed {
table-layout: fixed;
}
.tbl100 {
width: 100%;
}
.tbl_scr {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
.tbl1 th,
.tbl1 td {
padding: 15px 20px;
line-height: 1.4;
background-color: #fff;
border: 1px solid #aaa;
}
.tbl1 th {
width: 250px;
font-weight: bold;
background-color: #f3f3f3;
}
.tbl1 td {
width: calc(100% - 250px);
}
.tbl1 p + p,
.tbl1 p + ul,
.tbl1 ul + p,
.tbl1 ul + ul {
margin-top: 1em;
}
.tbl1 .list01 {
margin-left: 0;
margin-right: 0;
}
.tbl1 a.link {
display: block;
width: fit-content;
margin-top: 5px;
padding: 6px 12px;
font-size: 1.3rem;
font-weight: bold;
text-decoration: none !important;
line-height: 1;
border: 2px solid #252525;
border-radius: 4px;
}
.tbl1 a.link::after {
position: relative;
display: inline-block;
vertical-align: middle;
content: "";
width: 4px;
height: 4px;
top: -2px;
margin-left: 3px;
border-style: solid;
border-color: #252525;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media (max-width:1023px) {
	.tbl1 {
	table-layout: fixed;
	}
	.tbl_scr {
	overflow-x: auto !important;
	}
	.tbl_scr::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background: #eee;
	}
	.tbl_scr::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	}
	.tbl_scr .tbl1 {
	width: 1024px;
	}
}
@media (min-width:768px) {
	/* hover */
	.tbl1 a:hover {
	background-color: #f1f1f1;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.tbl1 th,
	.tbl1 td {
	padding: 10px;
	}
	.tbl1 th {
	width: 100px;
	}
	.tbl1 td {
	width: calc(100% - 100px);
	}
	.tbl_scr .tbl1 {
	width: 767px;
	}
	.tbl1.sp_tbl {
	}
	.tbl1.sp_tbl tr,
	.tbl1.sp_tbl th,
	.tbl1.sp_tbl td {
	display: block;
	width: 100% !important;
	}
	.tbl1.sp_tbl tr {
	margin-bottom: 10px;
	}
	.tbl1.sp_tbl th + td,
	.tbl1.sp_tbl td + td {
	border-top: 0;
	}
	.tbl1 a {
	font-size: 1.4rem;
	}
}

/*-- リンクボタン --*/
.linkbtn {
max-width: 300px;
margin: auto;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.2;
border: 1px solid;
border-radius: 100px;
}
.linkbtn a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 64px;
padding-left: 20px;
padding-right: 50px;
}
.linkbtn a::after {
position: absolute;
content: "";
width: calc(18px);
height: calc(15px);
right: 25px;
top: 50%;
transform: translateY(-50%);
background-image: url(./common/img/more_arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media (max-width:1023px) {
	.linkbtn a {
	}
	.linkbtn a::after {
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn:hover {
	color: #fff !important;
	background-color: #362e2b !important;
	border-color: #362e2b !important;
	transition: .3s;
	}
	.linkbtn:hover a::after {
	filter: brightness(0) invert(1);
	right: 15px;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.linkbtn a {
	min-width: 180px;
	height: 45px;
	padding: 13px 30px 13px 10px;
	}
	.linkbtn a::after {
	width: 8px;
	height: 8px;
	right: 15px;
	}
}

/*-----------------------
 Order / Gallery
-----------------------*/
.order_page {
}
.order_msg {
z-index: 1;
position: relative;
text-align: center;
}
.order_msg::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
max-width: 1920px;
height: 100%;
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/order/msg_bg.jpg);
background-repeat: no-repeat;
ackground-repeat: no-repeat;
background-size: cover;
}
.order_msg_lead {
position: relative;
margin-bottom: 50px;
padding-top: 150px;
font-family: "Zen Old Mincho", serif;
font-size: 3.0rem;
}
.order_msg_lead::before {
position: absolute;
content: "";
width: calc(353px * .3);
height: calc(414px * .3);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/symbolmark.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.order_msg_txt {
font-size: 1.8rem;
line-height: 1.8;
}
.order_msg_txt .p1 + .p1 {
margin-top: 1em;
}
.order_list {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.order_list_in {
width: calc(33.3333% - 24px);
margin: 12px;
}
.order_list_img {
}
.order_list_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
}
.order_flow {
}
.order_flow_list {
}
.order_flow_list_li {
position: relative;
display: flex;
background-color: #fff;
}
.order_flow_list_li:not(:last-of-type)::before {
z-index: 1;
position: absolute;
content: "";
height: 100%;
top: 100px;
left: 60px;
border-right: 1px solid #346344;
}
.order_flow_list_li + .order_flow_list_li {
margin-top: 20px;
}
.order_flow_list_li .in1 {
width: calc(100% - 500px);
padding: 20px;
}
.order_flow_list_li .ttl {
z-index: 1;
position: relative;
display: flex;
align-items: center;
margin-bottom: 10px;
line-height: 1.4;
letter-spacing: 0;
color: #346344;
}
.order_flow_list_li .ttl .s1 {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
font-weight: normal;
font-size: 3.4rem;
background-color: #edeae4;
border-radius: 100%;
}
.order_flow_list_li .ttl .s2 {
width: calc(100% - 80px);
margin-left: 20px;
font-family: "Zen Old Mincho", serif;
font-size: 2.6rem;
}
.order_flow_list_li .txt {
z-index: 1;
position: relative;
padding-left: 80px;
font-size: 1.8rem;
}
.order_flow_list_li .in2 {
position: relative;
width: 500px;
padding: 10px;
}
.order_flow_list_li .in2 img {
object-fit: cover;
aspect-ratio: 600 / 366;
width: 100%;
height: 100%;
}
.flow_more {
z-index: 1;
position: relative;
display: flex;
align-items: center;
margin-top: 20px;
padding-left: 80px;
line-height: 1;
}
.flow_more_tel {
margin-right: 30px;
}
.flow_more_tel a {
font-size: 2.2rem;
}
.flow_more_tel a::before {
content: "TEL・FAX：";
font-size: 1.5rem;
}
.flow_more_mail {
width: fit-content;
color: #346344;
background-color: #fff;
border: 1px solid #346344;
border-radius: 8px;
}
.flow_more_mail a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 15px 20px;
}
.flow_more_mail a::after {
position: relative;
content: "";
width: 6px;
height: 6px;
margin-left: 10px;
border-style: solid;
border-color: #346344;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.order_flow_msg {
z-index: 1;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 840px;
margin-left: auto;
margin-right: auto;
min-height: 250px;
text-align: center;
line-height: 1.8;
}
.order_flow_msg::before {
opacity: .3;
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 220px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: url(./common/img/order/order_flow_msg_bg_l.png),url(./common/img/order/order_flow_msg_bg_r.png);
background-repeat: no-repeat;
background-position: center left,bottom right 40px;
background-size: auto 100%,auto 150px;
}
.order_flow_msg .txt {
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
}
.order_flow_msg .tel {
margin-top: 15px;
font-size: 2.2rem;
}
.order_flow_msg .tel a {
}
.order_flow_msg .tel a::before {
content: "TEL・FAX：";
font-size: 1.4rem;
}
.order_flow_msg .top_more {
margin-top: 12px;
letter-spacing: 0;
}
@media (max-width:1260px) {
	.order_flow_list_li:not(:last-of-type)::before {
	top: 80px;
	left: 50px;
	}
	.order_flow_list_li .in1 {
	width: calc(100% - 400px);
	}
	.order_flow_list_li .ttl .s1 {
	width: 60px;
	height: 60px;
	font-size: 2.8rem;
	}
	.order_flow_list_li .ttl .s2 {
	width: calc(100% - 60px);
	font-size: 2.4rem;
	}
	.order_flow_list_li .txt {
	padding-left: 60px;
	font-size: inherit;
	}
	.flow_more {
	display: block;
	margin-top: 15px;
	padding-left: 60px;
	}
	.flow_more_tel {
	margin-right: 0;
	margin-bottom: 15px;
	}
	.order_flow_list_li .in2 {
	width: 400px;
	}
}
@media (max-width:1023px) {
	.order_msg_lead {
	margin-bottom: 40px;
	padding-top: 130px;
	font-size: 2.6rem;
	}
	.order_msg_lead::before {
	width: calc(353px * .25);
	height: calc(414px * .25);
	}
	.order_msg_txt {
	font-size: inherit;
	line-height: inherit;
	}
	.order_list {
	margin: -8px;
	}
	.order_list_in {
	width: calc(33.3333% - 16px);
	margin: 8px;
	}
	.order_flow_list_li:not(:last-of-type)::before {
	top: 70px;
	left: 45px;
	}
	.order_flow_list_li .in1 {
	width: calc(100% - 300px);
	}
	.order_flow_list_li .ttl .s1 {
	width: 50px;
	height: 50px;
	font-size: 2.4rem;
	}
	.order_flow_list_li .ttl .s2 {
	width: calc(100% - 50px);
	margin-left: 15px;
	font-size: 2.2rem;
	}
	.order_flow_list_li .txt {
	padding-left: 50px;
	}
	.flow_more {
	padding-left: 50px;
	}
	.flow_more_mail a {
	padding: 12px 20px;
	}
	.order_flow_list_li .in2 {
	width: 300px;
	}
	.order_flow_msg {
	max-width: 680px;
	min-height: 180px;
	line-height: inherit;
	}
	.order_flow_msg::before {
	height: 180px;
	background-position: center left,bottom right 40px;
	background-size: auto 100%,auto 120px;
	}
	.order_flow_msg .txt {
	font-size: 1.8rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.flow_more_mail:hover {
	color: #fff;
	background-color: #346344;
	transition: background-color .3s;
	}
	.flow_more_mail:hover a::after {
	filter: brightness(0) invert(1);
	}
}
@media (max-width:767px) {
	.order_msg_lead {
	margin-bottom: 30px;
	padding-top: 100px;
	font-size: 2.4rem;
	}
	.order_msg_lead::before {
	width: calc(353px * .2);
	height: calc(414px * .2);
	}
	.order_msg_txt {
	text-align: left;
	}
	.order_list {
	margin: -2px;
	}
	.order_list_in {
	width: calc(50% - 4px);
	margin: 2px;
	}
	.order_flow_list_li {
	display: block;
	}
	.order_flow_list_li:not(:last-of-type)::before {
	top: 55px;
	left: 33px;
	}
	.order_flow_list_li .in1 {
	width: 100%;
	padding: 15px;
	}
	.order_flow_list_li .ttl .s1 {
	width: 40px;
	height: 40px;
	font-size: 2.0rem;
	}
	.order_flow_list_li .ttl .s2 {
	width: calc(100% - 40px);
	font-size: 2.0rem;
	}
	.order_flow_list_li .txt {
	padding-left: 45px;
	}
	.order_flow_list_li .in2 {
	max-width: 280px;
	}
	.flow_more {
	padding-left: 45px;
	}
	.flow_more_tel {
	margin-bottom: 10px;
	}
	.flow_more_tel a {
	font-size: 2.0rem;
	}
	.flow_more_tel a::before {
	font-size: 1.4rem;
	}
	.flow_more_mail {
	border-radius: 0;
	}
	.flow_more_mail a {
	padding: 8px 15px;
	}
	.flow_more_mail a::after {
	width: 4px;
	height: 4px;
	margin-left: 10px;
	}
	.order_flow_list_li .in2 {
	width: 300px;
	margin-left: auto;
	padding-top: 0;
	}
	.order_flow_msg {
	min-height: 100%;
	}
	.order_flow_msg::before {
	width: 375px;
	height: 200px;
	background-position: bottom left,bottom right 5px;
	background-size: auto 120px,auto 80px;
	}
	.order_flow_msg .txt {
	font-size: 1.6rem;
	}
}

/*-----------------------
 lesson
-----------------------*/
.lesson_page {
}
.lesson_msg {
position: relative;
}
.lesson_msg::before {
opacity: .2;
position: absolute;
content: "";
width: 1920px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/lesson/msg_bg_r.png),url(./common/img/lesson/msg_bg_l.png);
background-repeat: no-repeat;
background-position: top right,bottom left;
background-size: 1000px auto;
}
.lesson_msg .low_wrap {
z-index: 1;
position: relative;
display: flex;
align-items: center;
}
.lesson_msg .in1 {
width: calc(100% - 500px);
padding-right: 80px;
}
.lesson_msg .lead {
z-index: 1;
position: relative;
width: fit-content;
margin-bottom: 50px;
font-family: "Zen Old Mincho", serif;
font-size: 3.2rem;
}
.lesson_msg .txt {
font-size: 1.8rem;
line-height: 1.8;
}
.lesson_msg .txt .p1 + .p1 {
margin-top: 1em;
}
.lesson_msg .in2 {
position: relative;
width: 550px;
}
.lesson_msg .in2::before {
opacity: .5;
position: absolute;
content: "";
width: calc(100% - 14px);
height: calc(100% - 14px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border: 1px solid #fff;
}
.lesson_msg .in2 img {
object-fit: cover;
aspect-ratio: 1 / 1;
width: 100%;
}
.lesson_guide {
}
.lesson_guide_box {
position: relative;
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding: 60px;
background-color: #faf8f2;
}
.lesson_guide_box::before {
position: absolute;
content: "";
width: calc(180px * .5);
height: calc(263px * .5);
top: -10px;
right: -10px;
background-image: url(./common/img/lesson/guide_box_img_t.png);
background-repeat: no-repeat;
background-size: contain;
}
.lesson_guide_box::after {
position: absolute;
content: "";
width: calc(266px * .5);
height: calc(115px * .5);
bottom: -20px;
left: -20px;
background-image: url(./common/img/lesson/guide_box_img_b.png);
background-repeat: no-repeat;
background-size: contain;
}
.lesson_guide_box .price {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 400px;
margin: auto;
padding: 30px;
border: 1px solid #d1c6b7;
}
.lesson_guide_box .price::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 8px;
left: 8px;
border: 1px solid #d1c6b7;
}
.lesson_guide_box .price .ttl {
margin-bottom: 10px;
font-family: "Zen Old Mincho", serif;
font-size: 2.4rem;
color: #996c33;
}
.lesson_guide_box .price .txt {
font-size: 2.4rem;
}
.lesson_guide_box .price .txt .s1 {
margin-left: 5px;
font-size: 1.6rem;
}
.lesson_guide_box .guide {
margin-top: 40px;
}
.lesson_guide_box .guide .low_h6 {
margin-bottom: 10px;
}
.lesson_guide_box .guide .list {
}
.lesson_guide_box .guide .list li {
position: relative;
padding-left: 1em;
}
.lesson_guide_box .guide .list li::before {
position: absolute;
content: "・";
width: 1em;
top: 0;
left: 0;
}
.lesson_guide_box .guide .list li + li {
}
.lesson_guide_box .txt1 {
margin-top: 10px;
}
.lesson_guide_box .txt2 {
margin-top: 40px;
font-family: "Zen Old Mincho", serif;
font-size: 1.8rem;
text-align: center;
}
.lesson_guide_box .txt3 {
margin-top: 10px;
}
.lesson_guide .order_list {
}
.cntbnr {
z-index: 1;
overflow: hidden;
position: relative;
position: relative;
display: flex;
align-items: center;
justify-content: center;
max-width: 700px;
height: 180px;
margin: 80px auto 0;
line-height: 1.4;
color: #fff;
background-color: #000;
}
.cntbnr::before {
z-index: 1;
opacity: .5;
position: absolute;
content: "";
width: calc(100% - 12px);
height: calc(100% - 12px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border: 1px solid #fff;
}
.cntbnr::after {
opacity: .8;
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: url(./common/img/lesson/cntbnr.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.cntbnr a {
z-index: 2;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.cntbnr .txt {
font-family: "Zen Old Mincho", serif;
font-size: 2.4rem;
letter-spacing: 1px;
}
@media (max-width:1440px) {
	.lesson_msg::before {
	width: 1700px;
	background-size: 900px auto;
	}
}
@media (max-width:1260px) {
	.lesson_msg::before {
	width: 1440px;
	}
	.lesson_msg .in1 {
	width: calc(100% - 400px);
	padding-right: 50px;
	}
	.lesson_msg .lead {
	margin-bottom: 40px;
	font-size: 2.8rem;
	}
	.lesson_msg .txt {
	font-size: inherit;
	}
	.lesson_msg .txt .p1 + .p1 {
	margin-top: 10px;
	}
	.lesson_msg .in2 {
	width: 400px;
	}
}
@media (max-width:1023px) {
	.lesson_msg::before {
	width: 1200px;
	}
	.lesson_msg .low_wrap {
	position: relative;
	display: block;
	}
	.lesson_msg .in1 {
	width: 100%;
	padding-right: 0;
	}
	.lesson_msg .lead {
	margin-bottom: 40px;
	font-size: 2.6rem;
	}
	.lesson_msg .lead br {
	display: none;
	}
	.lesson_msg .txt {
	padding-right: 380px;
	line-height: inherit;
	}
	.lesson_msg .in2 {
	position: absolute;
	width: 350px;
	bottom: 0;
	right: 0;
	}
	.lesson_guide_box {
	max-width: 600px;
	padding: 40px;
	}
	.lesson_guide_box::before {
	width: calc(180px * .4);
	height: calc(263px * .4);
	}
	.lesson_guide_box::after {
	width: calc(266px * .4);
	height: calc(115px * .4);
	}
	.lesson_guide_box .price {
	max-width: 330px;
	padding: 20px;
	}
	.lesson_guide_box .price::before {
	top: 4px;
	left: 4px;
	}
	.lesson_guide_box .price .ttl {
	font-size: 2.2rem;
	}
	.lesson_guide_box .txt2 {
	margin-top: 20px;
	}
	.cntbnr {
	max-width: 550px;
	height: 140px;
	margin-top: 60px;
	}
	.cntbnr .txt {
	font-size: 2.2rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.cntbnr:hover::after {
	opacity: 1;
	width: 120%;
	height: 120%;
	transition: .5s;
	}
}
@media (max-width:767px) {
	.lesson_msg .low_wrap {
	position: relative;
	display: block;
	}
	.lesson_msg .in1 {
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0;
	}
	.lesson_msg .lead {
	width: 100%;
	margin-bottom: 30px;
	font-size: 2.4rem;
	text-align: center;
	}
	.lesson_msg .lead br {
	display: block;
	}
	.lesson_msg .txt {
	padding-right: 0;
	}
	.lesson_msg .in2 {
	position: relative;
	width: 100%;
	bottom: inherit;
	right: inherit;
	}
	.lesson_msg .in2::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	}
	.lesson_msg .in2 img {
	aspect-ratio: 4 / 3;
	}
	.lesson_guide_box {
	padding: 20px;
	}
	.lesson_guide_box::before {
	width: calc(180px * .3);
	height: calc(263px * .3);
	top: -15px;
	right: -15px;
	}
	.lesson_guide_box::after {
	width: calc(266px * .35);
	height: calc(115px * .35);
	bottom: -25px;
	}
	.lesson_guide_box .price {
	max-width: 250px;
	padding: 15px;
	}
	.lesson_guide_box .price::before {
	top: 4px;
	left: 4px;
	}
	.lesson_guide_box .price .ttl {
	margin-bottom: 5px;
	font-size: 2.2rem;
	}
	.lesson_guide_box .price .txt {
	font-size: 2.2rem;
	}
	.lesson_guide_box .price .txt .s1 {
	font-size: 1.5rem;
	}
	.lesson_guide_box .guide {
	margin-top: 30px;
	}
	.lesson_guide_box .txt2 {
	text-align: left;
	}
	.cntbnr {
	height: 120px;
	margin-top: 40px;
	}
	.cntbnr::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	}
	.cntbnr .txt {
	font-size: inherit;
	}
}

/*-----------------------
 cafe & shop
-----------------------*/
.shop_page {
position: relative;
}
.shop_page::before {
opacity: .3;
position: absolute;
content: "";
width: 100%;
max-width: 1920px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/shop/bg_r.png),url(./common/img/shop/bg_l.png);
background-repeat: repeat-y;
background-position: right 20px top,left 20px top;
background-size: 200px auto;
}
.shop_sec {
}
.shop_message {
margin: 0 auto 150px;
font-size: 1.8rem;
text-align: center;
line-height: 2;
}
.lay01 {
display: flex;
}
.lay01 + .lay01 {
margin-top: 100px;
}
.lay01:nth-of-type(even) {
flex-direction: row-reverse;
}
.lay01_in1 {
width: calc(100% - 550px);
padding-top: 30px;
}
.lay01:nth-of-type(odd) .lay01_in1 {
padding-right: 100px;
}
.lay01:nth-of-type(even) .lay01_in1 {
padding-left: 100px;
}
.lay01_ttl {
margin-bottom: 40px;
font-family: "Zen Old Mincho", serif;
font-size: 3.4rem;
font-weight: normal;
line-height: inherit;
letter-spacing: 1px;
color: #346344;
}
.lay01_txt {
font-size: 1.7rem;
line-height: 2;
}
.lay01_txt .p1 + .p1 {
margin-top: 1em;
}
.lay01_in2 {
width: 550px;
}
.lay01_img {
position: relative;
}
.lay01_img::before {
opacity: .5;
position: absolute;
content: "";
width: calc(100% - 14px);
height: calc(100% - 14px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border: 1px solid #fff;
}
.lay01_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
}
@media (max-width:1700px) {
	.shop_page::before {
	background-position: right -50px top,left -50px top;
	background-size: 150px auto;
	}
}
@media (max-width:1260px) {
	.lay01 + .lay01 {
	margin-top: 80px;
	}
	.lay01_in1 {
	width: calc(100% - 450px);
	padding-top: 20px;
	}
	.lay01:nth-of-type(odd) .lay01_in1 {
	padding-right: 50px;
	}
	.lay01:nth-of-type(even) .lay01_in1 {
	padding-left: 50px;
	}
	.lay01_ttl {
	margin-bottom: 30px;
	font-size: 3.2rem;
	}
	.lay01_txt {
	font-size: inherit;
	line-height: 1.8;
	}
	.lay01_in2 {
	width: 450px;
	}
}
@media (max-width:1023px) {
	.shop_message {
	margin-bottom: 100px;
	font-size: inherit;
	line-height: 1.8;
	}
	.lay01 + .lay01 {
	margin-top: 80px;
	}
	.lay01_in1 {
	width: calc(100% - 300px);
	padding-top: 0;
	}
	.lay01:nth-of-type(odd) .lay01_in1 {
	padding-right: 30px;
	}
	.lay01:nth-of-type(even) .lay01_in1 {
	padding-left: 30px;
	}
	.lay01_ttl {
	margin-bottom: 20px;
	font-size: 2.6rem;
	}
	.lay01_txt {
	line-height: inherit;
	}
	.lay01_in2 {
	width: 300px;
	}
	.lay01_img::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.shop_page::before {
	background-position: right -70px top,left -70px top;
	background-size: 120px auto;
	}
	.shop_message {
	margin-bottom: 60px;
	}
	.lay01 {
	display: block;
	}
	.lay01 + .lay01 {
	margin-top: 50px;
	}
	.lay01_in1 {
	width: 100%;
	margin-bottom: 20px;
	}
	.lay01:nth-of-type(odd) .lay01_in1 {
	padding-right: 0;
	}
	.lay01:nth-of-type(even) .lay01_in1 {
	padding-left: 0;
	}
	.lay01_ttl {
	font-size: 2.4rem;
	text-align: center;
	}
	.lay01_txt {
	line-height: inherit;
	}
	.lay01_txt .p1 + .p1 {
	margin-top: 10px;
	}
	.lay01_in2 {
	width: 100%;
	}
}

/*-----------------------
 サービス
-----------------------*/
.service_page {
}
.service_sec {
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
}
@media (max-width:767px) {
}

/*-----------------------
 お問い合わせ
-----------------------*/
.contact {
}
.contact_tel {
}
.contact_box1 {
max-width: 500px;
margin: auto;
padding: 40px 20px;
text-align: center;
background-color: #fff;
}
.contact_box1 .ttl {
position: relative;
margin-bottom: 20px;
padding-top: 60px;
font-family: "Zen Old Mincho", serif;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
}
.contact_box1 .ttl::before {
position: absolute;
content: "";
width: 100%;
height: 42px;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/ico_tel.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.contact_box1 .tel {
margin-bottom: 10px;
font-family: "Zen Old Mincho", serif;
font-size: 2.8rem;
letter-spacing: 1px;
line-height: 1;
}
.contact_box1 .tel a::before {
content: "TEL・FAX：";
font-size: 1.6rem;
letter-spacing: 0;
}
.contact_box1_time {
display: flex;
justify-content: center;
width: fit-content;
margin: auto;
}
.contact_box1_time_1 {
margin-right: 1em;
}
.contact_page .txt {
margin-bottom: 40px;
}
.contact_form {
}
.contact_form dl {
display: flex;
margin-bottom: 5px;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 300px;
padding: 20px;
font-weight: bold;
background-color: #edeae4;
}
.contact_form dd {
width: calc(100% - 300px);
padding: 15px 0 15px 30px;
}
.contact_name dd {
}
.wpcf7-checkbox .wpcf7-list-item {
display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 3px;
}
.wpcf7-radio .wpcf7-list-item {
display: block;
}
.contact_name .contact_form_dd_in {
width: 50%;
}
.contact_name .contact_form_dd_in:nth-of-type(1) {
padding-right: 5px;
}
.contact_name .contact_form_dd_in:nth-of-type(2) {
padding-left: 5px;
}
.contact_birt dd {
display: flex;
align-items: center;
}
.contact_birt .contact_form_dd_in1 {
}
.contact_birt .contact_form_dd_in2 {
margin: 0 10px;
}
.contact_address_txt {
width: 100%;
margin-bottom: 5px;
font-size: 1.4rem;
letter-spacing: 0;
}
.contact_address_in1 {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1em;
}
.contact_address_in1 input {
width: 150px;
}
.contact_address_in1 .note {
margin-left: 15px;
}
.contact_address_in1 .note a {
display: block;
padding: 8px 5px;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 0;
background-color: #f1f1f1;
border: 1px solid;
border-radius: 2px;
}
.contact_address_in2 {
margin-bottom: 1em;
}
.contact_naiyou_in1 {
margin-bottom: 1em;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.contact_cnf_form {
}
.contact_cnf_form.contact_form {
}
.contact_cnf_form.contact_form dl {
align-items: center;
}
.thanks_msg {
position: relative;
padding: 120px 0 50px 0;
text-align: center;
line-height: 2;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(300px * .4);
height: calc(210px * .4);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/contact/thanks.png);
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) invert(.4);
}
.privacy_box {
overflow-x: hidden;
overflow-y: auto;
height: 400px;
margin-top: 3em;
padding: 30px;
background-color: #fff;
}
.privacy_box::-webkit-scrollbar {
width: 8px;
background-color: #f1f1f1;
}
.privacy_box::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 100px;
}
.privacy_ttl {
margin-bottom: 1em;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.privacy_txt1 {
margin-top: 2em;
margin-bottom: 5px;
font-weight: bold;
}
.privacy_txt2 {
}
.privacy_txt2 p + p,
.privacy_txt2 p + ul,
.privacy_txt2 ul + ul,
.privacy_txt2 ul + p {
margin-top: .5em;
}
.privacy_txt2 ul li {
padding-left: 1em;
text-indent: -1em;
}
@media (max-width:1260px) {
}
@media (max-width:1023px) {
	.contact_box1 {
	max-width: 400px;
	}
	.contact_box1 .tel {
	font-size: 2.4rem;
	}
	.contact_box1 .tel a::before {
	font-size: 1.5rem;
	}
	.contact_page .txt br {
	display: none;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.contact_box1 {
	max-width: 280px;
	padding: 20px;
	}
	.contact_box1 .ttl::before {
	width: 30px;
	height: 30px;
	}
	.contact_box1 .ttl {
	margin-bottom: 15px;
	padding-top: 50px;
	font-size: 1.7rem;
	}
	.contact_box1 .tel {
	font-size: 2.0rem;
	}
	.contact_box1 .tel a::before {
	font-size: 1.3rem;
	}
	.contact_page .txt {
	margin-bottom: 30px;
	}
	.contact_form dl {
	display: block;
	}
	.contact_form dt {
	width: 100%;
	padding: 10px;
	}
	.contact_form dd {
	width: 100%;
	padding: 20px 10px;
	}
	.contact_address_in1 input {
	width: 100px;
	}
	.wpcf7-radio .wpcf7-list-item {
	min-width: 70px;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.thanks_msg {
	padding-top: 90px;
	line-height: inherit;
	}
	.thanks_msg::before {
	width: calc(300px * .3);
	height: calc(210px * .3);
	}
}

/*-----------------------
 ブログ
-----------------------*/
.blog {
}
/*-- 共通 --*/
.blog_category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.blog_category li {
margin: 2px;
padding: 7px 8px;
font-size: 1.3rem;
text-align: center;
line-height: 1;
background-color: #f1f1f1;
}
.blog_date {
font-family: "Zen Old Mincho", serif;
font-size: 1.5rem;
font-weight: 500;
text-align: right;
line-height: 1;
letter-spacing: 1px;
color: #996c33;
}
/*-- アーカイブ --*/
.blog_archives {
}
.category_tab {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 600px;
margin: 0 auto 50px;
}
.category_tab_li {
width: 160px;
margin: 5px;
font-weight: bold;
text-align: center;
line-height: 1.3;
background-color: #edeae4;
border-radius: 4px;
}
.category_tab_li.current {
color: #fff;
background-color: #444;
}
.category_tab_li a {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}
.blog_list {
display: flex;
flex-wrap: wrap;
}
.blog_list_li {
position: relative;
width: calc(33.3333% - 24px);
margin: 12px;
background-color: #fff;
}
.blog_list_li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog_list_box {
display: flex;
flex-direction: column-reverse;
}
.blog_list_box_in1 {
padding: 15px;
}
.blog_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
height: 44px;
margin-bottom: 10px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.4;
}
.blog_date {
margin-bottom: 10px;
font-size: 1.5rem;
letter-spacing: .5px;
line-height: 1;
}
.blog_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
text-overflow: ellipsis;
font-size: 1.5rem;
font-weight: normal;
letter-spacing: 0;
line-height: 1.4;
}
.blog_list_box_in2 {
position: relative;
padding: 10px 10px 0 10px;
}
.blog_list_box_img {
aspect-ratio: 4 / 3;
background-image: url(./common/img/blog/icatch.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.blog_list_box_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
height: 100%;
}
.blog_list_li .blog_category {
position: absolute;
bottom: 5px;
right: 16px;
margin-bottom: 0;
}
.blog_list_li .blog_category li {
background-color: rgba(255,255,255,.8);
}
/*-- ページャー --*/
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
line-height: 1;
}
.wp-pagenavi .pages {
margin-right: 10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
width: 30px;
height: 30px;
margin: 2px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 100%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #444;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.blog_single_box {
margin-bottom: 3em;
}
.blog_single .blog_date {
margin-bottom: 15px;
}
.blog_single_title {
margin: 0 auto 30px;
font-family: "Zen Old Mincho", serif;
font-size: 2.4rem;
letter-spacing: 0;
}
.post_in {
margin-top: 30px;
line-height: 1.8;
}
.post_in h1 {
display: block;
margin-top: 0;
margin-bottom: 1em;
padding: 10px 15px;
font-size: 120%;
background-color: #edeae4;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 5px;
font-size: 115%;
border-bottom: 2px solid #aaa;
}
.post_in h3 {
width: fit-content;
margin-top: 1em;
margin-bottom: 1em;
padding-bottom: 4px;
font-size: 110%;
border-bottom: 1px solid #aaa;
}
.post_in h4 {
margin-bottom: .5em;
}
.post_in h5 {
margin-bottom: .5em;
}
.post_in h6 {
margin-bottom: .5em;
}
.post_in img {
width: 100%;
max-width: 800px;
margin: 2em auto 2em;
}
.post_in p a {
text-decoration: underline;
}
.post_in ul,
.post_in ol {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.post_in ul {
list-style: disc;
}
.post_in ol {
list-style: decimal;
}
.post_dl_btn {
}
.post_dl_btn a {
}
/*-- singleページャー --*/
.single_pager {
z-index: 1;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Zen Old Mincho", serif;
font-weight: bold;
letter-spacing: 0;
}
.single_pager_prev,
.single_pager_next {
overflow: hidden;
width: calc((100% - 180px) / 2);
max-width: 400px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
color: #996c33;
}
.single_pager_prev a,
.single_pager_next a {
position: relative;
display: block;
width: fit-content;
padding: 0 15px;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev a::before,
.single_pager_next a::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev a::before {
left: 1px;
border-bottom: 2px solid;
border-left: 2px solid;
}
.single_pager_next a::before {
right: 1px;
border-top: 2px solid;
border-right: 2px solid;
}
.single_pager_return {
width: 200px;
font-weight: bold;
text-align: center;
color: #996c33;
border: 1px solid #996c33;
border-radius: 100px;
}
.single_pager_return a {
display: block;
padding: 18px 10px;
line-height: 1;
}
@media (max-width:1260px) {
	.blog_single .blog_date {
	font-size: inherit;
	}
	.blog_single_title {
	font-size: 2.4rem;
	}
}
@media (max-width:1023px) {
	.category_tab {
	margin-bottom: 40px;
	}
	.category_tab_li {
	width: 150px;
	margin: 2px;
	border-radius: 8px;
	}
	.category_tab_li a {
	height: 45px;
	}
	.blog_list {
	margin: -6px;
	}
	.blog_list_li {
	width: calc(33.3333% - 12px);
	margin: 6px;
	}
	.wp-pagenavi {
	margin-top: 30px;
	}
	.blog_category li {
	padding: 4px 5px;
	}
	.post_in {
	line-height: inherit;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.category_tab_li:hover {
	color: #fff;
	background-color: #444;
	transition: background-color .3s;
	}
	.blog_side_col_list li a:hover {
	opacity: .5;
	transition: .3s;
	}
	.blog_list_li:hover {
	opacity: .6;
	transition: .3s;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #444;
	transition: .3s;
	}
	.single_pager_prev a:hover,
	.single_pager_next a:hover {
	opacity: .5;
	transition: .3s;
	}
	.single_pager_return:hover {
	color: #fff;
	background-color: #996c33;
	transition: background-color .3s;
	}
}
@media (max-width:767px) {
	.blog_date {
	margin-bottom: 10px;
	}
	.category_tab {
	margin-bottom: 30px;
	}
	.category_tab_li {
	width: 100px;
	margin: 2px;
	font-size: 1.4rem;
	border-radius: 4px;
	border-width: 1px;
	}
	.category_tab_li a {
	height: 35px;
	}
	.blog_list {
	margin: 0 -4px;
	}
	.blog_list_li {
	width: calc(50% - 8px);
	margin: 4px;
	height: 265px;
	padding: 0;
	}
	.blog_list_box {
	}
	.blog_list_box_in1 {
	padding: 10px;
	}
	.blog_list_box_in2 {
	padding: 5px;
	}
	.blog_date {
	margin-bottom: 5px;
	font-size: 1.2rem;
	}
	.blog_list_ttl {
	height: 34px;
	font-size: 1.4rem;
	}
	.blog_list_txt {
	-webkit-line-clamp: 4;
	font-size: 1.3rem;
	line-height: 1.3;
	}
	.blog_list_li .blog_category {
	bottom: 6px;
	right: 8px;
	}
	.blog_category li {
	padding: 4px 3px;
	font-size: 1.1rem;
	border-radius: 0;
	}
	.blog_single_box {
	}
	.blog_single_title {
	font-size: 1.7rem;
	letter-spacing: 0;
	}
	.post_in {
	}
	.single_pager {
	display: block;
	}
	.blog_single_title {
	margin-bottom: 1em;
	}
	.single_pager {
	position: relative;
	display: block;
	padding-bottom: 70px;
	}
	.single_pager li {
	width: 100%;
	}
	.single_pager li a {
	font-size: 1.5rem;
	}
	.single_pager_prev {
	margin-bottom: 10px;
	}
	.single_pager_prev::before,
	.single_pager_next::before {
	width: 4px;
	height: 4px;
	top: 8px;
	border-width: 1px !important;
	}
	.single_pager_prev a,
	.single_pager_next a {
	padding: 0 10px;
	}
	.single_pager_return {
	position: absolute;
	max-width: 200px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	}
	.single_pager_return a {
	padding: 10px;
	}
}

/* ダミー文注釈用 */
.dummytxt {
margin-top: 0 !important;
color: #f0f;
}


