﻿@charset "UTF-8";

body {
	width: 100%;
  min-width: 320px;
  margin: 0;
  font-family: "Noto Sans CJK JP", 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
	font-size: calc(0.875rem + ((1vw - 3.2px) * 0));
  line-height: 1.5;
  color: #111;
  background-color: #fff;
	overflow-x: hidden;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.pc-only { display: none;}

.lazyload { opacity: 0;}
.lazyloading { opacity: 1;}
.lazyloaded { opacity: 1; transition: opacity 200ms;}

a { text-decoration: none; color: #111111;}
a:hover,
a:focus { text-decoration: none;}
a:focus { outline: none; outline-offset: 0;}

/* -- TextColor -- */
.text-muted { color: #777;}
.text-warning { color: #8a6d3b;}
.text-danger { color: #a94442;}
.tax { font-size: 10px; font-weight: normal; letter-spacing: -1px; white-space: nowrap; word-break: keep-all;}
.price { color: #111111;}
.block-goods-price--on-sales-comment { text-align: left; color: #CC0000;}
.default-price { text-align: left; text-decoration: line-through; font-weight: normal; color: #999;}
.net-price { color: #111111; display: none;}
.mile-point { color: #CC0000; text-align: right;}
.mile-point .mile { margin: 0 0 0 3px; color: #CC0000;}
.single_rate_mile { color: black;}
.jal-card-price { color: #CC0000;}
.jal-card-price .ttl { font-size: 12px; font-weight: normal; letter-spacing: -0.3px;}
.exchange-price { color: #555;}

.form-error { color: #CC0000;}
.block-common-alert-list--items { color: #CC0000;}
.block-addr2-message { color: #CC0000;}
.block-birth-message { color: #CC0000;}

.required:after { content: "必須"; padding: .2em .6em; margin-left: 5px; display: inline; font-size: 11px; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; color: #fff; background-color: #CC0000;}

/* -- Headline -- */
h1, .h1 { padding: 0; margin: 20px 0; font-size: 20px; font-size: calc(1.25rem + ((1vw - 3.2px) * 0.9302)); font-weight: bold; text-align: center; background-color: transparent;}
h2 { padding: 0; margin: 0 0 20px; font-size: 18px; font-size: calc(1rem + ((1vw - 3.2px) * 0.4651)); font-weight: bold; background: none;}
h3 { padding: 0; margin: 0 0 15px; font-size: 16px; font-size: calc(0.875rem + ((1vw - 3.2px) * 0.4651)); font-weight: bold;}

div.headline { margin: 0 0 20px 0;}
div.headline .eng { padding: 0; margin: 0 0 8px 0; font-size: 28px; font-weight: bold; text-align: center; line-height: 1.0; color: #111111;}
div.headline .jpn { font-size: 12px; font-weight: bold; text-align: center; letter-spacing: 0.15em; color: #666666;}

/* -- input -- */
input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; min-height: 40px; padding: 0 10px; border: 1px solid #CCC; border-radius: 0; background-color: #fff; color: #111111;}
select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; padding: 0 20px 0 10px; border: 1px solid #CCC; border-radius: 0; line-height: 40px; background-image: url("../../img/usr/common/select_arrow.png"); background-position: calc(100% - 5px) center; -webkit-background-size: 11px 7px; background-size: 11px 7px; background-repeat: no-repeat; box-sizing: border-box; background-color: #fff; color: #111111;}
input[type="number"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; min-width: 50px; min-height: 40px; padding: 0 5px; border: 1px solid #CCC; border-radius: 0; background-color: #fff; color: #111111;	box-sizing: border-box;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] { min-height: 40px; margin: 0;}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover { border: 1px solid #666;}
input[type="radio"]    { width: 18px; height: 18px; margin-right: 5px; vertical-align: middle;}
input[type="checkbox"] { width: 18px; height: 18px; margin-right: 5px; vertical-align: middle;}
label.radio,
label.checkbox,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select { cursor: pointer;}
input[type="text"][disabled] { background: #dcdcdc; cursor: not-allowed;}

/* radio */
input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; width: 20px; height: 20px; margin-bottom: 3px; margin-right: 5px; border: #966E10 1px solid; border-radius: 10px; background: #fff; position: relative; outline: 0; transition: 0.3s;}
input[type="radio"]:before { transition: 0.3s;}
input[type="radio"]:checked { border: #966E10 1px solid;}
input[type="radio"]:checked:before { content: ""; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: #966E10 1px solid; border-radius: 10px; background: #966E10; position: absolute; left: 50%; top: 50%; display: block;}
input[type="radio"]:checked + label { color: #966E10; font-weight: 700;}

/* checkbox */
input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; width: 20px; height: 20px; border: #966E10 1px solid; margin-bottom: 3px; margin-right: 5px; position: relative; background: #fff; outline: 0; transition: 0.3s;}
input[type="checkbox"]:before { transition: 0.3s;}
input[type="checkbox"]:checked { border: #966E10 1px solid; background: #966E10;}
input[type="checkbox"]:checked:before { content: ""; width: 12px; height: 8px; margin: -6px 0 0 -6px; border-right: 2px solid #fff; border-top: 2px solid #fff; transform: rotate(135deg); position: absolute; left: 50%; top: 50%; display: block;}
input[type="checkbox"]:checked + label { font-weight: 700;}

/* -- Button -- */
.action-buttons { margin: 20px 0;}

.btn { padding: 4px 10px; margin: 0; border-radius: 3px !important; text-align: center; vertical-align: middle; white-space: nowrap; display: inline-block; cursor: pointer;}
.btn:active,
.btn.active { outline: 0; box-shadow: none;}
.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none !important;}
.btn-default { border: solid 1px #dcdcdc; background-color: #e5e5e5; color: #333;}
.btn-primary { border: solid 1px #CC0000; background-color: #CC0000; color: #fff;}
.btn-secondary { border: solid 1px #333; background-color: #666; color: #fff;}
.btn-danger { border: solid 1px #999; border-radius: 3px !important; background-color: #999; color: #fff;}
.hidden-btn { width: 1px; height: 1px; position: absolute; left: -9999px;}
.btn-accept {background-color: #ED7D31;border: solid 1px #ED7D31;width: 100%;padding: 10px 10px;font-weight: bold;color: white;margin-right: 5px;border-radius: 3px !important;}
.btn-cansel {background-color: #bbb;border: solid 1px #bbb;width: 100%;padding: 4px 10px;color: black;margin-right: 5px;border-radius: 3px !important;}

/* -- Pager & Sort -- */
.pager { height: auto; padding: 0; margin: 10px 0; text-align: left; display: block; position: relative;}
.pager > * { vertical-align: middle; display: inline-block;}
.pager-scope { padding: 3px; margin-right: 5px; display: inline-block;}
.pager-total { padding: 0 15px; margin: 0; text-align: left;}
.pager-total.with-filter { text-align: center;}
.pager-total .pager-count { font-size: 14px;}
.pager-total .pager-count span { margin: 0 5px 0 0; font-size: 18px; font-weight: normal;}
.block-goods-list-naviframe--top .pager-total { padding: 0 15px; margin: 0 0 25px; text-align: left; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box;}
.block-goods-list-naviframe--top .pager-total.with-filter { margin: 10px 0; justify-content: center;}
.block-goods-list-naviframe--bottom .pager-total { display: none;}
.block-goods-list--sort-wrap .block-sort { max-width: calc(100vw - 180px); padding-left: 15px; margin: 0 0 0 auto; display: flex; align-items: center;}
.block-goods-list--sort-wrap .block-sort-title  { width: 66px; font-size: 14px; font-weight: normal; word-break: keep-all; padding: 0 10px 0 0;}
.block-goods-list--sort-wrap .block-sort-select { max-width: calc(100% - 66px);}
.pager-frame { display: flex;}
.pagination-wrap { padding: 0 12px; margin: 25px 0; display: flex; justify-content: space-between;}
.pagination-wrap .pagination-left   { width: 20%;}
.pagination-wrap .pagination-center { width: 60%; transition: .3s ease;}
.pagination-wrap .pagination-right  { width: 20%;}
.pagination { display: flex;}
.pagination-wrap .pagination-left .pagination   { justify-content: flex-start;}
.pagination-wrap .pagination-center .pagination { justify-content: center;}
.pagination-wrap .pagination-right .pagination  { justify-content: flex-end;}
.pagination > * { padding: 0; margin: 0; border: none; background-color: none; list-style-type: none; float: none;}
.pagination li { width: 28px; height: 28px; margin: 0 3px; border-radius: 28px; border: #fff 1px solid; font-size: 14px; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.pagination li a { width: 28px; height: 28px; border-radius: 28px; display: flex; justify-content: center; align-items: center;}
.pagination li.pager-previous,
.pagination li.pager-next { border: #E0E0E0 1px solid; font-size: 0; position: relative;}
.pagination li.pager-first,
.pagination li.pager-last { display: none; position: relative;}
.pagination li.pager-first:not(.no-space) { margin-right: 30px;}
.pagination li.pager-last:not(.no-space) { margin-left: 30px;}
.pagination li.pager-first:not(.no-space):after,
.pagination li.pager-last:not(.no-space):after { content: '...'; position: absolute; top: 0; right: -30px; width: 28px; height: 28px; text-align: center; padding: 3px 0 0;}
.pagination li.pager-last:not(.no-space):after { right: auto; left: -30px;}
.pagination li.pager-current { border: #000 1px solid; background: #000; color: #fff;}
.pagination > .disabled { color: #777;}
.block-icon-image--first{ background-image: url(../../img/sys/icon/black/angle-left.png);}
.block-icon-image--last { background-image: url(../../img/sys/icon/black/angle-right.png);}
.pagination-wrap.custom-pager .pagination-wrap .pagination-center { opacity: 0;}
.pagination-wrap.custom-pager .pagination li:not(.pager-current):not(.pager-previous):not(.pager-next):not(.pager-show) { display: none;}

.block-goods-list-naviframe--top { margin-top: 20px;}

/* -- Pankuzu -- */
.block-topic-path { padding: 20px 15px; border-top: #E0E0E0 1px solid; margin: 60px 0 20px 0; font-size: 0; background-color: #fff;}
.block-topic-path--list a { font-size: 12px; font-weight: normal; text-decoration: none;}
.block-topic-path--list li { padding-right: 5px; display: inline-block; font-size: 12px; font-weight: normal; line-height: 1.6;}
.block-topic-path--list li:last-child a { pointer-events: none;}
.page-goods .block-topic-path ul + ul { margin-top: 10px;}
.page-menu .block-topic-path { border-top: none; margin: 20px 0;}

/* -- Flow -- */
.block-order-flow--step { margin: 0 30px 40px; padding: 0; text-align: center;}
.block-order-flow--step ul { display: flex; justify-content: center; align-items: center;}
.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 { min-width: 20%; height: 10px; padding: 0; margin: 0; border-bottom: #e0e0e0 2px solid; display: flex; justify-content: center; align-items: center; position: relative; background: none; font-size: 0; color: #111111;}
.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after { content: ''; width: 28px; height: 28px; border: none; border-radius: 28px; position: absolute; top: auto; left: 0; right: auto; bottom: -14px; font-size: 16px; font-weight: bold; color: #fff; background: #e0e0e0; display: flex; justify-content: center; align-items: center;}
.block-order-flow--step1:after { content: '1';}
.block-order-flow--step2:after { content: '2';}
.block-order-flow--step3:after { content: '3';}
.block-order-flow--step4:after { content: '4';}
.block-order-flow--step5:after { content: '5';}
.block-order-flow--step-current { border-bottom: #e0e0e0 2px solid; background: none; font-weight: bold; color: #111111;}
.block-order-flow--step-current:after { border-left: none; background: #CC0000;}
.block-order-flow--step ul li:last-child { min-width: 28px !important; width: 28px !important;}

/* -- vertical form -- */
.fieldset-vertical { margin: 10px 0; border: #ccc 1px solid;}
.fieldset-vertical .form-group { padding: 0; margin: 0; background: #e5e5e5;}
.fieldset-vertical .form-label,
.fieldset-vertical .constraint { padding: 10px; margin: 0; background: #e5e5e5; float: left;}
.fieldset-vertical .form-label label { font-weight: bold;}
.fieldset-vertical .form-control { padding: 10px; background: #fff; clear: both;}
.fieldset-vertical .form-error { padding: 10px; background: #fff;}

/* -- modal -- */
.modal-body { word-break: break-all;}
.modal-body p { word-break: break-all;}
