@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: sans-serif;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {
    html,
    body {
        font-size: 1.86667vw;
    }
}

body {
    min-width: 1000px;
    line-height: 1.5;
}

@media screen and (max-width: 800px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

@media screen and (max-width: 800px) {
    .contents {
        width: auto;
    }
}

/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    width: 980px;
}

@media screen and (max-width: 800px) {
    .keyvisual {
        width: auto;
    }
}

.keyvisual__img img {
    width: 100%;
}

.keyvisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
    .keyvisual__title {
        width: 80.26667vw;
    }
}

/* ---------------------------------------------
*   lead
--------------------------------------------- */
.lead {
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    width: 860px;
}

@media screen and (max-width: 800px) {
    .lead {
        padding: 0 2.66667vw;
        width: auto;
    }
}

.lead__text {
    text-align: center;
    letter-spacing: -0.01em;
    font-size: 18px;
    line-height: 3;
    background-image: url(../images/img_text_line.png);
    background-repeat: repeat-y;
/*    background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, white 50%, white 100%), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 95%, #b3b05a 100%);
    background-repeat: repeat-x,repeat-y;
    background-size: 10px 100%,100% 2.5em;*/
}

@media screen and (max-width: 800px) {
    .lead__text {
        padding-bottom: 1em;
        letter-spacing: 0;
        background-size: auto 16%;
        font-size: 1.43286rem;
        letter-spacing: 3px;
    }
}

/* ---------------------------------------------
*   note-text
--------------------------------------------- */
.note-text {
    margin-top: 10px;
    margin-left: 570px;
    text-indent: -1em;
    font-size: 13px;
}

@media screen and (max-width: 800px) {
    .note-text {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 1.63286rem;
    }
}

.recommended {
	position: relative;
	text-align: center;
	margin-top: 45px;
	font-size: x-large;
	color: #565656;
}

@media screen and (max-width: 800px) {
	.recommended {
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-size: medium;
	}	
}

/* ---------------------------------------------
*   schedule
--------------------------------------------- */
.schedule {
    margin-top: 70px;
}

@media screen and (max-width: 800px) {
    .schedule {
        margin-top: 47px;
    }
}

.schedule__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.schedule__head-nitiji{
    margin: 50px 0;
    position: relative;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    outline: none;
    font-size: 28px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
    font-weight: normal;
}

@media screen and (max-width: 800px){
    .schedule__head-nitiji{
        font-size: 4vw;
    }
}


.schedule__head:before, .schedule__head:after {
    position: absolute;
    top: 70%;
    display: inline-block;
    width: 125px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .schedule__head:before, .schedule__head:after {
        width: 3.56667vw;
    }
}

.schedule__head:before {
    left: 0;
}

.schedule__head:after {
    right: 0;
}

.schedule__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .schedule__head-text {
        -ms-flex-align: center;
        font-size: 3.86667vw;
        -webkit-box-align: center;
        align-items: center;
    }
}

.schedule__head-text:before, .schedule__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #627c53;
    content: "";
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before, .schedule__head-text:after {
        height: 4.66667vw;
    }
}

.schedule__head-text:before {
    margin-top: 25px;
    margin-right: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before {
        margin-top: 10px;
        margin-right: 4.5vw;
    }
}

.schedule__head-text:after {
    margin-top: 30px;
    margin-left: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:after {
        margin-top: 10px;
        margin-left: 2.5vw;
    }
}

/*  schedule-day
--------------------------------------------- */
.schedule-day {
    display: block;
    text-align: center;
    margin-top: 45px;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
}

@media screen and (max-width: 800px) {
    .schedule-day {
        margin-top: 20px;
        font-size: 15px;
    }
}

.schedule-day--3 {
    margin-top: 110px;
}

@media screen and (max-width: 800px) {
    .schedule-day--3 {
        margin-top: 30px;
    }
}

/*  schedule-content
--------------------------------------------- */
.schedule-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-top: 40px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .schedule-content {
        margin-top: 30px;
        padding: 0 2.66667vw;
    }
}

.schedule-content__dot {
    width: 86px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot {
        padding-top: 18px;
        width: 50px;
    }
}

.schedule-content__dot--1 {
    padding-top: 12px;
    padding-bottom: 40px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--1 {
        width: 50px;
        padding-top: 30px;
    }
}

.schedule-content__dot--3 {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--3 {
        width: 50px;
    }
}


.schedule-content__dot-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    /*height: 100%;*/
    background: url(../images/img_line.png) center 0 repeat-y;
    background-size: 2px 12px;
}

@media screen and (max-width: 800px) {
    .schedule-content__inner {
        width: calc(100% - 50px);
    }
}

.schedule-content__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #ececec;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 800px) {
    .schedule-content__block:before {
        left: -50px;
        width: 50px;
        height: 25px;
        background-size: cover;
        font-size: 12px;
    }
}

.schedule-content__time {
    position: absolute;
    top: 50%;
    left: -86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 86px;
    height: 37px;
    background: url(../images/img_b1.png) 0 0 no-repeat;
    color: #fff;
    content: "";
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .schedule-content__time {
        left: -43px;
        width: 43px;
        height: 20px;
        background-size: 100% 100%;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
    }
}

.schedule-content__block--1 {
    margin-bottom: 27px;
    height: 55px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--1 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--2 {
    margin-bottom: 30px;
    height: 250px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--2 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--3 {
    width: 620px;
    height: 150px;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--3 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--4 {
    margin-bottom: 30px;
    width: 620px;
    height: 780px;
}

.schedule-content__text-subcontent{
    color: #cf6600;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--4 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--5 {
    margin-bottom: 30px;
    width: 620px;
    height: 153px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--5 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--6 {
    margin-bottom: 30px;
    width: 620px;
    height: 145px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--6 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--7 {
    width: 620px;
    margin-bottom: 30px;
    height: 115px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--7 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--8 {
    margin-bottom: 30px;
    width: 620px;
    height: 150px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--8 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--9 {
    margin-bottom: 30px;
    width: 620px;
    height: 255px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--9 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--10 {
    margin-bottom: 30px;
    width: 620px;
    height: 198px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--10 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--11 {
    margin-bottom: 30px;
    height: 55px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--11 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__img {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 800px) {
    .schedule-content__img {
        margin-left: auto;
        margin-right: auto;
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }
}

.schedule-content__img--1 {
    top: 0px;
    right: 0;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--1 {
        width: 60%;
    }
}

.schedule-content__img--2 {
    top: 260px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--2 {
        width: 60%;
        margin-bottom: 20px;
    }
}

.schedule-content__img--3 {
    top: 542px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--3 {
        width: 60%;
    }
}

.schedule-content__img--4 {
    top: 800px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--4 {
        width: 60%;
    }
}


.schedule-content__img--5 {
    top: 1060px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--5 {
        width: 60%;
    }
}

.schedule-content__img--6 {
    top: 1320px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--6 {
        width: 60%;
    }
}

.schedule-content__img--7 {
    top: 1818px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--7 {
        width: 60%;
    }
}

.schedule-content__img--8 {
    top: 2078px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--8 {
        width: 60%;
    }
}

.schedule-content__img--9 {
    top: 2310px;
    width: 245px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--9 {
        width: 60%;
    }
}

.schedule-content__text {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 19px;
    line-height: 1.6;
}

@media screen and (max-width: 800px) {
    .schedule-content__text {
        font-size: 13px;
        letter-spacing: 2px
    }
}

/* ---------------------------------------------
*   event
--------------------------------------------- */
.event {
    margin-top: 92px;
    background-color: #f7f3e4;
}

@media screen and (max-width: 800px) {
    .event {
        margin-top: 51px;
    }
}

.event__container {
    position: relative;
    padding: 60px 30px 40px;
}

@media screen and (max-width: 800px) {
    .event__container {
        padding: 17px 2.66667vw 30px;
    }
}

.event__container:before {
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    width: 308px;
    height: 228px;
    /* background-image: url(../images/img_summary1.png); */
    background-repeat: no-repeat;
    content: "";
}


@media screen and (max-width: 800px) {
    .event__container:before {
        top: 0;
        width: 66.26667vw;
        height: 34.4vw;
        background-size: cover;
    }
}

.event__container:after {
    position: absolute;
    top: 50px;
    right: 0;
    display: block;
    width: 315px;
    height: 90px;
    /* background-image: url(../images/img_summary2.png); */
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 800px) {
    .event__container:after {
        top: 40px;
        width: 43.06667vw;
        height: 26vw;
        background-size: contain;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event__container:after {
        top: 20px;
        width: 35.46667vw;
    }
}

.event__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 800px) {
    .event__head {
        margin-top: 10px;
    }
}

.event__head:before, .event__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .event__head:before, .event__head:after {
        width: 16.66667vw;
    }
}

.event__head:before {
    left: 0;
}

.event__head:after {
    right: 0;
}

.event__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .event__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.event__head-text:before, .event__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #ff9122;
    content: "";
}

@media screen and (max-width: 800px) {
    .event__head-text:before, .event__head-text:after {
        height: 4.66667vw;
    }
}

.event__head-text:before {
    margin-right: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .event__head-text:before {
        margin-right: 10.4vw;
    }
}

.event__head-text:after {
    margin-left: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .event__head-text:after {
        margin-left: 10.4vw;
    }
}

.event__head:before, .event__head:after {
    content: none;
}

/*  event-content
--------------------------------------------- */
.event-content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 45px;
    padding: 35px 30px;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    .event-content {
        margin-top: 25px;
        padding: 17px 7px 26px 7px;
    }
}

.event-content__table th,
.event-content__table td {
    padding-bottom: 30px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .event-content__table th,
    .event-content__table td {
        display: block;
        padding-bottom: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .event-content__table td {
        padding-left: 1em;
        padding-bottom: 10px;
    }
}

.event-content__table th {
    width: 180px;
    color: #ff8000;
    vertical-align: top;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .event-content__table th {
        width: auto;
        padding-left: 10px;
        font-size: 14px;
    }
}

.event-content__small {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .event-content__small {
        font-size: 13px;
    }
    .event-content__small--sp-no-indent {
        padding-left: 0;
        text-indent: 0;
    }
}

/*  oubo-txt
--------------------------------------------- */
.oubo-txt {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .oubo-txt {
        margin-top: 10px;
        font-size: 13px;
    }
}

/*  oubo-btn
--------------------------------------------- */
.oubo-btn {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 302px;
    height: 66px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .oubo-btn {
        margin-top: 4.66667vw;
        width: 55%;
        height: 13vw;
    }
}

.oubo-btn__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media screen and (max-width: 800px) {
    .oubo-btn__link {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.oubo-btn__link:hover {
    opacity: 0.7;
}

.oubo-btn__text {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/icon_arrow.svg);
    background-position: right 25px top 50%;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text {
        background-position: right 6vw top 50%;
        background-size: 1.06667vw 1.86667vw;
        font-size: 2.14286rem;
    }
}

.oubo-btn__text--done {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/btn_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.2;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done {
        padding-top: 2vw;
        padding-left: 3vw;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        line-height: 1.3;
    }
}

.oubo-btn__text--done:before {
    position: absolute;
    left: 15px;
    content: "";
    width: 52px;
    height: 42px;
    display: inline-block;
    background: url(../images/icon_fan.svg) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done:before {
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        width: 6.93333vw;
        height: 5.6vw;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done {
        font-size: 12px;
    }
}

.oubo-btn__text--small {
    letter-spacing: 0.1em;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--small {
        font-size: 1.54286rem;
    }
}

.oubo-btn__text--large {
    letter-spacing: 0.1em;
    font-size: 20px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--large {
        font-size: 2.04286rem;
    }
}

/* ---------------------------------------------
*   event-info
--------------------------------------------- */
.event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .event-info__list {
        display: block;
        margin-top: 15px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info__list {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .event-info__list:first-child {
        margin-top: 0;
    }
}

.event-info__list-item {
    margin-top: 8px;
    font-size: 16px;
}

.event-info__list-toiawase{
    margin-right: 30px;
}

@media screen and (max-width: 800px){
    .event-info__list-toiawase{
        margin-top: 12px;
    }
}

@media screen and (max-width: 800px) {
    .event-info__list-item {
        font-size: 12px;
    }
}

.event-info__list-item:first-child {
    margin-top: 0;
}

.event-info__list-item--mgt {
    margin-top: 25px;
}

@media screen and (max-width: 800px) {
    .event-info__list-item--mgt {

    }
}

/* ---------------------------------------------
*   charm
--------------------------------------------- */
.charm {
    margin-top: 90px;
}

@media screen and (max-width: 800px) {
    .charm {
        margin-top: 34px;
    }
}

.charm__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.charm__head:before, .charm__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .charm__head:before, .charm__head:after {
        width: 21.66667vw;
    }
}

.charm__head:before {
    left: 0;
}

.charm__head:after {
    right: 0;
}

.charm__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .charm__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.charm__head-text:before, .charm__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #627c53;
    content: "";
}

@media screen and (max-width: 800px) {
    .charm__head-text:before, .charm__head-text:after {
        height: 4.66667vw;
    }
}

.charm__head-text:before {
    margin-right: 80px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:before {
        margin-right: 10.4vw;
    }
}

.charm__head-text:after {
    margin-left: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:after {
        margin-left: 10.4vw;
    }
}

/*  charm-content
--------------------------------------------- */
.charm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 68px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .charm-content {
        display: block;
        margin-top: 25px;
        padding: 0 2.66667vw;
    }
}

/*  charm-block
--------------------------------------------- */
.charm-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 10px 40px 10px;
    width: 320px;
    background-color: #f2efea;
    background-image: url(../images/img_foot.png);
    background-position: right 15px bottom 18px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
    .charm-block {
        margin-top: 15px;
        padding: 15px 15px 20px;
        width: auto;
        background-position: right 25px bottom 8px;
        -webkit-background-size: 25px;
        background-size: 25px;
    }
}

.charm-block:nth-child(1), .charm-block:nth-child(2), .charm-block:nth-child(3) {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .charm-block:nth-child(1), .charm-block:nth-child(2), .charm-block:nth-child(3) {
        margin-top: 15px;
    }
}

.charm-block__img {
    height: 194px;
}

@media screen and (max-width: 800px) {
    .charm-block__img {
        height: auto;
    }
}

.charm-block__img img {
    width: 100%;
    height: 100%;
}

.charm-block__text {
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

@media screen and (max-width: 800px) {
    .charm-block__text {
        padding-top: 20px;
    }
}

/* ---------------------------------------------
*   migration
--------------------------------------------- */
.migration {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 122px;
    padding: 45px 30px 25px;
    background-color: #dae7d7;
}

@media screen and (max-width: 800px) {
    .migration {
        margin-top: 22px;
        padding: 15px 15px 30px;
    }
}

.migration__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.migration__head:before, .migration__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .migration__head:before, .migration__head:after {
        width: 16.66667vw;
    }
}

.migration__head:before {
    left: 0;
}

.migration__head:after {
    right: 0;
}

.migration__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .migration__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.migration__head-text:before, .migration__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #627c53;
    content: "";
}

@media screen and (max-width: 800px) {
    .migration__head-text:before, .migration__head-text:after {
        height: 4.66667vw;
    }
}

.migration__head-text:before {
    margin-right: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .migration__head-text:before {
        margin-right: 10.4vw;
    }
}

.migration__head-text:after {
    margin-left: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .migration__head-text:after {
        margin-left: 10.4vw;
    }
}

.migration__head:before, .migration__head:after {
    content: none;
}

.migration__head-text:before, .migration__head-text:after {
    background-color: #627c53;
}

/*  migration-content
--------------------------------------------- */
.migration-content {
    margin-top: 40px;
    padding: 40px 0 15px;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    .migration-content {
        margin-top: 13px;
        padding: 20px 10px;
    }
}

.migration-content__head {
    display: block;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .migration-content__head {
        font-size: 12px;
    }
}

.migration-content__table {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .migration-content__table br {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .migration-content__table {
        margin-top: 19px;
    }
}

.migration-content__table th,
.migration-content__table td {
    padding-bottom: 30px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .migration-content__table th,
    .migration-content__table td {
        padding-bottom: 15px;
        font-size: 12px;
    }
}

.migration-content__table th {
    width: 165px;
    color: #627c53;
}

@media screen and (max-width: 800px) {
    .migration-content__table th {
        width: 105px;
        color: #627c53;
    }
}

/* ---------------------------------------------
*   more-info
--------------------------------------------- */
.more-info {
    margin-top: 70px;
}

@media screen and (max-width: 800px) {
    .more-info {
        margin-top: 30px;
        padding: 0 2.66667vw;
    }
}

.more-info__container {
    padding: 55px 58px 48px;
    border: dashed 1px #c5a67c;
}

@media screen and (max-width: 800px) {
    .more-info__container {
        padding: 25px 12px 23px;
    }
}

.more-info__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.more-info__head:before, .more-info__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .more-info__head:before, .more-info__head:after {
        width: 16.66667vw;
    }
}

.more-info__head:before {
    left: 0;
}

.more-info__head:after {
    right: 0;
}

.more-info__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .more-info__head-text {
        -ms-flex-align: center;
        font-size: 3.86667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.more-info__head-text:before, .more-info__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #ff9327;
    content: "";
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before, .more-info__head-text:after {
        height: 4.66667vw;
    }
}

.more-info__head-text:before {
    margin-right: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before {
        margin-right: 10.4vw;
    }
}

.more-info__head-text:after {
    margin-left: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .more-info__head-text:after {
        margin-left: 10.4vw;
    }
}

.more-info__head:before, .more-info__head:after {
    content: none;
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before {
        margin-right: 3.73333vw;
    }
}

@media screen and (max-width: 800px) {
    .more-info__head-text:after {
        margin-left: 3.73333vw;
    }
}

/*  more-content
--------------------------------------------- */
.more-content {
    margin-top: 65px;
}

@media screen and (max-width: 800px) {
    .more-content {
        margin-top: 35px;
    }
}

.more-content__head {
    padding: 5px 0 5px 18px;
    background-color: #ffbf7f;
}

.more-content__head-text {
    display: block;
    color: #291d1a;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .more-content__head-text {
        font-size: 12px;
    }
}

.more-content__inner {
    padding-left: 15px;
}

@media screen and (max-width: 800px) {
    .more-content__inner {
        padding-left: 0;
    }

}

.more-content__list {
    margin-top: 30px;
}

.more-content__list-item {
    margin-top: 10px;
}

@media screen and (max-width: 800px) {
    .more-content__list-item {
        margin-top: 5px;
    }
}

.more-content__list-item:first-child {
    margin-top: 0;
}

.more-content__link {
    display: inline-block;
    color: #cf6600;
    font-size: 18px;
    -webkit-transition: opacity 3s;
    transition: opacity .3s;
}

@media screen and (max-width: 800px) {
    .more-content__link {
        font-size: 13px;
    }
}

.more-content__link:hover {
    opacity: 0.7;
}



.more-content__text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 800px) {
    .more-content__text {
        margin-top: 17px;
        margin-bottom: 17px;
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   note-wrap
--------------------------------------------- */
@media screen and (max-width: 800px) {
    .note-wrap {
        padding: 0 2.66667vw;
    }
}

/* ---------------------------------------------
*   note
--------------------------------------------- */
.note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .note {
        margin-top: 17px;
    }
}

.note--bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 25px 65px 35px;
    background-color: #f6f0ed;
}

@media screen and (max-width: 800px) {
    .note--bg {
        padding: 20px 10px;
    }
}

.note__list {
    width: 460px;
}

@media screen and (max-width: 800px) {
    .note__list {
        padding-left: 10px;
        width: auto;
    }
}

.note__list--event {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

@media screen and (max-width: 800px) {
    .note__list--event {
        padding-left: 10px;
    }
}

.note__list--lower {
    padding-left: 0;
}

.note__list-item {
    line-height: 2.2;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .note__list-item {
        font-size: 11px;
    }
}

.note__list-item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .note__list-item--lower {
        line-height: 1.8;
    }
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    margin-top: 60px;
    padding: 40px 0;
    background-color: #1572d4;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .footer {
        margin-top: 17px;
        padding: 21px 0;
    }
}

.footer__link {
    transition: opacity .3s;
}

.footer__link:hover {
    opacity: .8;
}

.footer__text {
    color: #fff;
}

@media screen and (max-width: 800px) {
    .footer__text {
        font-size: 12px;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ==========================================================
*
*   utility
*
========================================================== */
@media screen and (min-width: 801px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .sp-hide {
        display: none !important;
    }
}
