@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%;
    max-height: 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: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 870px;
}

@media screen and (max-width: 800px) {
    .lead {
        padding: 0 2.66667vw;
        width: auto;
        margin-top: 5vw;
    }
}

.lead__text {
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 18px;
    line-height: 3;
    background-image: url(../images/img_text_line.png);
    background-repeat: repeat-y;
    background-size: contain;
}

@media screen and (max-width: 800px) {
    .lead__text {
        letter-spacing: 0;
        background-size: auto 12.5%;
        font-size: 1.43286rem;
        letter-spacing: 0.25em;
        -webkit-text-size-adjust: none;
    }
}

/* ---------------------------------------------
*   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: 65px;
}

@media screen and (max-width: 800px) {
    .schedule {
        margin-top: 35px;
    }
}

.schedule__head {
    position: relative;
    text-align: center;
    line-height: 1;
}
.schedule__head-days {
    margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days {
        margin-top: 5vw;
    }
}
.schedule__head-days--02 {
    margin-top: 70px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days--02 {
        margin-top: 3vw;
    }
}
.schedule__head-days--03 {
    margin-top: 70px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days--03 {
        margin-top: 3vw;
    }
}
.schedule__head-nitiji{
    margin: 5px 0px 0px 0px;
    position: relative;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    outline: none;
    font-size: 28px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    font-weight: normal;
    top: 10px;
}
@media screen and (max-width: 800px){
    .schedule__head-nitiji{
        font-size: 4vw;
        margin: 0px 0px 5px 0px;
        top: 20px;
    }
}
.schedule__head-nitiji.schedule__head-nitiji--day1 {
    margin-top: 40px;
}
@media screen and (max-width: 800px) {
    .schedule__head-nitiji.schedule__head-nitiji--day1 {
        margin-top: 0px;
    }
}
.schedule__head-nitiji-youbi{
    position: relative;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    outline: none;
    font-size: 28px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    font-weight: normal;
    top: -2px;
}
@media screen and (max-width: 800px) {
    .schedule__head-nitiji-youbi{
        font-size: 4vw;
        top: 10px;
    }
}



.schedule__head:before, .schedule__head:after {
    position: absolute;
    top: 70%;
    display: inline-block;
    width: 120px;
    border-top: 2px dashed #ebf4f4;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .schedule__head:before, .schedule__head:after {
        width: 7vw;
    }
}

.schedule__head:before {
    left: 0;
}

.schedule__head:after {
    right: 0px;
}

.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.3;
    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: #629d9c;
    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: 70px;
    -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: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:after {
        margin-top: 10px;
        margin-left: 4.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;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .schedule-content {
        margin-top: 20px;
        padding: 0 2.66667vw;
    }
}

.schedule-content--2 {
    margin-top: 0;
}

.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-bottom: 100px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--1 {
        padding-top: 25px;
        padding-bottom: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 440px) {
    .schedule-content__dot--1 {
        padding-bottom: 80px;
    }
}

.schedule-content__dot--2 {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--2 {
        width: 50px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

.schedule-content__dot--3 {
    padding-top: 60px;
    padding-bottom: 50px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--3 {
        width: 50px;
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

.schedule-content__dot-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    /*height: 1055px;*/
    background: url(../images/img_line.png) center 20px repeat-y;
}
@media screen and (max-width: 800px) {
    .schedule-content__dot-inner {
        /*height: 86%;*/
    }
}
@media screen and (max-width: 400px) {
    .schedule-content__dot-inner {
        /*height: 87%;*/
    }
}

@media screen and (max-width: 800px) {
    .schedule-content__inner {
        width: calc(100% - 50px);
    }
}

.schedule-content__dot-inner--2 {
    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 -2vw repeat-y;
    /*height: 1500px;*/
}
@media screen and (max-width: 800px) {
    .schedule-content__dot-inner--2 {
        /*height: 101%;*/
    }
}
@media screen and (max-width: 800px) {
    .schedule-content__inner--2 {
        width: calc(100% - 50px);
    }
}

.schedule-content__dot-inner--3 {
    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 -2vw repeat-y;
    /*height: 1500px;*/
}
@media screen and (max-width: 800px) {
    .schedule-content__dot-inner--3 {
        /*height: 101%;*/
    }
}
@media screen and (max-width: 800px) {
    .schedule-content__inner--3 {
        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 16px;
    background-color: #e4f9f8;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}
.schedule-content__block-green {
    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 16px;
    background-color: #bdda9f;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}
.schedule-content__block-yellow {
    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 16px;
    background-color: #efdb8d;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}
.schedule-content__block-red {
    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 12px 10px 15px;
    background-color: #ecdcf2;

    -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: 110% 100%;
        font-size: 12px;
    }
}
.schedule-content__time.bg-green {
    background: url(../images/img_b2.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-green {
        background-size: 110% 100%;
    }
}
.schedule-content__time.bg-yellow {
    background: url(../images/img_b3.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-yellow {
        background-size: 110% 100%;
    }
}

.schedule-content__time.bg-red {
    background: url(../images/img_b2.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-red {
        background-size: 110% 100%;
    }
}


@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
    }
}

/*  days--01
--------------------------------------------- */
.schedule-content__block--1 {
    margin-bottom: 30px;
    height: 90px;
    width: 893px;
}

@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: 120px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--2 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--3 {
    margin-bottom: 30px;
    height: 155px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--3 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--4 {
    margin-bottom: 30px;
    height: 165px;
    width: 580px;
}

.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;
    height: 100px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--5 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--6 {
    margin-bottom: 30px;
    height: 170px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--6 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--7 {
    height: 163px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--7 {
        width: auto;
        height: auto;
    }
}

/*  days--02
--------------------------------------------- */
.schedule-content__block--8 {
    margin-bottom: 30px;
    height: 62px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--8 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--9 {
    margin-bottom: 30px;
    height: 170px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--9 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--10 {
    margin-bottom: 30px;
    height: 166px;
    width: 580px;
}

@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: 160px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--11 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--12 {
    margin-bottom: 30px;
    height: 165px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--12 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--13 {
    margin-bottom: 30px;
    height: 155px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--13 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--14 {
    margin-bottom: 30px;
    height: 62px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--14 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}
.schedule-content__block--15 {
    height: 100px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--15 {
        width: auto;
        height: auto;
    }
}

/*  days--03
--------------------------------------------- */
.schedule-content__block--16 {
    margin-bottom: 30px;
    height: 62px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--16 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--17 {
    margin-bottom: 30px;
    height: 113px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--17 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--18 {
    margin-bottom: 30px;
    height: 163px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--18 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--19 {
    margin-bottom: 30px;
    height: 132px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--19 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--20 {
    margin-bottom: 30px;
    height: 138px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--20 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--21 {
    margin-bottom: 30px;
    height: 190px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--21 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--22 {
    margin-bottom: 30px;
    height: 102px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--22 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--23 {
    margin-bottom: 30px;
    height: 102px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--23 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--24 {
    margin-bottom: 10px;
    height: 62px;
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--24 {
        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;
    }
}

/*  days--01
--------------------------------------------- */
.schedule-content__img--1 {
    top: 269px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--1 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--2 {
    top: 508px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--2 {
        width: 60%;
        margin-bottom: 20px;
        height: auto;
    }
}

.schedule-content__img--3 {
    top: 750px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--3 {
        width: 60%;
        height: auto;
    }
}

/*  days--02
--------------------------------------------- */
.schedule-content__img--4 {
    top: 92px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--4 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--5 {
    top: 335px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--5 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--6 {
    top: 573px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--6 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--7 {
    top: 814px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--7 {
        width: 60%;
        height: auto;
    }
}

/*  days--03
--------------------------------------------- */
.schedule-content__img--8 {
    top: 235px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--8 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--9 {
    top: 758px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--9 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__text {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17.8px;
    line-height: 1.6;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 800px) {
    .schedule-content__text {
        font-size: 12px;
        letter-spacing: 2px
    }
}

.schedule-content__text-tyuui{
    font-size: 17px;
    text-align: left;
    width: 610px;
    padding-left: 500px;
}

@media screen and (max-width: 800px) {
    .schedule-content__text-tyuui{
        font-size: 9px;
        width: 90%;
        padding-left: 10px;
    }
}


/* ---------------------------------------------
*   event
--------------------------------------------- */
.event {
    margin-top: 85px;
    background-color: #bade8f;
}

@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;
        margin-top: 0;
    }
}

.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: #32672e;
    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: #32672e;
    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;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 800px) {
    .event-content__small {
        font-size: 12px;
    }
    .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: 10px;
    font-size: 16px;
}

.event-info__list-toiawase{
    margin-right: 50px;
}

@media screen and (max-width: 800px){
    .event-info__list-toiawase{
        margin-top: 5vw;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info__list-toiawase {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .event-info__list-item {
        font-size: 11px;
    }
}

.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: 80px;
}

@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: 250px;
    border-top: 2px dashed #629d9c;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .charm__head:before, .charm__head:after {
        width: 14.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: #629d9c;
    content: "";
}

@media screen and (max-width: 800px) {
    .charm__head-text:before, .charm__head-text:after {
        height: 4.66667vw;
    }
}

.charm__head-text:before {
    margin-right: 75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:before {
        margin-right: 4.4vw;
    }
}

.charm__head-text:after {
    margin-left: 75px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:after {
        margin-left: 4.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 30px 10px;
    width: 320px;
    background-color: #cff4f2;
    background-image: url(../images/img_foot1.png);
    background-position: right 28px bottom 16px;
    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-red {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px 10px 20px 10px;
    width: 320px;
    background-color: #ecdcf2;
    background-image: url(../images/img_foot2.png);
    background-position: right 15px bottom 18px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .charm-block-red {
        margin-top: 15px;
        padding: 15px 15px 20px;
        width: auto;
        background-position: right 25px bottom 8px;
        -webkit-background-size: 25px;
        background-size: 25px;
    }
}


.charm-block-green {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 10px 40px 10px;
    width: 320px;
    background-color: #bdda9f;
    background-image: url(../images/img_foot2.png);
    background-position: right 15px bottom 18px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .charm-block-green {
        margin-top: 15px;
        padding: 15px 15px 20px;
        width: auto;
        background-position: right 25px bottom 8px;
        -webkit-background-size: 25px;
        background-size: 25px;
    }
}
.charm-block-green.mt-style {
    margin-top: 0;
}
@media screen and (max-width: 800px) {
    .charm-block-green.mt-style {
        margin-top: 15px;
    }
}
.charm-block-yellow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 10px 40px 10px;
    width: 320px;
    background-color: #e7d488;
    background-image: url(../images/img_foot3.png);
    background-position: right 15px bottom 18px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .charm-block-yellow {
        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: 70px;
    padding: 45px 30px 30px;
    background-color: #bade8f;
}

@media screen and (max-width: 800px) {
    .migration {
        margin-top: 7vw;
        padding: 15px 15px 15px;
    }
}

.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: #32672e;
    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: #.migration__head-text:before, .migration__head-text:after;
}

/*  migration-content
--------------------------------------------- */
.migration-content {
    margin-top: 40px;
    padding: 40px 0 37px;
    background-color: #fff;
}
@media screen and (max-width: 800px) {
    .migration-content {
        margin-top: 13px;
        padding: 20px 10px;
    }
}
.migration-content p {
    width: 705px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -1em;
    padding-right: 1em;
    font-size: 16px;
}
@media screen and (max-width: 800px) {
    .migration-content p {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-indent: -1em;
        padding-right: 0;
        padding-left: 1px;
        font-size: 12px;
    }
}

.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;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .migration-content__table br {
        display: none;
        margin-right: 75px;
    }
}

@media screen and (max-width: 800px) {
    .migration-content__table {
        margin-top: 19px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2vw;
    }
}

.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: #32672e;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .migration-content__table th {
        width: 105px;
    }
}

.migration-content__text {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .migration-content__text {
        font-size: 12px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 800px) {
    .migration-content__table-textlong {
        word-break: break-all;
    }
}

/* ---------------------------------------------
*   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: 50px 58px 60px;
    border: dashed 1px #75b9b8;
}

@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: #629d9c;
    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: 40px;
    -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: 40px;
    -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: 5vw;
    }
}

.more-content__head {
    margin-bottom: 40px;
    padding: 5px 0 5px 18px;
    background-color: #8ed1cf;
}
@media screen and (max-width: 800px) {
    .more-content__head {
        margin-bottom: 5vw;
    }
}

.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__inner.last {
    margin-bottom:40px;
}

@media screen and (max-width: 800px) {
    .more-content__inner.last {
       margin-bottom: 30px;
    }
}

.more-content__place {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    margin-left: -9px;
}
@media screen and (max-width: 800px) {
    .more-content__place {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 12px;
        margin-left: -9px;
    }
}
.more-content__place.mt30 {
    margin-top: 35px;
}
@media screen and (max-width: 800px) {
    .more-content__place.mt30 {
        margin-top: 20px;
    }
}

.more-content__list {
    margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
    .more-content__list {
        margin-bottom: 8vw;
    }
}

.more-content__list-item {
    margin-top: 25px;
}

@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--1 {
    display: inline-block;
    color: #4c7978;
    font-size: 18px;
    -webkit-transition: opacity 3s;
    transition: opacity .3s;
}
@media screen and (max-width: 800px) {
    .more-content__link--1 {
        font-size: 12px;
    }
}

.more-content__link:hover {
    opacity: 0.7;
}

.more-content__text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
}

.more-content__text__link {
    color: #2a9a34
}

@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;
    padding-left: 30px;
    box-sizing: border-box;
}

@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;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
    .note__list-item {
        font-size: 11px;
    }
}

.note__text-link {
    color: #2a9a34
}

.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: 70px;
    padding: 40px 0;
    background-color: #0c6800;
    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;
    }
}
