/*  */

.pricelist {
    margin: 50px 0;
}

.pricelist h2 {
    color: #c32519;
}

.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-size: 18px;
    font-weight: 700;
}

.pricelist .plbox table tr td {
    border-right: 1px solid #eeeeee;
    width: 50%;
    height: 62px;
    text-align: right;
    font-family: "Noto sans japanese", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

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

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

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

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

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

/*  */

.shoplist {}


.shoplist .sl-box {
    display: table;
    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 a.sl-boxlink:hover {
    background: rgba(255, 255, 255, .5);
}

.shoplist .sl-box .sl-box-left {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    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: 18px;
    margin-bottom: 20px;
}

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

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

.shoplist .sl-box .sl-box-right {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding: 10px 0;
}

.shoplist .sl-box .sl-box-right ul {
    display: block;
    width: 100%;
}

.shoplist .sl-box .sl-box-right ul li {
    float: left;
    width: 50%;
    padding: 0 2px;
}

.shoplist .sl-box .sl-box-right ul li img {
    width: 100%;
}

/*  */

#episode {
    padding: 60px 0;
}

#episode .twin-box {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}

#episode .twin-box li.twin-box-left {
    float: left;
    display: block;
    width: 50%;
}

#episode .twin-box li.twin-box-right {
    float: right;
    display: block;
    width: 50%;
}

#episode .twin-box li.text-box {
    vertical-align: top !important;
}

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

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

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

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

/*  */

.sub-faq {}

.faq-list {
    padding: 0 20px;
}

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

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

.faq-list dt:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    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: 5px;
    background: url(../img/common/reply-bk.png) no-repeat left center;
    background-size: cover;
    vertical-align: middle;
}

.faq-list dd {
    padding-left: 24px;
    text-indent: -24px;
    line-height: 160%;
}

.faq-list .btn-box .rl-btn {
    font-size: 18px;
    width: 50%;
}

/*  */

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

.blog-list .blog-listbox {
    display: block;
    width: 100%;
    overflow: hidden;
}


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

.blog-list .blog-listbox ul li {
    float: left;
    width: calc(33.33% - 10px);
    margin-right: 15px;
}

.blog-list .blog-listbox ul li:nth-of-type(3n) {
    margin-right: 0;
}

.blog-list .blog-listbox ul li dl dt {}

.blog-list .blog-listbox ul li dl dt a {
    display: block;
    width: 100%;
    padding-top: 50%;
    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 {
    line-height: 150%;
    margin-top: 10px;
    font-size: 14px;
}

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

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

.blog-list .blog-listbox ul li dl dd .btn-box {
    margin: 10px 0 0;
}

.blog-list .blog-listbox ul li dl dd .wl-btn {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    padding-right: 35px;
    background: #da291c;
    color: #FFFFFF;
    position: relative;
}

.blog-list .btn-box .rl-btn {
    background: #FFFFFF;
    width: 600px;
}

.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;
}

/*  */

.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 ul {
    width: 100% !important;
}

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

.contactbox .alist-title {
    width: 30% !important;
}

.contactbox .alist-desc {
    width: 70% !important;
}

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

.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 span label {
    float: left;
    width: 30%;
    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;
    right: 0;
    bottom: 200px;
}

.switch-fix img {
    width: 180px;
}

.switch-fix p {
    position: absolute;
    top: 50%;
    right: 9px;
    margin: auto;
    color: #fff;
    width: 80px;
    display: block;
    transform: translateY(-50%);
}

/*  */


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

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

.about-list ul li:nth-child(2n + 1),
.about-list tr:nth-child(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 tr:nth-child(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 tr .alist-title {
    float: left;
    width: 200px;
    font-size: 18px;
}

.about-list ul li .alist-desc,
.about-list tr .alist-desc {
    float: left;
    width: 640px;
    line-height: 30px;
}

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

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

.space_under {
    margin-top: 10px;
}

.red2 img {
    width: 35px;
    margin-right: 10px;
}

.about-list li span label {
    float: left;
    width: 160px;
    padding: 5px;
}

.hissu {
    color: #ff0000;
}

.alist-title2 {
    float: left;
    width: 200px;
    font-size: 18px;
    padding-right: 50px;
}

.about-list li span textarea {
    width: 100%;
    height: 180px;
    padding: 5px;
    resize: none;
}

/**/

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

/**/
li.img-box {
    height: 400px;
    overflow: hidden;
}

.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 ul {
    width: 100% !important;
}

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

.contactbox .alist-title {
    width: 30% !important;
}

.contactbox .alist-desc {
    width: 70% !important;
}

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

.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;
    margin: auto;
}

.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 span label {
    float: left;
    width: 30%;
    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;
    right: 0;
    bottom: 200px;
}

.switch-fix img {
    width: 180px;
}

.switch-fix p {
    position: absolute;
    top: 50%;
    right: 9px;
    margin: auto;
    color: #fff;
    width: 80px;
    display: block;
    transform: translateY(-50%);
}

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

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

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

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

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

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

.first-text {
    padding: 2% 10%;
    color: #fff;
    background: #00b7d6;
    font-size: 20px;
}

figure {
    margin: 0;
}

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

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

.main-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

nav ul {
    width: 1200px;
    margin: auto;
    display: flex;
}

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

nav a {
    display: block;
    font-size: 18px;
    padding: 20px;
}

/*  */

.other-form {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.other-form__label {}

.other-form__select {}

.other-form__button {
	padding: .5rem;
    font-size: 1rem;
	border-radius: 4px;
	background: #ff5247;
	color: #fff;
	cursor: pointer;
	border: none;
}