@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* 共通 */
#main {
    /*width: 90%;*/
    /*margin: 50px auto;*/
    /*overflow-x:auto;*/
}

/** ページネート */
#paginate {
    width: 100%;
    clear: both;
}

#paginate div {
    text-align: center;
    width: 19%;
    float: left;
}
#menu_nav {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    display: flex;
    background-color: #1071c9;
}
#menu_nav li {
    list-style: none;
    vertical-align: middle;
}
#menu_nav li a {
    display: block;
    width: 173px;
    height: 39px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 2.8;
    text-decoration: none;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    background-color: #1071c9;
}
#menu_nav li a.menu_title {
    font-size: 13px;
}
#menu_nav > li:hover > a {
    color: #1071c9;
    background: #afc6e2;
    font-weight: bold;
}
#menu_nav li ul {
    width: 173px;
    display: none;
    position: fixed;
}
#menu_nav > li li:hover > a {
    color: #1071c9;
    background: #afc6e2;
    font-weight: bold;
}
#menu_nav li ul li a {
    border-top: 1px solid #eee;
}

#container #wrap #main .disabled-button {
    background-color: #dddddd;
    cursor: default;
}

.button-fake {
    cursor: pointer;
}

.button-fake:hover,
.button-fake:active {
    background-color: #007bbb;
    color: #fff;
}

.date-select {
    display: table;
}

.date-select .form__input-date-item {
    display: table-cell;
}
/* index */
.menubar {
    position: fixed;
    bottom: 0;
}
.menubar img {
    width: 100%;
}
@media screen and (min-width: 480px) {
    .menubar {
        display: none;
    }
    .menubar img {
        display: none;
    }
}

.tab {
    display: flex;
    margin: auto;
    text-align: center;
    padding: 5%;
}
.tab p {
    width: 50%;
}
.shohin {
    display: flex;
    align-items: flex-start;
}
.shohin_img_frame {
    position: relative;
    border: solid 3px gainsboro;
    border-radius: 8px;
}
.shohin_text_container {
    margin: 10px 0 0 30px;
}
.shohin_text01 {
    color: grey;
}
.shohin_text02 {
    font-size: 20px;
    margin: 33px 0 30px;
    font-weight: bold;
}
.text_bold {
    font-weight: bold;
}
.shohin_text03 {
    font-size: 20px;
}
.shohin_text04 {
    font-size: 15px;
}
.shohin_btn {
    margin-top: 30px;
    padding: 3%;
    border: solid 3px #fff026;
    background-color: #fff026;
    text-align: center;
    border-radius: 1px;
    font-size: 24px;
}
.shohin_btn_out {
    margin-top: 30px;
    padding: 3%;
    border: solid 3px gainsboro;
    background-color: gainsboro;
    text-align: center;
    border-radius: 1px;
    font-size: 24px;
}
.shohin_btn_out02 {
    margin-top: 30px;
    border: solid 3px rgb(226, 78, 78);
    background-color: rgb(226, 78, 78);
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: white;
}
.section01 {
    background-color: white;
    margin-top: 30px;
}
.section01 img {
    width: 100%;
}
.section02 {
    background-color: white;
    margin: 30px 0px 3px 0px;
}
.section03 {
    background-color: white;
    padding: 70px 30px 100px 50px;
    border-bottom: 7px dotted #fff026;
}
.section04 {
    margin-top: 30px;
    background-color: white;
    padding: 70px 30px 70px 50px;
    font-size: 20px;
}
.section05 {
    margin: 30px 10px 10px 10px;
    padding: 10px 20px 40px 20px;
    background-color: white;
    font-size: 14px;
    line-height: 200%;
}
.section_br0 {
    border: 0;
}
.flex {
    display: flex;
}
.center {
    margin: auto;
    margin-left: 25%;
    font-size: 18px;
}
.bg {
    background-color: #fff026;
    padding: 3%;
    padding-bottom: 100px;
}
header {
    display: flex;
    background-color: #fff;
    padding: 5%;
}

.header_title {
    margin: auto;
    font-size: 24px;
}
/* 矢印 */
.pagetop {
    display: none;
    right: 15px;
    bottom: 60px;
}
.pagetop a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i {
    font-size: 30px;
    color: #000;
    line-height: 50px;
}
/* ハンバーガーメニュー */
nav {
    background-color: white;
    position: relative;
    height: 55px;
    overflow: hidden;
}

label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

span {
    width: 20px;
    height: 1px;
    background-color: black;
    position: absolute;
    right: 15px;
    transition: 0.3s;
    z-index: 100;
}

.span1 {
    top: 20px;
}

.span2 {
    top: 27px;
}

.span3 {
    top: 34px;
}

#check:checked ~ .span2 {
    display: none;
}

#check:checked ~ .span1 {
    width: 27px;
    transform: rotate(45deg);
    top: 27px;
    right: 12px;
}

#check:checked ~ .span3 {
    width: 27px;
    transform: rotate(-45deg);
    top: 27px;
    right: 12px;
}

#check {
    display: none;
}

ul {
    width: 100%;
    height: 100%;
    background-color: #2a9ee04a;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 1s;
    z-index: 10;
}

li {
    margin-top: 20px;
}

#check:checked ~ ul {
    right: 0;
}
/* index02 */
.index02_inner {
    padding: 30px;
}
.index02_title {
    font-size: 14px;
    text-align: center;
}
.index02_container {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 20px;
    display: flex;
}
.index02_img {
    text-align: center;
    width: 65%;
    margin-right: 30px;
}
.index02_barcode {
    width: 35%;
}
.index02_barcode img {
    width: 100%;
}
.index02_footer {
    font-weight: bold;
}
.index02_footer_font {
    color: rgb(231, 77, 77);
}
.index02_footer img {
}
.index02_footer_flex {
    display: flex;
}
.index02_footer_flex02 {
    letter-spacing: 2px;
    display: flex;
}
.index02_btn {
    margin-top: 15px;
    padding: 3%;
    border: solid 3px #fff026;
    background-color: #fff026;
    text-align: center;
    border-radius: 1px;
    font-size: 14px;
    width: 100%;
}
.index02_mr {
    margin-right: 10px;
}
.index02_icon {
    width: 6%;
    margin-right: 10px;
}
