@charset "utf-8";

@font-face {
	font-family: 'NotoSansCJKjp-Light';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/NotoSansCJKjp-Light.otf") format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp-Regular';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansCJKjp-Regular.otf") format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp-Medium';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansCJKjp-Medium.otf") format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp-Bold';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/NotoSansCJKjp-Bold.otf") format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansCJKjp-Black';
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/NotoSansCJKjp-Black.otf") format('woff');
	font-display: swap;
}

/* --------------------------------------------------------------------------------
	body
-------------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	line-height: 1.5;
	font-size: 4vw;
	text-size-adjust: 100%;
	font-family: 'NotoSansCJKjp-Regular',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
.common * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'NotoSansCJKjp-Regular',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.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: #333;
    -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: underline;
}

img{
	max-width: 100%;
	height: auto;
}

.common div::after{
	
}


/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.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;
	/**/
}

ul.ul{
	list-style:disc;
	padding:0 0 0 1.5em;
}
ol.ol{
	list-style:decimal;
	padding:0 0 0 1.75em;
}

/********** プレースホルダー **********/
::-webkit-input-placeholder{
	color:#000;
}

/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display:block;
}
.device-sp-inline{
	display:inline;
}
.device-pc{
	display:none;
}
.device-pc-inline{
	display:none;
}

/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container{
}


#pagetop{
	position: absolute;
	top: 0;
}


/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
div#fs_preview_header {
    display: none;
}
#header-sp{
}
#header-sp .header-inner{
	position: fixed;
	top: 0;
	z-index: 10000;
	max-width:800px;
	width: 100%;
	
	padding: 0 0 4vw;
	background: #f0f0f0;
	box-shadow: 0px 3px 3px 0 rgba(4,0,0,0.2);
}

/********** divにclearfix用の:afterがつくので除去する際は以下の通り **********/
#header-sp div:after{
	display:none !important;
}

/********** ヘッダーレイアウト **********/
#header-sp .header-layout{
	display: flex;
	
	width: 100%;
}

/********** ロゴ **********/
#header-sp .logo{
	width: 35vw;
	padding: 2.7vw 0 0;
}
#header-sp .logo a{
	width: 28vw;
	margin: 0 0 0 2.6vw;
	display: block;
}
#header-sp .logo img{
	display: block;
}

/********** 電話番号 **********/
#header-sp .h-tel{
	width: 39vw;
	padding: 3vw 0 0;
}
#header-sp .h-tel img{
	display: block;
	width: 36vw;
}

/********** カート・MENUボタン **********/
#header-sp .h-btns{
}
#header-sp .h-btns ul{
	display: flex;
	
	width: 100%;
	padding: 3vw 0 0;
}
#header-sp .h-btns ul li{
}
#header-sp .h-btns ul li:nth-of-type(1){
	width: 14vw;
}
#header-sp .h-btns ul li:nth-of-type(2){
	width: 10vw;
}
#header-sp .h-btns ul li a{
	display: block;
	width: 10vw;
}
#header-sp .h-btns ul li img{
	display: block;
	width: 10vw;
}


/********** h-menu **********/
#header-sp .h-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	color: #fff;
	background: #aaa;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* メニューアクティブ時 */
body.menu-active #header-sp .h-menu {
	display: block;
}

/* メニューアクティブ時 */
#header-sp .h-menu .h-menu-wrapper {
	padding: 0 2.6vw 0 3vw;
}


/********** ロゴ・クローズボタン **********/
#header-sp .h-menu .logo-close {
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	
	padding: 0 0 2.2vw;
}

/* ロゴ */
#header-sp .h-menu .h-logo-menu-ver {
	display: block;
	width: 15.4vw;
	height: auto;
	padding: 2.8vw 0 0;
}
#header-sp .h-menu .h-logo-menu-ver a {
	display: block;
}
#header-sp .h-menu .h-logo-menu-ver img {
	display: block;
}

/* クローズボタン */
#header-sp .h-menu .h-btn-close {
	width: 10vw;
	padding: 2.8vw 0 0;
}
#header-sp .h-menu .h-btn-close img {
	display: block;
	width: 15.4vw;
	height: auto;
}

/* 親メニュー */
#header-sp .h-menu nav ul {
	position: relative;
	margin: 0 0 5vw;
	padding: 0 0 3vw;
}
#header-sp .h-menu nav ul::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	
	width: 10vw;
	margin: 0 0 0 -5vw;
	border-bottom: solid 1px #104d8a;
}
#header-sp .h-menu nav ul:last-child::after {
	display: none;
}
#header-sp .h-menu nav ul li a {
	display: block;
	padding: 3vw 7vw;
	text-decoration: none;
	text-align: center;
	font-size: 3.8vw;
	font-weight: bold;
	color: #104d8a;
}
#header-sp .h-menu nav ul li a span.link {
	padding: 0 5vw 0 0;
	background: url("../images/common-device/h-icon-link.png") no-repeat 100% 50%;
	background-size: 2.6vw auto;
}

#header-sp .obi {
	text-align: center;
	color: #fff;
	padding: 2vw 0 2vw 10vw;
	background-color: #104d8a;
	margin-top: 20vw;
	font-size: 3.6vw;
	position: relative;
	z-index: 0;
}
#header-sp .obi ul{
}
#header-sp .obi ul li{
	display: flex;
}
#header-sp .obi ul li span.icon{
	width: 8vw;
}
#header-sp .obi ul li span.icon.truck img{
	margin: 1vw 0 0;
	width: 6vw;
}
#header-sp .obi ul li span.icon.security img{
	margin: 0;
	width: 4vw;
}
#header-sp .obi ul li img{
	display: block;
}
#header-sp .obi ul li .txt{
	font-size: 3.6vw;
}


/* --------------------------------------------------------------------------------
	wrapper
-------------------------------------------------------------------------------- */
#wrapper{
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main{
}

p.obi {
    text-align: center;
    color: #fff;
    padding: 2px 0;
    background-color: #104d8a;
    margin-top: -2vw;
}

/* --------------------------------------------------------------------------------
	footer-sp
-------------------------------------------------------------------------------- */
#footer-sp{
	background: #909090;
}

/********** divにclearfix用の:afterがつくので除去する際は以下の通り **********/
#footer-sp div::after{
	display:none !important;
}


/********** サイトマップ **********/
#footer-sp .f-sitemap{
	padding: 10vw 3vw 3.5vw;
	font-size: 3.8vw;
}
#footer-sp .f-sitemap .f-sitemap-box{
	margin: 0 0 5vw;
	border-bottom: solid 1px #fff;
}
#footer-sp .f-sitemap .f-sitemap-box:last-child{
	border-bottom: none;
}

#footer-sp .f-sitemap ul li a{
	display: block;
	width: 41vw;
	margin: 0 0 3vw;
	padding: 0 0 0 3vw;
	color: #fff;
}

/* item-list */
#footer-sp .f-sitemap ul.item-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 1.7vw;
	overflow: hidden;
}
#footer-sp .f-sitemap ul.item-list li {
	width: 50%;
}
#footer-sp .f-sitemap ul.item-list li a{
	display: block;
	
	padding: 0 3vw 0 6.9vw;

	background: url(../images/common-device/f-icon-arr.png) no-repeat 3.4vw 50%;
	background-size: 1.6vw auto;
}

/* menu-list */
#footer-sp .f-sitemap ul.menu-list{
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
	padding: 0 0 3.5vw;
}
#footer-sp .f-sitemap ul.menu-list > li{
	width: 50%;
}
#footer-sp .f-sitemap ul.menu-list li a span{
	
}
#footer-sp .f-sitemap ul.menu-list li a .link{
	padding: 0 4.6vw 0 0;
	background: url(../images/common-device/f-icon-link.png) no-repeat 100% 50%;
	background-size: 2.6vw auto;
}

/********** カレンダー・ロゴ **********/
#footer-sp .calendar-logo{
	display: flex;
	justify-content: space-between;
	
	width: calc(100% - 3vw - 3vw);
	margin: 0 auto;
	padding: 0 0 8vw;
}

/********** カレンダー **********/
#footer-sp .calendar{
	width: 100%;
    font-size: 3vw;
    color: #fff;
}
/********** カレンダー外枠 **********/
#footer-sp .calendar .calendar-box{
	float: left;
    padding: 0 0 1.5vw;
    width: 49%;
    display: inline-block;
    /*margin: 2%;*/
}
#footer-sp .calendar .calendar-box.calendar-box4 {
    margin-right: 2%;
}

/********** 営業日カレンダー **********/
#footer-sp .calendar table{
	width: 100%;
	border: solid 1px #aaa;
	line-height:1.6;
	text-align:center;
	border-collapse:collapse;
	
	color: #333;
	background:#fff;
}

/********** 月名 **********/
#footer-sp .calendar caption{
	padding:0.5vw 0;
	border: solid 1px #aaa;
	border-bottom: none;
	background-color:#ffc;
	text-align:center;
	font-weight:bold;
	background:#f5f5f5;
}

/********** 曜日 **********/
#footer-sp .calendar th{
	padding:0.15vw;
	width:14%;
	border: solid 1px #aaa;
	font-weight:normal;
	background: #e5e5e5;
}
#footer-sp .calendar th.sunday{
}
#footer-sp .calendar th.saturday{
}

/********** 日付の枠 **********/
#footer-sp .calendar td{
	padding:0.15vw;
	width:14%;
	border: solid 1px #aaa;
	font-weight:bold;
}
#footer-sp .calendar td.sunday{
}
#footer-sp .calendar td.saturday{
}
#footer-sp .calendar td.close{
	color:#fff;
	background-color:#1d89c7;
}
#footer-sp .calendar td.holiday{
}

/********** 日付の文字 **********/
#footer-sp .calendar td span{
}
#footer-sp .calendar td.today{
	font-weight:bold;
}

/********** カレンダーの色説明 **********/
#footer-sp .calendar .calendar-txt{
	line-height: 1.4;
	font-size: 3.4vw;
    clear: both;
}
#footer-sp .calendar .calendar-txt .color-close{
	color:#1d89c7;
}

/********** ロゴ **********/
#footer-sp .f-logo{
	padding: 2.3vw 0 0;
}
#footer-sp .f-logo a{
	display: block;
}
#footer-sp .f-logo img{
	display: block;
	width: 28vw;
	margin: 0 auto 3%;
}

/********** コピーライト **********/
#footer-sp .copyright{
	display: flex;
	align-items: center;
	
	width: 100%;
	
	padding: 2vw 0;
	background: #b9bab9;
}
#footer-sp .copyright .copyright-box{
	width: calc(100% - 2vw);
	padding: 0 2vw;
	text-align: right;
	font-weight: bold;
	font-size: 2.6vw;
}

/********** ページ上部に戻る **********/
#footer-sp .f-btn-pagetop{
	position: fixed;
	right: 0;
	bottom: 16vw;
}
#footer-sp .f-btn-pagetop a{
	display: block;
}
#footer-sp .f-btn-pagetop img{
	display: block;
	width: 10vw;
}


/********* Amazon Pay *********/
.FS2_CheckoutServiceButton_container.FS2_PayWithAmazonButton_container div#fs2_pwaButton {
    width: 88% !important;
}