/*  */

.pricelist {
    margin: 30px 0;
}

.pricelist .plbox {
    display: block;
}

.pricelist .plbox table {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 5px solid #da291c;
    width: 100%;
}

.pricelist .plbox table tr {}

.pricelist .plbox table tr:nth-child(2n + 1) {
    background-color: #fbfbfb;
}

.pricelist .plbox table tr th {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    width: 50%;
    padding: 20px;
    text-align: center;
}

.pricelist .plbox table tr th span {
    display: block;
    margin-bottom: 5px;
    font-family: "Noto sans japanese", sans-serif;
    font-weight: 700;
}

.pricelist .plbox table tr td {
    border-right: 1px solid #eeeeee;
    width: 25%;
    text-align: right;
}

.pricelist .plbox table tr td:first-child {
    text-align: left;
    padding: 10px;
}

span.price {
    display: block;
    min-width: 95px;
    width: max-content;
    margin: auto;
}

img.taxinc {
    display: inline-block;
    height: 100%;
    width: fit-content;
    object-fit: contain;
}

.pricelist .att-text {
    margin: 10px;
    font-size: 16px;
    color: #048643;
}

.pricelist .att-text p {
    line-height: 150%;
    margin: 0.2em 0 0.2em 1em;
    text-indent: -1em;
}

/*  */

.shoplist {}

.shoplist .sl-box {
    display: block;
    width: 100%;
    border-bottom: 1px solid #666666;
    overflow: hidden;
    position: relative;
}

.shoplist .sl-box a.sl-boxlink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.shoplist .sl-box .sl-box-left {
    display: block;
    padding: 10px;
}

.shoplist .sl-box .sl-box-left dl {}

.shoplist .sl-box .sl-box-left dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.shoplist .sl-box .sl-box-left dl dd {}

.shoplist .sl-box .sl-box-left dl dd span {
    font-weight: bold;
}

/*  */
.shop-detail {}

.shop-detail .sd-infobox {
    display: block;
    width: 100%;
    overflow: hidden;
}

#episode {
    padding: 30px 0;
}

#episode .twin-box {
    margin: 20px 0;
}

#episode .twin-box-left img,
#episode .twin-box-right img {
    width: 100%;
}

#episode .twin-box li.text-box {}

#episode .twin-box li.text-box {}

#episode .twin-box li.text-box dl {
    padding: 0 10px 10px;
}

#episode .twin-box li.text-box dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    border-left: 5px solid #048643;
    padding-left: 10px;
    color: #424242;
}

#episode .twin-box li.text-box dl dd {
    line-height: 150%;
    padding: 0 10px 0 16px;
    color: #424242;
}

/*  */

.sub-faq {}

.faq-list {
    position: relative;
}

.faq-list dl {
    margin: 30px 10px;
}

.faq-list dl dt {
    font-family: "Noto sans japanese", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #424242;
}

.faq-list dt:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: url(../img/common/question-bk.png) no-repeat left center;
    background-size: cover;
    vertical-align: middle;
}

.faq-list dd:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: url(../img/common/reply-bk.png) no-repeat left center;
    background-size: cover;
    vertical-align: middle;
}

.faq-list dd {
    padding-left: 20px;
    text-indent: -20px;
}

.faq-list .btn-box .rl-btn {
    width: 300px;
}

/*  */

.blog-list {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}

.blog-list .blog-listbox {}

.blog-list .blog-listbox ul {}

.blog-list .blog-listbox ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #da291c;
}

.blog-list .blog-listbox ul li dl {
    display: table;
    width: 100%;
    overflow: hidden;
}

.blog-list .blog-listbox ul li dl dt {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
}

.blog-list .blog-listbox ul li dl dt a {
    display: block;
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    position: relative;
}

.blog-list .blog-listbox ul li dl dt img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 99%;
}

.blog-list .blog-listbox ul li dl dd {
    display: table-cell;
    padding-left: 5px;
    line-height: 150%;
    margin-top: 10px;
    vertical-align: top;
}

.blog-list .blog-listbox ul li dl dd p {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 600;
}

.blog-list .blog-listbox ul li dl dd a {
    color: #da291c;
}

.blog-list .blog-listbox ul li dl dd .wl-btn {
    display: block;
    width: 100%;
    padding: 5px;
    padding-right: 25px;
    border: 1px solid #da291c;
    text-align: center;
    background: #da291c;
    color: #FFFFFF;

    position: relative;
}

.blog-list .rl-btn {
    width: 100%;
    max-width: 400px;
    background: #FFFFFF;
}

.wl-btn:after {
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/btn-attow-w.png) no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

/**/

.plbox table {
    border-left: 5px solid #ff5247 !important;
}

/**/

.twin-box li.text-box dl dt {
    border-left: 5px solid #00b7d6 !important;
}

/**/
.select-btn {
    display: flex;
    width: 100%;
    margin: 20px auto 0;
}

.contact-sel {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #c9c9c9;
    cursor: pointer;
}

.contact-sel::after {
    content: "▼";
    display: inline-block;
    font-size: 12px;
    margin-left: 4px;
}

.contact-sel.active {
    background: #ff5247;
}

.contactbox .btn-box {
    margin-top: 30px;
}

.contactbox ul li {
    border-left: 5px solid #ff5247 !important;
}

.contactbox .btn-box .submit-button {
    position: relative;
}

.contactbox .btn-box .submit-button input {
    display: inline-block;
    width: 300px;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    border: 1px solid;
    font-weight: 600;
    color: #FFFFFF;
    height: 40px;
    padding-right: 40px;
    text-align: center;
    background: #00b7d6;
    border-color: #00b7d6;
}

.contactbox .btn-box .submit-button:after {
    content: " ";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/common/btn-attow-w.png') no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.contactbox .input .btn-box .submit-button input,
.contactbox .check .btn-box .submit-button input {
    background: #357FD4;
    border-color: #357FD4;
}

.contactbox li:nth-child(4) span label {
    float: left;
    width: 100%;
    padding: 5px;
}

.contactbox ul li .alist-desc>span {
    display: block;
    margin: 12px 0;
}

.s-title {
    display: inline-block;
    width: 120px;
}

#faq {
    padding: 0;
}



.switch-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #17b7d5;
    color: #fff;
    text-align: center;
    padding: 1em;
}

.to-top {
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: inline-block;
    width: 40px;
    padding: 5px;
}

.about-list {
    margin-bottom: 50px;
    width: 100%;
}

.about-list ul,
.about-list tbody tr {
    display: block;
    /*	box-shadow: 0 1px 5px 0 rgba( 0,0,0,.15 );*/
}

.about-list ul li:nth-child(2n + 1),
.about-list tbody tr:nth-of-type(2n + 1) {
    display: block;
    padding: 20px 20px;
    border-left: 5px solid #da291c;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
}

.about-list ul li:nth-child(2n + 0),
.about-list tbody tr:nth-of-type(2n + 0) {
    display: block;
    padding: 20px 20px;
    border-left: 5px solid #da291c;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
}

.about-list ul li .alist-title,
.about-list tbody tr .alist-title {
    display: block;
    width: 30%;
    float: left;
    font-weight: 600;
}

.about-list ul li .alist-desc,
.about-list tbody tr .alist-desc {
    display: block;
    width: 70%;
    float: left;
}

.alist-desc select {
    width: 90%;
}

.about-list ul li .banners,
.about-list tbody tr .banners {
    display: block;
    width: 100% !important;
    margin-left: 24% !important;
}

.about-list ul li .alist-desc a.banner-link,
.about-list tbody tr .alist-desc a.banner-link {
    display: inline-block;
    width: 100%;
}

.gray-box {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px 10px;
}

.space_under {
    margin-top: 10px;
}

.areserv-other {
    display: inline-block;
    margin-top: 10px;
    color: #ff0000;
}


/*共通*/
h2 {
    text-align: center;
    margin: 10px 0 30px;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #C32519;
    padding: 0 10px;
}

h2 img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.textbox {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px auto;
}

.content {
    padding: 0 12px;
}

.subtitle.red {
    color: #ff5247;
    ;
}

.subtitle.blue {
    color: #00b7d6;
}

.textbox {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px auto;
}

.first-text {
    padding: 2% 4%;
    color: #fff;
    background: #00b7d6;
}

figure {
    margin: 0;
}

/**/
html {
    scroll-behavior: smooth;
}

/**/
.main-head {
    width: 100%;
    overflow: hidden;
}

.main-head img {
    width: 100%;
}

nav {
    background: #ff5247;
    color: #fff;
}

nav ul {
    width: 100%;
    margin: auto;
    display: flex;
}

nav li {
    width: 100%;
    align-self: center;
    text-align: center;
}

nav a {
    display: block;
    font-size: 12px;
    padding: 12px 0px;
}

/*  */

.other-form {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 1rem 0;
}

.other-form__label {
    flex: 0 0 100%;
}

.other-form__select {
    flex: 0 1 calc(50% - 1rem);
}

.other-form__button {
    flex: 0 0 calc(33.3% - 1rem/3);
    border-radius: 4px;
    background: #ff5247;
    color: #fff;
    cursor: pointer;
    border: none;
}