@charset “UTF-8”;
/* =============================================================================

CSS Information

 File name:	layout.css

 Style Info:	レイアウト設定 ※ スマフォファースト。

============================================================================= */

:root {
	--color-text      : #333;
	--color-body      : #FFF;
	--color-bg-base   : #e8e1d1;

	--color-primary   : #9f181e;
	--color-secondary : #cc9933;
	--color-tertiary  : #a89a75;

	--color-line      : #22ba4f;
	--color-fb        : #315096;
	
	--color-white     : #FFF;
	--color-gray-100  : #EEE;
	--color-gray-150  : #DDD;
	--color-gray-200  : #CCC;
	--color-gray-300  : #999;
	--color-gray-400  : #666;
	--color-gray-500  : #888;
	--color-gray-600  : #666;
	--color-gray-800  : #333;
	--color-black     : #000;
	
	--color-dred      : #C00;
	--grade--bg       : linear-gradient(135deg, rgba(65, 65, 65, 1) 0%, rgba(1, 1, 1, 1) 100%);
	--layer-dark      : rgba(0,0,0,.8);

	--font-gothic: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	--font-mincho: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	position: relative;
	background: var(--color-body);
	color: var(--color-text);
	font-size: 1.4rem;
	font-family: var(--font-mincho);
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}

.font_gothic {
	font-family: var(--font-gothic);
}


.font_mincho {
	font-family: var(--font-mincho);
}

a {
	color: var(--color-text);
	text-decoration: underline;
}
a:link ,
a:active ,
a:visited {
}
a:hover {
	opacity: .5;
	color: inherit;
	text-decoration: none;
}

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

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

img {
	max-width: 100%;
	height: auto;
}


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

 Future shop コマースクリエーター style [スタートアップテーマ(PC/タブレット)ベース]

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

.fs-preview-header {
	display: none;
}

.fs-l-header {
	padding-top: 0;
}

.fs-l-header--min {
	border-bottom: none;
}

.fs-l-footer {
	margin-top: 0;
	background: none;
	border-top: none;
}

.fs-c-breadcrumb {
	max-width: 1250px;
	margin: 15px auto;
	padding: 0 10px;
}
.fs-c-breadcrumb + .fs-c-breadcrumb {
	display: none;
}

@media only screen and (max-width: 767px) {
	.fs-c-breadcrumb__list {
		white-space: nowrap;
	}
	.fs-c-breadcrumb {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
}

/* ログイン/ログアウト：非表示 */
.logout.my_false ,
.login.my_true ,
.member.my_true ,
.mypage.my_false {
	display: none;
}


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

 header

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

.header {
	background: center top / cover url(../images/common/bg_header.webp);
}
.header__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1240px;
	margin: 0 auto;
	padding: 8px 10px;
}
.header .logo_area {
	width: 370px;
	max-width: 40%;
	line-height: 1;
}
.header .logo_area a {
	display: block;
}
.header .logo_area .award {
	display: block;
	margin-top: 10px;
}


/* utility navi
----------------------------------------------------------- */

.contact-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
}
.contact-list a {
	display: block;
	text-decoration: none;
}
.contact-list .time-holiday {
	font-size: min(1.4rem);
	line-height: 2;
}
.tel-box a::before {
	display: inline-block;
	content: '';
	width: 1.2em;
	height: 1.2em;
	margin-right: .5em;
	background: center / contain url(../images/common/icon_tel.svg) no-repeat;
	vertical-align: middle;
}

.unavi {
	position: relative;
	display: flex;
	justify-content: flex-end;
	gap: 1em;
	margin-bottom: 10px;
}
.unavi li a {
	position: relative;
	display: block;
	padding-left: 1.8em;
	font-weight: 500;
	text-decoration: none;
}
.unavi a::before {
	position: absolute;
	content: '';
	top: calc( 50% - .8em );
	left: 0;
	display: block;
	width: 1.4em;
	height: 1.4em;
	background: center / contain no-repeat;
}
.unavi__item--guide a::before {
	background-image: url(../images/common/icon_beginner.svg);
}
.unavi__item--company a::before {
	background-image: url(../images/common/icon_info.svg);
}
.unavi__item--faq a::before {
	background-image: url(../images/common/icon_hatena.svg);
}
.unavi__item--catalog a::before {
	background-image: url(../images/common/icon_book.svg);
}
.unavi__item--review a::before {
	background-image: url(../images/common/icon_voice.png);
}


/* search
------------------------------------------------------------- */

.search__wrapper {
	display: flex;
	justify-content: flex-end;
	gap: 1.5em;
	margin-bottom: 10px;
}

.search {
	position: relative;
	overflow: hidden;
	width: 200px;
	padding-right: 30px;
	border-radius: 8px;
	border: 1px solid var(--color-gray-200);
	background: var(--color-gray-200);
}
.search input {
	-webkit-appearance: none;
	appearance: none;
	background: var(--color-white);
	border: none;
	border-radius: 0;
	outline: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.search button {
	position: absolute;
	top: 2px;
	right: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	width: 30px;
	height: 30px;
	text-indent: -100vw;
	background: center / auto 50% url(../images/common/icon_search.svg) no-repeat;
}


/* hbtns
------------------------------------------------------------- */

.hbtns__wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.hbtns {
	display: flex;
	justify-content: flex-end;
	line-height: 1.2;
}
.hbtns a {
	display: block;
	padding: .75em 1.5em;
	text-decoration: none;
	color: var(--color-white);
	font-size: min(1.4rem,3vw);
	text-align: center;
}
.hbtns a::before {
	display: inline-block;
	content: '';
	margin-right: .5em;
	margin-top: -.2em;
	width: 1.2em;
	height: 1.2em;
	background: center / contain no-repeat;
	vertical-align: middle;
}
.hbtns__item--mypage a {
	background: #cc0000;
}
.hbtns__item--mypage a::before {
	background-image: url(../images/common/icon_mypage_wh.svg);
}
.hbtns__item--cart {
	position: relative;
}
.hbtns__item--cart a {
	background: var(--color-secondary);
}
.hbtns__item--cart a::before {
	background-image: url(../images/common/icon_cart_wh.svg);
}
.hbtns__item--cart .cart-badge {
	position: absolute;
	right: -4px;
	bottom: -2px;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: var(--color-dred);
	color: var(--color-white);
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
}


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

.navbar {
	position: relative;
	width: 100%;
	background: var(--color-tertiary);
	line-height: 1;
	vertical-align: middle;
}
.navbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	width: 1200px;
	margin: auto;
	padding: 16px 15px;
}

.gnavi {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 1100px;
	margin: 0 auto;
	padding: 0 calc(10px + 1%);
	font-size: min(1.6rem,1.5vw);
	font-family: var(--font-gothic);
	color: var(--color-white);
	text-align: center;
}
.gnavi > li {
	border-right: 1px solid var(--color-white);
}
.gnavi > li:nth-last-child(-n+2) {
	border-right: none;
}
.gnavi a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.gnavi > li > a ,
.gnavi > li > span {
	padding: 0 1vw;
	white-space: nowrap;
}
.gnavi .gnavi__item--water {
	min-width: 9em;
}
.gnavi .gnavi__item--water a {
	margin-top: -6px;
	margin-bottom: -6px;
	padding: 6px 1em;
	border-radius: 4px;
	background: #779c71;
}
.gnavi__item--open {
	position: relative;
}
.gnavi__item--open > a::after ,
.gnavi__item--open > span::after {
	display: inline-block;
	content: '';
	width: 1em;
	height: .85em;
	margin-left: .5em;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 10.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 1-8 8-8-8' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / contain;
	vertical-align: middle;
}

/* サブメニュー */
.gnavi-drop {
	display: none;
	position: absolute;
	top: 16px;
	left: calc(50% - 100px);
	width: 200px;
	z-index: 2;
}
.gnavi-drop .gnavi-drop-wrapper {
	position: relative;
	padding-top: 15px;
}
.gnavi-drop .gnavi-drop-box {
	position: relative;
	padding: 10px 15px;
	background: var(--color-tertiary);
}
.gnavi-drop a {
	position: relative;
	padding: 5px 10px;
	text-decoration: none;
	line-height: 1.4;
}

/* サブメニューホバー時 */
.gnavi__item--open:hover .gnavi-drop {
	display: block;
}
.gnavi__item--open:hover > a::after ,
.gnavi__item--open:hover > span::after {
	transform: rotate(180deg);
}

.dropdown-layer a {
	display: block;
	padding: .35em 0;
	color: var(--color-white);
	text-decoration: none;
}
.dropdown-layer.is-open .gnavi-drop {
	display: block;
	top: 30px;
	left: 0;
	width: 100vw;

}
.dropdown-layer ul {
	display: flex;
	flex-wrap: wrap;
}
.dropdown-layer ul li {
	width: 50%;
}


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

.burger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2205;
}
.burger_icon {
	display: block;
	width: 56px;
	height: 56px;
	padding: 20px 14px 0;
	background-color: var(--color-primary);
	font-size: 1rem;
	color: var(--color-white);
}
.burger_icon .text {
	display: block;
	margin: 12px -12px 0;
	letter-spacing: -.05em;
	text-align: center;
}
.burger_icon .burger_bar {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 50vh;
	background-color: var(--color-white);
	transition: 0.4s;
}
.burger_icon .burger_bar::before ,
.burger_icon .burger_bar::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 50vh;
	background-color: var(--color-white);
	transition: 0.4s;
}
.burger_icon .burger_bar::before {
	top: -8px;
}
.burger_icon .burger_bar::after {
	bottom: -8px;
}

/* ハンバーガーメニューを変形 */
.burger_icon.active .burger_bar {
	background: transparent;
}
.burger_icon.active .burger_bar::before {
	top: 0;
	transform: rotate(45deg);
}
.burger_icon.active .burger_bar::after {
	bottom: 0;
	transform: rotate(-45deg);
}

/* メニュー：OPEN/CLOSE */
.burger_content {
	position:fixed;
	overflow: scroll;
	top: 0;
	right: -1300px;
	width: 1200px;
	max-width: 100%;
	max-height: calc(100vh);
	padding: 50px 4% 4%;
	background: rgba(255, 255, 255, .9);
	color: var(--color-text);
	opacity: 0;
	z-index: 2050;
	transition: 0.1s ease-in-out;
}
input[type="checkbox"]:checked ~ .burger_content {
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	right: 0;
	opacity: 1;
}

.burger_content a {
	color: inherit;
}

.burger_content .logo {
	width: 40%;
	margin-bottom: 30px;
}

.bnavi__block {
	margin-bottom: 20px;
}
.bnavi__block.border {
	padding-top: 20px;
	border-top: 1px solid var(--color-gray-500);
}
.bnavi__block h3 {
	position: relative;
	margin-bottom: .5em;
}
.bnavi__block h3 label ,
.bnavi__block h3 a {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
}
.bnavi {
	margin-left: 1em;
}
.bnavi li a {
	display: block;
	padding: 0;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.header .logo_area .award ,
	.contact-list ,
	.unavi ,
	.search__wrapper ,
	.hbtns__wrapper .h_payment {
		display: none;
	}
	.header__wrapper {
		height: 168px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2000;
	}	
	.hbtns__wrapper {
		margin-right: 60px;
	}
	.hbtns a {
		width: 6em;
		padding: .5em .5em .3em;
		letter-spacing: -.08em;
	}
	.hbtns a::before {
		display: block;
		margin: 0 auto 2px;
		width: 1.8em;
		height: 1.8em;
	}
	.navbar__inner {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.gnavi {
		justify-content: flex-start;
		min-width: 180vw;
		padding: 0;
		font-size: min(1.6rem,3vw);
	}
	.gnavi > li > a ,
	.gnavi > li > span {
			padding: 0 1em;
	}
	.header.slim .keyword {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.burger {
		display: none;
	}
	.header__body {
		padding: 20px 20px;
	}
	.header .logo_area {
		max-width: 30%;
	}
	.unavi {
		max-width: 740px;
	}
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
}

/* keyword
------------------------------------------------------------- */

.keyword {
	display: flex;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
	padding: 15px 10px;
}
.keyword__title {
	width: 9em;
	font-size: min(1.6rem,3.2vw);
	font-weight: 600;
}
.keyword__body {
	flex: 1;
}
.keyword__list {
	display: flex;
	flex-wrap: wrap;
}
.keyword__list li {
	white-space: nowrap;
}
.keyword__list a {
	display: block;
	padding: .3em 1em;
	border-radius: 50vh;
	background: var(--color-white);
	font-size: min(1.4rem,3.2vw);
	font-family: var(--font-gothic);
	text-decoration: none;
}
.keyword__list a::before {
	content: '#';
}
@keyframes keyword-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 767px) {
	.keyword__body {
		overflow: hidden;
	}
	.keyword__track {
		display: flex;
		gap: 5px;
		width: max-content;
		animation: keyword-scroll 20s linear infinite;
	}	  
	.keyword__list {
		min-width: 200vw;
		gap: 5px;
	}
}
@media only screen and (min-width: 768px) {
	.keyword__body {
		flex: 1;
	}
	.keyword__list {
		gap: 10px;
	}
}


.delivery-day {
	padding: .5em 10px;
	background: var(--color-primary);
	color: var(--color-white);
	font-size: min(1.4rem,4vw);
	font-family: var(--font-gothic);
	text-align: center;
	line-height: 1.4;
}



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

メインコンテンツ : fs-l-main / fs-l-pageMain / side

※ fs で始まるクラスはショップ全体にかかわるので、変更するときは注意 ※
※ 変更する時はそのページの body のクラス名を調べてページだけ適応する ※

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

.fs-l-main {
	display: -webkit-flex;
	display: flex;
	display: block;
	clear: both;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0;
}

/* トップページとカテゴリページフリーページ */
.fs-body-top .fs-l-main ,
.fs-body-category .fs-l-main ,
.fs-body-custom .fs-l-main {
}

.fs-l-pageMain {
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
}



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

 footer

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

/* page top
-----------------------------------------------------------*/

.page_top {
	position: fixed;
	overflow: hidden;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}
.page_top a {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 1.7em;
	border-radius: 50vw;
	background: center 30% / 12px auto url("data:image/svg+xml,%3Csvg viewBox='0 0 43.9 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.1 26 17.8-17.8 17.8 17.8 4.1-4.1-21.9-21.9-21.9 21.9z' fill='%23fff'/%3E%3C/svg%3E") no-repeat var(--color-primary);
	color: var(--color-white);
	font-size: min(1.8rem,3.5vw);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
.page_top.is-show a {
	opacity: 1;
	visibility: visible;
}
@media only screen and (min-width: 768px) {
	.page_top a {
		width: 80px;
		height: 80px;
		padding-top: 1.5em;
	}
}


.footer {
	clear: both;
	background: var(--color-bg-base);
	color: var(--color-text);
}
.footer--bl {
	background: var(--color-black);
	color: var(--color-white);
}
.fs-l-footer .footer a {
	color: inherit;
}
.footer .footer__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 20px;
}
.footer .footer__inner.footer__inner--zero {
	padding: 0 20px;
}
.footer__content {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	.footer_inner {
		padding: 50px 20px;
	}
	.footer__content {
		margin-bottom: 80px;
	}
}


/* shoping
----------------------------------------------------------- */


.shoping-flow__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	font-family: var(--font-gothic);
}
.shoping-flow__item {
	position: relative;
	width: 100%;
}
.shoping-flow__item:not(:last-child)::after {
	position: absolute;
	content: '';
	bottom: -45px;
	right: calc(50% - 26px);
	width: 18px;
	height: 45px;
	background: center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 26.02 43.86' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 4.09 17.84 17.84-17.84 17.84 4.09 4.09 21.93-21.93-21.93-21.93z' fill='%23828282'/%3E%3C/svg%3E") no-repeat;
	transform:rotate(90deg);
}
.shoping-flow__inner {
	overflow: hidden;
	height: 100%;
	border-radius: 10px;
	background: #ff9999;
}
.shoping-flow__head {
	padding: 10px;
	background-color: #990000;
	color: var(--color-white);
	text-align: center;
	line-height: 1.2;
}
.shoping-flow__head .step-num {
	font-size: 137.5%;
}
.shoping-flow__head .title {
	display: block;
	font-size: 112.5%;
}
.shoping-flow__body {
	padding: 10px 10px 15px;
}
.shoping-flow__fig {
	text-align: center;
}
.shoping-flow__fig img {
	max-width: 75%;
}
.shoping-flow__text {
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.shoping-flow__body {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.shoping-flow__fig {
		width: 80px;
	}
	.shoping-flow__text {
		flex: 1;
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 768px) {
	.shoping-flow__list {
		gap: 4%;
	}
	.shoping-flow__item {
		position: relative;
		width: calc((100% - 16%) / 5);
	}
	.shoping-flow__item:not(:last-child)::after {
		top: calc(50% - 24px);
		right: -16%;
		transform:rotate(0deg);
	}
	.shoping-flow__fig {
		margin-bottom: 15px;
	}
}


/* footer_guide
----------------------------------------------------------- */

.fguide {
	font-size: min(1.4rem,4vw);
	font-family: var(--font-gothic);
}
.fguide__item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted var(--color-text);
	line-height: 1.6;
}
.fguide__item h3 {
	margin-bottom: .5em;
	font-size: min(1.8rem,4.5vw);
	font-weight: 600;
}
.fguide__item p:not(:last-child) {
	margin-bottom: 1em;
}
.fguide__item .btn_box {
	padding-bottom: 0;
	text-align: left;
}
.fguide__item .btn_box a::after {
	display: inline-block;
	content: '';
	width: .5em;
	height: 1em;
	margin-left: .75em;
	background: no-repeat center;
	background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2022.95%2041.82%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%202.05%2018.86%2018.86-18.86%2018.86%202.05%202.05%2020.9-20.91-20.9-20.91z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E');
	background-size: contain;
	vertical-align: middle;
}


@media only screen and (min-width: 768px) {
	.fguide {
		display: flex;
		flex-wrap: wrap;
	}
	.fguide__item {
		width: calc((100% / 3) + 20px);
		margin-bottom: 0;
		padding: 20px;
		border-right: 1px dotted var(--color-text);
	}
	.fguide__item:nth-child(3n+1) {
		width: calc((100% / 3) - 10px);
		padding-left: 0;
	}
	.fguide__item:nth-child(3n) {
		width: calc((100% / 3) - 10px);
		padding-right: 0;
		border-right: none;
	}
	.fguide__item:nth-last-child(-n+2) {
		border-bottom: none;
	}
}

.fdelivery {
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-size: min(1.4rem,4vw);
}
.fdelivery__text p:not(:last-child) {
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
	.fdelivery {
		flex-direction: row;
		gap: 20px;
	}
	.fdelivery__text {
		flex: 1;
	}
	.fdelivery__image {
		width: calc(50% -20px);
	}
}


/* 営業日カレンダー
------------------------------------------------------------- */

.calendar {
	margin-bottom: 40px;
}
.calendar-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.calendar-box {
	width: calc(50% - 5px);
}
/* 営業日カレンダー */
.calendar table {
	width: 100%;
	line-height: 1;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid var(--color-gray-200);
	color: var(--color-black);
	background: var(--color-white);
}
/* 月名 */
.calendar caption {
	padding: 6px 3px;
	text-align: center;
	font-size: 15px;
	color: var(--color-black);
	background: var(--color-gray-200);
}
/* 曜日 */
.calendar th {
	padding: 5px 0;
	width: calc(100% / 7);
	border: 1px solid var(--color-gray-200);
	font-weight: 400;
	background: var(--color-white);
}
.calendar th.sunday {
	color: #c66;
}
.calendar th.saturday {
	color: #6699cc;
}
/* 日付の枠 */
.calendar td {
	padding: 5px 0;
	width: calc(100% / 7);
	border: 1px solid var(--color-gray-200);
	background: var(--color-white);
}
.calendar td.close {
	color: var(--color-white);
	background: #CCC;
}
.calendar td.sunday {
	color: var(--color-white);
	background: #c66;
}
.calendar td.saturday {
	color: var(--color-white);
	background: #6699cc;
}

/* カレンダーの色説明 */
.calendar .txt-close {
	font-size: 14px;
}
.calendar .txt-close .mark-close {
	color: #e2c600;
}
.calendar .txt-close-note {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.calendar {
		margin-bottom: 60px;
	}
	.calendar-wrapper {
		gap: 20px;
	}
	.calendar-box {
		width: calc(50% - 10px);
	}
	/* 月名 */
	.calendar caption {
		padding: 10px 3px;
	}
	.calendar th ,
	.calendar td {
		padding: 10px 0;
	}
}



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

.footer__info .f_logo {
	margin-bottom: 30px;
	text-align: center;
}
.footer__info .f_logo a {
	display: inline-block;
	max-width: 65%;
	width: 300px;
}
.footer__info .sns a span {
	width: 30px;
	height: 30px;
}
@media only screen and (min-width: 768px) {
	.footer__info {
		margin-bottom: 80px;
	}
}


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

.footer__navi {
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-family: var(--font-gothic);
}
.fnavi__block {
	margin-bottom: 20px;
}
.fnavi__block h3 {
	position: relative;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted var(--color-text);
}
.fnavi__block h3 label {
	cursor: default;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}
.fnavi li a {
	display: block;
	text-decoration: none;
}

.footer .copy {
	margin-top: ;
	font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
	.fnavi__block h3 label::after ,
	.bnavi__block h3 label::after {
		position: absolute;
		display: block;
		content: '';
		top: .25em;
		right: 0;
		width: 18px;
		height: 10px;
		background: no-repeat;
		background-image: url(../images/common/icon-arrow-wh.svg);
		background-size: 100% 100%;
		transition: 0.4s;
	}
	.fnavi__block .fnavi ,
	.bnavi__block .bnavi {
		position: relative;
		opacity: 0;
		display: none;
		height: 0;
		transition: 0.4s;
	}
	.fnavi__block .vibtn:checked ~ .fnavi ,
	.bnavi__block .vibtn:checked ~ .bnavi {
		display: block;
		height: auto;
		opacity: 1;
		padding-bottom: 15px;
	}
	.fnavi__block .vibtn:checked + h3 label::after ,
	.bnavi__block .vibtn:checked + h3 label::after {
		transform:rotate(180deg);
	}
}
@media only screen and (min-width: 768px) {
	.fnavi__row {
		display: flex;
		gap: 25px;
	}
	.fnavi__row + .fnavi__row {
		margin-top: 40px;
	}
	.fnavi__row .fnavi__col {
		width: calc((100% - 25px * 3) / 4);
	}
}


/* fmall 
----------------------------------------------------------- */

.fmall-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.fmall-list__item {
	width: calc((100% - 10px) / 2);
}
@media only screen and (min-width: 768px) {
	.fmall-list__item {
		width: calc((100% - 10px * 4) / 5);
	}
}

/* fcompany 
----------------------------------------------------------- */

.fcompany {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.fcompany__text {
	font-family: var(--font-gothic);
}
.fcompany__text h3 {
	margin-bottom: .5em;
	font-size: min(1.8rem,6vw);
}
.fcompany__link a {
	display: flex;
	align-items: center;
	aspect-ratio: 2/1;
	background: right bottom / contain no-repeat url(../images/common/fcompany_img.webp);
	text-decoration: none;
}
.fcompany__link-inner {
	max-width: 60%;
	text-align: center;
}
.fcompany__link-inner .logo {
	display: inline-block;
	margin-bottom: 1em;
}
.fcompany__link-inner .btn {
	display: inline-block;
	padding: .5em 2em;
	border-radius: 50vh;
	background: #4140c9;
	color: var(--color-white);
}
.fcompany__link-inner .btn::after {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 26.02 43.86' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 4.09 17.84 17.84-17.84 17.84 4.09 4.09 21.93-21.93-21.93-21.93z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) {
	.fcompany {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}
	.fcompany > * {
		width: 50%;
	}
	.fcompany__link a {
		aspect-ratio: 3/1;
	}
}