@charset "UTF-8";
html,
body,
header,
main,
aside,
footer,
section,
article,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form,
label,
legend,
hgroup,
figcaption,
figure,
img,
canvas,
iframe,
details,
summary,
code,
pre,
audio,
video,
address,
time,
blockquote,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
a,
span,
small,
strong,
sub,
sup {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

header,
main,
aside,
nav,
footer,
section,
article {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
    max-height: 100%;
}

p {
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

.roboto {
    font-family: "Roboto Condensed", sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 1095px;
    min-height: 100vh;
    line-height: 1.5;
    color: #373737;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 750px) and (orientation: landscape) {
    body {
        min-width: 1135px;
    }
}

#wrap {
    position: relative;
    overflow: hidden;
}

.inner {
    margin: 0 auto;
    position: relative;
    z-index: 800;
    width: 1055px;
}

section {
    position: relative;
    z-index: 700;
}

img {
    vertical-align: bottom;
}

img[src$=".svg"] {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}

a:hover {
    opacity: .8;
}

li {
    list-style: none;
}

.pc_hidden {
    display: none;
}

#js_mediaFlag {
    width: 100px;
}


/*parts
-------------------------------------------------- */

.text_center,
.txt_center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.btn {
    margin-bottom: 26px;
    display: inline-block;
    position: relative;
}

.btn:after {
    border-radius: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 508px;
    height: 90px;
    box-shadow: 0 10px 0 #9f5505;
    content: "";
}

.btn:hover {
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn:hover:after {
    bottom: 12px;
}

.btn:hover+.cursor {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.btn:active:after {
    bottom: 16px;
}

.btn:active+.cursor {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.btn~.cursor {
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 800;
    pointer-events: none;
}


/*contents
-------------------------------------------------- */

#main {
    display: block;
}

#kv img {
    width: 100%;
    height: auto;
}

#lead {
    padding: 60px 0;
}

#lead h2 {
    color: #3d260d;
    text-align: center;
}

#lead h2 span {
    padding: 0 4px 11px;
    border-bottom: solid 5px #402d0d;
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
}

#lead h2 small {
    margin-top: -4px;
    display: block;
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    letter-spacing: -.0075em;
}

#lead h2+p {
    margin-top: 34px;
}

#lead .daylist {
    margin-top: 36px;
}

#lead .daylist li {
    margin: 0 auto;
    padding: 6px 70px;
    border: solid 4px #dfd4ca;
    width: 694px;
    text-align: center;
}

#lead .daylist .text_area {
    padding: 11px 0 11px;
    color: #3d260d;
    font-weight: bold;
}

#lead .daylist .text_area .date {
    font-family: "Roboto Condensed", sans-serif;
}

#lead .daylist .text_area .date span {
    font-size: 37px;
    letter-spacing: -.02em;
}

#lead .daylist .text_area .date small {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 11px;
    font-size: 24px;
    letter-spacing: .075em;
}

#lead .daylist .text_area .date .time {
    margin-left: 1em;
    font-size: 27px;
}

#lead .daylist .text_area .place {
    padding: 5px 0 0 2px;
    border-top: solid 2px #dfd4ca;
    font-size: 27px;
    white-space: nowrap;
    letter-spacing: .02em;
    font-weight: normal;
}

#lead .daylist .text_area .place .online {
    margin-left: 1em;
    font-size: 31px;
    font-weight: bold;
}

.day_sec {
    padding: 80px 0 0;
    background: #f8f5f4;
}

.day_sec h2 {
    padding: 10px 0;
    line-height: 1.4;
    background: #402d0d;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.day_sec h2 small {
    font-size: 22px;
}

.day_sec .attentions {
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .07em;
}

.day_sec .attentions:before {
    display: table-cell;
    width: 1.25em;
    content: "※";
}

.day_sec .attentions span {
    letter-spacing: .15em;
}

.day_sec table {
    margin-top: 41px;
    width: 100%;
}

.day_sec table~.attentions {
    margin-top: 1.75em;
    padding-left: 244px;
}

.day_sec table~.attentions+.attentions {
    margin-top: .7em;
}

.day_sec caption {
    margin-bottom: 13px;
    padding-left: 22px;
    border-left: solid 10px #005941;
    color: #402d0d;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.day_sec th {
    padding-left: 42px;
    border-top: solid 1px #d2c4b7;
    width: 244px;
    background: #f2ebe7;
    color: #3d260d;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.day_sec th~td {
    border-top: solid 1px #d2c4b7;
}

.day_sec td {
    border-top: dotted 1px #d2c4b7;
    padding: 16px 10px 16px 27px;
    width: 512px;
    background: #fff;
    letter-spacing: .005em;
    vertical-align: top;
}

.day_sec td+td {
    border-left: solid 1px #d2c4b7;
    width: 299px;
}

.day_sec td ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.day_sec td ul li:before {
    content: "・";
}

.day_sec tr:nth-last-child(2) th,
.day_sec tr:last-child td {
    border-bottom: solid 1px #d2c4b7;
}

.day_sec .apply_area {
    margin-top: 80px;
    background: #f8a73a;
}

.day_sec .apply_area h3.inner {
    padding: 28px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 29px;
    font-weight: bold;
}

.day_sec .apply_area h3.inner span {
    padding: 0 .5em;
}

.day_sec .apply_area h3.inner:before,
.day_sec .apply_area h3.inner:after {
    border-top: solid 1px #8d652e;
    border-bottom: solid 1px #8d652e;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
}

.day_sec .apply_area .inner {
    padding: 8px 0 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.day_sec .apply_area .left_area {
    width: 50%;
    color: #232323;
    font-weight: bold;
}

.day_sec .apply_area .left_area .date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.day_sec .apply_area .left_area .date b {
    font-size: 31.5px;
    font-family: "Roboto Condensed", sans-serif;
}

.day_sec .apply_area .left_area .date span {
    margin: 0 7px;
    font-size: 22px;
    letter-spacing: .05em;
}

.day_sec .apply_area .left_area .date span~b {
    font-size: 29.7px;
    letter-spacing: -.0075em;
}

.day_sec .apply_area .left_area .date small {
    margin: 0 6px;
    font-size: 15px;
}

.day_sec .apply_area .left_area .date+p {
    margin-top: -4px;
    text-indent: -4px;
}

.day_sec .apply_area .left_area p {
    font-size: 36px;
    white-space: nowrap;
}

.day_sec .apply_area .right_area {
    width: 50%;
    font-size: 12px;
    text-align: center;
}

.day_sec .apply_area .right_area figure {
    margin: 3px 0 0 7px;
    position: relative;
}

.youtube_wrap {
    padding: 63px 0 0;
}

.youtube_wrap .attentions {
    margin: 2em auto 0;
    width: 746px;
    text-align: left;
}

#footer {
    background: #412506;
    color: #a0907d;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .01em;
}

#footer .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.document_wrap {
    padding: 100px 0;
    text-align: center;
    background: url(../images/index/document-bg.png) no-repeat;
    background-size: cover;
}


/*document
-------------------------------------------------- */

.document .day2 {
    padding-bottom: 80px;
}

.document .day_sec h2>b {
    text-indent: -35px;
}

.document #lead h2+p {
    text-align: center;
    font-size: 20px;
}

.document .day_sec td+td {
    padding: 16px 20px;
    vertical-align: middle;
}

.document td a {
    padding: .25em;
    display: inline-block;
    width: 100%;
    background: #F8A73B;
    border: 1px solid #885500;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.document a+a {
    margin-top: 1em;
}

@media only screen and (max-width: 750px) and (orientation: portrait) {
    body {
        padding: 0;
        min-width: 0;
        font-size: 13.5px;
        font-size: 3.6vw;
    }
    .inner {
        padding: 0 5.3333333333%;
        width: 100%;
    }
    img {
        width: 100%;
        height: auto;
    }
    .pc_hidden {
        display: block;
    }
    .sp_hidden {
        display: none !important;
    }
    #js_mediaFlag {
        width: 1px;
    }
    /*parts
-------------------------------------------------- */
    .btn {
        margin: 0 auto;
        width: 90.6666666667%;
        display: inline-block;
    }
    .btn:after {
        content: none;
    }
    .btn:hover {
        opacity: .7;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .btn:hover:after {
        bottom: 0;
    }
    .btn:hover+.cursor {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .btn:active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .btn:active:after {
        bottom: 0;
    }
    .btn:active+.cursor {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .btn~.cursor {
        position: absolute;
        top: 1.1851851852em;
        right: 2.2222222222em;
        width: 13.4666666667%;
        height: auto;
    }
    /*contents
-------------------------------------------------- */
    #lead {
        padding: 12.1333333333% 0;
    }
    #lead h2 {
        position: relative;
        font-size: 13.5px;
        font-size: 3.6vw;
    }
    #lead h2 span {
        padding: 0 4.5333333333% 5.3333333333%;
        border-bottom: none;
        line-height: 1.3;
        font-size: 29px;
        font-size: 7.7333333333vw;
    }
    #lead h2 small {
        margin-top: 1.2%;
        font-size: 18px;
        font-size: 4.8vw;
    }
    #lead h2:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 89.3333333333%;
        height: 0.3333333333em;
        background: #402d0d;
        content: "";
    }
    #lead h2+p {
        margin: 8% auto 0;
        width: 89.3333333333%;
        text-align: justify;
        text-justify: distribute;
        letter-spacing: -.01em;
    }

    #lead p{
        margin: 8% auto 0;
        width: 89.3333333333%;
    }
    #lead .daylist {
        display: block;
        margin: 7.8666666667% auto 0;
        width: 89.3333333333%;
    }
    #lead .daylist li {
        padding: 3.5820895522% 2.0895522388% 5.3731343284%;
        border: solid .2em #dfd4ca;
        width: 100%;
    }
    #lead .daylist .text_area {
        padding: 1.7350157729% 11.1955835962% 0.7886435331%;
        width: 100%;
        text-align: center;
    }
    #lead .daylist .text_area .date {
        line-height: 1.1;
    }
    #lead .daylist .text_area .date span {
        margin-left: -.25em;
        font-size: 31.5px;
        font-size: 8.4vw;
    }
    #lead .daylist .text_area .date small {
        display: inline-block;
        top: -0.1951219512em;
        left: 0.4634146341em;
        font-size: 20.5px;
        font-size: 5.4666666667vw;
    }
    #lead .daylist .text_area .date .time {
        margin-left: 0;
        font-size: 23px;
        font-size: 6.1333333333vw;
    }
    #lead .daylist .text_area .place {
        margin-top: 0.4347826087em;
        padding: 0.2173913043em 0 0;
        border-top: solid 0.0869565217em #d2c4b7;
        line-height: 1.1;
        font-size: 23px;
        font-size: 6.1333333333vw;
        letter-spacing: -.015em;
    }
    #lead .daylist .text_area .place .online {
        margin-left: 0;
        font-size: 26px;
        font-size: 6.9333333333vw;
        font-weight: bold;
    }
    .day_sec {
        padding: 13.3333333333% 0 0;
    }
    .day_sec h2 {
        font-size: 24px;
        font-size: 6.4vw;
    }
    .day_sec h2 small {
        margin-left: .7em;
        display: inline-block;
        line-height: 1.2;
        font-size: 19px;
        font-size: 5.0666666667vw;
    }
    .day_sec table {
        margin-top: 7.9104477612%;
        border-bottom: solid 1px #d2c4b7;
        width: 100%;
    }
    .day_sec table~.attentions {
        margin-top: .75em;
        padding-left: 0;
    }
    .day_sec table~.attentions+.attentions {
        margin-top: .7em;
    }
    .day_sec caption {
        margin-left: 1px;
        margin-bottom: 0.575em;
        padding-left: 0.525em;
        border-left: solid 0.45em #005941;
        font-size: 20px;
        font-size: 5.3333333333vw;
    }
    .day_sec tr {
        display: block;
    }
    .day_sec th {
        padding: 2.8358208955% 6.5671641791%;
        display: block;
        width: 100%;
        font-size: 17px;
        font-size: 4.5333333333vw;
    }
    .day_sec th+td {
        padding: 2.8358208955% 2.9850746269% 2.8358208955% 6.1194029851%;
        border-top: none;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .day_sec td {
        padding: 2.8358208955% 2.9850746269% 2.8358208955% 6.1194029851%;
        border-top: none;
        display: block;
        width: 100%;
    }
    .day_sec td:first-child {
        border-top: solid 1px #d2c4b7;
    }
    .day_sec td+td {
        border-left: none;
        border-top: dotted 1px #d2c4b7;
        width: 100%;
        padding: 2.8358208955% 2.9850746269% 2.8358208955% 6.1194029851%;
    }
    .day_sec tr:nth-last-child(2) th,
    .day_sec tr:last-child td {
        border-bottom: none;
    }
    .day_sec .apply_area {
        margin-top: 10.4%;
    }
    .day_sec .apply_area h3.inner {
        padding: 5.0666666667% 5.3333333333% 0;
        font-size: 24.65px;
        font-size: 6.5733333333vw;
    }
    .day_sec .apply_area h3.inner:before,
    .day_sec .apply_area h3.inner:after {
        width: 100%;
        height: 0.1419878296em;
    }
    .day_sec .apply_area .inner {
        padding: 0.5333333333% 0 7.4666666667%;
        display: block;
        text-align: center;
    }
    .day_sec .apply_area .left_area {
        width: 100%;
    }
    .day_sec .apply_area .left_area .date {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .day_sec .apply_area .left_area .date b {
        font-size: 19px;
        font-size: 5.0666666667vw;
    }
    .day_sec .apply_area .left_area .date span {
        margin: 0 0.2692307692em;
        font-size: 13px;
        font-size: 3.4666666667vw;
    }
    .day_sec .apply_area .left_area .date span~b {
        font-size: 18px;
        font-size: 4.8vw;
        letter-spacing: 0;
    }
    .day_sec .apply_area .left_area .date small {
        margin: 0 .1em;
        font-size: 12px;
        font-size: 3.2vw;
    }
    .day_sec .apply_area .left_area .date+p {
        margin-top: -.15em;
        text-indent: 0;
    }
    .day_sec .apply_area .left_area p {
        font-size: 22px;
        font-size: 5.8666666667vw;
    }
    .day_sec .apply_area .right_area {
        margin-top: 3.4666666667%;
        width: 100%;
        font-size: 13.5px;
        font-size: 3.6vw;
    }
    .day_sec .apply_area .right_area figure {
        margin: 0;
        position: relative;
    }
    .day_sec .apply_area .right_area p {
        margin-top: .25em;
        text-align: center;
    }
    .youtube_wrap {
        padding: 10.6666666667% 0 0;
    }
    .youtube_wrap .youtube {
        margin: 0 auto;
        padding-top: 56.25%;
        position: relative;
        width: 89.3333333333%;
    }
    .youtube_wrap .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .youtube_wrap .attentions {
        margin: 1em auto 0;
        width: 89.3333333333%;
    }
    #footer {
        position: relative;
        height: 4.1666666667em;
        font-size: 12px;
        font-size: 3.2vw;
        letter-spacing: .01em;
    }
    #footer .inner {
        position: static;
    }
    #footer .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 30.4%;
    }
    #footer p {
        margin: 2.5373134328% 0 0 34.1791044776%;
        line-height: 1.4;
        letter-spacing: .005em;
        white-space: nowrap;
    }
    .document_wrap {
        padding: 13.3333333333% 5.3333333333%;
        text-align: center;
        background: url(../images/index/document-bg-sp.jpg) no-repeat;
        background-size: cover;
    }
    /*document
-------------------------------------------------- */
    .document .day2 {
        padding: 13.3333333333% 0;
    }
    .document .day_sec h2>b {
        text-indent: 0;
    }
    .document #lead h2+p {
        font-size: 18px;
        font-size: 4.8vw;
    }
    .document .day_sec td+td {
        padding: 2.9850746269% 5.9701492537%;
    }
    .document td a {
        font-size: 14px;
        font-size: 3.7333333333vw;
    }
}


.mb-md-5 {
    margin-bottom: 50px;
}

.mb-md-4 {
    margin-bottom: 40px;
}

.mb-md-3 {
    margin-bottom: 30px;
}

.mb-md-2 {
    margin-bottom: 20px;
}

.mb-md-1 {
    margin-bottom: 10px;
}

.font-weight-bold {
    font-weight: bold!important;
}

.hotel_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel_box .img {
    width: 40%;
    margin-right: 40px;
    height: 100%;
}

.hotel_box .text {
    width: 60%;
}

.covid_box {
    padding: 100px 0 50px 0;
}

.covid_box a {
    color: blue;
}

.covid_box a:hover {
    text-decoration: underline;
}

.covid_box p{
    text-align: center;
    font-size: 30px;
}


@media only screen and (max-width: 750px) and (orientation: portrait) {

    .text_area .place .online {
        font-size: 20px!important;
    }
    .hotel_box {
        flex-flow: column;
    }
    .hotel_box .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .hotel_box .text {
        width: 100%;
        padding: 0 25px;
    }

    .covid_box {
        padding: 40px 25px;
    }

    .covid_box p{
    text-align: center;
    font-size: 20px;
}
}