@charset "UTF-8";

/*共通部分----------------------------*/
html {
    font-size: 100%;
}
body {
    font-family: 'GulimChe', sans-serif;
    line-height: 1.7;
    color: #fff;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
img {
    max-width: 100%;
}

/*HEADER----------------------------*/

.page-header {
    display: grid;
    gap: 0.7em;
    grid-template-columns: 5fr 1fr 0fr 1fr;
}
.wrapper {
    max-width: 144vh;
    margin: 0 auto;
    padding: 0 4%;
}

.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
/*ボタン*/
.button {
    background: red;
    color: #fff;
    border-radius: 5px;
}
.button:hover {
    background: tomato;
}
.fbutton {
    color: #fff;

}

/*Register----------------*/
#register {
    margin-top: 30px;
    background-color: white;
    /* background-image: url(../images/poriwh.jpg), linear-gradient(#0000FF, #fff); */
    background-blend-mode: luminosity;
    min-height: 96.0vh;
}
#title {
    font-size: 38px;
    color: #000000;
}
#tour_btn {
    width: 150px;
    height: 70px;
    margin-top: 20px;
    border: 2px solid #708090;
    background-color: white;
    font-size: 28px;
    color: #708090;
}
#reload_btn {
    width: 150px;
    height: 70px;
    margin-top: 20px;
    border: 2px solid red;
    background-color: white;
    font-size: 28px;
    color: red;
}
#reload_btn:hover {
    background-color: whitesmoke;
}

#register p {
    font-size: 30px;
    text-align: center;
    color: black;
}
#product-info {
    display: flex;
    justify-content: center;
}
#products {
    border-collapse: collapse;
    font-size: 20px;
    width: 1300px;
    table-layout: fixed;
}
thead, tbody {
    display: block;
}
thead {
    width: 2000px;
    height: 60px;
}
tbody {
    border-left: 1px solid #000000;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
    width: 1316px;
    background: white;
}
tfoot tr {
    background: white;
    width: 700px;
    height: 70px;
    border: 1px solid #000000;
}
tfoot td {
    background: white;
    /* width: 700px;
    height: 70px; */
    color: #000000;
    text-align: center;
    font-size: 30px;
}
#products th {
    border: 1px solid #000000;
    background: white;
    color: #000000;
    padding: 3px 0px;
    font-size: 30px;
}
#products tbody td {
    border-bottom: 1px solid #000000;
    background: white;
    color: #000000;
    padding: 3px 6px;
    text-align: center;
    font-size: 30px;
}
#products .coL0 {
    width: 130px;
    height: 52px;
}
#products .coL1 {
    width: 650px;
    height: 52px;
}
#products .coL2 {
    width: 385px;
    height: 52px;
}
#products .coL3 {
    width: 131px;
    height: 52px;
}
#products .coL4 {
    width: 131px;
    height: 50px;
}
#products .coL5 {
    width: 736px;
    height: 50px;
}
#products .coL6 {
    width: 450px;
    height: 50px;
}
#products .coL7 {
    width: 130px;
    height: 50px;
}
#coladd{
    height: 40px;
    width: 80px;
    font-size: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
#finishbtn {
    height: 90px;
    width: 250px;
    font-size: 30px
}
#btn_div{
    display: none;
}
#mask {
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#mask.hidden {
    display: none;
}
#modal {
    background: #fff;
    width: 700px;
    height: 400px;
    padding: 20px;
    border-radius: 5%;
    position: absolute;
    margin-top: 18%;
    margin-left: 25%;
    z-index: 2;
    font-size: 35px;
}
#modal.hidden {
    transform: translate(0, -500px);
}
#message3 {
    color: #1E90FF;
}
#nobtn {
    width: 170px;
    height: 90px;
    margin-left: 38%;
    border-radius: 5%;
    font-size: 30px;
}
#endbtn {
    width: 170px;
    height: 90px;
    margin-top: auto;
    font-size: 30px;
    margin-left: 55px;
    border-radius: 5%;
    background-color: #87CEEB;
}
#endbtn:hover {
    background-color: #ADD8E6;
}

/*Settled----------------*/
#settled {
    font-weight: bold;
    background-color: white;
    /* background-image: url(../images/poriwh.jpg), linear-gradient(#0000FF, #fff); */
    background-blend-mode: luminosity;
    min-height: 97.8vh;
    display: table;
    text-align: center;
    width: 100%;
}
.page-title {
    color: black;
    font-size: 6rem;
}

.settled-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* Shepherd.cssの上書き------------------ */
.shepherd-content {
    width: 400px;
    height: 200px;
}
.shepherd-title {
    font-size: 1.5rem !important;
}
.shepherd-text {
    width: 400px;
    height: 85px;
    padding: 0%;
}
.shepherd-text p {
    line-height: 1.6rem;
    font-size: 1.5rem;
}
.shepherd-footer {
    width: 400px;
    height: 59.44px;
    padding: 0%;
}
.shepherd-buttons {
    overflow: hidden;
}
.shepherd-buttons li {
    height: 35px;
    width: 50px;
    margin: 0em;
}
.shepherd-button {
    text-align: center;
    height: 45px;
    width: 80px;
    font-size: 1.5rem !important;
    padding: 0.5em !important;
    line-height: 1.5rem !important;
}

/* tostr.css --------------------- */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

.toast-message {
    font-size: 24pt;
}

.toast-top-center {
    top: 32% !important;
    right: 0;
    width: 100%;
}