/*------------------------------------------------------------------------------

Theme Name: grandciel Thema
Author: Shimizu [ bran-new-days.com ]
Description: 2025/12/1

------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: "Montserrat", sans-serif; Regular:400 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--color-text      : #7b6660;
	--color-body      : #FFF;
	--color-bg-light  : #f7f3ee; /* f7f6f2 */
	--color-bg-beige  : #f4f1ea;
	--color-solid     : #9b9694;

	--color-primary   : #b49968;
	--color-secondary : #597b4a;
	--color-tertiary  : #ad8d55;
	
	--color-beige     : #cfc7c4;
	--color-gold      : #cab795;
	--color-pink      : #cf8791;
	--color-red       : #bb4053;

	--color-line      : #22ba4f;
	--color-fb        : #315096;

	--color-white     : #FFF;
	--color-gray-100  : #EEE;
	--color-gray-200  : #CCC;
	--color-gray-400  : #999;
	--color-gray-600  : #666;
	--color-gray-700  : #414141;
	--color-gray-900  : #222;
	--color-black     : #000;
	
	--layer-light     : rgba(0,0,0,.5);
	--layer-dark      : rgba(0,0,0,.7);
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 16px;
}

body {
	position: relative;
	left: 0;
	word-wrap: break-word;
	color: var(--color-text);
	font-size: 1rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background: no-repeat top center url(./images/common/bg01.jpg) var(--color-body);
	background-size: 100% auto;
}

a {
	color: var(--color-text);
	text-decoration: underline;
}

a:hover {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */
.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------

 header

------------------------------------------------------------------------------*/

.header__wrapper {
	height: 60px;
}
.header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}
.header__head {
	padding: 12px 15px;
}
.header__body {
	padding: 12px 15px;
	background-color: var(--color-white);
	transition:all 300ms 0ms ease;
}
.header__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.header__head .logo {
	width: 150px;
	max-width: 30%;
	transition:all 300ms 0ms ease;
}
.header__head .logo a {
	display: block;
	text-decoration: none;
}
.header__head .logo img {
	width: 100%;
}


/* hnavi gnavi
------------------------------------------------------------- */

.hnavi__wrap {
	width: 920px;
	max-width: 90%;
}
.hnavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .3em;
	font-size: min(1rem,1.25vw);
	line-height: 1;
	transition:all 300ms 0ms ease;
}
.hnavi__item {
	flex-grow: 1;
}
.hnavi__item a {
	display: block;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
}
.hnavi__item--tel.tel_box {
	margin-left: .2em;
}
.hnavi__item--tel.tel_box a {
	color: var(--color-primary);
	font-size: 1.125rem;
}
.hnavi__item--tel.tel_box a::before {
	width: .8em;
	height: .8em;
	margin-right: .2em;
}
.hnavi__item--reserve {
	margin-left: .2em;
}
.hnavi__item--reserve a {
	padding: 12px 15px;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: .875rem;
}
.hnavi__item--reserve a:hover {
	opacity: .5;
}
.hnavi__item--reserve a::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	margin-top: -.25em;
	margin-right: .2em;
	background: no-repeat center center url(./images/common/icon_fair.png);
	background-size: contain;
	vertical-align: middle;
}

.gnavi__wrap {
	width: 1050px;
	max-width: 100%;
}
.gnavi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1em;
	font-size: min(.875rem,1.2vw);
	line-height: 1;
	transition:all 300ms 0ms ease;
}
.gnavi__item {
	position: relative;
}
.gnavi__item a {
	position: relative;
	display: block;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
}
.gnavi__item > a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: var(--color-primary);
}
.gnavi__item:hover a::after {
	width: 100%;
	transition:all 300ms 0ms ease;
}
.gnavi__item--contact {
	width: 160px;
	margin-left: 1em;
}
.gnavi__item--contact a {
	padding: 12px 15px;
	background-color: var(--color-tertiary);
	color: var(--color-white);
}
.gnavi__item--contact a:hover {
	opacity: .5;
}
.gnavi__item--contact a::before {
	display: inline-block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	margin-top: -.4em;
	margin-right: .5em;
	background: no-repeat center center url(./images/common/icon_contact.png);
	background-size: contain;
	vertical-align: middle;
}
.gnavi__item--contact a::after {
	content: none;
}

/* サブメニュー */
.gnavi .gnavi-drop {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	width: 200px;
	z-index: 2110;
}
.gnavi .gnavi-drop .gnavi-drop-wrapper {
	position: relative;
	padding-top: 1em;
}
.gnavi .gnavi-drop .gnavi-drop-box {
	position: relative;
	border: 1px solid var(--color-beige);
	background-color: var(--color-white);
}
.gnavi .gnavi-drop li:not(:last-child) {
	border-bottom: 1px solid var(--color-beige);
}
.gnavi .gnavi-drop li a {
	position: relative;
	display: block;
	padding: 12px;
	text-align: left;
}
.gnavi .gnavi-drop li a::after {
	position: absolute;
	content: '';
	top: calc(50% - .5em);
	right: 1em;
	width: .5em;
	height: 1em;
	background: no-repeat center center;
	background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2222%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.658%202.64%208.635%208.213-8.635%208.212%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
}
.gnavi .gnavi-drop li a:hover {
	background-color: var(--color-bg-light);
}
/* サブメニューホバー時 */
.gnavi__item--open:hover .gnavi-drop {
	display: block;
}


/* menu
------------------------------------------------------------- */

/* menu open btn */

.burger_btn_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.burger_btn_area .layer {
	position: absolute;
}
input[type="checkbox"]#burger_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

/* ハンバーガーメニュー */
.burger_open_btn {
	position: absolute;
	top: 7px;
	right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 2147483647;
}
.burger_open_btn span {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	margin: 19px auto 0;
	background-color: var(--color-gray-900);
	transition: 0.4s;
}
.burger_open_btn span::before ,
.burger_open_btn span::after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 2px;
	background-color: var(--color-gray-900);
	transition: 0.4s;
}
.burger_open_btn span::before {
	top: -10px;
}
.burger_open_btn span::after {
	bottom: -10px;
}

/* ハンバーガーメニューを変形 */
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span {
	background: transparent;
}
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::before {
	top: 0;
	transform: rotate(45deg);
}
input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

/* レイヤー */
input[type="checkbox"]#burger_btn:checked ~ .layer {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/* メニュー：OPEN/CLOSE */
.burger_content {
	position:fixed;
	top:0;
	right: -105%;
	width: 100%;
	height: 100%;
	padding: 30px 15px;
	background: no-repeat top center url(./images/common/bg01.jpg) var(--color-body);
	background-size: 100% auto;
	transition: 0.1s ease-in-out;
}
input[type="checkbox"]#burger_btn:checked ~ .burger_content {
	overflow: scroll;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	z-index: 2147483646;
	right: 0;
}

.burger_content .logo {
	width: 40%;
	margin: 0 auto 20px;
}

.bnavi {
	font-size: min(.875rem,3.75vw);
}
.bnavi--plan {
	margin-bottom: .5em;
	padding: .75em 0;
	background-color: var(--color-bg-light);
}
.bnavi:not(.bnavi--plan) > li {
	border-bottom: 1px solid var(--color-gray-200);
}
.bnavi-sub li {
	border-top: 1px dotted var(--color-gray-200);
}
.bnavi a {
	display: block;
	height: auto;
	padding: .75em 0;
	padding-left: 1.25em;
	text-decoration: none;
	line-height: 1.6;
}
.bnavi--plan a {
	padding: .5em 0;
	padding-left: 1.25em;
}

/* accordion */
.bnavi__item--ac {
	position: relative;
}
.bnavi__item--ac > a {
	width: calc(100% - 1.5em);
}
.bnavi__item--ac label {
	position: absolute;
	top: .5em;
	right: 0;
	width: 1.5em;
	height: 1.5em;
}
.bnavi__item--ac label::before ,
.bnavi__item--ac label::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: calc(50%);
	right: 0;
	width: 100%;
	height: 0;
	border-top: 2px solid var(--color-gray-200);
}
.bnavi__item--ac label::before {
	transform: rotate(90deg);
	transition: 0.4s;
}

/* OPEN/CLOSE */
.bnavi-sub {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.3s ease;
}
.vibtn:checked ~ .bnavi-sub {
	max-height: 500px;
	opacity: 1;
}
.vibtn:checked ~ .bnavi__item--ac label::before {
	transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
	.hnavi__wrap ,
	.header__body {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.burger_btn_area {
		display: none;
	}
	.header__wrapper {
		height: 132px;
	}
	.header__head {
		padding: 15px 15px;
		background-color: var(--color-bg-light);
	}	
	.header__head .header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header__body .header__inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.header__head .logo {
		max-width: 10%;
	}
	.header_slim {
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.header_slim .header__head {
		padding: 8px 15px;
	}
	.header_slim .header__body {
		padding: 0 15px;
	}
}


/* -----------------------------------------------------------------------------

 .footer

----------------------------------------------------------------------------- */

/* best-price
-----------------------------------------------------------*/

.best-price__anker {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid var(--color-primary);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
	text-decoration: none;
}
.best-price__anker::after {
	position: absolute;
	content: '';
	right: 20px;
	bottom: 20px;
	width: 1.5em;
	height: 1.5em;
	background-color: #cec8be;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.best-price__text {
	padding: 20px;
	text-align: center;
}
.best-price__catch {
	display: inline-block;
	padding: .25em 1.5em;
	background-color: var(--color-bg-beige);
	font-size: 1.125rem;
}
.best-price__en {
	margin-top: .5em;
	color: var(--color-primary);
	font-size: .9375rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.best-price__title {
	font-size: min(2.375rem, 7vw);
}
.best-price__footer {
	margin-top: 1em;
	font-size: 1.125rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.best-price__anker {
		display: flex;
		align-items: center;
	}
	.best-price__image {
		width: 430px;
		max-width: 48%;
	}
	.best-price__text {
		flex: 1;
		padding-left: 30px;
		text-align: left;
	}
}


/* contact
-----------------------------------------------------------*/

.content--contact .title_block .en {
	color: var(--color-white);
}

.contact {
	text-align: center;
}
.contact__catch {
	margin-bottom: .5em;
	font-size: 1.125rem;
}
.contact .tel_box a {
	padding-left: .08em;
	color: var(--color-white);
}
.contact .tel_box a::before {
	background-image: url(./images/common/icon_tel_wh.svg);
}
.contact__info {
	margin-top: 1em;
	font-size: .875rem;
}


/* footer
-----------------------------------------------------------*/

.footer {
}
.footer__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 20px 100px;
}
.footer__inner a {
	color: inherit;
}
.footer__head {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-gray-200);
}
.footer__body {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-gray-200);
}
.footer__bottom {
	padding-top: 30px;
}


/* footer head
------------------------------------------------------------- */

.footer__head {
	display: flex;
	align-items: center;
}
.footer__head .logo {
	width: 180px;
	max-width: 50%;
	transition:all 300ms 0ms ease;
}
.footer__head .logo a {
	display: block;
	text-decoration: none;
}
.footer_opr {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* page top */
.page_top a {
	cursor: pointer;
	overflow: hidden;
	display: block;
	width: 30px;
	height: 50px;
	background: no-repeat center top url(./images/common/icon_pagetop.svg);
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
}


/* fnavi
------------------------------------------------------------- */

.fnavi__wrap {
	display: flex;
}
.fnavi a {
	display: block;
	padding: .5em 0;
	font-size: min(.875rem,3.5vw);
	text-decoration: none;
}


/* footer info
------------------------------------------------------------- */

.footer__info {
	font-size: min(.875rem,3.75vw);
}
.footer__info .tel_box a {
	padding-left: .08em;
	font-size: min(2rem,8vw);
}


/* footer bottom : legal navi / copy right
------------------------------------------------------------- */

.lgnavi {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5em;
	font-size: min(.875rem,3.5vw);
	line-height: 1;
}
.lgnavi li:not(:last-child) {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid var(--color-gray-200);
}
.lgnavi a {
	display: block;
	text-decoration: none;
}

.copy_area {
	font-size: min(.875rem,3.5vw);
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	text-align: center;
}

/* fix
----------------------------------------------------------- */

.fix-navi {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2040;
}
.fix-navi__list {
	display: flex;
}
.fix-navi__list li {
	width: calc(100%/3);
}
.fix-navi__list a {
	display: block;
	padding: 12px 4px 8px;
	color: var(--color-white);
	font-size: min(.875rem,3.5vw);
	text-align: center;
	text-decoration: none;
}
.fix-navi__list a::before {
	display: block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto .25em;
	background: no-repeat center center;
	background-size: contain;
}
.fix-navi__list--chapel {
	background-color: var(--color-text);
}
.fix-navi__list--chapel a::before {
	background-image: url(./images/common/icon_chapel.png);
}
.fix-navi__list--fair {
	background-color: var(--color-secondary);
}
.fix-navi__list--fair a::before {
	background-image: url(./images/common/icon_fair.png);
}
.fix-navi__list--contact {
	background-color: var(--color-tertiary);
}
.fix-navi__list--contact a::before {
	background-image: url(./images/common/icon_contact.png);
}

@media only screen and (max-width: 767px) {
	.footer__head .sns__list {
		flex: 0 0 110px;
		flex-wrap: wrap;
	}
	.footer__head .sns__list .title {
		width: 100%;
		text-align: left;
	}
	.fnavi__wrap {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
		border-bottom: 1px solid var(--color-gray-200);
	}
	.fnavi__wrap .fnavi__col:first-child {
		flex: 4;
	}
	.fnavi__wrap .fnavi__col:last-child {
		flex: 5;
	}
	.footer__info {
		padding-top: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.fix-navi {
		display: none;
	}
	.footer__inner {
		padding: 30px 20px;
	}
	.footer__head .sns__list {
		margin-right: 5%;
	}
	.footer__body {
		display: flex;
		align-items: center;
	}
	.footer__body .fnavi__wrap {
		flex: 7;
	}
	.footer__body .footer__info {
		flex: 4;
	}
	.fnavi__wrap {
		gap: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fnavi__col {
		flex: 3;
	}
	.fnavi__col:first-child {
		flex: 2;
	}
	.footer__info {
		padding-left: 50px;
		border-left: 1px solid var(--color-gray-200);
	}
	.footer__info p {
		line-height: 2.2;
	}
	.footer__bottom {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
}


/* -----------------------------------------------------------------------------

 contents

----------------------------------------------------------------------------- */

.contents_wrapper {
	clear: both;
	max-width: 1240px;
	margin: 40px auto;
	padding: 0 20px;
}

.main_contents {
	width: 100%;
	margin: 0 auto;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.content {
	clear: both;
	zoom: 100%;
}
.content:not(.content--feature) {
	overflow-x: hidden;
}
.content--beige {
	background-color: rgba(202, 183, 149, .2);
}
.content--campaign {
	background: no-repeat top center url(./images/common/bg02.jpg);
	background-size: 100% auto;
}
.content--contact {
	background: url(./images/common/bg_fcontact.jpg);
	background-size: cover;
	color: var(--color-white);
}
.content--feature {
	position: relative;
	color: var(--color-white);
}
.content--contact a ,
.content--feature a {
	color: inherit;
}

.content--fair-list {
	margin-top: -30px;
	padding-top: 30px;
}

.content__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 20px;
}
.content__inner + .content__inner {
	padding-top: 0;
}
.content__inner.content__inner--full {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.content__inner--sp_full {
	padding-left: 0;
	padding-right: 0;
}

.main_contents .content:not(.content--fair):first-child .content__inner:first-child {
	padding-top: 0;
}
.main_contents .content:not(.content--fair):last-child .content__inner:last-child {
	padding-bottom: 0;
}

.content.content--reason .content__inner {
	padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.content__inner {
		padding: 80px 20px;
	}
}


.bg-wrapper--03 {
	background: no-repeat top center url(./images/common/bg03.jpg);
	background-size: 100% auto;
}
.bg-wrapper--04 {
	background: no-repeat top center url(./images/common/bg04.jpg);
	background-size: 100% auto;
}


.main_contents .content {
	margin-left: -20px;
	margin-right: -20px;
}

@media only screen and (min-width: 1240px) {
	.main_contents .content {
		margin-left: calc(50% - 50vw + 0px);
		margin-right: calc(50% - 50vw + 0px);
	}
}


/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1240px;
	margin: 20px auto 20px;
	padding: 0 20px;
	font-size: .75rem;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	display: inline-block;
	text-decoration: none;
}
.breadcrumb li:first-child a::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	margin-top: -.2em;
	margin-right: .75em;
	background: no-repeat center center url(./images/common/icon_home.png);
	background-size: contain;
	vertical-align: middle;
}
.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	content: '';
	width: 2em;
	height: 1px;
	border-bottom: 1px solid var(--color-text);
	margin-top: -.2em;
	margin-left: .75em;
	margin-right: .75em;
	vertical-align: middle;
}
.breadcrumb li {
}


/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: .875rem;
	text-align: center;
	line-height: 1.2;
}
.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: .5em 1.2em;
	border-radius: 4px;
	vertical-align: middle;
}
.pagination a {
	display: inline-block;
	border: 1px solid var(--color-text);
	text-decoration: none;
}
.pagination a:hover {
	color: var(--color-white);
	border-color: var(--color-beige);
	background-color: var(--color-beige);
}
.pagination .first ,
.pagination .next ,
.pagination .prev ,
.pagination .last {
	border: none;
	padding: .25em .5em;
	font-size: 1.25rem;
}
.pagination .first:hover ,
.pagination .next:hover ,
.pagination .prev:hover ,
.pagination .last:hover {
	background: none;
	color: var(--color-primary);
}
.pagination span {
	display: none;
}
.pagination .current {
	display: inline-block;
	border: 1px solid var(--color-text);
	background-color: var(--color-text);
	color: var(--color-white);
}

@media only screen and (min-width: 768px) {
	.pagination span,
	.pagination a {
		padding: .5em 2em;
	}
	.pagination .first ,
	.pagination .next ,
	.pagination .prev ,
	.pagination .last {
		padding: .25em 1em;
	}
}


/* sns
-----------------------------------------------------------*/

ul.sns__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding-left: 0;
	line-height: 1;
}
ul.sns__list li {
	list-style-type: none;
}

.sns a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.sns a span {
	overflow: hidden;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: -9999px;
}
.sns a em {
	display: block;
	margin-top: 8px;
	font-size: .875rem;
}
.sns a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sns li.fb a span {
	background-image: url(./images/common/icon_sns_fb.svg);
}
.sns li.insta a span {
	background-image: url(./images/common/icon_sns_insta.svg);
}
.sns li.linesq a span {
	background-image: url(./images/common/icon_sns_linesq.svg);
}
.sns li.x a span {
	background-image: url(./images/common/icon_sns_x.svg);
}
@media only screen and (min-width: 768px) {
	ul.sns__list {
		gap: 15px;
	}
}


/* /////////////////////////////////////////////////////////////////////////////

 投稿 post

///////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------

 アーカイブ archive / blog

------------------------------------------------------------------------------*/

.entry_area--archive {
	margin-bottom: 30px;
}

.cate_box a ,
.cate_box span {
	display: inline-block;
	min-width: 4em;
	margin: 0 .5em .5em 0;
	padding: .5em 1em;
	border-radius: 50vh;
	border: 1px solid var(--color-primary);
	font-size: .75rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.cate_box a:hover {
	opacity: .5;
}

.cate_block {
	margin-bottom: 40px;
}
.cate_block--gallery {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.cate_block--dress {
	padding: 20px;
	border: 1px solid var(--color-gray-400);
}
.cate_block__head {
	margin-bottom: .5em;
	font-size: min(1.25rem,5vw);
}
.cate_block__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cate_block__list--dress .cate_box {
	width: 100%;
}
.cate_block__list--dress .cate_box a {
	min-width: calc(100%);
	margin: 0;
	padding: .25em 1em;
}
.cate_block__list--gallery .cate_box {
	width: calc((100% - 10px) / 2);
}
.cate_block__list--gallery .cate_box a ,
.cate_block__list--gallery .cate_box span {
	width: 100%;
	margin: 0;
}
.cate_block__list .cate_box.all a {
	background-color: var(--color-primary);
	color: var(--color-white);
}
.cate_block__list .cate_box.current span {
	background-color: var(--color-gold);
	color: var(--color-white);
}

@media only screen and (min-width: 768px) {
	.entry_area--home {
		display: flex;
		gap: 3%;
	}
	.entry_area--home .entry--main {
		width: 72%;
	}
	.entry_area--home .entry--sub {
		width: 35%;
	}
	.entry_area--archive {
		margin-bottom: 60px;
	}
	.cate_box a ,
	.cate_box span {
		padding: .5em 2em;
	}
	.cate_block--dress {
		margin-bottom: 60px;
		padding: 30px 40px;
	}
	.cate_block__list--dress .cate_box {
		width: auto;
	}
	.cate_block__list--dress .cate_box a {
		min-width: 8em;
	}
	.cate_block__list--gallery {
		gap: 20px;
	}
	.cate_block__list--gallery .cate_box {
		width: calc((100% - 40px) / 3);
	}
}
@media only screen and (min-width: 1020px) {
	.cate_block__list--gallery .cate_box {
		width: calc((100% - 80px) / 5);
	}
}

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry-vertical__list {
	font-size: .875rem;
}
.entry-vertical__list dt {
	padding-top: 2em;
}
.entry-vertical__list dd {
	padding-top: .5em;
	padding-bottom: 2em;
	border-bottom: 1px solid var(--color-gray-200);
}

.entry-vertical__list .data_box {
	display: inline-block;
	color: var(--color-tertiary);
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	vertical-align: middle;
}
.entry-vertical__list .cate_box {
	display: inline-block;
	margin-left: 1em;
	line-height: 1.2;
}
.entry-vertical__list .cate_box a {
	margin: 0;
}

.entry-vertical__list dd a {
	position: relative;
	display: block;
	padding-right: 2em;
	text-decoration: none;
}
.entry-vertical__list dd a::after {
	position: absolute;
	content: '';
	top: calc(50% - .8em);
	right: .5em;
	width: .8em;
	height: 1.6em;
	background: no-repeat center center;
	background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2222%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.658%202.64%208.635%208.213-8.635%208.212%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
}

@media only screen and (min-width: 768px) {
	.entry-vertical__list dt {
		clear: both;
		float: left;
		display: flex;
		width: 22em;
		margin: 0;
		padding: 1.4em 0 1.4em 2em;
	}
	.entry-vertical__list .data_box {
		display: block;
		width: 7em;
		line-height: 2.4;
	}
	.entry-vertical__list .cate_box {
		display: block;
	}
	.entry-vertical__list dd {
		margin: 0;
		padding: 1.8em 0 1.8em 23em;
	}
	.entry-vertical__list dd a {
		overflow: hidden;
		height: 1.6em;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}


/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entry-card__list li {
	position: relative;
	margin-bottom: 20px;
}
.entry-card__list a {
	display: block;
	text-decoration: none;
}
.entry-card__list--event a {
	height: 100%;
	background-color: var(--color-primary);
	color: var(--color-white);
}

.entry-card__thumb {
	overflow: hidden;
	display: block;
	transition:all 300ms 0ms ease;
}
.entry-card__list--staff .entry-card__thumb {
	margin-right: 15%;
}
.entry-card__list--gallery .entry-card__thumb {
	border: 1px solid var(--color-gray-100);
}
.entry-card__thumb img {
	width: 100%;
	height: auto;
	transition:all 300ms 0ms ease;
}
a:hover .entry-card__thumb img {
	opacity: 1;
	transform: scale(1.1);
}

.entry-card__text {
	margin-top: 15px;
}
.entry-card__text--report {
	position: relative;
	margin-top: -40px;
	margin-left: 30px;
	margin-right: -15px;
	padding: 20px 20px;
	background-color: var(--color-white);
}
.entry-card__text--event {
	padding: 15px 20px;
}
.entry-card__text--event::before {
	display: block;
	content: 'Event';
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
.entry-card__text--staff {
	position: relative;
	margin-top: -40px;
	margin-left: 15%;
	padding: 20px 20px;
	background-color: var(--color-white);
}
.entry-card__text--gallery {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: calc(48%) 20px 20px;
	background-color: var(--layer-light);
	color: var(--color-white);
}
a:hover .entry-card__text--gallery {
	display: block;
}

.entry-card__label {
	display: inline-block;
	padding: .25em .5em;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: .12em;
	line-height: 1.2;
}
.entry-card__text--report .entry-card__label {
	position: absolute;
	top: -6px;
	left: -6px;
}
.entry-card__text--staff .entry-card__label {
	margin-bottom: .5em;
}

.entry-card__title {
	margin-bottom: .25em;
	color: var(--color-secondary);
	font-size: min(1.25rem,5vw);
	line-height: 1.4;
}
.entry-card__list--event .entry-card__title {
	color: inherit;
}
.entry-card__text--gallery .entry-card__title {
	color: inherit;
}

.entry-card__text--report .more_box {
	font-size: .875rem;
	text-align: right;
}
.entry-card__text--event .more_box span::before ,
.entry-card__text--event .more_box span::after ,
a:hover .entry-card__text--gallery .more_box span::before ,
a:hover .entry-card__text--gallery .more_box span::after {
	border-color: var(--color-white);
}

@media only screen and (min-width: 768px) {
	.entry-card__list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.entry--sub .entry-card__title {
		font-size: 1rem;
	}
	.entry_area--archive .entry-card__title {
		font-size: 1.125rem;
	}
	.entry-card__list li {
		width: calc((100% - 80px) / 3);
	}
	.entry-card__list--sepa02 {
		gap: 30px 60px;
	}
	.entry-card__list--sepa02 li {
		width: calc((100% - 60px) / 2);
	}
	.entry-card__list--sepa04 {
		gap: 30px;
	}
	.entry-card__list--sepa04 li {
		width: calc((100% - 90px) / 4);
	}
	.entry-card__list--vertical {
		display: block;
	}
	.entry-card__list--vertical li {
		width: 100%;
	}
	.entry-card__text--report {
		padding: 30px 30px 10px;
	}
}

/* venobox
-----------------------------------------------------------*/

.vbox-overlay .vbox-container {
	overflow: hidden;
}
.vbox-container img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
}


/* アーカイブ一覧表示 fair カレンダー
-----------------------------------------------------------*/

.fullcalendar {
	margin-bottom: 40px;
}
.fc .fc-multimonth {
	border: none;
}
.fc-multimonth-month {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid var(--color-solid);
	background: var(--color-white);
}

.fc .fc-multimonth-singlecol .fc-multimonth-daygrid-table ,
.fc .fc-multimonth-singlecol .fc-multimonth-header-table ,
.fc .fc-multimonth-daygrid-table ,
.fc .fc-multimonth-header-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	text-align: center;
	line-height: 1.2;
}
.fc-theme-standard td ,
.fc-theme-standard th {
	border: 1px solid var(--color-gray-400);
	text-decoration: none;
}
.fc-multimonth-header-table th {
	border: none;
}
.fc .fc-col-header-cell-cushion {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.fc .fc-multimonth-title {
	margin-bottom: .5em;
	padding: 0;
	font-size: min(1.5rem,5vw);
}
.fc-theme-standard .fc-day-sat a {
	color: #4c8596;
}
.fc-theme-standard .fc-day-sun a {
	color: #bb4053;
}
.fc-theme-standard td.fc-day-sat {
	background-color: #f4f8f9;
}
.fc-theme-standard td.fc-day-sun {
	background-color: #fef4f4;
}

.fc .fc-daygrid-day {
	position: relative;
}
.fc .fc-daygrid-day-top {
	justify-content: center;
	align-items: center;
}
.fc .fc-daygrid-day-number {
	display: block;
	padding: 1em 0;
	font-size: min(1rem,3vw);
	text-decoration: none;
}
.fc .fc-daygrid-day-number::after {
	display: block;
	content: '○';
	width: 100%;
}
.fc .fc-day-closed .fc-daygrid-day-number::after {
	content: 'ー';
}
/* イベント非表示
.fc-daygrid-day-events {
	display: none;
} */
/*高さ揃えのやつ。残すか。*/
.fc-daygrid-day-events::after, .fc-daygrid-day-events::before, .fc-daygrid-day-frame::after, .fc-daygrid-day-frame::before, .fc-daygrid-event-harness::after, .fc-daygrid-event-harness::before {
	content: none;
}
@media only screen and (min-width: 768px) {
	.fc .fc-multimonth-singlecol .fc-multimonth-daygrid-table ,
	.fc .fc-multimonth-singlecol .fc-multimonth-header-table ,
	.fc .fc-multimonth-daygrid-table ,
	.fc .fc-multimonth-header-table {
		border-spacing: 4px;
	}
	.fc .fc-multimonth {
		gap: 30px;
		border: none;
	}
	.fc-multimonth-month {
		margin-bottom: 0;
		width: calc(50% - 15px)!important;
		padding: 20px;
	}
}




/* アーカイブ一覧表示 fair
-----------------------------------------------------------*/

.entry-fair__list li {
	margin-bottom: 20px;
}
.entry-fair__list a {
	position: relative;
	display: block;
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
	text-decoration: none;	
}
.entry-fair__list a::after {
	position: absolute;
	content: '';
	right: 15px;
	bottom: 15px;
	width: 1.5em;
	height: 1.5em;
	background-color: #cec8be;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.entry-fair__text {
	padding: 20px;
}
.entry-fair__title {
	margin-bottom: .5em;
	font-size: min(1.25rem,5vw);
}
.entry-fair__text .cate_box {
	line-height: 1;
}

/* single / archive 共通 */
.fair-time {
	margin-bottom: .5em;
	font-size: .8125rem;
}
.fair-time::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	margin-right: .5em;
	background: no-repeat center center url(./images/common/icon_time.png);
	background-size: contain;
	vertical-align: middle;
}
.fair-date__head {
	position: relative;
	overflow: hidden;
	margin-bottom: .25em;
	font-size: .8125rem;
}
.fair-date__head::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 1em;
	width: 100%;
	height: 1px;
	border-top: 1px solid var(--color-gray-200);
}
.fair-date__head .label {
	position: relative;
	display: inline-block;
	background-color: var(--color-white);
	z-index: 11;
}
.fair-date__list {
	display: flex;
	text-align: center;
}
.fair-date__list li {
	padding: 0 1.15%;
	border-left: 1px solid var(--color-text);
}
.fair-date__list li:last-child {
	border-right: 1px solid var(--color-text);
}
.fair-date__list .date {
	display: block;
	padding-left: .05em;
	font-size: min(.8125rem,3vw);
	font-family: "Montserrat", sans-serif;
	letter-spacing: .05em;
}
.fair-date__list .sat .date {
	color: #4c8596;
}
.fair-date__list .sun .date {
	color: #bb4053;
}
.fair-date__list .mark {
	font-size: min(1.25rem,5vw);
}

@media only screen and (max-width: 767px) {
	.entry-fair__thumb {
		position: relative;
		overflow: hidden;
		width: 100%;
		aspect-ratio: 5 / 3;
	}
	.entry-fair__thumb img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		top: 0;
		left: 0;
	}
	.fair-date__list li {
		flex: 1;
	}
}
@media only screen and (min-width: 768px) {
	.entry-fair__list a {
		display: flex;
		align-items: center;
	}
	.entry-fair__thumb {
		width: 250px;
		max-width: 25%;
	}
	.entry-fair__text {
		flex: 1;
	}
	.entry-fair__text .cate_box {
		margin-bottom: .5em;
	}
	.fair-date__head {
		margin-bottom: .5em;
	}
	.fair-date__list li {
		padding: 0 2%;
	}
	.fair-date__list .date {
		padding-left: .16em;
		letter-spacing: .16em;
	}
}


/* アーカイブ一覧表示 calendar
-----------------------------------------------------------*/

.calendar {
	width: 100%;
	padding: 15px;
	border: 1px solid var(--color-solid);
	text-align: center;
}
.calendar__month {
	margin-bottom: .5em;
	font-size: min(1.5rem,5vw);
}
.calendar__tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
	text-align: center;
	line-height: 1.4;
}
.calendar__tbl .day {
	display: block;
	padding: .5em 0;
	border: 1px solid var(--color-gray-400);
	color: inherit;
	text-decoration: none;
}
.calendar__tbl em.day {
	opacity: .5;
}
.calendar__tbl a.day:hover {
	opacity: .5;
}
.calendar__tbl .mark {
	display: block;
}
.calendar__tbl .sat {
	color: #4c8596;
}
.calendar__tbl .sat .day {
	background-color: #f4f8f9;
}
.calendar__tbl .sun {
	color: #bb4053;
}
.calendar__tbl .sun .day {
	background-color: #fef4f4;
}

@media only screen and (min-width: 768px) {
	.calendar__wrap {
		display: flex;
		gap: 40px;
	}
	.calendar {
		width: calc(50% - 20px);
		padding: 20px;
	}
}



/*------------------------------------------------------------------------------

 記事 single / page

------------------------------------------------------------------------------*/

.entry_content {
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.8;
}

.entry_title {
	margin-bottom: .5em;
	font-size: min(1.75rem,5.5vw);
	text-align: left;
	line-height: 1.8;
}

.entry_thumb {
	margin-bottom: 30px;
}

/* info
-----------------------------------------------------------*/

.entry_content .entry_info {
	margin-bottom: 10px;
	font-size: .875rem;
	line-height: 1.2;
}

.entry_content .entry_info p {
	margin: 0;
}

.entry_content .entry_info p.data_box {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: .5em;
	color: var(--color-tertiary);
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	vertical-align: middle;
}
.entry_info .cate_box {
	display: inline-block;
	margin-left: 1.5em;
	vertical-align: middle;
}

.entry_content .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry_content .tag_box a::before {
	content: '#';
}


/* 汎用
-----------------------------------------------------------*/

.entry_content p:not(:last-child) {
	margin-bottom: 1.6em;
}

.entry_content hr {
	margin-bottom: 1.6em;
}

.page_content hr {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

.entry_content em {
	display: inline-block;
	font-weight: bold;
}


/* 記事内見出し ----------------------------- */

.entry_content h2 {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--color-gray-200);
	font-size: min(1.5625rem,5vw);
}

.entry_content h3 {
	margin-bottom: 1em;
	font-size: min(1.25rem,4.5vw);
}

.entry_content h4 {
	margin-bottom: 15px;
}

.entry_content h5 {
	margin-bottom: 15px;
}

.entry_content h6 {
	margin-bottom: 10px;
}


/* テーブル ----------------------------- */

.entry_content table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.entry_content table th {
	padding: 10px;
	border: 1px solid var(--color-gray-200);
	font-weight: bold;
}
.entry_content table td {
	padding: 10px;
	border: 1px solid var(--color-gray-200);
}


/* リスト ----------------------------- */

.entry_content ul {
	margin-bottom: 3em;
	padding-left: 30px;
	text-align: left;
}
.entry_content ul li {
	list-style-type: disc;
}

.entry_content ol {
	margin-bottom: 3em;
	padding-left: 30px;
	text-align: left;
}
.entry_content ol li {
	list-style-type: decimal;
}

/* 引用  ------------------------------- */
/* 引用じゃないけど引用と同じデザインにしたい時 */
.entry_content blockquote ,
.quote_area {
	margin-bottom: 3em;
	padding: 30px 20px 20px 40px;
	background-color: var(--color-bg-beige);
}


/* 画像 ------------------------------- */

/* 投稿画像 */
img.size-full ,
img.size-large {
	margin-bottom: 10px;
}
.image_iblock {
	display: inline-block;
	margin: 10px 10px 20px;
	font-size: .75rem;
	vertical-align: top;
}
.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}
.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	background: var(--layer_dark);
	color: var(--color-white);
	text-align: center;
}
.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: var(--color-white);
}

/* 画像位置 */
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 768px) {
	.image_iblock {
		width: 44%;
		width: auto;
	}
}

/* 追加
-----------------------------------------------------------*/

.entry_box {
	margin-bottom: 3em;
	padding: 20px 20px;
	border: 1px solid var(--color-gray-600);
	background-color: var(--color-bg-beige);
}
.entry_flex {
	margin-bottom: 3em;
}
.entry_flex figure {
	margin-bottom: 20px;
}
.entry_content .link_box a {
	display: inline-block;
	margin-left: 1em;
	font-size: 120%;
	font-weight: 600;
}
.entry_content .link_box.center a {
	margin-left: 0;
}

.auther_box {
	display: flex;
	gap: 15px;
	padding: 20px 20px;
	background-color: var(--color-bg-beige);
}
.auther__fig {
	width: 150px;
	max-width: 25%;
}
.auther__text {
	flex: 1;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
	.entry_flex {
		display: flex;
		gap: 30px;
	}
	.entry_flex figure {
		width: 400px;
	}
	.entry_flex .text {
		flex: 1;
	}
	.auther_box {
		align-items: center;
	}
}

/* SNS share
-----------------------------------------------------------*/

.share_area {
	margin: 20px auto;
}
 
.share__list {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}
.entry_content .share__list li {
	padding: 2px;
	list-style-type: none;
}

@media only screen and (min-width: 768px) {
	.share_area {
		margin: 40px auto;
	}
	.share__list {
		gap: 30px;
	}
}

/* PREV NEXT
-----------------------------------------------------------*/

.p_navi {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid var(--color-gray-200);
	border-bottom: 1px solid var(--color-gray-200);
	font-size: .875rem;
}
.p_navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p_navi .prev div {
	padding: 0 15px 0 10px;
}
.p_navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p_navi .next {
	float: left;
	width: 50%;
}
.p_navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid var(--color-gray-200);
}
.p_navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p_navi a {
	display: block;
	text-decoration: none;
}
.p_navi a span {
	display: block;
}
.p_navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: var(--color-primary);
	color: var(--color-white);
}
.p_navi a b {
	display: block;
	font-weight: normal;
}
.p_navi a:hover em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */

/* タイトル
-----------------------------------------------------------*/

.title_block__wrap {
	padding: 40px 0;
	background: no-repeat center bottom;
	background-image: url(./images/common/bg_title_news.jpg);
	background-size: cover;
}
.title_block__wrap .title_block {
	position: relative;
	width: 520px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	padding: 30px 0;
	background-color: rgba(255, 255, 255,.9);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
}
.title_block__wrap .title_block::before {
	position: absolute;
	content: '';
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid var(--color-primary);
}

/* photomeal */
.title_block__wrap .title_block--bgnone {
	background: none;
	box-shadow: none;
	color: var(--color-white);
}
.title_block__wrap .title_block--bgnone::before {
	content: none;
}
.title_block__wrap .title_block--bgnone .label {
	border-color: var(--color-gold);
}


/* タイトル本体 */
.title_block {
	margin-bottom: 20px;
	text-align: center;
}
.title_block.mb0 {
	margin-bottom: 0;
}
.title_block.left {
	text-align: left;
}


.title_block .title-lebel_wrap {
	position: relative;
	margin-top: -10px;
	line-height: 1;
}
.title_block .label {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: .25em .75em;
	border: 1px solid var(--color-white);
	font-size: .875rem;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
}
.title_block .label--green {
	border: none;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-weight: 300;
}
.title_block h1 + .title-lebel_wrap {
	margin-top: 20px;
	margin-bottom: 0;
}

.title_block h2 {
	line-height: 1.4;
}
.title_block .title--bg {
	padding: .5em 0;
	background-color: rgba(202, 183, 149, .2);
}
.title_block .title--under-line {
	position: relative;
	margin-bottom: 2em;
}
.title_block .title--under-line::after {
	position: absolute;
	content: '';
	left: calc(50% - 60px);
	bottom: -1em;
	width: 120px;
	height: 1px;
	background-color: var(--color-primary);
}

.title_block .en--small {
	display: block;
	color: var(--color-primary);
	font-size: min(2rem,6.5vw);
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.title_block .en {
	display: block;
	color: var(--color-primary);
	font-size: min(2.5rem,8vw);
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.title_block .en--large {
	display: block;
	padding-left: .1em;
	color: var(--color-primary);
	font-size: min(3rem,8vw);
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	letter-spacing: .1em;
}

.title_block .ja--small {
	display: block;
	font-weight: normal;
	font-size: min(.9375rem,3vw);
}
.title_block .ja--small2 {
	display: block;
	font-weight: normal;
	font-size: min(1.25rem,4vw);
}
.title_block .ja {
	display: block;
	font-weight: normal;
	font-size: min(1.625rem,5vw);
}
.title_block .ja--medium {
	display: block;
	font-weight: normal;
	font-size: min(2.25rem,8vw);
}

.title_block .inline {
	display: inline-block;
	vertical-align: baseline;
}
.title_block .inline + .inline {
	margin-left: 1em;
}

.title_block .catch {
	margin-top: 1.25em;
	line-height: 2;
}
.title_block .catch--en {
	margin-top: 1em;
	font-size: .875rem;
	font-weight: 200;
	font-family: "Montserrat", sans-serif;
}

.title_sub {
	margin-bottom: .75em;
	color: var(--color-secondary);
	font-size: min(1.75rem,5.5vw);
	line-height: 1.4;
}
.title_sub.title_sub--sideline {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.title_sub.title_sub--sideline::before ,
.title_sub.title_sub--sideline::after {
	position: absolute;
	content: '';
	top: 50%;
	width: 50%;
	height: 1px;
	border-top: 1px solid var(--color-gray-400);
	z-index: 10;
}
.title_sub.title_sub--sideline::before {
	left: 0;
}
.title_sub.title_sub--sideline::after {
	right: 0;
}
.title_sub.title_sub--sideline .title {
	position: relative;
	display: inline-block;
	padding: 0 .5em;
	background-color: var(--color-white);
	z-index: 20;
}

.title_min {
	margin-bottom: .5em;
	font-size: min(1.375rem,5vw);
	line-height: 1.4;
}
.title_min--underline {
	position: relative;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
}
.title_min--underline::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--color-beige);
}

@media only screen and (min-width: 768px) {
	.title_block__wrap {
		padding: 70px 0;
	}
	.title_block {
		margin-bottom: 40px;
	}
}


/* テキスト
-----------------------------------------------------------*/

.text_block {
	line-height: 2;
}
.text_block p {
	margin-bottom: 1.5em;
}
.text_block p:last-child {
	margin-bottom: .4em;
}

.marker__txt {
	display: inline;
}
.marker__txt.yw {
	background: #faf6c6;
}
.marker__txt.ywh {
	background: linear-gradient(transparent 50%, #faf6c6 0%);
}

.color--red {
	color: var(--color-red);
}
.color--green {
	color: var(--color-secondary);
}

.text__ls500 {
	padding-left: .5em;
	letter-spacing: .5em;
}
.text__ls200 {
	padding-left: .2em;
	letter-spacing: .2em;
}

.text__dots {
	padding-top: .5em;
	background-position: top left 0px;
	background-repeat: repeat-x;
	background-size: 1.0em .3em;
	background-image: radial-gradient(.15em .15em at center center,var(--color-text),var(--color-text) 100%,transparent,transparent);
}
.text__ls200 .text__dots {
	background-size: 1.2em 0.3em;
}
@media print {
	.text__dots {
		background: none;
		text-emphasis: circle;
		-webkit-text-emphasis: circle;
	}
}


/* TEL ボッタクス : ヘッダー/フッター/infomation/Contact
-----------------------------------------------------------*/

.tel_box a {
	color: var(--color-primary);
	font-size: min(2.25rem,8vw);
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	letter-spacing: .08em;
	line-height: 1.2;
}
.tel_box a::before {
	display: inline-block;
	content: '';
	width: .65em;
	height: .65em;
	margin-right: .3em;
	background: no-repeat center center url(./images/common/icon_tel.svg);
	background-size: contain;
	vertical-align: middle;
}


/* ボタンボックス
-----------------------------------------------------------*/

p.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0 30px;
	text-align: center;
}

.btn_box a ,
.btn_box label {
	display: inline-block;
	width: 280px;
	max-width: 100%;
	padding: 10px 5px;
	border-radius: 50vh;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: 1.125rem;
	text-align: center;
	text-decoration: none;
}
.btn_box a:hover ,
.btn_box label:hover {
	background-color: var(--color-bg-light);
	color: var(--color-primary);
}

.btn_box.btn_box--br a ,
.btn_box.btn_box--br label ,
.btn_box .btn--br {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.btn_box__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.btn_box__list li {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.btn_box__list {
		gap: 30px;
	}
	.btn_box__list li {
		width: auto;
	}
}


div.more_box {
	margin-top: 1.5em;
}
.more_box a ,
.more_box span {
	position: relative;
	display: inline-block;
	padding-right: 4em;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: .1em;
}
.more_box a::before ,
.more_box a::after ,
.more_box span::before ,
.more_box span::after {
	position: absolute;
	content: '';
}
.more_box a::before ,
.more_box span::before {
	top: .75em;
	right: .5em;
	width: 3em;
	height: 1px;
	border-top: 1px solid var(--color-text);
}
.more_box a::after ,
.more_box span::after {
	top: .2em;
	right: 0;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 1px solid var(--color-text);
}
.more_box a:hover::before ,
.more_box a:hover::after ,
a:hover .more_box span::before ,
a:hover .more_box span::after {
	border-color: var(--color-primary);
}

/* bnr
----------------------------------------------------------- */

/* list */
.bnr-list:not(:last-child) {
	margin-bottom: 30px;
}
.bnr-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.card-list+.bnr-list ,
.bnr-list+.bnr-list {
	margin-top: 40px;
}
.bnr-list__item ,
.bnr-list__item--full ,
.bnr-list--detail .bnr-list__item {
	width: 100%;
}
.bnr-list__item--3col, .bnr-list__item--4col {
	width: calc((100% - 15px) / 2);
}
.bnr-list a {
	display: block;
	text-decoration: none;
}
.bnr-list__text {
	margin-top: 1em;
}
@media only screen and (min-width: 768px) {
	.bnr-list {
		gap: 20px;
	}
	.bnr-list__item {
		width: calc((100% - 20px) / 2);
	}
	.bnr-list__item--3col {
		width: calc((100% - 40px) / 3);
	}
	.bnr-list__item--4col {
		width: calc((100% - 60px) / 4);
	}
	.bnr-list__item--full {
		width: 100%;
	}
}

/* table
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.tbl th {
	padding: 18px 20px;
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-primary);
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 18px 20px;
	border-bottom: 2px solid var(--color-gray-200);
}

@media only screen and (max-width: 767px) {
	.tbl tr ,.tbl th,.tbl td{
		display: block;
	}
	.tbl th {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left;
	}
	.tbl td {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.company__table .tbl th {
		width: 25%;
	}
}


/* 画像関係
-----------------------------------------------------------*/

.fig_block img {
	border-radius: 20px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px 20px;
}
.fig__list li {
	flex-grow: 0;
	width: 50%;
	padding: 0 5px 10px;
}
.fig__list.sepa01 li {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.fig__list {
		margin: 0 -10px;
	}
	.fig__list li {
		padding: 0 10px 20px;
	}
	.fig__list.sepa01 li {
		width: 70%;
	}
	.fig__list.sepa02 li {
		width: 50%;
	}
	.fig__list.sepa03 li {
		width: 33.33333%;
	}
	.fig__list.sepa04 li {
		width: 25%;
	}
}


/* card list
----------------------------------------------------------- */

.card_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.card_list--plan {
	gap: 0;
}
.card_list--reason {
	margin-bottom: 40px;
}
.card_list>li {
	position: relative;
	flex-grow: 0;
	width: 100%;
}

.card_list a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
.card_list__thumb {
	margin-top: 1em;
}
.card_list__name {
	position: relative;
	padding: .75em;
	font-size: min(1.375rem, 4.5vw);
	line-height: 1.2;
	text-align: center;
}
.card_list__name::after {
	position: absolute;
	content: '';
	top: calc(50% - 1em);
	right: 10px;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	border: 1px solid var(--color-beige);
	background: no-repeat center center;
	background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2222%22%20width%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.658%202.64%208.635%208.213-8.635%208.212%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
	background-size: .5em auto;
}
.card_list__name .title {
	display: block;
}
.card_list__name .en {
	display: inline-block;
	color: var(--color-primary);
	font-size: .937rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	letter-spacing: .12em;
}
.card_list__title {
	margin-top: .5em;
	margin-bottom: .5em;
	color: var(--color-primary);
	font-size: min(1.25rem, 4vw);
}
.card_list__title--underline {
	padding-bottom: .5em;
	border-bottom: 1px solid var(--color-solid);
}
.card_list__text {
	line-height: 2;
}

@media only screen and (min-width: 768px) {
	.card_list {
		gap: 40px 25px;
	}
	.card_list--sepa02 {
		gap: 40px 40px;
	}
	.card_list>li {
		width: calc((100% - 75px) / 4);
	}
	.card_list--sepa02>li {
		width: calc((100% - 40px) / 2);
	}
	.card_list--sepa03>li {
		width: calc((100% - 50px) / 3);
	}
	.card_list--sozai .card_list__text {
		min-height: 14em;
	}
	.card_list__title--2line {
		padding: .75em 0;
	}
	.card_list__text {
		font-size: .937rem;
	}
}


/* flex_block
----------------------------------------------------------- */

.flex_block {
	margin-bottom: 40px;
}
.flex_block__image {
	margin-bottom: 20px;
}
.flex_block__text {
	line-height: 2
}
.flex_block__text .title_min {
	color: var(--color-primary);
}

@media only screen and (min-width: 768px) {
	.flex_block {
		display: flex;
		align-items: center;
		gap: 60px;
		margin-bottom: 50px;
	}
	.flex_block.reverse {
		flex-direction: row-reverse;
	}
	.flex_block__image {
		width: calc((100% - 60px) / 2);
		margin-bottom: 0;
	}
	.flex_block__text {
		flex: 1;
	}
}



/* animation parts
------------------------------------------------------------- */

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/* modal
------------------------------------------------------------- */

.modal_wrap input {
	display: none;
}
.modal_wrap label {
	text-decoration: none;
}
.modal_layer {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background-color: var(--layer_dark);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_layer_close {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	max-height: 80%;
	transform: scale(0.3);
	transition: 0.25s;
}
.modal_close_button {
	position: fixed;
	cursor: pointer;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--color-gray-900);
	color: var(--color-white);
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

.modal_content__inner {
	padding: 25px 25px;
	background-color: var(--color-gray-100);
	font-size: .875rem;
}
.modal_content h1 {
	margin-bottom: 20px;
	font-size: 1.125rem;
	text-align: center;
}
.modal_content h2 {
	margin-bottom: .75em;
}
.modal_content p {
	margin-bottom: 1em;
}

.modal_wrap input:checked + .modal_layer {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked + .modal_layer .modal_content {
	transform: scale(1);
}

/* infinite slide
------------------------------------------------------------- */

.infinite_slide {
	position: relative;
}
.infinite_slide_inner {
	display: flex;
}
.infinite_slide_list {
	display: flex;
	gap: 1px;
}
.infinite_slide_list.left {
	animation :infinity-scroll-left 30s infinite linear .4s both;
}
.infinite_slide_list.right {
	animation :infinity-scroll-right 30s infinite linear .4s both;
}
.infinite_slide_list li {
	width: 200px;
}
.infinite_slide_list img {
	width: 100%;
	transition: 0.4s;
}
.infinite_slide_list label {
	cursor: pointer;
}

@media only screen and (min-width: 769px) {
	.infinite_slide_list li {
		width: 360px;
	}
}

@keyframes infinity-scroll-left {
	from { transform: translateX(0); }
	to { transform: translateX(-100%); }
}
@keyframes infinity-scroll-right {
	from { transform: translateX(-100%); }
	to { transform: translateX(0%); }
}

/* -----------------------------------------------------------------------------

 index

----------------------------------------------------------------------------- */

/* cover
-----------------------------------------------------------*/

.cover {
	position: relative;
	max-width: 1240px;
	margin: 0 auto 60px;
}
.cover__inner {
	margin-left: calc(50% - 50vw);
}
.cover__catch {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cover__image {
	position: relative;
	overflow: hidden;
	width: calc(100% - 8em);
	aspect-ratio: 34 / 50;
}
.cover__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover; /* カバー表示 */
	object-position: 55% 50%; /* 中央寄せ */
	top: 0;
	left: 0;
}

.cover__catch .catch_wrap {
	float: right;
	padding: 20px 20px;
	background-color: var(--color-white);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 1.4;
}
.cover__catch .catch01 {
	margin-left: .25em;
	color: var(--color-secondary);
	font-size: min(1.875rem,5.5vw);
}
.cover__catch .catch02 {
	margin-top: 2em;
	font-size: min(1rem,4vw);
}
@media only screen and (min-width: 768px) {
	.cover {
		margin-bottom: 120px;
	}
	.cover__catch .catch_wrap {
		padding: 20px 20px 40px 40px;
	}
	.cover__image {
		aspect-ratio: 60 / 34;
	}
	.cover__image img {
		object-position: center; /* 中央寄せ */
	}
	.cover__catch .catch01 {
		margin-left: .5em;
	}
	.cover__catch .catch02 {
		margin-top: 3em;
		line-height: 1.8;
	}
}


/* fair
-----------------------------------------------------------*/

.fair_splide {
	margin-right: calc(50% - 50vw);
	padding-bottom: 2.5em;
}

.fair_splide .splide__pagination {
	justify-content: flex-start;
	gap: 10px;
	padding: 0;
}
.fair_splide .splide__pagination__page ,
.message_splide .splide__pagination__page {
	width: 10px;
	height: 10px;
}
.fair_splide .splide__pagination__page.is-active ,
.message_splide .splide__pagination__page.is-active {
	background-color: var(--color-tertiary);
	transform: scale(1);
}

.fair__wrap {
	position: relative;
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
	text-decoration: none;
}
.fair__wrap::after {
	position: absolute;
	content: '';
	right: 15px;
	bottom: 15px;
	width: 1.5em;
	height: 1.5em;
	background-color: #cec8be;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.fair__text {
	padding: 20px;
}
.fair__text .data_box {
	margin-bottom: .75em;
	font-size: .9375rem;
	color: var(--color-primary);
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.fair__text .title_box {
	margin-bottom: .5em;
	font-size: 1.125rem;
	font-weight: 400;
}
.fair__text .cate_box .cate {
	display: inline-block;
	padding: .25em 1em;
	font-size: .875rem;
}
@media only screen and (min-width: 768px) {
	.fair__wrap {
		display: flex;
		align-items: center;
	}
	.fair__fig {
		width: 45%;
	}
	.fair__text {
		flex: 1;
	}	
}


/* campaign slide
-----------------------------------------------------------*/

.campaign-slide {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
/* splide */
.campaign_splide .splide__track {
	overflow: visible;
}
.campaign_splide .splide__arrow {
	top: calc(50% - 2em);
	font-size: .625rem;
	width: 6em;
	height: 6em;
	background: var(--color-white);
	opacity: 1;
}
.campaign_splide .splide__arrow--prev {
	left: calc(-3em - 2%);
}
.campaign_splide .splide__arrow--next {
	right: calc(-3em - 2%);
}


/* campaign bnr [dead]
-----------------------------------------------------------*/

.campaign-bnr {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	border: 1px solid var(--color-bg-light);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
}
.campaign-bnr__iamge picture {
	display: block;
	width: 100%;
	aspect-ratio: 68/53;
}
.campaign-bnr__iamge picture img {
	display: block;
	width: 100%;
	height: auto;
}
.campaign-bnr__iamge .deco {
	position: absolute;
	width: 55%;
	top: -18px;
	right: -5px;
	z-index: 10;
}
.campaign-bnr__text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: calc(100% - 40px);
	z-index: 11;
}
.campaign-bnr__text a {
	display: block;
	text-decoration: none;
}
.campaign-bnr__text .badge {
	position: absolute;
	width: 6em;
	top: -3em;
	right: -5px;
	z-index: 16;
}
.campaign-bnr__text .text {
	position: relative;
	display: block;
	z-index: 15;
}
.campaign-bnr__text .more {
	position: relative;
	display: block;
	margin-top: -15px;
	padding: 0 30px;
	text-align: center;
	z-index: 17;
}
@media only screen and (min-width: 768px) {
	.campaign-bnr__iamge picture {
		aspect-ratio: 192/62;
	}
	.campaign-bnr__iamge .deco {
		width: 40%;
		top: -40px;
		right: 20%;
	}
	.campaign-bnr__text {
		bottom: 25px;
		right: 30px;
		width: calc(50%);
	}
	.campaign-bnr__text .badge {
		top: -2em;
		right: -20px;
	}
	.campaign-bnr__text .more img {
		max-width: 280px;
	}
}


/* feature
-----------------------------------------------------------*/

.content--feature {
	position: relative;
	color: var(--color-white);
}
.feature {
	position: relative;
}
.feature__item {
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
}
.feature__item--01 {
	background-image: url(./images/home/bg_feature01.jpg);
	z-index: 10;
}
.feature__item--02 {
	background-image: url(./images/home/bg_feature02.jpg);
	z-index: 11;
}
.feature__item--03 {
	background-image: url(./images/home/bg_feature03.jpg);
	z-index: 12;
}
.feature__item--04 {
	background-image: url(./images/home/bg_feature04.jpg);
	z-index: 13;
}
@media only screen and (min-width: 768px) {
	.feature__item {
		min-height: 85vh;
	}
}

/* スマホで fixed を off */
@media screen and (max-width: 768px) {
  .feature__item {
    background-attachment: scroll; /* fixed の代わりに scroll */
    background-position: center top; /* 位置調整 */
  }
}


/* movie
-----------------------------------------------------------*/

.movie__video {
	margin-bottom: 30px;
}
.movie__text {
	padding-left: 15px;
	padding-right: 15px;
}
@media only screen and (min-width: 768px) {
	.movie {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: 3%;
	}
	.movie__video {
		width: 650px;
		max-width: 50%;
	}
	.movie__text {
		flex: 1;
	}
}


/* facilities
-----------------------------------------------------------*/

.facilities_splide .splide__track {
	overflow: visible;
}
.facilities_splide .facilities__title {
	display: block;
	margin-top: .5em;
	text-align: center;
}
.facilities_splide a {
	display: block;
	text-decoration: none;
}

/* message
-----------------------------------------------------------*/

.message_splide {
	max-width: 680px;
	margin: auto;
	padding-bottom: 2.5em;
}
.message_splide .splide__track {
	overflow: visible;
}
.message_splide .splide__arrow {
	top: calc(50% - 2em);
	font-size: .625rem;
	width: 6em;
	height: 6em;
	background: var(--color-white);
	opacity: 1;
}
.message_splide .splide__arrow--prev {
	left: -2em;
}
.message_splide .splide__arrow--next {
	right: -2em;
}

.message__wrap {
	position: relative;
	display: block;
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
	text-decoration: none;
}
.message__text {
	padding: 20px;
}
.message__text .title_box {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--color-gray-200);
}
.message__text .title_box .label {
	display: inline-block;
	padding: .25em .5em;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: .12em;
	line-height: 1.2;
	vertical-align: middle;
}
.message__text .title_box .title {
	display: block;
	margin-top: .5em;
	color: var(--color-primary);
	font-size: 1.125rem;
	font-weight: 400;
}


@media only screen and (min-width: 768px) {
	.message_splide .splide__arrow--prev {
		left: calc(-3em - 2%);
	}
	.message_splide .splide__arrow--next {
		right: calc(-3em - 2%);
	}	
	.message__wrap {
		display: flex;
		align-items: center;
	}
	.message__fig {
		width: 40%;
	}
	.message__text {
		flex: 1;
		padding: 30px;
		line-height: 2.2;
	}
	.message__text .title_box .title {
		display: inline-block;
		margin-bottom: 0;
	}
}


/* gallery
-----------------------------------------------------------*/

.gallery {
	margin-bottom: 50px;
	text-align: center;
}


/* infomation
-----------------------------------------------------------*/

.infomation__image {
	margin-bottom: 30px;
}
.infomation__text {
	padding-left: 15px;
	padding-right: 15px;
}
.infomation__text .tel_box {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
	.infomation {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: 2%;
	}
	.infomation__image {
		flex: 1;
	}
	.infomation__text {
		width: 500px;
		max-width: 40%;
	}
}
@media only screen and (min-width: 1200px) {
	.infomation {
		margin-right: calc(50% - 50vw);
	}
}


/* -----------------------------------------------------------------------------

 gallery single

----------------------------------------------------------------------------- */

.gallery_content {
	margin-bottom: 40px;
}

.gallery_content__image {
	margin-bottom: 30px;
}
.gallery_content__text h2 {
	margin-bottom: .75em;
	font-size: min(1.625rem,5vw);
	line-height: 1.4;
}

/* splide 操作用 thumb */
.gallery-thumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}
.gallery-thumb__list li {
	width: calc((100% - 60px) / 5);
}
@media only screen and (min-width: 768px) {
	.gallery_content {
		display: flex;
		gap: 5%;
	}
	.gallery_content__image {
		width: 480px;
		max-width: 50%;
	}
	.gallery_content__text {
		flex: 1;
	}
}

/* kanren
-----------------------------------------------------------*/

.kanren .title_min {
	margin-bottom: 1em;
}

.kanren_splide a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: var(--color-white);
	text-decoration: none;
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.1);
}
.kanren_splide a::after {
	position: absolute;
	content: '';
	right: 10px;
	bottom: 10px;
	width: 1.5em;
	height: 1.5em;
	background-color: #cec8be;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.kanren__thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 5 / 3;
}
.kanren__thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	top: 0;
	left: 0;
}
.kanren__title {
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.kanren_splide {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media only screen and (min-width: 768px) {
	.kanren_splide .splide__track {
		overflow: visible;
	}
	.kanren_splide.splide.is-initialized:not(.is-active) .splide__list {
		display: flex;
		gap: 40px;
		width: 100%;
	}
	.kanren_splide.splide .splide__slide {
		width: calc((100% - 80px) / 3);
	}
}


/* -----------------------------------------------------------------------------

 fair single

----------------------------------------------------------------------------- */

/* fair-content
-----------------------------------------------------------*/

.fair-content__head {
	margin-bottom: 20px;
	text-align: center;
}
.fair-content__title {
	margin-bottom: .5em;
	color: var(--color-secondary);
	font-size: min(1.75rem,5.5vw);
}

.fair-summary {
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px 5px rgba(179, 170, 151, 0.2);
}
.fair-summary__body {
	padding: 20px;
}
.fair-summary .fair-time {
	margin-bottom: 1em;
}
.fair-summary__title {
	margin-bottom: .5em;
	color: var(--color-primary);
	font-size: min(1.375rem, 4.5vw);
}
.fair-summary__text {
	margin-bottom: 15px;
}
.fair-reserve__title {
	margin-bottom: 15px;
	padding: .5em;
	background-color: var(--color-bg-light);
}
@media only screen and (min-width: 768px) {
	.fair-content__head {
		margin-bottom: 40px;
	}
	.fair-summary {
		display: flex;
		align-items: center;
	}
	.fair-summary__fig {
		width: 460px;
		max-width: 40%;
	}
	.fair-summary__body {
		flex: 1;
		padding: 20px 40px;
	}
	.fair-summary__text {
		margin-bottom: 30px;
	}
	.fair-summary__body .btn_box {
		padding-bottom: 0;
		text-align: left;
	}
}


/* fair-flow
-----------------------------------------------------------*/

.fair-flow__item:not(:last-child) {
	margin-bottom: 30px;
}
.fair-flow__title {
	display: flex;
	margin-bottom: 1em;
	padding: .5em;
	background-color: var(--color-primary);
	color: var(--color-white);
}
.fair-flow__title .step {
	display: inline-block;
	margin-right: 1em;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 2;
}
.fair-flow__title .title {
	display: inline-block;
	font-size: min(1.375rem, 4.5vw);
}
@media only screen and (min-width: 768px) {
	.fair-flow__item {
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		gap: 25px;
	}
	.fair-flow__item:not(:last-child) {
		margin-bottom: 50px;
	}
	.fair-flow__item:not(:last-child)::before {
		position: absolute;
		content: '';
		top: 0;
		left: 25px;
		width: 1px;
		height: calc(100% + 50px);
		border-left: 1px solid var(--color-primary);
	}
	.fair-flow__fig {
		width: 410px;
		max-width: 35%;
	}
	.fair-flow__body {
		flex: 1;
	}
	.fair-flow__title {
		display: flex;
		align-items: center;
		margin-bottom: 1.5em;
		padding: .5em 1em;
	}
	.fair-flow__text {
		padding-left: 50px;
		font-size: .937rem;
	}
}

/* -----------------------------------------------------------------------------

 staff single

----------------------------------------------------------------------------- */

/* staff-prof
-----------------------------------------------------------*/

.staff-prof__head {
	margin-bottom: 20px;
}
.staff-prof__image {
	position: relative;
}
.staff-prof__image .fig_box--sub {
	position: absolute;
	width: 40%;
	top: 30%;
	right: 0;
}
.staff-prof__label {
	display: inline-block;
	margin-bottom: .5em;
	padding: .25em .5em;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: .75rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: .12em;
	line-height: 1.2;
}
.staff-prof__name {
	margin-bottom: 1.25em;
}
.staff-prof__name .name {
	display: inline-block;
	font-size: min(1.875rem,5.5vw);
}
.staff-prof__name .en {
	display: inline-block;
	margin-left: 1em;
	font-size: .625rem;
	font-family: "Montserrat", sans-serif;
}
.staff-prof__tbl {
	width: 100%;
	margin: 0 auto 1.5em;
	border-collapse: collapse;
	font-size: .875rem;
}
.staff-prof__tbl tr:not(:last-child) {
	border-bottom: 1px solid var(--color-beige);
}
.staff-prof__tbl th {
	width: 220px;
	max-width: 45%;
	padding: .5em;
	background-color: var(--color-bg-light);
	color: var(--color-primary);
	text-align: center;
}
.staff-prof__tbl td {
	padding: .5em;
}
.staff-prof__fig .fig_box {
	position: relative;
}
.staff-prof__fig .fig_box--02 {
	margin-top: -25%;
	margin-left: 40%;
	margin-right: -20px;
}

@media only screen and (max-width: 1000px) {
	.staff-prof__head {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media only screen and (min-width: 1001px) {
	.staff-prof__head {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}

@media only screen and (max-width: 767px) {
	.staff-prof__image {
		padding-right: 20%;
	}
	.staff-prof__msg {
		position: relative;
		margin-top: -10px;
		padding-left: 20%;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.staff-prof__head {
		margin-bottom: 60px;
	}
	.staff-prof__head-inner {
		display: flex;
		align-items: flex-end;
		max-width: 1600px;
		margin: 0 auto;
	}
	.staff-prof__image {
		width: 60%;
	}
	.staff-prof__image .fig_box--sub {
		position: absolute;
		width: 35%;
		top: auto;
		right: auto;
		left: 10%;
		bottom: -5%;
	}
	.staff-prof__msg {
		position: relative;
		padding-bottom: 5%;
		flex: 1;
	}
	.staff-prof__msg .msg {
		margin-left: -15%;
	}
	.staff-prof__content {
		display: flex;
		gap: 6%;
		margin-right: calc(50% - 50vw);
	}
	.staff-prof__text {
		width: 500px;
		max-width: 45%;
	}
	.staff-prof__fig {
		flex: 1;
	}
	.staff-prof__fig .fig_box--01 {
		width: 90%;
	}
	.staff-prof__fig .fig_box--02 {
		margin-left: 40%;
		margin-right: 0;
	}
	.staff-prof__tbl th ,
	.staff-prof__tbl td {
		padding: .75em .5em;
	}
}


/* content-box [汎用]
-----------------------------------------------------------*/

.content-box:not(:last-child) {
	margin-bottom: 20px;
}
.content-box__fig {
	margin-bottom: 20px;
}
.content-box__title {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: .5em;
	font-size: min(1.375rem, 4.5vw);
}
.content-box__title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--color-beige);
}
.content-box__text {
	line-height: 2.2;
}
.content-box__text p:not(:last-child) {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
	.content-box {
		display: flex;
		align-items: center;
		gap: 5%;
	}
	.content-box:not(:last-child) {
		margin-bottom: 40px;
	}
	.content-box--reverse {
		flex-direction: row-reverse;
	}
	.content-box__fig {
		width: 50%;
	}
	.content-box__body {
		flex: 1;
	}
}


/* customer-voice
-----------------------------------------------------------*/

.customer-voice__item:not(:last-child) {
	margin-bottom: 30px;
}
.customer-voice__name {
	margin-bottom: .5em;
}
.customer-voice__name .name {
	display: inline-block;
	padding: 0 .5em;
	border: 1px solid var(--color-secondary);
	color: var(--color-secondary);
}


/* -----------------------------------------------------------------------------

 plan

----------------------------------------------------------------------------- */

.plan-detail:not(:last-child) {
	margin-bottom: 40px;
}

.plan-detail__slide ,
.plan-detail__iamge {
	margin-bottom: 20px;
}

/* splide 操作用 thumb */
.plan-thumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}
.plan-thumb__list li {
	width: calc((100% - 60px) / 5);
}

/* slide横 text */
.plan-detail__text {
	font-size: .875rem;
}
.plan-detail__title {
	margin-bottom: 1em;
	padding: .5em 1em;
	background-color: var(--color-bg-beige);
	font-size: .9375rem;
}
.place-spec__list {
	margin-bottom: 2em;
}
.place-spec__list li {
	margin-bottom: .5em;
	display: flex;
	align-items: center;
	gap: 1em;
}
.place-spec__list .label {
	display: inline-block;
	min-width: 8em;
	padding: .25em 1em;
	border-radius: 50vh;
	border: 1px solid var(--color-text);
	font-size: .8125rem;
	text-align: center;
}
.place-spec__list .desc {
	display: block;
	flex: 1;
}
.plan-status__list {
	margin-right: -8px;
	margin-bottom: -8px;
}
.plan-status__list li {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: .25em 1em;
	background-color: var(--color-bg-beige);
}
.plan-detail__text hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px solid var(--color-text);
}
.plan-detail__text p {
	line-height: 2;
}
.plan-detail__text p:not(:last-child) {
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px) {
	.plan-detail {
		display: flex;
		gap: 4%;
	}
	.plan-detail:not(:last-child) {
		margin-bottom: 60px;
	}
	.plan-detail.reverse {
		flex-direction: row-reverse;
	}
	.plan-detail.alcenter {
		align-items: center;
	}
	.plan-detail__slide ,
	.plan-detail__iamge {
		width: 700px;
		max-width: 65%;
	}
	.plan-detail--half .plan-detail__iamge {
		width: 46%;
	}
	.plan-detail__text {
		flex: 1;
	}
	.place-spec__list--2col {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.place-spec__list--2col li {
		width: calc((100% - 10px) / 2);
	}
}

.dia-list li {
	position: relative;
	margin-bottom: .5em;
	padding-left: 1.5em;
}
.dia-list li::before {
	content: "";
	position: absolute;
	left: .5em;
	top: .5em;
	width: .5em;
	height: .5em;
	background: var(--color-text);
	transform: rotate(45deg);
}

.plan-tokuten {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 20px;
	background-color: var(--color-bg-beige);
}
.plan-tokuten__title {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--color-solid);
}
.plan-tokuten__title .icon {
	display: inline-block;
	margin-left: .5em;
	padding: .1em 1em;
	border-radius: 50vh;
	border: 1px solid var(--color-text);
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.plan-tokuten {
		padding: 30px 40px;
	}
}



.plan-tokuten__tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: .875rem;
}
.plan-tokuten__tbl tr:not(:last-child) {
	border-bottom: 1px solid var(--color-beige);
}
.plan-tokuten__tbl th {
	width: 20%;
	padding: 18px 20px;
	background-color: var(--color-primary);
	color: var(--color-white);
	text-align: center;
	white-space: nowrap;
}
.plan-tokuten__tbl td {
	padding: 18px 40px;
}

.plan-includes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}
.plan-includes__item {
	display: flex;
	width: calc((100% - 10px) / 2);
	border: 1px solid var(--color-bg-beige);
}
.plan-includes__item .text {
	padding: .5em;
	min-width: 8em;
	flex: 1;
	background-color: var(--color-bg-beige);
	text-align: center;
}
.plan-includes__item .mark {
	width: 2em;
	padding: .5em;
}

@media only screen and (max-width: 767px) {
	.plan-tokuten__tbl tr ,.plan-tokuten__tbl th,.plan-tokuten__tbl td{
		display: block;
	}
	.plan-tokuten__tbl th {
		width: auto;
		padding: 10px;
		border-bottom: none;
		text-align: left;
	}
	.plan-tokuten__tbl td {
		padding: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.plan-includes__item {
		width: auto;
	}
}


/* plan-message
----------------------------------------------------------- */

.plan-message__staff {
	margin-bottom: 20px;
	text-align: center;
}
.plan-staff__prof {
	margin-top: 10px;
}
.plan-staff__prof .staff-prof__name {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: normal;
}
.plan-message__title {
	margin-bottom: 1em;
	font-size: min(1.625rem,5vw);
	color: var(--color-secondary);
}
@media only screen and (min-width: 768px) {
	.plan-message {
		display: flex;
		gap: 4%;
	}
	.plan-message__staff {
		width: 360px;
		max-width: 40%;
	}
	.plan-message__body {
		flex: 1;
	}
}

/* wed-feature
----------------------------------------------------------- */

.wed-feature__title {
	position: relative;
	margin-bottom: 2em;
	line-height: .75;
}
.wed-feature__title .text {
	position: absolute;
	left: 0;
	top: calc(50% - 1em);
	display: inline-block;
	padding: .5em 0;
	border-top: 1px solid var(--color-gray-100);
	border-bottom: 1px solid var(--color-gray-100);
	background-color: var(--color-white);
	color: var(--color-secondary);
	font-size: min(1.75rem,5.4vw);
	text-align: center;
}
.wed-feature__title::before {
	display: block;
	content: attr(data-num);
	color: var(--color-gray-100);
	font-size: min(12.5rem,30vw);
}
.wed-feature__text {
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.wed-feature__image {
		text-align: right;
	}
	.wed-feature__image img {
		width: 65%;
	}
}
@media only screen and (min-width: 768px) {
	.wed-feature__item {
		display: flex;
		align-items: center;
		gap: 5%;
	}
	.wed-feature__item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.wed-feature__image {
		width: 550px;
		max-width: 50%;
	}
	.wed-feature__body {
		flex: 1;
	}
}


/* step
----------------------------------------------------------- */

.step__list {
	counter-reset: number 0;
	margin-bottom: 40px;
}
.step__list li {
	position: relative;
	padding-left: 2em;
}
.step__list li:not(:last-child) {
	margin-bottom: 1em;
}
.step__list li::before {
	display: inline-block;
	counter-increment: number 1;
	content: 'Step.0' counter(number);
	margin-left: -2.2em;
	margin-bottom: .5em;
	width: 8em;
	padding: .1em;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-size: .875rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-align: center;
}
.step__list li:not(:last-child)::after {
	position: absolute;
	content: '';
	top: .5em;
	left: 1em;
	width: 1px;
	height: calc(100% + 1em);
	border-left: 1px solid var(--color-secondary);
}
.step__head {
	color: var(--color-secondary);
	font-size: min(1.625rem,4.5vw);
}

@media only screen and (min-width: 768px) {
	.step__list {
		margin-bottom: 80px;
	}
	.step__list li {
		padding-left: 9em;
	}
	.step__list li:not(:last-child) {
		margin-bottom: 3em;
	}
	.step__list li::before {
		position: absolute;
		top: .65em;
		left: 0;
		margin-left: 0;
	}
	.step__list li:not(:last-child)::after {
		left: 3.75em;
		height: calc(100% + 3em);
	}
}


/* -----------------------------------------------------------------------------

 facilities

----------------------------------------------------------------------------- */

/* facilities01
----------------------------------------------------------- */

.facilities01__image {
	display: flex;
	flex-direction: row-reverse;
}
.facilities01__image .fig_box01 {
	position: relative;
	width: 66%;
	z-index: 20;
}
.facilities01__image .fig_box01 .fig {
	margin-left: -5%;
}
.facilities01__image .fig_box02 {
	position: relative;
	width: 44%;
	z-index: 21;
}
.facilities01__image .fig_box02 .fig {
	margin-top: 25%;
	margin-right: -5%;
}

@media only screen and (max-width: 767px) {
	.facilities01__image .fig_box01 .fig {
		position: relative;
		overflow: hidden;
		width: 110%;
		aspect-ratio: 5 / 3;
		margin-left: -10%;
	}
	.facilities01__image .fig_box02 .fig {
		position: relative;
		overflow: hidden;
		width: 110%;
		aspect-ratio: 4 / 3;
		margin-right: -5%;
	}
	.facilities01__image .fig_box01 .fig img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right center;
		top: 0;
		left: 0;
	}
	.facilities01__image .fig_box02 .fig img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		top: 0;
		left: 0;
	}
}


/* facilities02 
----------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.facilities02__image {
		position: relative;
		overflow: hidden;
		width: 100%;
		aspect-ratio: 4 / 3;
		margin-bottom: 20px;
	}
	.facilities02__image img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		top: 0;
		left: 0;
	}
}
@media only screen and (min-width: 768px) {
	.facilities02_block {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: 4%;
	}
	.facilities02__image {
		width: 48%;
	}
	.facilities02__text {
		flex: 1;
		padding-left: 8%;
	}
}


/* facilities03 
----------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.facilities03__image {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.facilities03_block {
		margin-left: calc(50% - 50vw);
		display: flex;
		align-items: center;
		gap: 60px;
	}
	.facilities03__image {
		width: 58%;
	}
	.facilities03__text {
		flex: 1;
	}
}


/* facilities04
----------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.facilities04__image02 {
		margin-bottom: 20px;
	}
	.facilities04__text {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.facilities04_block {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: 4%;
	}
	.facilities04__image02 {
		width: 47%;
	}
	.facilities04__image01 {
		width: 18%;
	}
	.facilities04__text {
		flex: 1;
	}
}


/* facilities05
----------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.facilities05__image01 {
		margin-bottom: 20px;
	}
	.facilities05__text {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.facilities05_block {
		display: flex;
		align-items: center;
		gap: 4%;
	}
	.facilities05__image01 {
		width: 47%;
	}
	.facilities05__image02 {
		width: 18%;
	}
	.facilities05__text {
		flex: 1;
	}
}


/* -----------------------------------------------------------------------------

 reason

----------------------------------------------------------------------------- */

.reason-cover {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	text-align: center;
}


/* -----------------------------------------------------------------------------

 faq

----------------------------------------------------------------------------- */

/* faq
----------------------------------------------------------- */

.faq__item {
	margin-bottom: 20px;
}
.faq__item summary {
	cursor: pointer;
	position: relative;
	display: block;
	padding-bottom: 10px;
	padding: 15px;
	padding-right: 40px;
	background-color: var(--color-bg-beige);
}
.faq__item .cate_box {
	display: block;
	margin-bottom: .5em;
}
.faq__item .cate_box .cate {
	min-width: 7em;
	margin-bottom: 0;
	padding: .25em 2em;
	font-size: .875rem;
}
.faq__item .label {
	font-weight: normal;
}
.faq__item .text {
	padding: 15px;
	font-size: 93.75%;
}

/* icon */
.faq__item .icon::before ,
.faq__item .icon::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: calc(50%);
	right: 20px;
	width: 20px;
	height: 0;
	border-top: 2px solid var(--color-text);
}
.faq__item .icon::before {
	transform: rotate(90deg);
	transition: 0.4s;
}
.faq__item[open] .icon::before {
	transform: rotate(0);
}

@media only screen and (min-width: 768px) {
	.faq__item summary {
		display: flex;
		gap: 15px;
		padding: 20px 40px;
		padding-right: 60px;
	}
	.faq__item .cate_box {
		margin-bottom: 0;
	}
	.faq__item .label {
		flex: 1;
		padding-top: .25em;
	}
	.faq__item .text {
		padding: 20px 40px;
	}
}


/* -----------------------------------------------------------------------------

 access

----------------------------------------------------------------------------- */

.access {
	margin-bottom: 80px;
	text-align: center;
}
.access__item:not(:last-child) {
	margin-bottom: 80px;
}
.access__image {
	margin-top: 40px;
}
.access__image .img {
	display: inline-block;
}
.access__image .img--min {
	max-width: 370px;
}

.company__table {
	margin-bottom: 40px;
}
.company__map iframe {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.access {
		margin-left: -20px;
		margin-right: -20px;
	}
	.access__image {
		padding-left: 20px;
		padding-right: 20px;
	}
	.access__image.swipe {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		padding-left: 0;
		padding-right: 0;
	}
	.access__image.swipe .img {
		display: block;
		min-width: 1000px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.company__map iframe {
		height: 250px;
	}
}



/* -----------------------------------------------------------------------------

 privacy

----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------

 sitemap

----------------------------------------------------------------------------- */

.sitemap__wrap {
	display: flex;
	max-width: 960px;
	margin: auto;
}
.sitemap a {
	display: block;
	padding: .5em 0;
	font-size: min(.875rem,3.5vw);
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.sitemap__wrap {
		gap: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.sitemap__col {
		flex: 1;
	}
}

/* -----------------------------------------------------------------------------

 reserve / contact

----------------------------------------------------------------------------- */

/* reserve
------------------------------------------------------------- */

.reserve-fair {
	max-width: 960px;
	margin: 0 auto 40px;

}
.reserve-fair__head {
	padding: 20px;
	background-color: var(--color-primary);
	color: var(--color-white);
}
.reserve-fair__option {
	padding: 20px;
	background-color: var(--color-bg-beige);
}
.reserve-fair__label {
	margin-bottom: .5em;
}
.reserve-fair__label .label {
	padding: .5em 1.5em;
	border-radius: 50vh;
	background-color: var(--color-white);
	color: var(--color-primary);
	font-size: .75rem;
}
.reserve-fair__title {
	font-size: 1.125rem;
}
.reserve-fair__name {
	margin-bottom: .75em;
	color: var(--color-primary);
	font-size: .875rem;
}
.reserve-fair__option-list li:not(:last-child) {
	margin-bottom: 1em;
}
.reserve-fair__option-list .icon {
	display: inline-block;
	margin-right: 1em;
	padding: .25em 1.5em;
	border-radius: 50vh;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-size: .75rem;
	line-height: 1,2;
	vertical-align: middle;
}
.reserve-fair__option-list .text {
	display: inline-block;
	vertical-align: middle;
}
.reserve-fair__option-list .date {
	display: inline-block;
	color: var(--color-primary);
	font-size: .875rem;
	vertical-align: middle;
}


/* form
------------------------------------------------------------- */

.form_box {
	max-width: 960px;
	margin: 0 auto;
}
.form_box dt {
	padding: 10px 0 5px;
	font-weight: 600;
}
.form_box dt .req {
	display: inline-block;
	margin-left: 10px;
	padding: .25em .5em;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-white);
	font-size: .75rem;
	font-weight: normal;
	line-height: 1.2;
	white-space: nowrap;
	vertical-align: middle;
}
.form_box dt .req.req--non {
	background-color: var(--color-white);
	color: var(--color-primary);
}
.form_box dd {
	padding: 0 0 10px;
}

.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box input[type="tel"] ,
.form_box textarea {
	padding: .75em;
	border: 1px solid var(--color-gray-400);
	background-color: var(--color-white);
	line-height: 1;
}
.form_box select {
	max-width: 100%;
	padding: .95em .75em;
	border: 1px solid var(--color-gray-400);
	background-color: var(--color-white);
	line-height: 1;
}
.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box input[type="tel"] ,
.form_box textarea {
	width: 100%;
}
.form_box .zip_wrap {
	display: block;
}
.form_box .zip_wrap input {
	display: inline-block;
	width: 4em;
}
.form_box .datetime__wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}
.form_box .datepicker__wrap {
	width: 18em;
}
.form_box .datepicker {
	background: no-repeat 95% center url(./images/common/icon_cal.png);
	background-size: auto 50%;
}
.form_box .timeselect__wrap {
	max-width: 10em;
}
.form_box .approval__wrap {
	text-align: center;
}
.form_box .approval__wrap .wpcf7-form-control-wrap {
	display: inline-block;
}
::placeholder{
	color: var(--color-text);
}

.form_btn_box {
	margin-left: -5px;
	margin-right: -5px;
	text-align: center;
}
.form_btn_box input ,
.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 320px;
	max-width: 46%;
	padding: 10px;
	border: none;
	border-radius: 50vh;
	background: var(--color-tertiary);
	color: var(--color-white);
	font-size: 1.125rem;
}
.form_btn_box input:hover ,
.form_btn_box button:hover {
	opacity: .5;
}
.form_btn_box button.confirm::before ,
.form_btn_box button.send::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px var(--color-white);
	border-right: solid 2px var(--color-white);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form_btn_box button.back {
	background: var(--color-gray-200);
}
.form_btn_box button.back::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-bottom: solid 2px var(--color-white);
	border-left: solid 2px var(--color-white);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_btn_box .wpcf7-spinner {
	display: block;
}
.wpcf7-form-control-wrap {
	display: block;
	min-height: 3em;
}
.confirm-mode .form_box--input ,
.confirm-mode .form_btn_box--input {
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.confirm-mode input[type="submit"] {
	display: none;
}

.thanks-message {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.form_box dt {
		clear: both;
		float: left;
		width: 16em;
		padding: 15px 0;
		line-height: 3em;
	}
	.form_box dd {
		padding: 15px 0 15px 16.5em;
	}
	.form_box dd.wide {
		padding-left: 0;
	}
	.form_box--confirm dd {
		min-height: calc(3em + 30px);
	}
	.form_box--confirm dd span {
		display: inline-block;
		margin-top: 1em;
	}
	.wpcf7-form-control.wpcf7-radio ,
	.wpcf7-form-control.wpcf7-checkbox {
		display: block;
		padding-top: .5em;	
	}
}



/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: var(--color-red);
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}
.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


@media only screen and (max-width: 767px) {
	.sp_hide {
		display: none;
	}
	.sp_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.pc_hide {
		display: none;
	}
	.pc_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
