/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  main {
    padding-top: 210px;
    padding-bottom: 120px;
  }
  main h1 {
    margin-left: 3%;
  }
  main h1 img {
    display: block;
    width: 100%;
  }
  main h1 span, main h1 em {
    display: block;
    padding-right: 3%;
    border-top: 1px solid var(--col-bd);
  }
  main h1 span img, main h1 em img {
    margin-top: -3px;
  }
  main h1 em {
    margin: 40px 0 0 48%;
    padding-left: 11%;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--col-bd);
  }
  main > .about h2,
  main #omotenashi h2 {
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid var(--col-hlt);
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--col-hlt);
  }
  main #policy h2,
  main #place h2,
  main #hotel h2,
  main #restaurant h2,
  main #party h2 {
    font-size: 6rem;
    line-height: 1;
    color: var(--col-hlt);
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  main #policy h2,
  main #place h2,
  main #hotel h2,
  main #restaurant h2,
  main #party h2 {
    font-size: 4.6vw;
  }
}
@media (min-width: 835px) {
  main #policy h2,
  main #place h2 {
    border-bottom: 1px solid var(--col-bd);
    margin-left: 7%;
  }
  main > .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 6%;
    margin-top: -20px;
  }
  main > .about figure {
    width: 50%;
    padding-top: 80px;
    overflow: hidden;
  }
  main > .about figure img {
    display: block;
    max-width: none;
    width: 103%;
  }
  main > .about .details {
    width: 37%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  main > .about .details .copy {
    font-size: 6.4rem;
    line-height: 1.4;
    color: var(--col-main);
  }
}
@media (min-width: 835px) and (max-width: 1260px) {
  main > .about .details .copy {
    font-size: 5vw;
  }
}
@media (min-width: 835px) {
  main > .about .details h2 {
    margin-top: 60px;
  }
  main > .about .details .note {
    margin-top: 30px;
  }
  main #omotenashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 9%;
    margin-top: 20px;
  }
  main #omotenashi figure {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1%;
  }
  main #omotenashi figure img {
    display: block;
    width: 49.5%;
  }
  main #omotenashi .details {
    width: 40%;
    padding-bottom: 50px;
  }
  main #omotenashi .details .copy {
    margin-top: 30px;
    font-size: 6rem;
    line-height: 1.4;
    color: var(--col-main);
  }
}
@media (min-width: 835px) and (max-width: 1350px) {
  main #omotenashi .details .copy {
    font-size: 4.4vw;
  }
}
@media (min-width: 835px) {
  main #omotenashi .details .note {
    margin-top: 45px;
  }
  main #policy {
    margin-top: 30px;
  }
  main #policy header {
    height: 336px;
    position: relative;
  }
  main #policy header figure {
    height: 100%;
    position: absolute;
    right: 7%;
    top: 0;
  }
  main #policy header figure img {
    display: block;
    height: 100%;
  }
  main #policy header h2 {
    position: relative;
  }
  main #policy header h2::before {
    content: url(../img/policy_icon.svg);
    width: 96px;
    display: block;
    margin-bottom: 30px;
    padding-top: 65px;
  }
  main #policy header h2::after {
    content: "";
    display: block;
    width: 7vw;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    left: -7vw;
    top: 113px;
  }
  main #policy header .copy {
    margin: 40px 0 0 7%;
  }
  main #policy .case {
    width: 86%;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #policy .case li {
    width: 23%;
  }
  main #policy .case li h3 {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    border-bottom: 1px solid var(--col-main);
    line-height: 1.1;
    color: var(--col-main);
  }
  main #policy .case li h3 em {
    font-size: 2rem;
    margin-right: 10px;
  }
  main #policy .case li .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  main #place {
    margin-top: 100px;
  }
  main #place h2 {
    margin-bottom: 75px;
  }
  main #place .chapter {
    width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #place .chapter:not(:first-of-type) {
    margin-top: 40px;
  }
  main #place .chapter figure {
    width: 43%;
  }
  main #place .chapter .details {
    width: 51%;
  }
  main #place .chapter .details .area {
    padding-left: 50px;
    font-size: 2.5rem;
    line-height: 39px;
    color: var(--col-main);
    position: relative;
  }
  main #place .chapter .details .area::before {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main #place .chapter .details h3 {
    display: inline-block;
    margin-top: 15px;
    background: #fff;
    border-bottom: 1px solid var(--col-main);
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--col-main);
  }
  main #place .chapter .details .note {
    margin-top: 25px;
    font-size: 1.2rem;
  }
  main #place .chapter .details .access {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  main #place .chapter .details .access em {
    margin-right: 20px;
    color: var(--col-main);
  }
  main #place .chapter .details .access a {
    margin-left: 20px;
    text-decoration: underline;
    color: var(--col-main);
  }
  main #place .chapter .details .experience {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.5%;
    padding-bottom: 30px;
  }
  main #place .chapter .details .experience dt {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--col-bd);
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--col-hlt);
  }
  main #place .chapter .details .experience dd {
    width: 31%;
    background: #fff;
    border-bottom: 1px solid var(--col-hlt);
    text-align: center;
    font-size: 1.3rem;
    line-height: 26px;
    position: relative;
  }
  main #place .chapter .details .experience dd::before, main #place .chapter .details .experience dd::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main #place .chapter .details .experience dd::before {
    height: 30px;
    border-left: 1px solid var(--col-hlt);
  }
  main #place .chapter .details .experience dd::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--col-hlt);
  }
  main #place .chapter.osaka .area::before {
    content: url(../img/icon_osaka.svg);
  }
  main #place .chapter.kyoto .area::before {
    content: url(../img/icon_kyoto.svg);
  }
  main #place .chapter.kobe .area::before {
    content: url(../img/icon_kobe.svg);
  }
  main #place .chapter.nara .area::before {
    content: url(../img/icon_nara.svg);
  }
  main > .activity {
    margin-top: 160px;
    padding-top: 130px;
    border-top: 1px solid var(--col-bd);
  }
  main > .activity .about {
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  main > .activity .about header {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  main > .activity .about header::before {
    content: "";
    display: block;
    width: 7vw;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    left: 0;
    top: 62px;
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  main > .activity .about header::before {
    top: 5.6vw;
  }
}
@media (min-width: 835px) {
  main > .activity .about header h2 {
    width: 65%;
    margin-top: 15px;
    padding-left: calc(7vw + 115px);
    position: relative;
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  main > .activity .about header h2 {
    padding-left: calc(14vw + 25px);
  }
}
@media (min-width: 835px) {
  main > .activity .about header h2 em {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  main > .activity .about header h2::before {
    content: "";
    display: block;
    width: 95px;
    height: 95px;
    position: absolute;
    left: 7vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  main > .activity .about header h2::before {
    width: 7vw;
    height: 7vw;
  }
}
@media (min-width: 835px) {
  main > .activity .about header h2::after {
    content: "";
    display: block;
    width: 30vw;
    max-width: 350px;
    padding-top: 23.7%;
    position: absolute;
    left: -20px;
    top: 120px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 835px) and (max-width: 1220px) {
  main > .activity .about header h2::after {
    top: 10vw;
  }
}
@media (min-width: 835px) {
  main > .activity .about header .scene {
    width: 35%;
    margin-top: 10px;
  }
  main > .activity .about .mv {
    width: 50%;
  }
  main > .activity .about .details {
    width: 37%;
    position: absolute;
    left: 7vw;
    top: calc(25px + 17vw);
  }
  main > .activity .about .details .copy {
    font-size: 2.5rem;
    line-height: 1.5;
    color: var(--col-main);
  }
  main > .activity .about .details .note {
    margin-top: 15px;
  }
  main > .activity .chapter {
    width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main > .activity .chapter > figure {
    width: 43%;
  }
  main > .activity .chapter > .details {
    width: 51%;
    margin-top: 5px;
  }
  main > .activity .chapter > .details h3 {
    display: inline-block;
    margin-left: 50px;
    background: #fff;
    border-bottom: 1px solid var(--col-main);
    font-size: 2.5rem;
    line-height: 1.1;
    color: var(--col-main);
    position: relative;
  }
  main > .activity .chapter > .details h3::before {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main > .activity .chapter > .details .ct span, main > .activity .chapter > .details .area span {
    display: inline-block;
    background: var(--col-main);
    padding: 0 0.5em;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
  }
  main > .activity .chapter > .details > .ct span, main > .activity .chapter > .details > .area span {
    margin-top: 20px;
  }
  main > .activity .chapter > .details > .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  main > .activity .chapter > .details .access {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  main > .activity .chapter > .details .access em {
    margin-right: 20px;
    color: var(--col-main);
  }
  main > .activity .chapter > .details .access a {
    margin-left: 20px;
    text-decoration: underline;
    color: var(--col-main);
  }
  main > .activity .chapter > .details .more a {
    display: block;
    background: var(--col-hlt);
    text-align: center;
    color: #fff;
    position: relative;
  }
  main > .activity .chapter > .details .more a::before, main > .activity .chapter > .details .more a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main > .activity .chapter > .details .more a::before {
    width: 40px;
    border-top: 1px solid #fff;
    right: 30px;
  }
  main > .activity .chapter > .details .more a::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    right: 25px;
  }
  main > .activity .chapter > .details > .more {
    margin-top: 35px;
  }
  main > .activity .chapter > .details > .more a {
    max-width: 325px;
    line-height: 45px;
  }
  main > .activity .chapter.osaka h3::before {
    content: url(../img/icon_osaka.svg);
  }
  main > .activity .chapter.kyoto h3::before {
    content: url(../img/icon_kyoto.svg);
  }
  main > .activity .chapter.kobe h3::before {
    content: url(../img/icon_kobe.svg);
  }
  main > .activity .chapter.nara h3::before {
    content: url(../img/icon_nara.svg);
  }
  main > .activity .chapter:not(:first-of-type) {
    margin-top: 40px;
  }
  main #hotel .about header h2::before {
    background-image: url(../img/hotel_icon.svg);
  }
  main #hotel .about header h2::after {
    background-image: url(../img/hotel_about_icons.svg);
  }
  main #restaurant .about header h2::before {
    background-image: url(../img/restaurant_icon.svg);
  }
  main #restaurant .about header h2::after {
    background-image: url(../img/restaurant_about_icons.svg);
  }
  main #restaurant .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #restaurant .shop:first-of-type {
    margin-top: 50px;
  }
  main #restaurant .shop:not(:first-of-type) {
    margin-top: 30px;
  }
  main #restaurant .shop:last-of-type {
    margin-bottom: 30px;
  }
  main #restaurant .shop picture {
    width: 35%;
  }
  main #restaurant .shop .details {
    width: 60%;
  }
  main #restaurant .shop .details h4 {
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid var(--col-main);
    font-size: 1.6rem;
    line-height: 1.1;
    color: var(--col-main);
  }
  main #restaurant .shop .details .ct {
    margin-top: 5px;
  }
  main #restaurant .shop .details .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main #restaurant .shop .details .more {
    margin-top: 15px;
  }
  main #restaurant .shop .details .more a {
    max-width: 325px;
    line-height: 45px;
  }
  main #party .about header h2::before {
    background-image: url(../img/party_icon.svg);
  }
  main #party .about header h2::after {
    background-image: url(../img/party_about_icons.svg);
  }
  main #party .chapter .details .capacity {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  main {
    padding-top: 130px;
    padding-bottom: 120px;
  }
  main h1 {
    margin-left: 3%;
  }
  main h1 img {
    display: block;
    width: 100%;
  }
  main h1 span, main h1 em {
    display: block;
    padding-right: 3%;
    border-top: 1px solid var(--col-bd);
  }
  main h1 span img, main h1 em img {
    margin-top: -1px;
  }
  main h1 em {
    margin: 20px 0 0 60%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--col-bd);
  }
  main > .about h2,
  main #omotenashi h2 {
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid var(--col-hlt);
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.03em;
    color: var(--col-hlt);
  }
  main #policy h2,
  main #place h2,
  main #hotel h2,
  main #restaurant h2,
  main #party h2 {
    font-size: 2.6rem;
    line-height: 1;
    color: var(--col-hlt);
  }
  main #policy h2,
  main #place h2 {
    border-bottom: 1px solid var(--col-bd);
    margin-left: 5%;
  }
  main > .about {
    margin-top: 40px;
    padding: 0 5%;
    position: relative;
  }
  main > .about figure {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 11rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main > .about .details .copy {
    font-size: 2.6rem;
    line-height: 1.6;
    color: var(--col-main);
  }
  main > .about .details h2 {
    margin-top: calc(11rem + 33vw + 70px);
  }
  main > .about .details .note {
    margin-top: 25px;
  }
  main #omotenashi {
    margin-top: 60px;
  }
  main #omotenashi figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1%;
    padding-right: 5vw;
  }
  main #omotenashi figure img {
    display: block;
    width: 49.5%;
  }
  main #omotenashi .details {
    margin-top: 45px;
    padding: 0 5%;
  }
  main #omotenashi .details .copy {
    margin-top: 30px;
    font-size: 2.6rem;
    line-height: 1.6;
    color: var(--col-main);
  }
  main #omotenashi .details .note {
    margin-top: 20px;
  }
  main #policy {
    margin-top: 70px;
  }
  main #policy header {
    min-height: 166px;
    position: relative;
  }
  main #policy header figure {
    height: 166px;
    position: absolute;
    right: 5%;
    top: 0;
  }
  main #policy header figure img {
    display: block;
    height: 100%;
  }
  main #policy header h2 {
    padding-top: 20px;
    position: relative;
  }
  main #policy header h2::before {
    content: "";
    display: block;
    background: url(../img/policy_icon.svg) center center/contain no-repeat;
    width: 47px;
    height: 47px;
    margin-bottom: 25px;
  }
  main #policy header h2::after {
    content: "";
    display: block;
    width: 5vw;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    left: -5vw;
    top: 43px;
  }
  main #policy header .copy {
    margin: 30px 5% 0;
  }
  main #policy .case {
    width: 90%;
    margin: 50px auto 0;
  }
  main #policy .case li:not(:first-of-type) {
    margin-top: 40px;
  }
  main #policy .case li h3 {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    border-bottom: 1px solid var(--col-main);
    font-size: 1.5rem;
    line-height: 1.1;
    color: var(--col-main);
  }
  main #policy .case li h3 em {
    font-size: 2.2rem;
    margin-right: 10px;
  }
  main #policy .case li .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main #place {
    margin-top: 80px;
  }
  main #place h2 {
    margin-bottom: 40px;
  }
  main #place .chapter {
    width: 90%;
    margin: 0 auto;
  }
  main #place .chapter:not(:first-of-type) {
    margin-top: 60px;
  }
  main #place .chapter .details {
    margin-top: 30px;
  }
  main #place .chapter .details .area {
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 2rem;
    line-height: 39px;
    color: var(--col-main);
    position: relative;
  }
  main #place .chapter .details .area::before {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main #place .chapter .details h3 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.5;
    color: var(--col-main);
    position: relative;
  }
  main #place .chapter .details h3 em {
    background: linear-gradient(to top, transparent, #fff 4px, #fff 2.5rem, transparent) no-repeat;
    text-decoration: underline;
  }
  main #place .chapter .details .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  main #place .chapter .details .access {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  main #place .chapter .details .access em {
    display: block;
    color: var(--col-main);
  }
  main #place .chapter .details .access a {
    text-decoration: underline;
    color: var(--col-main);
  }
  main #place .chapter .details .experience {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.5%;
    padding-bottom: 30px;
  }
  main #place .chapter .details .experience dt {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--col-bd);
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--col-hlt);
  }
  main #place .chapter .details .experience dd {
    width: 31%;
    background: #fff;
    border-bottom: 1px solid var(--col-hlt);
    text-align: center;
    font-size: 1.3rem;
    line-height: 26px;
    position: relative;
  }
  main #place .chapter .details .experience dd::before, main #place .chapter .details .experience dd::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main #place .chapter .details .experience dd::before {
    height: 30px;
    border-left: 1px solid var(--col-hlt);
  }
  main #place .chapter .details .experience dd::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--col-hlt);
  }
  main #place .chapter.osaka .area::before {
    content: url(../img/icon_osaka.svg);
  }
  main #place .chapter.kyoto .area::before {
    content: url(../img/icon_kyoto.svg);
  }
  main #place .chapter.kobe .area::before {
    content: url(../img/icon_kobe.svg);
  }
  main #place .chapter.nara .area::before {
    content: url(../img/icon_nara.svg);
  }
  main > .activity {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid var(--col-bd);
  }
  main > .activity .about {
    margin-bottom: 60px;
    position: relative;
  }
  main > .activity .about header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  main > .activity .about header::before {
    content: "";
    display: block;
    width: 5vw;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    left: 0;
    top: calc(13vw + 24px);
  }
  main > .activity .about header h2 {
    width: 50%;
    margin-top: 13vw;
    padding-left: calc(5vw + 65px);
    line-height: 1;
    position: relative;
  }
  main > .activity .about header h2 em {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
  }
  main > .activity .about header h2::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main > .activity .about header h2::after {
    content: "";
    display: block;
    width: 45vw;
    padding-top: 11vw;
    position: absolute;
    left: 5vw;
    bottom: calc(-11vw - 15px);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main > .activity .about .mv {
    margin-top: 30px;
    padding: 0 5%;
  }
  main > .activity .about .details {
    padding: 20px 5% 0;
  }
  main > .activity .about .details .copy {
    font-size: 2rem;
    line-height: 1.5;
    color: var(--col-main);
  }
  main > .activity .about .details .note {
    margin-top: 15px;
  }
  main > .activity .chapter {
    width: 90%;
    margin: 0 auto;
  }
  main > .activity .chapter > .details {
    margin-top: 20px;
  }
  main > .activity .chapter > .details h3 {
    margin-left: 50px;
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.5;
    color: var(--col-main);
    position: relative;
  }
  main > .activity .chapter > .details h3 em {
    background: linear-gradient(to top, transparent, #fff 4px, #fff 2.5rem, transparent) no-repeat;
    text-decoration: underline;
  }
  main > .activity .chapter > .details h3::before {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: -50px;
    top: 5px;
  }
  main > .activity .chapter > .details .ct span, main > .activity .chapter > .details .area span {
    display: inline-block;
    background: var(--col-main);
    padding: 0 0.5em;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
  }
  main > .activity .chapter > .details > .ct span, main > .activity .chapter > .details > .area span {
    margin-top: 15px;
  }
  main > .activity .chapter > .details > .note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  main > .activity .chapter > .details .access {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  main > .activity .chapter > .details .access em {
    display: block;
    color: var(--col-main);
  }
  main > .activity .chapter > .details .access a {
    text-decoration: underline;
    color: var(--col-main);
  }
  main > .activity .chapter > .details .more a {
    display: block;
    background: var(--col-hlt);
    text-align: center;
    color: #fff;
    position: relative;
  }
  main > .activity .chapter > .details .more a::before, main > .activity .chapter > .details .more a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main > .activity .chapter > .details .more a::before {
    width: 40px;
    border-top: 1px solid #fff;
    right: 30px;
  }
  main > .activity .chapter > .details .more a::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    right: 25px;
  }
  main > .activity .chapter > .details > .more {
    margin-top: 30px;
  }
  main > .activity .chapter > .details > .more a {
    line-height: 60px;
  }
  main > .activity .chapter.osaka h3::before {
    content: url(../img/icon_osaka.svg);
  }
  main > .activity .chapter.kyoto h3::before {
    content: url(../img/icon_kyoto.svg);
  }
  main > .activity .chapter.kobe h3::before {
    content: url(../img/icon_kobe.svg);
  }
  main > .activity .chapter.nara h3::before {
    content: url(../img/icon_nara.svg);
  }
  main > .activity .chapter:not(:first-of-type) {
    margin-top: 70px;
  }
  main #hotel .about header h2::before {
    background-image: url(../img/hotel_icon.svg);
  }
  main #hotel .about header h2::after {
    background-image: url(../img/hotel_about_icons.svg);
  }
  main #hotel .about header .scene {
    width: 50%;
  }
  main #restaurant .about header::before {
    top: calc(15vw + 24px);
  }
  main #restaurant .about header h2::before {
    background-image: url(../img/restaurant_icon.svg);
  }
  main #restaurant .about header h2::after {
    background-image: url(../img/restaurant_about_icons.svg);
  }
  main #restaurant .about header .scene {
    width: 47%;
  }
  main #restaurant .shop:first-of-type {
    margin-top: 30px;
  }
  main #restaurant .shop:not(:first-of-type) {
    margin-top: 40px;
  }
  main #restaurant .shop:last-of-type {
    margin-bottom: 30px;
  }
  main #restaurant .shop .details {
    margin-top: 15px;
  }
  main #restaurant .shop .details h4 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--col-main);
  }
  main #restaurant .shop .details h4 em {
    background: linear-gradient(to top, transparent, #fff 4px, #fff 1.6rem, transparent) no-repeat;
    text-decoration: underline;
  }
  main #restaurant .shop .details .ct {
    margin-top: 5px;
  }
  main #restaurant .shop .details .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  main #restaurant .shop .details .more {
    margin-top: 25px;
  }
  main #restaurant .shop .details .more a {
    line-height: 60px;
  }
  main #party .about header h2::before {
    background-image: url(../img/party_icon.svg);
  }
  main #party .about header h2::after {
    background-image: url(../img/party_about_icons.svg);
  }
  main #party .about header .scene {
    width: 47%;
  }
  main #party .chapter .details .capacity {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}