@charset "UTF-8";
@import url("./vietnam.css");
body {
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.mont {
    font-family: "Montserrat", sans-serif;
}

/* default */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q::before,
q::after {
    content: "";
}
abbr {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea,
select {
    *font-size: 100%;
}
legend {
    color: #000;
}
select,
input,
button,
textarea {
    font: 99% "Noto Sans JP", sans-serif;
}
pre,
code,
kbd,
samp {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
.aligncenter {
    text-align: center;
}
img {
    vertical-align: bottom;
    line-height: 1;
    max-width: 100%;
}
a {
    color: #07629f;
    text-decoration: none;
}

a img {
    transition: all 0.5s ease;
}
a img:hover {
    opacity: 0.7;
}

/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sp {
    display: none;
}
.spbr {
    display: none;
}

/*
色　黄色　#e4b118
　　青　　#07629f
　　赤　#DA5A3B

*/

* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

/* -------------------- layout --------------------- */

.wrapper {
    display: flex;
    justify-content: space-between;
    min-height: calc(100vh - 183px);
}

.side {
    width: 200px;
    background: #eee;
}

.main {
    width: calc(100% - 200px);
}

.main-inner {
    padding: 30px;
}

.singlecolumn {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

/* -------------------- browser --------------------- */

.is-ie {
    display: none !important;
}
.is-ie-block {
    display: block !important;
}

/* -------------------- header --------------------- */

header {
    height: 60px;
    background: #e4b118;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.header-logo {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 100px;
}

.header-menu {
    position: absolute;
    right: 15px;
    top: 15px;
}

.header-menu li {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.6;
}

.header-menu li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}

.header-menu li a:hover {
    text-decoration: underline;
}

/* -------------------- side --------------------- */

.side-menu {
    padding-top: 40px;
}

.side-menu > li {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.side-menu > li > a {
    text-decoration: none;
    display: block;
    padding: 15px;
    line-height: 1.2;
    background: #eee;
}

.side-menu > li > a:hover,
.side-menu > li > a.is-active {
    background: #ddd;
}

/* -------------------- footer --------------------- */

footer {
    text-align: center;
    padding: 30px 0 30px;
    background: #07629f;
    color: #fff;
    position: relative;
}

footer nav {
}
footer ul {
    display: block;
    margin: 0 80px 15px;
}

footer ul li {
    display: inline-block;
    margin: 10px 15px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

footer ul li a {
    color: #fff;
}
footer small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

footer ul li.quizadd {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
}
footer ul li.quizadd a {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-decoration: none;
    background: #fff;
    border: 2px solid #07629f;
    color: #07629f;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    transition: 0.3s;
}
footer ul li.quizadd a:hover {
    background: #07629f;
    border: 2px solid #fff;
    color: #fff;
}
footer ul li.quizadd p {
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-bottom: 10px;
}

footer .contact-btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
    background: url(/img/btn_contact_02.png) no-repeat top left,
        url(/img/btn_contact_01.png) no-repeat top left;
    background-size: 100%, 100%;
    transition: 0.8s;
}
footer .contact-btn:hover {
    background: url(/img/btn_contact_02.png) no-repeat top -50px left 50px,
        url(/img/btn_contact_01.png) no-repeat top left;
    background-size: 100%, 100%;
}
footer .contact-btn a {
    text-indent: -999em;
    width: 74px;
    height: 74px;
    display: block;
}

/* -------------------- pankuzu --------------------- */

.pankuzu {
    border-bottom: 1px solid #ddd;
}

.pankuzu-list {
}
.pankuzu-list > li {
    display: inline-block;
    font-size: 13px;
}

.pankuzu-list > li a,
.pankuzu-list > li span {
    display: block;
    padding: 0px 30px 0px 10px;
    line-height: 40px;
    position: relative;
}

.pankuzu-list > li a {
    text-decoration: none;
}

.pankuzu-list > li a::after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    right: 10px;
    top: 45%;
}

.pankuzu-list > li span {
}

/* list ---------------------------------------*/

.list {
}
.list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.73;
    position: relative;
    padding-left: 15px;
    letter-spacing: 0.1em;
}

.list li:last-child {
    margin-bottom: 0;
}

.list li::before {
    display: block;
    content: "";
    background: #2a619b;
    background-size: 100%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 11px;
}

ul.list-simple li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.73;
    position: relative;
    padding-left: 10px;
}

ul.list-simple li::before {
    display: block;
    content: "";
    background: #222;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 13px;
}

ol.list-simple {
    padding-left: 15px;
}

ol.list-simple li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.73;
    position: relative;
    list-style-type: decimal;
}

ol.list-simple li::before {
}

.table-blue .list-simple li {
    margin-bottom: 5px;
}

.noticelist li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
    line-height: 1.8;
}

/* grid ---------------------------------------*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-1,
.col-2,
.col-2-4,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}

/* margin ---------------------------------------*/

.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-110 {
    margin-bottom: 110px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-130 {
    margin-bottom: 130px !important;
}
.mb-140 {
    margin-bottom: 140px !important;
}

/* width ---------------------------------------*/

.wid-5per {
    width: 5% !important;
}
.wid-10per {
    width: 10% !important;
}
.wid-12per {
    width: 12% !important;
}
.wid-15per {
    width: 15% !important;
}
.wid-20per {
    width: 20% !important;
}
.wid-25per {
    width: 25% !important;
}
.wid-30per {
    width: 30% !important;
}
.wid-40per {
    width: 40% !important;
}
.wid-50per {
    width: 50% !important;
}
.wid-60per {
    width: 60% !important;
}
.wid-70per {
    width: 70% !important;
}
.wid-80per {
    width: 80% !important;
}

.wid-50 {
    width: 50px !important;
}
.wid-100 {
    width: 100px !important;
}
.wid-200 {
    width: 200px !important;
}
.wid-300 {
    width: 300px !important;
}

/* btn ---------------------------------------*/

.btn {
    display: inline-block;
    min-width: 160px;
    padding: 10px 24px;
    border-radius: 4px;
    border: 1px solid #07629f;
    background-color: #07629f;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    background-color: #008cea;
    opacity: 1;
}

.btn.is-primary:hover {
    border-color: #008cea;
}

.btn.is-secondary {
    background: none;
    color: #07629f;
    background: #fff;
}

.btn.is-secondary:hover {
    background-color: #07629f;
    color: #fff;
}

.btn.is-tertiary {
    background: none;
    color: #767676;
    border-color: #919191;
}

.btn.is-tertiary:hover {
    background: #919191;
    color: #fff;
}

.btn.is-attention {
    background-color: #c35d59;
    border-color: #c35d59;
}

.btn.is-attention:hover {
    background: #ef6c66;
    border-color: #ef6c66;
}

.btn.is-s {
    min-width: 50px;
    font-size: 13px;
    padding: 6px;
}

.btn.is-l {
    min-width: 250px;
    font-size: 18px;
    padding: 15px;
}

.btn.is-zip {
    min-width: 50px;
    font-size: 16px;
    padding: 15px;
    margin-left: 10px;
}

/* -------------------- icon --------------------- */

.icon-room {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
    padding: 3px;
    border-radius: 3px;
    background: #aaa;
    color: #fff;
    min-width: 70px;
    text-align: center;
    position: relative;
}

.icon-room.is-free {
    background: #999;
}
.icon-room.is-standard {
    background: #4191cc;
}
.icon-room.is-delux {
    background: #1e4b6d;
}
.icon-room.is-premium {
    background: #e16c65;
}

.icon-room.is-using,
a.icon-room.is-using {
    background: #aaa;
    color: #fff;
}

.icon-room.is-using::after {
    color: #aa0000;
    display: block;
    content: __("★利用中");
    position: absolute;
    right: 0px;
    top: -13px;
    line-height: 1;
    font-size: 11px;
}

/* -------------------- table --------------------- */

.table-horizontal {
    font-size: 14px;
}

.table-horizontal thead th,
.table-horizontal thead td {
    background: #767676;
    color: #fff;
    line-height: 1.94;
    padding: 3px 4px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td {
    line-height: 1.75;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.table-horizontal tbody th {
    text-align: center;
}

.table-horizontal tbody td.td-grouptitle {
    font-weight: 600;
    text-align: center;
    background: #dce3e8;
    color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td {
    background: #f4f4f4;
}

.table-vertical {
    border-top: 1px solid #dbdbdb;
}

.table-vertical th {
    text-align: left;
    padding: 16px;
    background: #f4f4f4;
    vertical-align: top;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
    color: #333;
    line-height: 1.6;
    text-align: left;
    min-width: 145px;
    vertical-align: middle;
}

.table-vertical td {
    text-align: left;
    padding: 16px 16px;
    vertical-align: top;
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.6;
    color: #484848;
}

.table-horizontal td a,
.table-vertical td a {
    color: #0078c6;
}

.table-horizontal td a:hover,
.table-vertical td a:hover {
    text-decoration: underline;
}

.table-vertical td small {
    line-height: 1.3;
    display: inline-block;
    font-size: 12px;
}

.is-nowrap {
    white-space: nowrap;
}

.table-roomaddprice {
    table-layout: fixed;
}

.table-roomaddprice td {
    padding: 5px;
    border: 1px solid #eee;
    line-height: 1.3;
    font-size: 14px;
    vertical-align: middle;
}

.table-roomaddprice-number {
    font-size: 30px;
    font-weight: bold;
}

.table-roomaddprice tr.room-add-select td input {
    display: none;
}

.table-roomaddprice tr.room-add-select td label {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ddd;
    padding: 10px 5px 10px 35px;
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    white-space: nowrap;
}

.table-roomaddprice tr.room-add-select td input:checked + label {
    background: #fff;
    color: #009900;
    border: 2px solid #009900;
}

.table-roomaddprice tr.room-add-select td input + label::after {
    content: " ";
    background: #ddd;
    border-radius: 50%;
    background-size: 20px;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.table-roomaddprice tr.room-add-select td input:checked + label::after {
    content: " ";
    background: url(../img/icon_check_plan.png) no-repeat top left;
    background-size: 20px;
}

/* title ---------------------------------------*/

.title-page {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    color: #222;
    position: relative;
}

.title-section {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #222;
}

.title-block {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #222;
}

.title-paragraph {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
}

.title-small {
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #222;
}

/* text ---------------------------------------*/

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

.text-s {
    font-size: 1.2rem;
    line-height: 1.5;
}

.text-m {
    font-size: 1.4rem;
    line-height: 1.5;
}

.text-l {
    font-size: 1.8rem;
    color: #484848;
    line-height: 1.94;
}

.text-bold {
    font-weight: 600;
}

.text-red {
    color: #aa0000 !important;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.text-ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text-ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .text-ellipsis-2 {
        height: 3.2em;
    } /* IE10〜Edge */
    .text-ellipsis-3 {
        height: 4.7em;
    } /* IE10〜Edge */
}

.text-ellipsis-count::after {
    content: "…";
}

.text-link {
    text-decoration: underline;
}
.text-link:hover {
    text-decoration: none;
}
.text-link:hover {
    text-decoration: none;
}

/* modal ---------------------------------------*/

.modal-wrapper {
    display: none;
}

.modal {
    background: #fff;
}

.modal-inner {
    width: 100%;
    padding: 30px;
    background: #fff;
}

.modal-inner-manual {
    text-align: center;
}

.modal-inner-manual iframe {
    width: 600px;
    height: 500px;
}

/* form ---------------------------------------*/

.form-area .submit {
    text-align: center;
}

.form-select {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: url("../img/icon_select.png") 92% 50% no-repeat;
    background-size: 8px 36px;
    border-radius: 0;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.form-text {
    padding: 13px 5px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

.form-radio {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    font-size: 14px;
    position: relative;
}

.form-radio label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    min-height: 23px;
    margin: 0px 0;
    padding: 3px 0 0 25px;
    position: relative;
    vertical-align: top;
}

.form-radio input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.form-radio label::before {
    display: block;
    content: "";
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.form-radio input:checked + label::after {
    display: block;
    content: "";
    background: #2a619b;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-radio input:disabled + label {
    opacity: 0.7;
}

.form-checkbox {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    font-size: 14px;
    position: relative;
}

.form-checkbox label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    min-height: 23px;
    margin: 0px 0;
    padding: 3px 0 0 30px;
    position: relative;
    vertical-align: top;
}

.form-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.form-checkbox label::before {
    display: block;
    content: "";
    border: 1px solid #aaa;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.form-checkbox input:checked + label::after {
    display: block;
    content: "";
    background: #2a619b;
    border-radius: 1px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-checkbox input:disabled + label {
    opacity: 0.7;
}

.form-textarea {
    padding: 13px 5px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

::placeholder {
    color: #ccc;
}

.toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    margin: auto;
    display: inline-block;
}

.toggle-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.toggle-switch label {
    width: 60px;
    height: 30px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    transition: 0.1s;
    box-sizing: border-box;
}

.toggle-switch label::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.1s;
}

.toggle-input:checked + label {
    background-color: #4bd865;
}
.toggle-input:checked + label::after {
    left: 30px;
}

.must {
    color: #aa0000;
}

/* accordion ---------------------------------------*/

.accordion {
}
.accordion-title {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    cursor: pointer;
}

.accordion-title:hover {
    color: #2a619b;
    text-decoration: underline;
}

.accordion-title::after {
    display: block;
    content: "";
    border-bottom: 3px solid #2a619b;
    border-right: 3px solid #2a619b;
    width: 10px;
    height: 10px;
    margin-top: -17px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
    transition: all 0.25s ease;
}

.accordion-title.is-open::after {
    transform: rotate(225deg);
}

.accordion-body {
    display: none;
}

/* tab ---------------------------------------*/

.tab {
}

.roomtab {
    padding: 0 2px;
}

.roomtab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e4b118;
}

.roomtab-list li {
    width: 24%;
    padding-top: 11px;
}

.roomtab-list li a {
    display: block;
    background: #ccc;
    color: #999;
    font-size: 16px;
    padding: 10px 10px 5px;
    line-height: 1.4;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 2px 2px 0 0;
    font-weight: bold;
    text-align: center;
}

.roomtab-list li.is-active {
    padding-top: 0;
}

.roomtab-list li.is-active a {
    border: 2px solid #e4b118;
    background: #e4b118;
    padding: 15px 10px 10px;
    color: #fff;
}

.roomtab-popup {
    position: relative;
}

/* ポップアップ吹き出し ---------------------------------------*/

.popup {
    position: absolute;
    left: 50%;
    bottom: 55px;
    transition: all 0.25s ease;
    transform: translate(-50%, 10px);
    z-index: 10;
    border-radius: 10px;
    border: 2px solid #07629f;
    background: rgb(7, 98, 159, 0.1);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0;
    transform: translate(-50%, 10px);
    width: 200px;
}

.popup:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #e9eff5;
    z-index: 2;
}

.popup:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #07629f;
    z-index: 1;
}

.popup.is-display {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* ルーム共通 ---------------------------------------*/

.data-room-reset {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 12px;
    font-weight: normal;
}

/* アカウントページ ---------------------------------------*/

#accountname-edit-input-wrapper,
#accountname-complete-btn-wrapper,
#accountmail-edit-input-wrapper,
#accountmail-complete-btn-wrapper,
#accountpassword-edit-input-wrapper,
#accountpassword-complete-btn-wrapper {
    display: none;
}

/* ルーム概要 ---------------------------------------*/

#roomname-edit-input-wrapper,
#roomname-complete-btn-wrapper,
#roomtype-edit-input-wrapper,
#roomtype-complete-btn-wrapper {
    display: none;
}

/* ルーム設定 ---------------------------------------*/

.preference-option3-more {
    display: none;
}

/* 定額プラン申し込み ---------------------------------------*/

.flatplanorder {
}

.flatplanorder-list {
}

.flatplanorder-list > li {
    margin-bottom: 20px;
}

.flatplanorder-radio {
    border: 2px solid #dcb342;
    border-radius: 4px;
    position: relative;
}

.flatplanorder-radio input {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.flatplanorder-radio label {
    display: block;
    padding: 10px 10px 10px 40px;
}

.flatplanorder-radio label:hover {
    background: #f6ebca;
}

.flatplanorder-radio input:checked + label {
    background: #dcb342;
    color: #fff;
}

.flatplanorder-list-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3472b6;
    display: inline-block;
}

.flatplanorder-radio input:checked + label .flatplanorder-list-title {
    color: #fff;
}

.flatplanorder-list-price {
    line-height: 1.4;
    display: inline-block;
    margin-left: 30px;
}

.flatplanorder-list-price span {
}
.flatplanorder-list-price b {
    font-size: 24px;
    margin-left: 5px;
}

.flatplanorder-list-price small {
    font-weight: normal;
    font-size: 16px;
}

.flatplanorder-list-detail {
    padding: 0px 0px 0;
    overflow: hidden;
}

.flatplanorder-list-detail-text {
    background: #aaa;
    display: inline-block;
    padding: 15px 20px;
    line-height: 1.1;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 30px;
}

.flatplanorder-list-detail-available {
    display: inline-block;
    vertical-align: middle;
}

.flatplanorder-notice {
    text-align: right;
    padding: 20px 0 40px;
}

/* 問題管理 ---------------------------------------*/

.qedit {
}
.qedit-list {
}
.qedit-list-image {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
}

.qedit-list-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.qedit-detail-image {
    display: block;
    position: relative;
    max-width: 500px;
    height: 500px;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
}

.qedit-detail-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.select-q-four {
}

.select-q-four > span {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.select-q-four > input {
    width: calc(100% - 35px);
    display: inline-block;
    margin: 5px 0;
}

/* message ---------------------------------------*/

.message {
    position: fixed;
    left: 0%;
    top: 60px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.message.success {
    background: rgba(0, 72, 132, 0.3);
}

.message.error {
    background: rgba(228, 88, 27, 0.3);
    color: #ff0000;
}

/* samplequiz ---------------------------------------*/

.samplequiz {
    background: #eee;
    padding: 20px;
    border-radius: 5px;
}

.samplequiz-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.samplequiz-list {
}

.samplequiz-list-item {
}
.table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
}
.side-menu-mobile {
    display: none;
}

.nav-check {
    display: none;
}

.nav-icon {
    display: none;
}

.samplequiz-list-item {
}
.table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
}
/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
    /* -------------------- layout --------------------- */

    .wrapper {
        display: block;
    }
    .side {
        width: 100%;
    }
    .main {
        width: 100%;
    }
    .main-inner {
        padding: 20px;
    }
    .singlecolumn {
        width: 100%;
        padding: 20px;
    }
    .icon-room.is-free {
        margin: 10px;
    }
    .icon-room.is-standard {
        margin: 10px;
    }
    .icon-room.is-delux {
        margin: 10px;
    }
    .icon-room.is-premium {
        margin: 10px;
    }
    .form-text[name="password"],
    .form-text[name="establishment_date"],
    .form-text[name="zipcode"],
    .form-text[name="prefecture"],
    .form-text[name="representative_tel"],
    .form-text[name="password_confirm"],
    .form-text[name="tel"],
    .form-text[name="claim_zipcode"],
    .form-text[name="claim_prefecture"],
    .form-text[name="event_date"] {
        width: 100% !important;
    }
    .btn.is-zip {
        margin-top: 20px;
    }
    table {
        width: auto;
    }
    .table-horizontal tbody th, .table-horizontal tbody td{
        min-width: 108px;
    }
    .question-col{
        min-width: 210px;
    }
    .btn {
        margin-top: 0.5em;
        margin-bottom: 0.8em;
        border-radius: 0.7em;
    }
    .title-page {
        font-size: 1.7em;
    }
    /* -------------------- modal --------------------- */
    .modal-inner-manual iframe {
        max-width: 100%;
    }
    footer ul li {
        transition: 0.5s;
        padding: 5px 0;
    }

    footer ul li:hover {
        transform: translateY(-10px);
        text-decoration: underline;
    }

    .icon-mobile {
        height: 18px;
        align-self: center;
        margin-right: 12px;
    }

    .side-menu {
        display: none;
    }

    .logout-btn {
        display: none;
    }

    .contact-btn {
        display: none !important;
    }

    .logout-btn {
        display: none !important;
    }

    .nav-icon {
        display: block;
    }

    .close_icon--btn {
        margin: 9px;
    }

    .side-menu-mobile li a {
        color: #000;
        font-size: 1rem;
    }

    .side-menu-close_btn {
        display: flex;
        justify-content: flex-end;
        background-color: #e4b118;
        height: 60px;
    }

    .side-menu-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        color: #0078c6;
        width: 300px;
        max-width: 100%;
        background-color: #ffffff;
        z-index: 9;
        transform: translateX(-100%);
        transition: transform linear 0.2s;
    }

    .nav-overlay {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 8;
        animation: fadeIn linear 0.4s;
    }

    .nav-check:checked ~ .nav-overlay {
        display: block;
    }

    .nav-check:checked ~ .side-menu-mobile {
        transform: translateX(0%);
    }

    .nav-check:checked ~ .side-menu-close_btn {
        display: block;
    }

    .side-menu-mobile li {
        border-bottom: 1px solid #c6baba;
        width: 90%;
        padding: 5px 0;
        display: flex;
        flex-direction: row;
    }

    .side-menu-mobile li:last-child {
        border: none;
        margin-top: 20px;
        background-color: #07629f;
        border-radius: 7px;
        padding: 6px 7px;
    }

    .side-menu-mobile li a > span:last-child {
        color: #fff;
    }
    .input-account
    {
        width: auto !important;
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .title-section {
        padding-top: 30px;
    }
}
