@charset "utf-8";



/* --------------------------------------------------------------------------------
html & body
-------------------------------------------------------------------------------- */
html {
	padding: 15vw 0 0;
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
	font-family: "M PLUS 1", sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

address {
	font-style: normal;
}


/* --------------------------------------------------------------------------------
共通 リセット タグ等
-------------------------------------------------------------------------------- */
.common {
	text-align: left;
	font-size: 4vw;
}

.common * {
	margin: 0;
	padding: 0;
	
	font-family: "M PLUS 1", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #1e1e14;
	-webkit-tap-highlight-color:rgba(0,0,0,0.1);
	tap-highlight-color:rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: none;
}

input,
select,
textarea {
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear:both;
}
br.clear {
	display:block;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	border:none;
	visibility:hidden;
	font-size:0;
}
.clearfix::after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1%;
}
* html .clearfix {
	height:1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/********** プレースホルダー **********/
::-webkit-input-placeholder,
::placeholder {
	color:#000;
}


/* ----------------------------------------
★共通文字色
---------------------------------------- */
.color-orange {
	color: #e65000;
}
.color-green {
	color: #87b900;
}
.color-pink {
	color: #e66464;
}
.color-blue {
	color: #6db2b6;
}
.color-gray {
	color: #1e1e14;
}


/* --------------------------------------------------------------------------------
デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp {
	display:block;
}
.device-sp-inline {
	display:inline;
}
.device-pc {
	display:none;
}
.device-pc-inline {
	display:none;
}

/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout {
	display: block !important;
}
.my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout {
	display: none !important;
}
.my-true .login {
	display: block !important;
}





/* ----------------------------------------
スライダー共通
---------------------------------------- */
.item-slider-parts {
}

/* 次へ・前へ */
.item-slider-parts .slick-arrow{
	display: block;
	
	position: absolute;
	top: 50%;
	margin: -2vw 0 0;
	
	width: 6vw;
	height: 6vw;
	border:none;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
}
.item-slider-parts .slick-arrow.slick-prev {
	left: 2vw;
	background: url("../images/common-2025/slide-arrow-left.svg") no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0.7;
}
.item-slider-parts .slick-arrow.slick-next {
	right: 2vw;
	background: url("../images/common-2025/slide-arrow-right.svg") no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0.7;
}


/********** スライダーの本体 **********/
.item-slider-parts .slick-list {
	margin: 0 2vw;
	font-size: 4vw;
}

/* スライダーの各項目 */
.item-slider-parts .slick-list .slick-slide .slide-item {
	margin: 0 2vw;
}

/* a */
.item-slider-parts .slick-list .slick-slide .slide-item a {
	position: relative;
	
	display: block;
	text-decoration: none;
	
	font-size: 4vw;
}

/* サムネイル */
.item-slider-parts .slick-list .slick-slide .slide-item a .thumb {
	padding: 0 0 10px;
}
.item-slider-parts .slick-list .slick-slide .slide-item a .thumb img {
	display: block;
}

/* 商品名 */
.item-slider-parts .slick-list .slick-slide .slide-item a .item-name {
	padding: 0 0 1px;
}

/* 価格 */
.item-slider-parts .slick-list .slick-slide .slide-item a .price {
	color: #e65000;
}




/* --------------------------------------------------------------------------------
container
-------------------------------------------------------------------------------- */
#container {
}




/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {
	position: fixed;
	top: 0;

	width: 100%;

	z-index: 10;
	
	padding: 2vw 0 1vw 2vw;
	background: #fde260;
}




/* ----------------------------------------
header-inner
---------------------------------------- */
#header-sp .header-inner {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}


/********** ロゴ **********/
#header-sp .h-logo {
	width: 50.4vw;
}
#header-sp .h-logo a {
	display: block;
}
#header-sp .h-logo a img {
	display: block;
	width: 100%;
	height: auto;
}

/* ----------------------------------------
ボタンリスト
---------------------------------------- */
#header-sp .h-btns {
	width: 24vw;
	padding: 1.5vw 0 0;
}
#header-sp .h-btns ul {
	display: flex;
	
	width: 100%;
}
#header-sp .h-btns ul li {
	width: 9vw;
	margin: 0 3vw 0 0;
}


/********** MENUボタン **********/
#header-sp .h-btn-menu {
}
#header-sp .h-menu-btn img {
	display: block;
}


/* ----------------------------------------
メニューunit
---------------------------------------- */
/********** メニュー **********/
#header-sp .h-menu-unit .h-menu {
	position: fixed;
	z-index: 10;
	top: 0;
	right: -87vw;

	width: 86vw;
	height: 100%;
	background: #f7de66;
	transition: 200ms ease;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/********** ドロワーメニュー：アクティブ **********/
#header-sp .h-menu-unit .h-menu.h-menu-active {
	right: 0;
	transition: 200ms ease;
}

/********** 閉じるボタン **********/
#header-sp .h-menu-unit .h-btn-close {
	display: none;

	position: absolute;
	z-index: 100;
	left: 3vw;
	top: 3vw;
	
	width: 8vw;
	height: 8vw;
}
#header-sp .h-menu-unit .h-btn-close img {
	display: block;
	margin: 0 0 0 auto;
	cursor: pointer;
}

/* アクティブ時 */
body.sp-h-menu-active #header-sp .h-menu-unit .h-btn-close {
	display: block;
}

#header-sp .h-menu-unit .overlay {
	display: none;

	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
body.sp-h-menu-active #header-sp .h-menu-unit .overlay {
	display: block;
}



/* ----------------------------------------
h-menu-contents
---------------------------------------- */
#header-sp .h-menu-unit .h-menu-contents {
	padding: 6vw 3vw 1.5vw;
}



/* ----------------------------------------
常連さんメニュー & カートボタン
---------------------------------------- */
#header-sp .h-menu-unit .h-customer-menu {
	padding: 0 0 5.5vw;
}


/********** 常連さんメニュー **********/
#header-sp .h-menu-unit .h-customer-menu {
	
}
#header-sp .h-menu-unit .h-customer-menu .h-customer-menu-box {
	border-radius: 2vw;
	padding: 2vw 3vw 3vw;
	background: #faf5dc;
}
#header-sp .h-menu-unit .h-customer-menu .heading {
	padding: 0 0 1.5vw;
	text-align: center;
	letter-spacing: 0.1em;
}
#header-sp .h-menu-unit .h-customer-menu .heading i {
	padding: 0 1.5vw;
	font-size: 4.4vw;
	color: #e65000;
}
#header-sp .h-menu-unit .h-customer-menu .h-customer-btns ul {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
#header-sp .h-menu-unit .h-customer-menu .h-customer-btns ul li {
}
#header-sp .h-menu-unit .h-customer-menu .h-customer-btns ul li a {
	display: flex;
	align-items: center;
	
	width: 36vw;
	height: 11vw;
	padding: 0 0 0 12vw;
	border-radius: 1.6vw;
	text-decoration: none;
	color: #fff;
}

/* ログイン */
#header-sp .h-menu-unit .h-customer-menu .h-customer-btns ul li.h-btn-login a {
	background: #6db2b6 url("../images/common-2025/h-icon-login.svg") no-repeat 2.4vw 50%;
	background-size: 8vw auto;
}

/* マイページ */
#header-sp .h-menu-unit .h-customer-menu .h-customer-btns ul li.h-btn-my a {
	background: #e66464 url("../images/common-2025/h-icon-mypage.svg") no-repeat 2.4vw 50%;
	background-size: 8vw auto;
}



/* ----------------------------------------
＼お菓子を選ぼう!／
selection-okashi
---------------------------------------- */
#header-sp .h-menu-unit .selection-okashi .heading {
	padding: 0 0 1vw;
	text-align: center;
	letter-spacing: 0.4vw;
	font-size: 6.8vw;
}
#header-sp .h-menu-unit .selection-okashi .heading * {
	font-weight: 900;
}

/* スラッシュ */
#header-sp .h-menu-unit .selection-okashi .heading .mark-slash {
	font-weight: 400;
	color: #1e1e14;
}

/* mark-wo */
#header-sp .h-menu-unit .selection-okashi .heading .mark-wo {
	font-size: 5.4vw;
}


/* ----------------------------------------
検索
---------------------------------------- */
#header-sp .h-menu-unit .selection-okashi .search {
	padding: 0 0 5vw;
}
#header-sp .h-menu-unit .selection-okashi .search form .search-box {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
#header-sp .h-menu-unit .selection-okashi .search form .search-box input[type="text"] {
	display: flex;
	align-items: center;
	
	width: 64vw;
	border-radius: 2vw 0 0 2vw;
	border: none;
	
	height: 9vw;
	padding: 0 4vw 0 7.5vw;
	line-height: 1;
	font-size: 3vw;
	background: #fff url("../images/common-2025/h-icon-search.svg") no-repeat 2vw 50%;
	background-size: 4vw auto;
}
#header-sp .h-menu-unit .selection-okashi .search form .search-box input[type="submit"] {
	display: flex;
	align-items: center;
	
	width: calc(100% - 64vw);
	height: 9vw;
	border-radius: 0 2vw 2vw 0;
	padding: 0 0 0 18px;
	border: none;
	text-align: left;
	font-size: 4vw;
	color: #fff;
	background: #1e1e14;
}


/* ----------------------------------------
カテゴリーリスト
---------------------------------------- */
#header-sp .h-menu-unit .category-list {
	margin: 0 0 2vw;
	padding: 4vw 5vw 4.5vw;
	border-radius: 2vw;
	background: #fff;
}

/* category-list-box */
#header-sp .h-menu-unit .category-list .category-list-box {
	padding: 0 0 4vw;
}
#header-sp .h-menu-unit .category-list .category-list-box:last-child {
	padding-bottom: 0;
}

/* 中見出し */
#header-sp .h-menu-unit .category-list .sheading {
	font-size: 4.8vw;
}
#header-sp .h-menu-unit .category-list .sheading::before {
	content: '●';
}

/* 洋菓子系 */
#header-sp .h-menu-unit .category-list .category-list-yougashi .sheading::before {
	color: #e65000;
}

/* 和菓子系 */
#header-sp .h-menu-unit .category-list .category-list-wagashi .sheading::before {
	color: #87b900;
}

/* 駄菓子系 */
#header-sp .h-menu-unit .category-list .category-list-dagashi .sheading::before {
	color: #6db2b6;
}

/* 特産品 */
#header-sp .h-menu-unit .category-list .category-list-tokusanhin .sheading::before {
	color: #e66464;
}

/* 用途で選ぶ */
#header-sp .h-menu-unit .category-list .category-list-youto .sheading::before {
	color: #e65000;
}

/* 価格で選ぶ */
#header-sp .h-menu-unit .category-list .category-list-price .sheading::before {
	color: #87b900;
}

/* メーカー */
#header-sp .h-menu-unit .category-list .category-list-a_to_z-maker .sheading::before {
	color: #e66464;
}

/* 代表メーカーで選ぶ */
#header-sp .h-menu-unit .category-list .category-list-daihyo-maker .sheading::before {
	color: #6db2b6;
}


/* ■展開ボタン */
#header-sp .h-menu-unit .category-list .btn-open-close {
	display: flex;
	
	width: 100%;
	min-height: 5vw;
	margin: 0 0 1.7vw;
	background: url("../images/common-device-2025/menu-open.svg") no-repeat 100% 1.5vw;
	background-size: 5vw auto;
	
	transition: margin-bottom 0.2s ease-out;
}
/* not active時のみ適用 */
#header-sp .h-menu-unit .category-list .category-list-box:not(.active) .btn-open-close-nomargin {
	margin-bottom: 0;
}

/* 展開ボタン：アクティブ時 */
#header-sp .h-menu-unit .category-list .category-list-box.active .btn-open-close {
	background-image: url("../images/common-device-2025/menu-close.svg");
}

/* ■リンクボタン */
#header-sp .h-menu-unit .category-list .btn-link a {
	display: block;
	min-height: 5vw;
	background: url("../images/common-2025/menu-arrow.svg") no-repeat calc(100% - 1.2vw) 1.8vw;
	background-size: 2.4vw 4vw;
}

/********** メニューリスト **********/
#header-sp .h-menu-unit .h-menu-list-unit {
	/* 最初は隠しておく */
	display: none;
}
#header-sp .h-menu-unit .h-menu-list-unit ul {
	padding: 0 0 0 3.7vw;
}
#header-sp .h-menu-unit .h-menu-list-unit ul li {
	padding: 0 0 1vw;
}
#header-sp .h-menu-unit .h-menu-list-unit ul li:last-child {
	padding-bottom: 0;
}
#header-sp .h-menu-unit .h-menu-list-unit ul li a {
	display: block;
	padding: 0.5vw 0 0.5vw;
}


/* ----------------------------------------
リンクリスト
---------------------------------------- */
#header-sp .h-menu-unit .link-list {
	padding: 0 0 7vw 3vw;
}
#header-sp .h-menu-unit .link-list ul li {
	padding: 0 0 0;
}
#header-sp .h-menu-unit .link-list ul li:last-child {
	padding-bottom: 0;
}
#header-sp .h-menu-unit .link-list ul li a {
	display: block;
	min-height: 5vw;
	padding: 1vw 0 1vw 6.5vw;
	background: url("../images/common-2025/menu-arrow.svg") no-repeat 2vw 2.2vw;
	background-size: 1.8vw auto;
}





/* ----------------------------------------
その他
---------------------------------------- */
#header-sp .h-menu-unit .h-menu-other {
	padding: 4.5vw 0 1vw;
	background: #fff;
}

/* 中見出し */
#header-sp .h-menu-unit .h-menu-other .heading {
	padding: 0 8vw 2.5vw;
	font-size: 4.8vw;
}
#header-sp .h-menu-unit .h-menu-other .heading::before {
	content: '●';
	color: #e65000;
}

#header-sp .h-menu-unit .h-menu-other .btn-contact-list {
	padding: 0 8vw 2vw;
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li {
	padding: 0 0 2vw;
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li a {
	display: block;
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li .btn-unit {
	display: block;
	padding: 0 0 3.7vw;
	border-radius: 2vw;
	line-height: 1;
	color: #fff;
	background: #e65000;
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li .btn-unit .label {
	min-height: 6vw;
	padding: 2vw 0 1.5vw 13.7vw;
	font-size: 6.8vw;
	font-weight: 900;
}

/* 電話 */
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li.btn-list-tel .label {
	background: url("../images/common-2025/f-icon-tel.svg") no-repeat 5vw 2vw;
	background-size: 7vw auto;
}
/* FAX */
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li.btn-list-fax .label {
	background: url("../images/common-2025/f-icon-fax.svg") no-repeat 5vw 2vw;
	background-size: 7vw auto;
}
/* お問合わせフォーム */
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li .btn-unit {
	
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li.btn-list-mail .label {
	padding-top: 3vw;
	background: url("../images/common-2025/f-icon-mail.svg") no-repeat 5vw 2vw;
	background-size: 7vw auto;
	font-size: 5.8vw;
}
#header-sp .h-menu-unit .h-menu-other .btn-contact-list ul li .btn-unit .notes {
	text-align: center;
	font-size: 4vw;
}

/********** その他のボタン **********/
#header-sp .h-menu-unit .h-menu-other .list-other {
	padding: 0 3vw 6vw;
}
#header-sp .h-menu-unit .h-menu-other .list-other ul li {
	padding: 0 0 2vw;
}
#header-sp .h-menu-unit .h-menu-other .list-other ul li a {
	display: block;
	min-height: 5vw;
	border-radius: 10vw;
	padding: 1vw 0 1vw 6.5vw;
	line-height: 1;
	color: #fff;
}
#header-sp .h-menu-unit .h-menu-other .list-other ul li.btn-list-newsletter a {
	padding: 4vw 0 4vw 21.2vw;
	background: #87b900 url("../images/common-2025/f-icon-mag.svg") no-repeat 14.8vw 3.5vw;
	background-size: 5.4vw auto;
}
#header-sp .h-menu-unit .h-menu-other .list-other ul li.btn-list-instagram a {
	padding: 4vw 0 4vw 13.2vw;
	background: #6db2b6 url("../images/common-2025/f-icon-Instagram.svg") no-repeat 6.8vw 3.2vw;
	background-size: 5.4vw auto;
}


/* --------------------------------------------------------------------------------
footer-sp
-------------------------------------------------------------------------------- */
#footer-sp {
	padding: 14.5vw 0 0;
	position: relative;
}
#footer-sp::before {
	content: '';
	
	position: absolute;
	
	width: 100%;
	height: 4vw;
	margin: -3.8vw 0 0;
	background: url("../images/common-2025/bg-zigzag.svg") repeat-x -2vw 0;
	background-size: auto 4vw;
}

#footer-sp .footer-outer {
	padding: 10vw 0 0;
	background: #fff;
}


/* ----------------------------------------
その他
---------------------------------------- */
#footer-sp .f-menu-contact {
}


#footer-sp .f-menu-contact .btn-contact-list {
	padding: 0 10vw 4vw;
}
#footer-sp .f-menu-contact .btn-contact-list ul {
}
#footer-sp .f-menu-contact .btn-contact-list ul li {
	margin: 0 0 2vw;
}
#footer-sp .f-menu-contact .btn-contact-list ul li a {
	display: block;
	text-decoration: none;
}
#footer-sp .f-menu-contact .btn-contact-list ul li .btn-unit {
	display: block;
	height: 20vw;
	padding: 3vw 0 0;
	border-radius: 10px;
	line-height: 1;
	color: #fff;
	background: #e65000;
}
#footer-sp .f-menu-contact .btn-contact-list ul li .btn-unit .label {
	display: flex;
	align-items: center;
	
	min-height: 8vw;
	margin: 0 0 1vw;
	padding: 0 0 0 17.5vw;
	font-size: 7.4vw;
	font-weight: 900;
}

/* 電話 */
#footer-sp .f-menu-contact .btn-contact-list ul li.btn-list-tel .label {
	background: url("../images/common-2025/f-icon-tel.svg") no-repeat 7vw 50%;
	background-size: 8vw auto;
}
/* FAX */
#footer-sp .f-menu-contact .btn-contact-list ul li.btn-list-fax .label {
	background: url("../images/common-2025/f-icon-fax.svg") no-repeat 7vw 50%;
	background-size: 8vw auto;
}
/* お問合わせフォーム */
#footer-sp .f-menu-contact .btn-contact-list ul li .btn-unit {
	
}
#footer-sp .f-menu-contact .btn-contact-list ul li.btn-list-mail .btn-unit {
	padding: 3vw 0 0;
}
#footer-sp .f-menu-contact .btn-contact-list ul li.btn-list-mail .label {
	padding: 0 0 0 16.7vw;
	background: url("../images/common-2025/f-icon-mail.svg") no-repeat 7vw 50%;
	background-size: 8vw auto;
	font-size: 6.4vw;
}
#footer-sp .f-menu-contact .btn-contact-list ul li .btn-unit .notes {
	text-align: center;
	font-size: 4.4vw;
}

/********** その他のボタン **********/
#footer-sp .f-menu-contact .list-other {
	padding: 0 3vw 6.5vw;
}
#footer-sp .f-menu-contact .list-other ul {
}
#footer-sp .f-menu-contact .list-other ul li {
	padding: 0 0 2vw;
}
#footer-sp .f-menu-contact .list-other ul li a {
	display: flex;
	align-items: center;
	
	height: 12vw;
	border-radius: 10vw;
	line-height: 1;
	text-decoration: none;
	font-size: 4.8vw;
	color: #fff;
}
#footer-sp .f-menu-contact .list-other ul li.btn-list-newsletter a {
	padding: 0 0 0 24vw;
	background: #87b900 url("../images/common-2025/f-icon-mag.svg") no-repeat 17vw 50%;
	background-size: 6vw auto;
}
#footer-sp .f-menu-contact .list-other ul li.btn-list-instagram a {
	padding: 0 0 0 15vw;
	background: #6db2b6 url("../images/common-2025/f-icon-Instagram.svg") no-repeat 7.4vw 50%;
	background-size: 6vw auto;
}






/********** footer-sp-contents **********/
#footer-sp .footer-sp-contents {
}

/********** フッターコンテンツ **********/
#footer-sp .f-cols {
	padding: 0 5vw 2vw;
}
#footer-sp .f-cols .col {
}
#footer-sp .f-cols .col-1 {
	padding: 0 0 3.5vw;
}
#footer-sp .f-cols .col-2 {
	padding: 0 0 9.2vw;
}
#footer-sp .f-cols .col-3 {
}


/* ----------------------------------------
★.f-cols内 共通
---------------------------------------- */
#footer-sp .f-cols .sheading {
	margin: 0 0 1.5vw;
	padding: 0 0 1vw;
	border-bottom: solid 1px #e65000;
	font-size: 4vw;
	color: #e65000;
}
#footer-sp .f-cols .col-contents {
	font-size: 3.4vw;
}
#footer-sp .f-cols .txt {
	margin: 0 0 3vw;
}
#footer-sp .f-cols .txt.txt-1 {
	margin: 0 0 3vw;
}
#footer-sp .f-cols .txt.txt-2 {
	margin: 0 0 1vw;
}
#footer-sp .f-cols .btn-details {
}
#footer-sp .f-cols .btn-details a {
	display: inline-block;
	color: #e65000;
}


/* ----------------------------------------
お支払について
---------------------------------------- */
#footer-sp .f-col-payment {
	padding: 0 0 3.5vw;
}
#footer-sp .f-col-payment .icon-credit {
	padding: 0 0 2.5vw;
}


/* ----------------------------------------
配送・送料について
---------------------------------------- */
#footer-sp .f-col-shipping {
}
#footer-sp .f-col-shipping .time-table {
	padding: 4vw 0 3.5vw;
}


/* ----------------------------------------
会社概要・その他
うえだがしドットコム
---------------------------------------- */
#footer-sp .f-col-other {
}
#footer-sp .f-col-other .company-heading {
	position: relative;
	margin: 0 0 2vw;
	
	min-height: 12.5vw;
	padding: 0.2vw 0 0 15.5vw;
	background: url("../images/common-2025/f-img-shop.png") no-repeat 0.5vw 0;
	background-size: 10.5vw auto;
}
#footer-sp .f-col-other .company-heading .label-shopname {
	font-size: 5.2vw;
	font-weight: 900;
}
#footer-sp .f-col-other .company-heading .labal-company {
	font-size: 3.4vw;
}

/********** txt-att **********/
#footer-sp .f-col-other .txt.txt-1 {
	margin: 0 0 7vw;
}
#footer-sp .f-col-other p.txt-att {
	line-height: 1.35;
	font-size: 3vw;
}


/* ----------------------------------------
営業日カレンダー
---------------------------------------- */
#footer-sp .f-col-other .calendar {
	width: 100%;
	padding: 0 3.5vw 7.5vw;
}
#footer-sp .f-col-other .calendar .calendar-wrapper {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
/* カレンダー外枠 */
#footer-sp .f-col-other .calendar .f-calendar-box {
}
#footer-sp .f-col-other .calendar .calendar-box {
	width: 40vw;
	padding: 0 0 2vw;
}
/* 営業日カレンダー */
#footer-sp .f-col-other .calendar table {
	width: 100%;
	line-height: 1.25;
	font-size: 3vw;
	text-align: center;
	border: 1px solid #f88827;
	border-collapse: collapse;
	color: #000;
	background: #fffdf8;
}
/* 月名 */
#footer-sp .f-col-other .calendar caption {
	padding: 1vw;
	text-align: center;
	font-size: 3vw;
}
#footer-sp .f-col-other .calendar caption span {
}
/* 曜日 */
#footer-sp .f-col-other .calendar th {
	padding: 1.2vw 0;
	width: calc(100% / 7);
	border: 1px solid #f88827;
	font-weight: 400;
	background: #f0ebef;
}
#footer-sp .f-col-other .calendar th.sunday {
}
#footer-sp .f-col-other .calendar th.saturday {
}
#footer-sp .f-col-other .calendar th span {
}
/* 日付の枠 */
#footer-sp .f-col-other .calendar td {
	padding: 1.2vw 0;
	width: calc(100% / 7);
	border: 1px solid #f88827;
	font-weight: 700;
}
#footer-sp .f-col-other .calendar td.sunday {
}
#footer-sp .f-col-other .calendar td.saturday {
}
#footer-sp .f-col-other .calendar td.close {
	background: #ece7ca;
}



/********** 営業・休業 **********/
#footer-sp .f-col-other .calendar .cal-txt {
	display: flex;
	align-items: flex-start;
	
	width: 40vw;
	padding: 0 0 2vw;
	line-height: 1;
	font-size: 2.8vw;
}

/* 営業 */
#footer-sp .f-col-other .calendar .mark-day {
	display: flex;
	align-items: center;
	margin: 0 4vw 0 0;
}
#footer-sp .f-col-other .calendar .mark-day::before {
	content: '';
	display: block;
	
	width: 2vw;
	height: 3.5vw;
	margin: 0 1vw 0 0;
	border: solid 1px #f88827;
}

/* 休業 */
#footer-sp .f-col-other .calendar .mark-close {
	display: flex;
	align-items: center;
}
#footer-sp .f-col-other .calendar .mark-close::before {
	content: '';
	display: block;
	
	width: 2vw;
	height: 3.5vw;
	margin: 0 1vw 0 0;
	border: solid 1px #f88827;
	background: #ece7ca;
}


/* カレンダーの文言 */
#footer-sp .f-col-other .calendar .txt-close {
	line-height: 1.2;
	font-size: 2.5vw;
}


/********** バナー **********/
#footer-sp .bnrs {
	padding: 0 3.5vw 3vw;
}
#footer-sp .bnrs ul {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
#footer-sp .bnrs ul li {
	padding: 0 0 5px;
}
#footer-sp .bnrs ul li a {
	display: block;
	width: 39vw;
}
#footer-sp .bnrs ul li img {
	display: block;
	height: auto;
}


/********** PAGE TOP **********/
#footer-sp .f-btn-pagetop {
	position: fixed;
	z-index: 5;
	right: 1vw;
	bottom: 4vw;
}
#footer-sp .f-btn-pagetop a {
	display: block;
}
#footer-sp .f-btn-pagetop img {
	display: block;
	width: 14vw;
	height: auto;
}




/********** コピーライト **********/
#footer-sp .copyright {
	text-align: center;
}
#footer-sp .copyright small {
	font-size: 2.8vw;
}






