@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

body {
	font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #1C1C1C;
	background-color: #EDE8E2;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
a:hover {
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/* animation */
.animation {
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  -ms-transition: All 2s ease;
  transition: All 2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
	top: 30px; 
}
.animation.js-animated {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	top: 0; 
}
@media print {
	.animation,
	.animation.js-animated {
		top: 0;
		opacity: 1;
	}
}
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
	visibility: visible !important; 
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
		-webkit-transform: translateY(0); } 
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
		transform: translateY(0); } 
}
@keyframes slideToRight {
	0% { left: -100%; }
	100% { left: 0; } 
}
/***** SP Toggle Menu Btn  *****/
.menu-trigger-wrap {
	position: relative;
	background-color: #5E5142;
	padding: 14px 10px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	z-index: 999;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 22px;
}
.menu-lbl {
	margin-top: .5em;
	font-size: 14px;
	text-align: center;
}
.menu-lbl .is-menu {
	display: block;
}
.menu-lbl .is-close {
	display: none;
}
#sp-menu-btn.active .menu-lbl .is-menu {
	display: none;
}
#sp-menu-btn.active .menu-lbl .is-close {
	display: block;
}
.menu-trigger span {
	display: inline-block;
	transition: transform .4s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(45deg);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: transform .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
#sp-menu-btn.active .menu-trigger span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
#sp-menu-btn.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#sp-menu-btn.active .menu-trigger span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}

/* ヘッダ */

header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
}
.header-wrap {
	height: 160px;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo a {
	display: inline-block;
	line-height: 0;
}
.header-infos {
	text-align: right;
}
.header-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-links .tel-link {
	position: relative;
	display: block;
	padding-left: 1.5em;
	font-size: 25px;
	margin-right: 1em;
}
.header-links .tel-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.1em;
	background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.header-links .calendar-link {
	padding: .3em 1.2em;
	display: block;
	background: linear-gradient(2deg, #8F7E68 0%, #644620 100%);
	font-size: 16px;
	color: #EDE8E2;
	border-radius: 5px;
}
.header-holiday {
	margin-top: .5em;
	font-size: 18px;
	font-weight: 500;
}
.header-menu {
	display: block;
	margin-top: 1em;
	font-size: 20px;
}
.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-menu ul li {
	margin-left: 1.25em;
}
.header-menu ul li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
@media (min-width: 769px) {
	.header-menu ul li a::before {
		content: "";
		position: absolute;
		left: -100%;
		width: 100%;
		height: 1px;
		bottom: 0;
		border-bottom: 1px solid;
	}
	.header-menu ul li a:hover::before {
		animation: slideToRight 0.5s forwards;
	}
}
.top-mv-wrap {
	background-image: url(../img/top_mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top-mv-wrap .container {
	max-width: 1000px;
}
.top-mv {
	height: 680px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-mv h1 {
	display: flex;
	flex-direction: row-reverse;
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: 0px 3px 10px #FFFFFF;
}
.top-mv h1 span {
	display: inline-block;
	width: 1em;
	line-height: 1.3;
}
.top-mv h1 span.second {
	margin-top: 1.2em;
	margin-right: .8em;
}

.top-news {
	margin: 100px 0;
	display: flex;
	flex-wrap: wrap;
}
.top-news .news-ttl {
	width: 6em;
	font-size: 1.25em;
}
.top-news .news-list {
	width: calc(100% - 7.5em);
	border-left: 1px solid #000000;
	padding-left: 1.5em;
}
.top-news .news-list li {
	margin-bottom: 1em;
}
.top-news .news-list li:last-child {
	margin-bottom: 0;
}
.top-news .news-list li a {
	display: flex;
	align-items: center;
}
.top-news .news-list li .li-date {
	width: 7em;
	font-size: 1.125em;
}
.top-news .news-list li .li-ttl {
	width: calc(100% - 6.3em);
	font-size: 1.25em;
}
.top-news .news-more-btn {
	margin-top: 4em;
	width: 100%;
	text-align: center;
}
.top-news .news-more-btn a {
	position: relative;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 500;
	padding: 0.5em 2.5em;
	overflow: hidden;
}
.top-news .news-more-btn a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: .4em;
	background-image: url(../img/border01.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.top-news .news-more-btn a:hover {
	opacity: 1;
}
.top-news .news-more-btn a:hover::after {
	left: -100%;
	animation: slideToRight 1s forwards;
}

.top-cond {
	margin: 100px 0;
}
.top-cond .cond-ttl {
	font-size: 1.875em;
	font-weight: bold;
	margin-bottom: .7em;
	padding: .3em 0;
	border-bottom: 1px dashed #000000;
}
.top-cond .cond-cont {
	position: relative;
	padding-left: 55%;
}
.top-cond .cond-img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50%;
	transform: translate(0, -50%);
}
.top-cond dt {
	margin-bottom: .7em;
	font-size: 1.56em;
}
.top-cond dd {
	text-align: justify;
	letter-spacing: .1em;
	line-height: 1.7;
}

footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-row {
	padding: 3em 0;
	display: flex;
	justify-content: space-between;
}
.footer-left {
	line-height: 1.7;
}
.footer-address {
	margin-top: .5em;
}
.footer-tel {
	margin: .5em 0;
}
.footer-tel a {
	position: relative;
	display: block;
	padding-left: 1.5em;
	font-size: 25px;
}
.footer-tel a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.1em;
	background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.footer-copyright {
	padding: .5em 0;
	background-color: #B5A795;
	font-size: .875em;
	text-align: center;
}
.footer-menu ul {
	display: flex;
	font-size: 1.125em;
	font-weight: 500;
}
.footer-menu ul li {
	margin-right: 2em;
	width: 1em;
}
.footer-menu ul li:last-child {
	margin-right: 0;
}
@media (min-width: 769px) {
	.header-menu {
		display: block !important;
	}
}
@media (max-width: 768px) {
	.container {
		padding: 0 15px;
	}
	header {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
	.header-wrap {
		padding: 0 15px 0 80px;
		height: 110px;
	}
	#sp-menu-btn {
		position: fixed;
		left: 0;
		margin-left: 15px;
	}
	.header-logo {
		width: 50%;
		max-width: 160px;
	}
	.header-links {
		flex-direction: row-reverse;
	}
	.header-links .calendar-link,
	.header-links .tel-link {
		margin: 0 0 0 1.5em;
		padding: 0;
		font-size: 14px;
		background: none;
		color: #1C1C1C;
		text-align: center;
	}
	.header-links .calendar-link::before,
	.header-links .tel-link::before {
		position: relative;
		content: "";
		display: block;
		width: 40px;
		height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	}
	.header-links .calendar-link::before {
    background-image: url(../img/icon_calendar_sp.png);
	}
	.header-links .tel-link::before {
    background-image: url(../img/icon_tel_sp.png);
	}
	.header-links span {
		display: inline-block;
		margin-top: .5em;
		white-space: nowrap;
	}
	.header-menu {
		display: none;
		position: fixed;
		top: 110px;
		left: 15px;
		right: 15px;
		margin: 0;
		padding: 1em 0;
		background-color: #8F7E68;
		color: #fff;
	}
	main {
		padding-top: 110px;
	}
	.header-menu ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #B5A795;
	}
	.header-menu ul li:first-child {
		border-top: 1px solid #B5A795;
	}
	.header-menu ul li a {
		display: block;
		padding: .7em 10%;
		text-align: left;
	}
	.top-mv {
		height: 70vw;
	}
	.top-mv h1 {
		font-size: 4vw;
    margin-right: 4vw;
	}
	.top-news {
		margin: 4em 0;
	}
	.top-news .news-ttl {
		position: relative;
		width: 100%;
		margin-bottom: 1em;
	}
	.top-news .news-ttl::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: calc(100% - 5em);
		height: 0;
		border-bottom: 1px solid #707070;
	}
	.top-news .news-list {
		width: 100%;
		padding: 0;
		border: none;
	}
	.top-news .news-list li a {
		flex-wrap: wrap;
	}
	.top-news .news-list li .li-date,
	.top-news .news-list li .li-ttl {
		width: 100%;
	}
	.top-news .news-more-btn {
		margin-top: 2.5em;
	}
	.top-cond {
		margin: 4em 0;
	}
	.top-cond .cond-ttl {
		font-size: 1.4em;
	}
	.top-cond .cond-cont {
		padding: 0;
	}
	.top-cond .cond-img {
		position: relative;
		margin: 1.5em 0;
		width: 100%;
		transform: none;
		text-align: center;
	}
	.top-cond dt {
		font-size: 1.25em;
		text-align: center;
		line-height: 2;
	}
	.footer-row {
		padding: 2em 0;
		flex-wrap: wrap;
	}
	.footer-left {
		width: 100%;
	}
	.footer-menu {
		width: 100%;
		margin-top: 2em;
	}
	.footer-menu ul {
		flex-wrap: wrap;
		font-size: 1em;
	}
	.footer-menu ul li {
		margin: 0;
		width: 100%;
		border-top: 1px solid #B5A795;
	}
	.footer-menu ul li:last-child {
		border-bottom: 1px solid #B5A795;
	}
	.footer-menu ul li a {
		display: block;
		padding: .5em 10%;
	}
}

.page-ttl {
	max-width: 1000px;
	margin: 100px auto 0;
}
.page-ttl h1 {
	padding: .3em 1.2em;
	background: linear-gradient(0deg, #C5BAAC 0%, #8E7557 100%);
	font-size: 1.56em;
	color: #fff;
	letter-spacing: .1em;
}
.page-content {
	margin: 50px 0;
	letter-spacing: .1em;
	line-height: 1.7;
}
.google-calendar {
	margin: 50px 0;
}
.google-calendar iframe {
	width: 100%;
	height: 600px;
}
@media (max-width: 768px) {
	.page-ttl {
		margin-top: 30px;
	}
	.page-ttl h1 {
		font-size: 1.25em;
	}
	.page-content {
		margin: 40px 0;
	}
}

.ob01-ttl {
	font-size: 1.56em;
	margin-bottom: 1em;
}
.ob01-txt {
	font-size: 1.25em;
	text-align: justify;
}
.onlineshop-blk02 {
	margin: 3em 0;
}
.ob02-row {
	display: flex;
	flex-wrap: wrap;
}
.ob02-left span {
	display: inline-block;
	padding: .3em 1em;
	font-size: 1.25em;
	background: linear-gradient(180deg, #644620 0%, #B5A795 100%);
	color: #fff;
}
.ob02-right {
	margin-left: 2em;
	font-size: 1.56em;
}
.ob02-img {
	margin-top: 2em;
	text-align: center;
}
.onlineshop-blk03 {
	margin: 4em 0;
}
.ob03-ttl {
	padding: .3em 0;
	font-size: 1.25em;
	border-bottom: 1px dashed #707070;
	letter-spacing: .2em;
}
.ob03-cont {
	margin: 1em 0;
	text-align: justify;
}
.ob03-product {
	margin: .7em 0 1.5em;
	font-weight: 500;
}
.ob03-cont .pay-desc {
	font-size: 1.56em;
	font-weight: bold;
	letter-spacing: .15em;
}
.ob03-cont .pay-about {
	margin: 1em 0;
	font-size: 1.25em;
	font-weight: 500;
}
.ob03-cont .pay-about dt {
	margin-top: 1em;
	position: relative;
	padding-left: 1em;
}
.ob03-cont .pay-about dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
.ob03-cont .pay-about dd {
	padding-left: 1em;
}
.ob03-cont .pay-caution .caution-ttl {
	margin: 1.5em 0 .5em;
	font-size: 1.25em;
	font-weight: bold;
}
.ob03-cont .pay-caution .caution-txt {
	font-size: 1.25em;
}
.ob03-cont b {
	font-weight: bold;
}
.ob03-cont u {
	text-decoration: none;
	border-bottom: 1px solid #707070;
}
.ob03-cont .pay-paypayrow {
	margin-top: 3em;
	display: flex;
	justify-content: space-between;
}
.ob03-cont .paypay-img {
	width: 42%;
}
.ob03-cont .paypay-method {
	width: 53%;
	font-size: 1.25em;
}
.ob03-cont .paypay-method dl {
	margin-bottom: 2em;
}
.ob03-cont .paypay-method dl:last-child {
	margin-bottom: 0;
}
.ob03-cont .paypay-method dt {
	margin-bottom: .3em;
	font-weight: bold;
}
.ob03-cont .paypay-method dd {
	font-weight: 500;
}
.onlineshop-order {
	margin: 5em 0;
}
.onlineshop-order .order-link {
	margin: 3em 0;
	text-align: center;
}
.onlineshop-order .order-link a {
	display: inline-block;
	width: 100%;
	max-width: 385px;
	padding: .4em 2em;
	background: #B92516;
	font-size: 1.56em;
	color: #EDE8E2;
	text-align: center;
	border-radius: 2em;
	box-shadow: 5px 5px 10px #A59292;
}
.onlineshop-order .order-info {
	text-align: center;
}
.onlineshop-order .order-info span {
	margin-bottom: .3em;
	display: block;
	font-size: 1.25em;
	letter-spacing: .2em;
}
@media (max-width: 768px) {
	.ob01-ttl {
		font-size: 1.2em;
	}
	.ob01-txt {
		font-size: 1.1em;
	}
	.ob02-left span {
		font-size: 1.125em;
	}
	.ob02-right {
		margin: 1em 0 0;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.5;
	}
	.ob02-right span {
		margin-top: 1em;
		display: inline-block;
		font-size: .875em;
	}
	.ob03-cont .pay-desc {
		font-size: 1.25em;
	}
	.ob03-cont .pay-about dt {
		display: inline-block;
		margin-bottom: .3em;
		padding: 0;
		border-bottom: 1px solid;
	}
	.ob03-cont .pay-about dt::before {
		display: none;
	}
	.ob03-cont .pay-about dd {
		padding: 0;
	}
	.ob03-cont .pay-paypayrow {
		flex-wrap: wrap;
	}
	.ob03-cont .paypay-img,
	.ob03-cont .paypay-method {
		width: 100%;
	}
	.ob03-cont .paypay-method dt {
		margin: 1.5em 0;
	}
	.onlineshop-order {
    margin: 4em 0;
	}
	.onlineshop-order .order-link {
		margin: 2em 0;
	}
	.onlineshop-order .order-link a {
		font-size: 1.25em;
	}
	.onlineshop-order .order-info {
		text-align: left;
	}
	.onlineshop-order .order-info span {
		margin-bottom: 1em;
		text-align: center;
	}
}

/* 店舗情報 */

.shop-info .si-ttl,
.shop-access .sa-ttl {
	font-size: 1.25em;
	padding-bottom: .3em;
	margin-bottom: .5em;
	border-bottom: 1px dashed #707070;
}
.shop-info .si-pay {
	margin: 1.5em 0;
	font-weight: 600;
}
.shop-info .si-pay u {
	text-decoration: none;
	border-bottom: 1px solid #707070;
}
.shop-info .si-photos {
	margin: 2em 0;
	display: flex;
	justify-content: space-between;
}
.shop-info .si-photos .photo {
	width: 47%;
}
.shop-access .sa-cont {
	text-align: center;
}
.shop-access .sa-list {
	display: inline-block;
	margin: 3em 0;
}
.shop-access .sa-list li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 2em;
	text-align: left;
}
.shop-access .sa-list li:last-child {
	margin-bottom: 0;
}
.shop-access .sa-list li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 42px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transform: translateY(-50%);
}
.shop-access .sa-list li.railway::before {
	background-image: url(../img/icon_railway.png);
}
.shop-access .sa-list li.car::before {
	background-image: url(../img/icon_car.png);
}
.shop-access .sa-map iframe {
	width: 100%;
	height: 400px;
}
@media (max-width: 768px) {
	.shop-info .si-photos {
		flex-wrap: wrap;
	}
	.shop-info .si-photos .photo {
		width: 100%;
		margin-bottom: 1em;
	}
	.shop-access .sa-list {
		margin: 2em 0;
	}
	.shop-access .sa-list li {
		padding-left: 60px
	}
}

/* お品書き */

.menu-blk .mb-ttl {
	font-size: 1.25em;
	padding-bottom: .3em;
	margin-bottom: .7em;
	border-bottom: 1px dashed #707070;
}
.menu-blk .mb-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-blk .mb-list ul li {
	width: 47%;
	margin-bottom: 4em;
}
.menu-blk .mb-list li .li-img {
	margin: 1em 0;
	text-align: center;
}
.menu-blk .mb-list li .li-ttl {
	margin: 1em 0;
	font-size: 1.25em;
	font-weight: bold;
}
.menu-blk .mb-list li .li-desc {
	text-align: justify;
}
.menu-blk .mb-list li .li-price {
	margin-top: 1.5em;
	font-size: 1.125em;
	font-weight: 500;
}
@media (max-width: 768px) {
	.menu-blk .mb-list ul li {
		width: 100%;
	}
}

/* よくあるご質問 */

.faq-list {
	margin: 5em 0;
}
.faq-list li {
	margin-bottom: 4em;
}
.faq-list li dt {
	display: flex;
	align-items: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #644620;
}
.faq-list li dt span {
	width: calc(100% - 60px);
	font-size: 1.25em;
	font-weight: bold;
}
.faq-list li dd {
	display: flex;
}
.faq-list li dd span {
	width: calc(100% - 60px);
	text-align: justify;
}
.faq-list li dt::before,
.faq-list li dd::before {
	content: "";
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.faq-list li dt::before {
	background-image: url(../img/char_q.png);
}
.faq-list li dd::before {
	background-image: url(../img/char_a.png);
}
@media (max-width: 768px) {
	.faq-list {
		margin: 0;
	}
	.faq-list li {
		margin-bottom: 3em;
	}
	.faq-list li dt {
		align-items: flex-start;
	}
	.faq-list li dt span {
		font-size: 1em;
	}
	.faq-list li dt span,
	.faq-list li dd span {
		width: calc(100% - 40px);
	}
	.faq-list li dt::before,
	.faq-list li dd::before {
		width: 30px;
		height: 30px;
	}
}

/* 新着情報 */

.archive-wrap {
	display: flex;
	justify-content: space-between;
}
.archive-cont {
	width: 68%;
}
.archive-list > ul > li {
	margin-bottom: 3em;
}
.archive-list > ul > li a {
	display: block;
}
.archive-list > ul > li .li-info {
	display: flex;
	align-items: center;
	padding-bottom: .5em;
	border-bottom: 1px dashed #707070;
}
.archive-list > ul > li .li-date {
	margin-right: 1.5em;
	font-size: 1.125em;
	font-weight: 500;
}
.archive-list > ul > li .li-cat ul {
	display: flex;
	flex-wrap: wrap;
}
.archive-list > ul > li .li-cat ul li {
	margin: .1em 1em .1em 0;
	padding: 0 1em;
	background-color: #7B7061;
	color: #fff;
	font-size: .875em;
}
.archive-list > ul > li .li-ttl {
	margin-top: .5em;
	font-size: 1.25em;
}
.custom-pagination {
	margin: 50px 0;
	text-align: center;
}
.custom-pagination .pagination-links {
	font-size: 1.25em;
}
.custom-pagination .pagination-links a,
.custom-pagination .pagination-links span {
	display: inline-block;
	cursor: pointer;
	margin: 0 .5em;
	padding: 0 .5em;
}
.custom-pagination .pagination-links a:hover,
.custom-pagination .pagination-links span.current {
	text-decoration: underline;
}
.custom-pagination .pagination-links span {
	cursor: default;
}
.custom-pagination .currentoftotal {
	margin-top: 1em;
	font-size: 1.125em;
}
.category-sidebar {
	width: 25%;
}
.category-sidebar .sidebar-ttl {
	background-color: #B5A795;
	color: #fff;
	font-size: 1.25em;
	padding: .3em 1em;
}
.category-sidebar .category-list li a {
	display: block;
	font-size: 1.25em;
	padding: .3em 1em;
	border-bottom: 1px dotted #C9C7C7;
}
@media (max-width: 768px) {
	.archive-wrap {
		flex-wrap: wrap;
	}
	.archive-cont,
	.category-sidebar {
		width: 100%;
	}
	.category-sidebar .sidebar-ttl,
	.category-sidebar .category-list li a {
		padding: .3em 1.5em;
	}
	.custom-pagination {
		font-size: .875em;
	}
}

.single-wrap {
	display: flex;
	justify-content: space-between;
}
.single-cont {
	width: 68%;
}
.blog-info {
	display: flex;
	align-items: center;
	padding-bottom: .5em;
	border-bottom: 1px dashed #707070;
}
.blog-info .blog-date {
	margin-right: 1.5em;
	font-size: 1.125em;
	font-weight: 500;
}
.blog-info .blog-cat ul {
	display: flex;
	flex-wrap: wrap;
}
.blog-info .blog-cat ul li {
	margin: .1em 1em .1em 0;
	padding: 0 1em;
	background-color: #7B7061;
	color: #fff;
	font-size: .875em;
}
.blog-ttl {
	margin-top: .5em;
	font-size: 1.25em;
}
.blog-cont {
	margin: 2em 0;
}
.archive-link {
	margin: 3em 0;
	width: 100%;
	text-align: center;
}
.archive-link a {
	position: relative;
	display: inline-block;
	font-size: 1.25em;
	padding: 0.5em 2.5em;
	overflow: hidden;
}
.archive-link a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: .4em;
	background-image: url(../img/border01.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.archive-link a:hover {
	opacity: 1;
}
.archive-link a:hover::after {
	left: -100%;
	animation: slideToRight 1s forwards;
}
@media (max-width: 768px) {
	.single-wrap {
		flex-wrap: wrap;
	}
	.single-cont {
		width: 100%;
	}
}

/*recruit_archive*/
.recruit_archive {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.recruit_archive .item {
	padding: 0 0 20px;
  width: 48%;
}

.recruit_archive h2 {
	margin-bottom: 5px;
}

.recruit_archive h2 span {
	color: #fff;
	background: #8E7557;
	padding: 2px 20px;
	font-size: 14px;
  border-radius: 20px;
}

.recruit_archive p {
	margin-bottom: 20px;
}

.recruit_archive a span {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  padding: 5px 40px;
}

@media (max-width: 768px) {
	.recruit_archive .item {
	  width: 100%;
	}
}


/*recruit*/
.recruit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recruit .item {
	padding: 0 0 20px;
  width: 48%;
}

.recruit_archive h2 {
	margin-bottom: 5px;
}

.recruit h2 span {
	color: #fff;
	background: #8E7557;
	padding: 2px 20px;
	font-size: 14px;
  border-radius: 20px;
}

.recruit p {
	margin-bottom: 20px;
}

.recruit a span {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  padding: 5px 40px;
}

@media (max-width: 768px) {
	.recruit .item {
	  width: 100%;
	}
}

.table01 {
	margin-top: 20px;
	margin-bottom: 100px;
	width: 100%;
}

.table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

.table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
}

.table01 th {
  width: 30%;
}

.table01 a {
	font-size: 14px;
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  padding: 5px 20px;
}


@media only screen and (max-width: 480px) {
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;
  }

  .table01 td {
    padding-top: 0;
  }
}

.recruit-bosyu h2 {
	font-size: 25px;
	text-align: center;
	margin-top: 40px;
	border: solid 2px #8E7557;
}


/*
	contact
/////////////////////////////////////////////////////////*/

.contact-form__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.contact-form__wrap .mw_wp_form_preview{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.contact-form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 240px;
  font-size: 18px;
}

.contact-form__input {
  width: calc(100% - 270px);
}

@media not all and (min-width: 768px) {
  .contact-form__label {
    margin-bottom: 10px;
    width: 100%;
  }

  .contact-form__input {
    width: 100%;
  }
}

.contact-form__label span {
  display: inline-block;
  padding: 5px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
}

.contact-form__label .required {
  background-color: #8E7557;

}

.contact-form__label .any {
  background-color: #7f7f7f;

}


.contact-form__input input[type="text"],
.contact-form__input input[type="email"] {
  padding: 5px;
  width: 100%;
  color: #242424;
  font-size: 16px;
  -webkit-appearance: none;
  border: solid 1px #333333;
}

.contact-form__input textarea {
  padding: 5px;
  width: 100%;
  height: 230px;
  color: #242424;
  font-size: 16px;
  -webkit-appearance: none;
}


@media not all and (min-width: 768px) {
  .mwform-radio-field {
    display: block;
    margin-bottom: 15px;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
  }
}

.mwform-radio-field-text {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.mwform-radio-field-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border: 1px solid #707070;
  border-radius: 27px;
}

.contact-form__send {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form__send input {
  display: block;
  padding: 20px;
  width: 250px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #8E7557;
  border: 0;
  border-radius: 10px;
  -webkit-appearance: none;
}

.contact-form__send input[name="submitBack"] {
  margin-right: 30px;
  color: #242424;
  background-color: #fff;
  border: 1px solid #242424;
}

.contact-thanks {
  font-size: 18px;
  text-align: center;
}

.form_area {
	padding: 40px 15px 0;
}


.contact-form__btn {
	margin: 0 auto;
}

.contact_thanks {
	margin: 100px 0px;
	text-align: center;
	border: solid 2px #8E7557;
	padding: 30px 10px;
}

.contact_thanks p {
	padding-bottom: 15px;
}
