@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
#mainwrap #main {
    margin-bottom: 0;
}
#main {
    overflow: hidden;
}
#main .pc_only {
    display: none;
}

/* --------------------------------------------------------------------
#hz-nagasaki
-------------------------------------------------------------------- */
#hz-nagasaki {
    margin: 0 auto;
    color: #474747;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
}
#hz-nagasaki .mainBlock {
    position: relative;
}
#hz-nagasaki .mainBlock h1 {
    margin: 0 auto;
}
#hz-nagasaki .mainBlock .piceWrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;  
}
#hz-nagasaki .mainBlock .piceWrap .price {
    width: 91%;
    margin: 0 auto -0.05em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14vw;
    font-weight: 700;
    color: #28a900;    
    line-height: 1;
    text-align: right;
    box-sizing: border-box;
    white-space: nowrap;
}
#hz-nagasaki .mainBlock .piceWrap .price b {
    letter-spacing: -0.05em;
}
#hz-nagasaki .mainBlock .piceWrap .price i {
    font-size: 5vw;
}
#hz-nagasaki .mainBlock .piceWrap .pice-note {
    width: 91%;
    margin: 0.5em auto 36.8em;
    font-size: 2vw;
    color: #28a900;
    font-weight: 500;
}
#hz-nagasaki .mainBlock .piceWrap .pice-note li {
    line-height: 1.5;
}
#hz-nagasaki .btn {
    margin: 0 auto;
    display: inline-block;
}
#hz-nagasaki .btn a {
    padding: 3vw 12.5vw 3.5vw 7.5vw;
    color: #fff;
    font-size: 4vw;
    text-align: left;
    border-radius: 20vw;
    background: #ff7900;
    -webkit-box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    display: block;
    position: relative;
}
#hz-nagasaki .btn a::after {
    content: "";
    margin-top: -3.5vw;
    width: 7vw;
    height: 7vw;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("../img/icon_arrow.svg");
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
}
#hz-nagasaki h2.sub-ttl {
    font-family: "Kaisei Opti", serif;
    color: #28a900;
    font-size: 7.4vw;   
    font-weight: 700; 
    line-height: 1.2;
}
#hz-nagasaki h2.sub-ttl i {
    font-size: 4.6vw;
}
#hz-nagasaki h2.sub-ttl span {
    font-size:6vw;
}
#hz-nagasaki h2.sub-ttl em {
    color: #ffff00;
}

/*画像要素共通*/
#hz-lead::after,
#hz-lead h2::after,
#hz-place h2.sub-ttl::before,
#hz-place h2.sub-ttl::after,
#hz-place::after,
#hz-timetable caption span.from::after,
#hz-timetable caption span.to::before,
.about_airplane a::after,
#hz-spot::before,
#hz-spot::after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

/* #hz-lead
------------------------------------------------ */
#hz-lead {
    margin: 0 auto;
    padding: 7.5% 0 20%;
    text-align: center;
    background: url(../img/bg_route_bottom.png) no-repeat bottom -1px center;
    background-size: 100% auto;
    position: relative;
}
#hz-lead::after {
    background-image: url(../img/img_lead_airplane.png);
    width: 71.8vw;
    height: 18.8vw;
    left: 50%;
    bottom: -7vw;
    margin-left: -35.9vw;
    z-index: 2;
}
#hz-lead h2 {
    margin: 0 auto 0.88em;
    position: relative;    
}
#hz-lead h2::after {    
    background-image: url(../img/bg_lead_h2.png);
    width: 1.29em;
    height: 1.48em;    
    right: 0.13em;
    bottom: -0.8em;
}

/* #hz-place
------------------------------------------------ */
#hz-place {
    margin: 0 auto;
    padding: 12% 0 0;    
    background-size: 100% auto;
    position: relative;
    background-color: #5bc98e;
    text-align: center;
}
#hz-place::after {
    background-image: url(../img/bg_place.png);
    width: 100%;
    height: 4vw;
    left: 0;
    bottom: 0;
}
#hz-place .inner {
    margin: 0 auto;
    padding: 16vw 8vw 18vw 12vw;
    background: url(../img/bg_place_inner.png) no-repeat top center;
    background-size: 100% auto;
}
#hz-place h2.sub-ttl {
    margin: 0 auto 5%;
    color: #fff;
    font-size: 7.6vw;
    padding: 0.9em 0 1.18em;
    position: relative;
    background: url(../img/bg_place_h2_bottom.png) no-repeat center bottom;
    background-size: 77vw auto;
    text-shadow: 1px 1px 0px rgba(4,152,73,1);
}
#hz-place h2.sub-ttl::before {
    background-image: url(../img/bg_place_h2_left.png);
    width: 8.2vw;
    height: 11.2vw;
    left: 7vw;
    top: 0;
}
#hz-place h2.sub-ttl::after{
    background-image: url(../img/bg_place_h2_right.png);
    width: 7vw;
    height: 7.6vw;
    right: 3.8vw;
    bottom: -1em;
}
#hz-place .txt {
    margin: 0 auto 1.6em;
    color: #fff;
    font-size: 4.6vw;
    font-family: "Kaisei Opti", serif;
    line-height: 1.4;
    text-shadow: 1px 1px 0px rgba(4,152,73,1);
}
#hz-place .btnList {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
#hz-place .btnList>li {
    margin: 0 auto 1.3em;
    width: 46.5%;
    font-size: 3.4vw;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1;
    text-shadow: 1px 1px 0px rgba(4,152,73,1);
    font-weight: 700;
}
#hz-place .btnList>li img {
    margin-bottom: 0.5em;
    opacity: 1;
}
#hz-place .btnList>li i {
    font-size: 2.6vw;
}
#hz-place a {
    color: #fff;
    text-decoration: none;
}

/* .hz-reservation
------------------------------------------------ */
.hz-reservation {
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 27%;
    text-align: center;
    position: relative;
}
.hz-reservation .txt {
    margin: 0 auto 6%;
    font-size: 3.5vw;
    font-weight: bold;
}
.hz-reservation .block img {
    margin: 0 auto;
}
.hz-reservation-sbt {
    font-size: 4.3vw;
    font-weight: 700;
    margin-bottom: 1em;
    color: #4a4a4a;
}

#hz-reservation2.hz-reservation {
    padding: 10% 0 5%;
}

/* #hz-timetable
------------------------------------------------ */
#hz-timetable {
    margin: 0 auto 12vw;
    padding: 12.5vw 0 0;
    text-align: center;
}

#hz-timetable h2.sub-ttl {
    font-size: 7.6vw;
    margin: 0 auto 1.5em;
    text-align: center;
    color: #1c3a6e;
    background: url(../img/bg_timetable_h2.png) no-repeat right bottom;
    background-size: 0.9em;
    display: inline-block;
    padding-right: 1.44em;
    line-height: 1;
}
#hz-timetable dl {
    border: solid 0.5vw #dddddd;
    border-radius: 1.15em;
    font-size: 2.6vw;
    box-sizing: border-box;
    width: 95.5%;
    margin: 0 auto;
    padding: 7.4vw 0 8.4vw;
    position: relative;
}
#hz-timetable dl + dl {
    margin-top: 5vw;
}
#hz-timetable dt {
    font-size: 3.3vw;
    font-weight: 700;
    color: #1c3a6e;
    position: absolute;
    width: 100%;
    left: 0;
    top: -0.8em;    
}
#hz-timetable dt span {
    display: inline-block;
    background: url(../img/bg_timetable_dtbg.png) no-repeat left 0.7em center #fff;
    padding: 0 0.5em 0 2.42em;
    background-size: 1.2em auto;
}
#hz-timetable table {
    width: 76.54%;
    margin: 0 auto 1.76em;
    border-collapse: separate;
    border-spacing:1px
}
#hz-timetable table caption {
    font-size: 3.3vw;
    color: #1c3a6e;
    font-weight: 700;
    padding-bottom: 0.8em;
}
#hz-timetable table caption span {
    font-size: 4.6vw;
    color: #28a900;
}
#hz-timetable caption span.from::after,
#hz-timetable caption span.to::before  {
    background-image: url(../img/bg_timetable_caption.png);
    width: 6.66em;
    height: 1.51em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#hz-timetable table th,
#hz-timetable table td {
    text-align: center;
    vertical-align: middle;
    padding: 1.15em;
    line-height: 1;
}
#hz-timetable table th {
    background-color: #28a900;
    color: #fff;
}
#hz-timetable table tr:nth-last-child(odd){
    background-color: #ffe99b;
}
#hz-timetable table td b,
#hz-timetable .tableWrap .note b {
    color: #bb0000;
}
#hz-timetable .tableWrap + .tableWrap {
    margin-top: 3em;
}
#hz-timetable .about_airplane {
    margin: 7vw auto 16vw;
    background: url(../img/img_timetable_airplane.png) no-repeat left 3em center;
    background-size: 32.2vw 8vw;
    padding-left: 45%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
}
#hz-timetable .about_airplane a {
    color: #333333;
    position: relative;
    padding-right: 1em;
    display: inline-block;
}
#hz-timetable .about_airplane a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.27em solid transparent;
  border-bottom: 0.27em solid transparent;
  border-left: 0.42em solid #555555;
  border-right: 0;
  right: 0;
  top: 50%;
  margin-top: -0.15em;
}

/* #hz-spot
------------------------------------------------ */
#hz-spot {
    margin: 0 auto;    
    position: relative;
    background-color: #42bc7b;
    color: #fff;
    text-align: center;
}
#hz-spot::before,
#hz-spot::after {
    width: 100%;
    height: 5.8vw;
    background-image: url(../img/bg_spot_top.png);
    top: 0;
    left: 0;
}
#hz-spot::after {
    height: 5.2vw;
    background-image: url(../img/bg_spot_bottom.png);
    top: inherit;
    bottom: 0;
}
#hz-spot .inner {
    margin: 0 auto;    
    padding: 13vw 3.5vw 15vw;
    background: url(../img/bg_spot.png) no-repeat center top 30.5vw;
    background-size: contain;
}
#hz-spot h2.sub-ttl {
    color: #fff;
    margin: 0 auto 12.8vw;
    text-shadow: 1px 1px 0px rgba(4,152,73,1);
    line-height: 1.3;
}
#hz-spot .spotList > li {
    margin: 0 auto 8vw;
    scroll-margin-top: 30px;
}
#hz-spot .spotList > li .img {
    margin: 0 auto 7%;
    padding: 1vw;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}
#hz-spot .spotList > li .img span,
#mo_place .block .pic span {
    font-size: 2vw;
    position: absolute;
    right: 1.5em;
    bottom: 1.2em;
    text-shadow: #565b00 2px 0px 0px, #565b00 1.75517px 0.958851px 0px, #565b00 1.0806px 1.68294px 0px, #565b00 0.141474px 1.99499px 0px, #565b00 -0.832294px 1.81859px 0px, #565b00 -1.60229px 1.19694px 0px, #565b00 -1.97998px 0.28224px 0px, #565b00 -1.87291px -0.701566px 0px, #565b00 -1.30729px -1.5136px 0px, #565b00 -0.421592px -1.95506px 0px, #565b00 0.567324px -1.91785px 0px, #565b00 1.41734px -1.41108px 0px, #565b00 1.92034px -0.558831px 0px;
}
#hz-spot .spotList > li .img span.color2,
#mo_place .block .pic span.color2 {
    text-shadow: #131a2a 2px 0px 0px, #131a2a 1.75517px 0.958851px 0px, #131a2a 1.0806px 1.68294px 0px, #131a2a 0.141474px 1.99499px 0px, #131a2a -0.832294px 1.81859px 0px, #131a2a -1.60229px 1.19694px 0px, #131a2a -1.97998px 0.28224px 0px, #131a2a -1.87291px -0.701566px 0px, #131a2a -1.30729px -1.5136px 0px, #131a2a -0.421592px -1.95506px 0px, #131a2a 0.567324px -1.91785px 0px, #131a2a 1.41734px -1.41108px 0px, #131a2a 1.92034px -0.558831px 0px;
}
#hz-spot .spotList > li .img span.color3,
#mo_place .block .pic span.color3 {
    text-shadow: #493e32 2px 0px 0px, #493e32 1.75517px 0.958851px 0px, #493e32 1.0806px 1.68294px 0px, #493e32 0.141474px 1.99499px 0px, #493e32 -0.832294px 1.81859px 0px, #493e32 -1.60229px 1.19694px 0px, #493e32 -1.97998px 0.28224px 0px, #493e32 -1.87291px -0.701566px 0px, #493e32 -1.30729px -1.5136px 0px, #493e32 -0.421592px -1.95506px 0px, #493e32 0.567324px -1.91785px 0px, #493e32 1.41734px -1.41108px 0px, #493e32 1.92034px -0.558831px 0px;
}
#hz-spot .spotList > li .img span.color4,
#mo_place .block .pic span.color4 {
    text-shadow: #64738a 2px 0px 0px, #64738a 1.75517px 0.958851px 0px, #64738a 1.0806px 1.68294px 0px, #64738a 0.141474px 1.99499px 0px, #64738a -0.832294px 1.81859px 0px, #64738a -1.60229px 1.19694px 0px, #64738a -1.97998px 0.28224px 0px, #64738a -1.87291px -0.701566px 0px, #64738a -1.30729px -1.5136px 0px, #64738a -0.421592px -1.95506px 0px, #64738a 0.567324px -1.91785px 0px, #64738a 1.41734px -1.41108px 0px, #64738a 1.92034px -0.558831px 0px;
}
#hz-spot .spotList > li .name {
    display: inline-block;
    font-size: 5.2vw;
    min-width: 10.34em;
    margin: 0 auto 1.2em;
    box-sizing: border-box;
    padding: 0.38em 1em;
    line-height: 1;
    font-family: "Kaisei Opti", serif;
    background-color: #fff;
    color: #049849;
    border-radius: 0.86em;
    font-weight: 700;
    z-index: 2;
}
#hz-spot .spotList > li .name span {
    display: inline-block;
    background-color: #049849;
    color: #fff;
    font-size: 2.6vw;
    vertical-align: 0.3em;
    padding: 0.38em 0.5em;
    margin-left: 1.2em;
    line-height: 1;
    border-radius: 0.38em;
    font-weight: 700;
}
#hz-spot .spotList > li .spotDetail {
    display: flex;
    justify-content: space-between;
}
#hz-spot .spotList > li:nth-child(even) .spotDetail .icon {
    order:2;
}
#hz-spot .spotList > li:nth-child(even) .spotDetail .txtBlock {
    order: 1;
}
#hz-spot .spotList > li .spotDetail .icon {
    width: 21.57%;
    box-sizing: border-box;
    text-align: center;
}
#hz-spot .spotList > li .spotDetail .icon span {
    display: inline-block;
    font-size: 2.5vw;
    min-width: 8em;
    line-height: 2;
    background-color: #049849;
    border-radius: 1em;
    margin: 0.5em auto 0;
}
#hz-spot .spotList > li .spotDetail .icon span i {
    font-size: 2vw;
}
#hz-spot .spotList > li .spotDetail .txtBlock {
    width: 73%;
    font-size: 3.3vw;
    line-height: 1.6;
    text-align: left;
    text-shadow: 1px 1px 0px rgba(4,152,73,1);
}
#hz-spot .spotList > li .spotDetail .txt p + p {
    margin-top: 1em;
}
#hz-spot .spotList > li .txtBlock .placeList {
    margin-top: 2em;
    padding-left: 1em;
    font-size: 2.6vw;
    text-align: left;
    text-indent: -1em;
    line-height: 1.8;
}
#hz-spot .spotList > li .txtBlock .placeList li + li {
    margin-top: 0.5em;
}
#hz-spot .spotList > li:nth-child(2) .spotDetail .icon {
    width: 22.8%;
}

/* #hz-follow
------------------------------------------------ */
#hz-follow {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 1;
}
#hz-follow.unfollow {
    position: absolute;
}
#hz-follow a.blank {
    padding: 27% 0 0;
    width: 20vw;
    height: 20vw;
    color: #fff;
    font-size: 3.4vw;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.3;
    background: #ff7900;
    border: solid 1px #fff;
    border-radius: 20vw;
    display: block;
}
#hz-follow .txt {
    margin: 0;
    width: 74%;
}
#hz-follow .btn {
    margin: 0;
    display: block;
}
#hz-follow .btn a {
    padding: 2vw 6.5vw 2.5vw 2.5vw;
    color: #ff7900;
    font-size: 3.5vw;
    line-height: 1.2;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2vw;
}
#hz-follow .btn a::after {
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
    background: #ff7900;
    right: 6%;
}

/* --------------------------------------------------------------------
#modalArea
-------------------------------------------------------------------- */
#modalArea {
    display: none;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
}
.modalBlock {
    display: none;
    position: relative;
    z-index: 5;
}
#mo_place {
    margin: -35vh auto 0;
    padding: 2% 0;
    width: 90%;
    max-width: 790px;
    background-image: linear-gradient(90deg, #7fdeac, #42bc7b);
    -webkit-box-shadow: 5px 5px 0 #188700;
    box-shadow: 5px 5px 0 #188700;
    border-radius: 3.7vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#mo_place .mo_close {
    width: 38px;
    height: 38px;
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 7;
}
#mo_place .mo_close span {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 38px;
    overflow: hidden;
    line-height: 2;
}
#mo_place .mo_close span::before,
#mo_place .mo_close span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 5vw;
    background: #ffffff;
    border-radius: 2.5px;
}
#mo_place .mo_close span::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
#mo_place .mo_close span::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
#mo_place .block {
    padding: 5% 5%;
    max-height: 90vh;
    font-size: 0;
    text-align: center;
    overflow: auto;
}
#mo_place .block .place {
    margin: 0 auto 0.7em;
    color: #fff;
    font-size: 7vw;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    text-shadow: 1px 1px 0px rgba(4, 152, 73, 1);
}
#mo_place .block .place span {
    display: block;
    font-size: 4.4vw;
}
#mo_place .block .pic {
    margin: 0 auto 5%;
    width: 100%;
    position: relative;
}
#mo_place .block .pic span {
    font-size: 2.2vw;
    position: absolute;
    right: 1.2em;
    bottom: 0.8em;
    color: #fff;
}
#mo_place .block .member {
    margin: 0 5% 0 0;
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
#mo_place .block .member figcaption {
    background-color: #fff;
    color: #049849;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 2;
}
#mo_place .block .member figcaption i {
    font-size: 2.8vw;
}
#mo_place .block .txt {
    margin: 0 auto;
    width: 57%;
    color: #fff;
    font-size: 3.4vw;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    text-shadow: 1px 1px 0px rgba(4, 152, 73, 1);
}
#mo_place .block .link-btn {
    text-align: center;
    margin-top: 1.5em;
    text-shadow:none;
}
#mo_place .block .link-btn a {
    display: inline-block;
    background-color: #fff;
    color: #049849;
    box-shadow: 2px 3px rgba(255,255,255,0.5);
    font-size: 3.4vw;
    font-weight: 700;
    border-radius: 1em;
    text-decoration: none;
    margin: 0 auto;    
    line-height: 2;
    padding: 0 2.8em 0 1.5em;
    position: relative;
}
#mo_place .block .link-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -0.15em;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #049849;
    border-right: 0;
}
#mo-overlay {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width:601px){
    /* --------------------------------------------------------------------
    common
    -------------------------------------------------------------------- */
    #main .sp_only {
        display: none;
    }
    #main .pc_only {
        display: block;
    }

    /* --------------------------------------------------------------------
    #hz-nagasaki
    -------------------------------------------------------------------- */
    #hz-nagasaki .mainBlock h1 {
        padding-top: 42.5%;
        background: url("../img/mainimg@2x.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #hz-nagasaki .mainBlock h1 img {
        height: 0 !important;
        opacity: 0;
    }
    #hz-nagasaki .mainBlock .piceWrap {
        width: 100%;    
        position: absolute;
        left: 0;
        bottom: 0;  
    }
    #hz-nagasaki .mainBlock .piceWrap .price {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 6.8vw;
        font-weight: 700;
        color: #28a900;
        line-height: 1;        
    }
    #hz-nagasaki .mainBlock .piceWrap .price i {
        font-size: 2.8vw;
    }    
    #hz-nagasaki .mainBlock .piceWrap .pice-note {
        width:auto;
        display: table;
        margin: 0.8em auto 1.7em;
        font-size: 0.96vw;
    }    
    #hz-nagasaki .mainBlock .piceWrap .pice-note li {
        line-height: 1.5;
    }
    #hz-nagasaki .btn a {
        padding: 20px 72px 21px 36px;
        font-size: 25px;
        line-height: 1.3;
        border-radius: 100px;
        -webkit-box-shadow: 3px 3px 0 rgba(255, 121, 0, 0.5);
        box-shadow: 3px 3px 0 rgba(255, 121, 0, 0.5);
    }
    #hz-nagasaki .btn a::after {
        content: "";
        margin-top: -23px;
        width: 46px;
        height: 46px;
        top: 50%;
        right: 14px;
    }

    /* #hz-lead
    ------------------------------------------------ */
    #hz-lead {
        padding: 50px 0 140px;
        background-image: url(../img/bg_route_bottom_pc.png);
        background-size: 100% auto;
    }
    #hz-lead h2.sub-ttl,
    #hz-lead h2.sub-ttl i {
        font-size: 56px;
        margin: 0 auto 40px;
    }
    #hz-lead h2::after {
        background-image: url(../img/bg_lead_h2.png);
        width: 82px;
        height: 94px;
        right: inherit;
        bottom: inherit;
        left: 50%;
        margin-left: 395px;
        top: -26px;
    }
    #hz-lead .txt {
        margin: 0 auto 30px;
        font-size: 20px;
    }
    #hz-lead::after {
        width: 710px;
        height: 190px;
        background-image: url(../img/img_lead_airplane_pc.png);
        margin-left: -355px;
        bottom: -60px;
    }

    /* #hz-place
    ------------------------------------------------ */
    #hz-place {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content:center;
        min-height: calc(1075px + 3vw);
        padding: 0;
        background: url(../img/bg_place_inner_pc.png) no-repeat center #5bc98e;
        min-width: 1100px;
    }
    #hz-place::after {
        background-image: url(../img/bg_place_pc.png);
        height: 3vw;
        bottom: -1px;
    }
    #hz-place .inner {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #hz-place h2.sub-ttl {
        margin: 30px auto 0;
        padding: 0 0 40px;
        font-size: 56px;
        background-image: url(../img/bg_place_h2_bottom_pc.png);
        background-size: 604px 22px;        
        text-shadow: 3px 3px 0px rgba(4, 152, 73, 1);
        min-width: 604px; 
    }
    #hz-nagasaki h2.sub-ttl span {
        font-size: 40px;
    }
    #hz-place h2.sub-ttl::before {
        background-image: url(../img/img_place_01.png);
        width: 90px;
        height: 122px;
        left: 50%;
        margin-left: -598px;
        top: -275px;
    }
    #hz-place h2.sub-ttl::after {
        background-image: url(../img/img_place_02.png);
        width: 74px;
        height: 84px;
        left: 50%;
        margin-left: 505px;
        bottom: -320px;
    }
    #hz-place .inner::before {
        content: "";
        display: block;
        background-image: url(../img/img_place_03.png);
        width: 254px;
        height: 204px;
        position: absolute;
        left: 50%;
        margin-left: 180px;
        bottom: calc(285px + 3vw);        
    }
    #hz-place .txt {
        font-size: 30px;
        text-shadow: 2px 2px 0px rgba(4, 152, 73, 1);
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 110px;
    }
    #hz-place .btnList {
        display: block;
    }
    #hz-place .btnList > li {
        margin: 0 auto;
        width: 195px;
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 19px;
    }
    #hz-place .btnList > li i {
        font-size: 14px;
    }
    #hz-place .btnList > li:nth-child(1) {
        margin-left: -420px;
        top: 225px;
    }
    #hz-place .btnList > li:nth-child(2) {
        margin-left: -205px;
        top: 185px;
    }
    #hz-place .btnList > li:nth-child(3) {
        margin-left: 26px;
        top: 185px;
    }
    #hz-place .btnList > li:nth-child(4) {
        margin-left: 250px;
        top: 225px;
    }
    #hz-place .btnList > li:nth-child(5) {
        margin-left: -420px;
        top: 720px;
    }
    #hz-place .btnList > li:nth-child(6) {
        margin-left: -205px;
        top: 760px;
    }
    #hz-place .btnList > li:nth-child(7) {
        margin-left: 26px;
        top: 760px;
    }
    #hz-place .btnList > li:nth-child(8) {
        margin-left: 250px;
        top: 720px;
    }

    /* .hz-reservation
    ------------------------------------------------ */
    .hz-reservation {
        padding-top: 130px;
        padding-bottom: 150px;
    }
    #hz-reservation2.hz-reservation {
        padding: 80px 0 60px;
    }
    .hz-reservation .txt {
        margin: 0 auto 20px;
        font-size: 24px;
    }

    /* #hz-timetable
    ------------------------------------------------ */
    #hz-timetable {
        padding: 100px 0 0;
    }
    #hz-timetable .inner {
        max-width: 1090px;
        margin: 0 auto;
        background: url(../img/bg_timetable.png) no-repeat center;
    }
    #hz-timetable h2.sub-ttl {
        font-size: 49px;
    }
    #hz-timetable dl {
        border-width: 5px;
        border-radius: 30px;
        font-size: 16px;
        padding: 0;
    }
    #hz-timetable dt {
        font-size: 24px;
        top: -1em;
    }
    #hz-timetable .inner dd {
        display: flex;
        justify-content: space-between;
        padding: 50px;
    }
    #hz-timetable .tableWrap {
        width: 48%;
    }
    #hz-timetable .tableWrap table {
        width: 100%;
    
    }
    #hz-timetable table caption {
        font-size: 20px;
    }
    #hz-timetable .tableWrap table th,
    #hz-timetable .tableWrap table td {
        padding: 1em;
        border-color: transparent;
    }
    #hz-timetable table caption span {
        font-size: 26px;
    }
    #hz-timetable .tableWrap p.note {
        font-size: 14px;
        text-align: left;
    }
    #hz-timetable .tableWrap + .tableWrap {
        margin-top: 0;
    }
    #hz-timetable caption span.from::after,
    #hz-timetable caption span.to::before {
        width: 132px;
        height: 30px;
    }
    #hz-timetable .about_airplane {        
        width: 545px;
        margin: 65px auto 120px;
        padding-left: 280px;
        background-size: 208px 48px;
        display: block;
        box-sizing: border-box;
        font-size: 16px;
    }

    /* #hz-spot
    ------------------------------------------------ */
    #hz-spot::before {
        height: 2.85vw;
        background-image: url(../img/bg_spot_top_pc.png);
    }
    #hz-spot::after {
        height: 2.5vw;
        background-image: url(../img/bg_spot_bottom_pc.png);
        bottom: -1px;
    }
    #hz-spot .inner {
        background-image: url(../img/bg_spot_pc.png);
        background-size: inherit;
        padding: 78px 0 70px;
    }
    #hz-spot h2.sub-ttl {
        font-size: 56px;
        text-shadow: 3px 3px 0px rgba(4, 152, 73, 1);
        margin-bottom: 105px;
    }
    #hz-spot .spotList {
        width: 950px;
        margin: 0 auto;
    }
    #hz-spot .spotList > li {
        position: relative;
        scroll-margin-top: 60px;
    }
    #hz-spot .spotList > li .name {
        font-size: 40px;
        position: absolute;
        right: 0;
        top: -0.8em;
    }
    #hz-spot .spotList > li:nth-child(even) .name {
        right: inherit;
        left: 0;
    }
    #hz-spot .spotList > li .name span {
        font-size: 20px;
    }
    #hz-spot .spotList > li .img {
        margin-bottom: 26px;
        padding: 10px;
    }
    #hz-spot .spotList > li .img span {
        font-size: 12px;
        right: 2.4em;
        bottom: 1.8em;
    }
    #hz-spot .spotList > li .spotDetail .icon {
        width: 23.1%;
    }
    #hz-spot .spotList > li .spotDetail .icon span {
        font-size: 20px;
    }
    #hz-spot .spotList > li .spotDetail .icon span i {
        font-size: 15px;
    }
    #hz-spot .spotList > li .spotDetail .txtBlock {
        width: 70.94%;
        font-size: 20px;
    }
    #hz-spot .spotList > li .txtBlock .placeList {
        font-size: 16px;
    }


    /* #hz-follow
    ------------------------------------------------ */
    #hz-follow {
        bottom: 20px;
        right: 20px;
    }
    #hz-follow a.blank {
        padding: 29px 0 0;
        width: 100px;
        height: 100px;
        font-size: 16px;
        background: #ff7900;
        border-radius: 100px;
    }
    #hz-follow .txt {
        margin: 0;
        width: 70%;
    }
    #hz-follow .btn {
        margin: 0;
        width: 26%;
        display: block;
    }
    #hz-follow .btn a {
        padding: 2vw 6.5vw 2.5vw 2.5vw;
        color: #56b846;
        font-size: 3.5vw;
        line-height: 1.2;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 20px;
    }
    #hz-follow .btn a::after {
        margin-top: -2vw;
        width: 4vw;
        height: 4vw;
        background: #ff7900;
        right: 6%;
    }
    .hz-reservation-sbt {
        font-size: 20px;
    }
    
    /* --------------------------------------------------------------------
    #modalArea
    -------------------------------------------------------------------- */
    #mo_place {
        margin: -40vh auto 0;
        padding: 10px 0;
        -webkit-box-shadow: 10px 10px 0 #049849;
        box-shadow: 10px 10px 0 #049849;
        border-radius: 40px;
    }
    #mo_place .mo_close {
        width: 38px;
        font-size: 0;
        position: absolute;
        z-index: 2;
        right: 0;
        top: -40px;
        cursor: pointer;
    }
    #mo_place .mo_close span::before,
    #mo_place .mo_close span::after {
        height: 38px;
        width: 5px;
        border-radius: 3px;
        background:#188700;
    }
    #mo_place .block {
        margin: 35px 5px;
        padding: 15px 80px 0;
        max-height: 72vh;
        --sb-track-color: #b4e4ca;
        --sb-thumb-color: #1dae61;
        --sb-size: 12px;
    }
    #mo_place .block::-webkit-scrollbar {
        width: var(--sb-size)
    }
    #mo_place .block::-webkit-scrollbar-track {
        background: var(--sb-track-color);
        border-radius: 10px;
    }
    #mo_place .block::-webkit-scrollbar-thumb {
        background: var(--sb-thumb-color);
        border-radius: 10px;
        border: 1px solid #b4e4ca;
    }
    @supports not selector(::-webkit-scrollbar) {
        #mo_place .block {
            scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
        }
    }
    #mo_place .block .place {
        margin: 0 auto 35px;
        font-size: 47px;
        line-height: 1.4;
    }
    #mo_place .block .place span {
        font-size: 30px;
    }
    #mo_place .block .pic {
        margin: 0 auto;
        width: 71%;
        display: inline-block;
        vertical-align: top;
    }
    #mo_place .block .pic span {
        font-size: 12px;        
    }
    #mo_place .block .member {
        margin: 0 0 25px 1%;
        width: 28%;
        display: inline-block;
        vertical-align: top;
    }
    #mo_place .block .txt {
        width: auto;
        font-size: 20px;
        line-height: 1.8;
        display: block;
        text-shadow: 1px 2px 0px rgba(4, 152, 73, 1);
    }
    #mo_place .block .member figcaption {
        font-size: 20px;
    }
    #mo_place .block .member figcaption i {
        font-size: 15px;
    }
    #mo_place .block .link-btn {
        margin-top: 2em;
        padding-bottom: 3px;
    }
    #mo_place .block .link-btn a {
        font-size: 20px;
    }    
}
@media only screen and (min-width:1000px){

}
@media only screen and (min-width:880px){
    /* #hz-follow
    ------------------------------------------------ */
    #hz-follow .txt {
        margin-right: 50px;
        width: 446px;
    }
    #hz-follow .btn {
        width: auto;
    }
    #hz-follow .btn a {
        padding: 20px 72px 21px 36px;
        font-size: 26px;
        line-height: 1;
        border-radius: 100px;
    }
    #hz-follow .btn a::after {
        margin-top: -23px;
        width: 46px;
        height: 46px;
        right: 14px;
    }
}
@media only screen and (min-width:1920px){
    #hz-lead {
        -webkit-background-size: 100%;
        background-size: 100%;
    }

}