@charset "UTF-8";

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

a.disabled {
    pointer-events: none;
    background: #999;
    cursor: no-drop;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.fs-small {
    font-size: small !important;
}
.fs-medium {
    font-size: medium !important;
}
.fs-large {
    font-size: large !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-05 {
    margin-bottom: 0.5rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}

.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}

.content_wrap {
    width: 90%;
    text-align: left !important;
    margin: 0 auto 1rem;
    color: #fff;
}
.content_wrap a {
    text-decoration: underline !important;
    color: #fff !important;
}

.text-blue {
    color: blue !important;
}
.text-red {
    color: red !important;
}
.text-yellow {
    color: yellow !important;
}
.text-white {
    color: white !important;
}
.text-black {
    color: black !important;
}
.text-gray {
    color: gray !important;
}

.bg-blue {
    background: blue !important;
}
.bg-red {
    background: red !important;
}
.bg-yellow {
    background: yellow !important;
}
.bg-white {
    background: white !important;
}
.bg-black {
    background: black !important;
}
.bg-gray {
    background: gray !important;
}

dl.list {
    width: auto;
    margin: 0 0 2rem;
    padding: 0;
}
dl.list dt {
    font-size: 16px;
    margin: 0 0 5px;
}
dl.list dd {
    margin: 0 0 20px;
}
dl.list dd input {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    font-size: 16px;
}
dl.list dd select {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 18px;
}
dl.list dd:last-child {
    margin-bottom: 0;
}
dl.list p {
    padding: 0;
    margin: 0;
}

ul.list {
    width: auto;
    margin: 0 0 2rem;
    padding: 0;
}
ul.list li {
    font-size: 16px;
    margin: 0 0 5px;
}
ul.list li:last-child {
    margin-bottom: 0;
}

table.table {
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
@media screen and (max-width: 480px) {
    table.table:not(.no-scroll) {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}
table.table th, table.table td {
    padding: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.table th {
    background: #666;
    color: #fff;
}
table.table.thLeft th {
    text-align: left;
}
table.table td {
}

.btn2 {
    display: block;
    padding: 10px;
    text-align: center;
    background: #999;
    color: #fff;
}
a.btn2 {
    color: #fff;
}




/* buttonに定義したものを下記にクラスに定義変更 */
.btn {
    margin: 5px auto;
    color: #000;
    background: #A8A181;
}

/* オーバーライド */
h3 {
    margin: 0 0 10px;
}
.castBox {
    margin-top: 0;
    height: auto !important;
}
.cast {
    height: auto !important;
}
.list {
    height: auto !important;
}
.pic {
    position: relative !important;
}
.time {
    margin: 5px 0 0;
}

.store_link_box {
    display: flex;
    width: 80%;
    margin: 0 auto 0;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
}
.store_link_box li {
    margin-right: 10px;
}
.store_link_box li:last-child {
    margin-right: 0;
}
.store_link_box li img {
    width: 100%;
}
.store_link_box li:last-child img {
    width: 110%;
}


.howTo {
    padding: 40px 10px 30px;
}
.stepBox_ {
    margin: -50px 0 20px;
}
.stepBox_ img {
    width: 100%;
}
.stepBox_ figure {
    float: left;
    width: 30%;
    margin: 0 10px 15px 0;
    max-height: 180px;
    overflow: hidden;
}
.stepBox_ p {
    font-size: 1.5rem;
    margin: 0 0 10px;
}
.stepBox_ .under {
    display: block;
    background-image: url(../../img/yajirushi.png);
    background-repeat: no-repeat;
    height: 80px;
    clear: both;
    margin: 0px auto;
    width: 80px;
}
