﻿@charset "UTF-8";

/* -- Base -- */
body {
  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;
  line-height: 1.5;
  color: #111111;
	overflow-x: hidden;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
body > .wrapper { width: auto;}
.wrapper:has(.block-thumbnail-t){width: 100%;}
.wrapper:has(.block-ranking-r){width: 100%;}
.wrapper:has(.block-pickup-list-p){width: 100%;}

.sp-only { display: none;}

.lazyload { opacity: 0;}
.lazyloading { opacity: 1;}
.lazyloaded { opacity: 1; transition: opacity 200ms;}

a img,
a input { transition: 0.3s;}
a:hover img,
a:hover input { opacity: 0.7;}
a { text-decoration: none; color: #111111;}
a:hover,
a:focus { text-decoration: none;}

/* -- TextColor -- */
.text-muted { color: #777;}
.text-warning { color: #8a6d3b;}
.text-danger { color: #a94442;}
.tax { font-size: 11px; font-weight: normal; letter-spacing: -1px; white-space: nowrap; word-break: keep-all;}
.price { color: #111111;}
.default-price { 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; font-size: 0.8em; 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-addr2-message { color: #CC0000;}
.promotion-benefit { color: #CC0000;}
.block-birth-message { color: #CC0000;}

.required:after { content: "必須"; padding: .2em .6em; border-radius: .25em; display: inline-block; font-size: 11px; text-align: center; vertical-align: baseline; white-space: nowrap; color: #fff; background-color: #CC0000;}

/* -- Button -- */
.action-buttons { width: 100%; margin-top: 10px; text-align: center; display: block;}
.action { margin-left: 10px; margin-right: 10px; display: inline;}
.action .btn { min-width: 200px; margin-top: 10px; padding: 10px; border-radius: 5px; border-bottom-width: 0; font-size: 16px;}

.btn { padding: 4px 10px; margin: 0; border-radius: 5px; text-align: center; vertical-align: middle; white-space: nowrap; display: inline-block; cursor: pointer;}
.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: 5px; background-color: #999; color: #fff;}
.hidden-btn { width: 1px; height: 1px; position: absolute; left: -9999px;}
.btn-accept {background-color: #ED7D31;border: solid 1px #ED7D31;min-width: 300px;padding: 10px 10px;font-weight: bold;color: white;margin-right: 5px;border-radius: 5px;}
.btn-cansel {background-color: #bbb;border: solid 1px #bbb;min-width: 300px;padding: 4px 10px;color: black;margin-right: 5px;border-radius: 5px;}

/* -- Pager -- */
.pager { height: 28px; padding: 0; margin: 40px 0; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; position: relative;}
.pager > * { vertical-align: middle; display: inline-block;}
.pager-scope { padding: 3px; margin-right: 5px; display: inline-block;}
.pager-total { height: 28px; padding: 0; margin: 0; position: absolute; top: calc(50% - 14px); left: 0;}
.pager-total .pager-count { font-size: 14px;}
.pager-total .pager-count span { margin: 0 5px 0 0; font-size: 18px; font-weight: normal;}
.pager-frame { display: flex; transition: .3s ease;}
.pagination { display: flex;}
.pagination > * { padding: 0; margin: 0; border: none; background-color: none; list-style-type: none; float: none; background: none;}
.pagination li { width: 28px; height: 28px; border-radius: 28px; margin: 0 5px; border: transparent 1px solid; font-size: 14px; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.pagination li a { width: 28px; height: 28px; display: flex; justify-content: center; align-items: center;}
.pagination li.pager-next,
.pagination li.pager-previous { border: #CCCCCC 1px solid; font-size: 0; position: relative; background: #fff;}
.pagination li.pager-first,
.pagination li.pager-last     { display: none; position: relative;}
.pagination li.pager-first:not(.no-space) { margin-right: 43px;}
.pagination li.pager-last:not(.no-space) { margin-left: 43px;}
.pagination li.pager-first:not(.no-space):after,
.pagination li.pager-last:not(.no-space):after { content: '...'; position: absolute; top: 0; right: -38px; width: 28px; height: 28px; text-align: center;}
.pagination li.pager-last:not(.no-space):after { right: auto; left: -38px;}
.pagination li.pager-previous a::before,
.pagination li.pager-next a::before { content: ""; width: 8px; height: 8px; border-right: #000 1px solid; border-top: #000 1px solid; position: absolute; left: 11px; top: calc(50% - 4px); display: block; transform: rotate(-135deg);}
.pagination li.pager-next a::before  { left:  7px; transform: rotate(45deg);}
.pagination li.pager-current { border: #000 1px solid; background: #000000; color: #fff;}
.pagination > .disabled { color: #777;}
.pagination li.pager-first a::before { left: 11px;}
.pagination li.pager-first a::after  { display: none !important;}
.pagination li.pager-last a::before  { left:  7px; transform: rotate(45deg);}
.pagination li.pager-last a::after   { display: none !important;}

.pager-frame.custom-pager { opacity: 0;}
.pager-frame.custom-pager .pagination li:not(.pager-current):not(.pager-previous):not(.pager-next):not(.pager-show) { display: none;}

/* -- Headline -- */
div.headline { margin: 0 0 30px 0;}
div.headline .eng { padding: 0; margin: 0 0 10px 0; font-size: 32px; font-weight: bold; text-align: center; line-height: 1.0; color: #000;}
div.headline .img { padding: 0; margin: 0 0 10px 0; text-align: center; line-height: 1.0; color: #000;}
div.headline .jpn { font-size: 14px; font-weight: normal; text-align: center; letter-spacing: 1.5px; color: #000;}

.design-title-line-header { padding: 0; margin: 0 0 40px 0; font-size: 24px; font-weight: bold; text-align: center; position: relative;}
.design-title-line-header::before { content: ''; width: 100%; height: 1px; display: block; background: #111111; position: absolute; left: 0; top: calc(50% - 0.5px); z-index: 1;}
.design-title-line-header span { padding: 0 20px; margin: 0 auto; display: inline-block; background: #fff; position: relative; z-index: 2;}

/* -- input -- */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
textarea { min-height: 42px; padding: 4px; border: 1px solid #ccc; background-color: #fff;}
select { height: 42px; padding: 4px; border: 1px solid #ccc; background-color: #fff; line-height: 34px;}
input[type="number"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; min-width: 50px; min-height: 42px; padding: 4px; border: 1px solid #ccc; background-color: #fff; box-sizing: border-box;}

/* radio */
input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; width: 20px; height: 20px; margin-bottom: 3px; margin-right: 5px; border: #E6E6E6 1px solid; -webkit-border-radius: 10px; 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: 0; border: #966E10 1px solid; -webkit-border-radius: 10px; border-radius: 10px; position: absolute; left: calc(50% - 5px); top: calc(50% - 5px); display: block; background: #966E10;}
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; margin-bottom: 3px; margin-right: 5px; border: #E6E6E6 1px solid; background: #fff; position: relative; 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: 0; border-right: 2px solid #fff; border-top: 2px solid #fff; transform: rotate(135deg); position: absolute; left: calc(50% - 6px); top: calc(50% - 6px); display: block;}
input[type="checkbox"]:checked + label { font-weight: 700;}

/* -- fieldset -- */
.fieldset-vertical .form-label { margin-right: 0;}

/* -- PanKuzu -- */
.block-topic-path { padding: 12px 0;}
.block-topic-path--list li { padding-right: 5px; font-size: 12px; display: inline-block;}
.block-topic-path--list a { font-size: 12px; text-decoration: none;}
.block-topic-path--list li:last-child a { pointer-events: none;}

/* -- Icon -- */
.block-icon img { width: auto; max-height: 20px;}

/* -- Sort -- */
.block-goods-list--sort-order-items { padding: 0; margin: 20px 0; font-size: 12px; display: flex; align-items: center;}
.block-goods-list--sort-order-items .active { color: #c00;}
.block-goods-list--sort-order-items dt { padding: 0 10px 0 0; display: block; font-size: 14px; font-weight: normal;}
.block-goods-list--sort-order-items dd { width: 150px; height: 32px; margin: 0; padding: 0; border: #E0E0E0 1px solid; font-size: 14px; display: block; font-weight: normal; box-sizing: border-box; position: relative;}
.block-goods-list--sort-order-items dd .sort-wrap { width: calc(100% + 2px); height: 34px; border: #E0E0E0 1px solid; display: flex; flex-direction: column; position: absolute; top: -1px; left: -1px; z-index: 2; transition: 0.3s; overflow: hidden;}
.block-goods-list--sort-order-items dd .sort-wrap .sort-item { width: 100%; height: 30px; background: #fff; order: 2;}
.block-goods-list--sort-order-items dd .sort-wrap .sort-item a { padding: 0 10px; height: 30px; line-height: 30px; display: block; background: #fff;}
.block-goods-list--sort-order-items dd .sort-wrap .sort-item.active { padding: 0 10px; height: 30px; line-height: 30px; color: #111; display: block; background: #fff; order: 1;}
.block-goods-list--sort-order-items dd .sort-wrap .sort-item a:hover { background: #F8F8F8;}
.block-goods-list--sort-order-items dd .sort-wrap::after { content: ''; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #111; position: absolute; top: 12px; right: 8px; display: block;}
.block-goods-list--sort-order-items dd .sort-wrap.active { height: auto;}
.block-goods-list--sort-order-items dd .sort-wrap.active::after { display: none;}
.block-goods-list--pager-top .block-goods-list--sort-order-items { margin: 0; text-align: left; position: absolute; right: 0; top: calc(50% - 16px);}
.block-search-goods .block-goods-list--sort-order-items dd {width: 180px;}

.header-with-sort-wrap { position: relative;}
.header-with-sort-wrap .block-goods-list--sort-order-items { margin: 0; position: absolute; right: 0; top: 6px;}
.header-with-sort-wrap .block-event-page--header,
.header-with-sort-wrap .block-category-list--header,
.header-with-sort-wrap .block-genre-page--header { padding-right: 240px;}

/* -- Flow -- */
.block-order-flow--step { margin: 30px auto 60px; 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: 200px; height: 60px; padding: 2px 0 0 0; margin: 0; border-bottom: #e0e0e0 2px solid; display: flex; justify-content: center; align-items: center; position: relative; background: none; font-size: 16px; 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: 10px; height: 10px; border: none; border-radius: 10px; position: absolute; top: auto; left: calc(50% - 5px); right: auto; bottom: -5.5px; background: #e0e0e0;}
.block-order-flow--step-current { border-bottom: #CC0000 2px solid; background: none; font-weight: bold; color: #111111;}
.block-order-flow--step-current:after { border-left: none; background: #CC0000;}
