@charset "utf-8";

/* asahiyama */
.preload .wow.fadeIn,
.preload .wow.fadeInUp,
.preload .wow.fadeInRight,
.preload .wow.fadeInLeft {
    opacity: 0 !important;
}

article {
    overflow: hidden;
}

.page {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
}

.sp {
    display: none;
}

.nolink {
    pointer-events: none;
    cursor: default;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.align_items_cen {
    align-items: center;
}

.align_items_start {
    align-items: flex-start;
}

.align_items_end {
    align-items: flex-end;
}

.justify_c_center {
    justify-content: center;
}

.posrel {
    position: relative;
}

.abimg {
    position: absolute;
    z-index: 1;
}

#mainimg p {
    width: 42.2%;
    max-width: 516px;
    padding: 0 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

#lead {
    padding: 170px 0 70px 0;
    background: url(../imgs/lead_bg.jpg) no-repeat center center;
    background-size: cover;
}

#lead .inner {
    max-width: 1100px;
    padding: 8% 20px 45px 20px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
}

#lead .inner h2 {
    width: 81.8%;
    max-width: 868px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

#lead .inner p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

#lead .abimg1 {
    width: 16.8%;
    max-width: 242px;
    top: 2%;
    left: -10px;
}

#lead .abimg2 {
    width: 12.2%;
    max-width: 176px;
    bottom: 0;
    left: 5.5%;
    transform: translateY(50%);
}

#lead .abimg3 {
    width: 17.4%;
    max-width: 251px;
    top: 5%;
    right: 20px;
}

#lead .abimg4 {
    width: 26.4%;
    max-width: 381px;
    bottom: 0;
    right: 0;
    transform: translateY(33%);
}

#bustour {
    padding-top: 90px;
    padding-bottom: 115px;
}

#bustour h3 {
    margin-right: -15px;
    margin-bottom: 20px;
    left: -15px;
    z-index: 2;
}

#bustour h3 img {
    width: 90.2%;
    max-width: 1101px;
}

#bustour li {
    width: 29.9%;
}

#bustour li:not(:last-child) {
    margin-right: 5.15%;
}

#bustour li figure {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#bustour li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #28b472;
    margin-bottom: 15px;
}

#bustour li .cap {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #323940;
}

#bustour li dt,
#bustour li dd {
    font-size: 14px;
}

#bustour li dt {
    font-feature-settings: normal;
    width: 4em;
}

#bustour li dd {
    width: calc(100% - 4em);
}

#bustour li .price {
    margin-bottom: 30px;
}

#bustour li .price dt {
    font-size: 16px;
    width: auto;
}

#bustour li .price dd {
    font-size: 24px;
    width: auto;
    margin-left: auto;
}

#bustour li a {
    font-size: 14px;
    font-weight: bold;
    color: #28b472;
    text-align: center;
    max-width: 265px;
    padding: 15px 20px 15px 10px;
    margin: 0 auto;
    border: 2px solid #28b472;
    border-radius: 30px;
    background: #fcee21 url(../imgs/arrow_gr.svg) no-repeat right 20px center;
    background-size: 27px auto;
    transition: color 0.5s, background 0.5s;
}

#bustour li a:hover {
    color: #fff;
    background: #28b472 url(../imgs/arrow_wh.svg) no-repeat right 20px center;
    background-size: 27px auto;
    opacity: 1;
}

#charm {
    padding: 45px 0;
    background: url(../imgs/charm_bg.jpg) no-repeat center center;
    background-size: cover;
}

#charm .head {
    margin-bottom: 95px;
}

#charm .head .text {
    width: 65.9%;
    max-width: 805px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

#charm .head .text h3 {
    margin-bottom: 20px;
}

#charm .head .text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    padding-right: 30px;
}

#charm .head .abimg {
    width: 35.1%;
    max-width: 429px;
    top: 50%;
    right: 18px;
    z-index: 0;
    transform: translateY(-52.5%);
}

#charm ul {
    z-index: 2;
}

#charm ul li {
    width: 47.6%;
}

/* #charm ul li:nth-child(1) {
  width: 49.5%;
}
#charm ul li:nth-child(4) {
  width: 49.4%;
} */
#charm ul li:nth-child(2) {
    margin-top: auto;
}

#charm ul li:nth-child(even) {
    margin-left: auto;
}

#charm ul li:nth-child(-n + 2) {
    margin-bottom: 25px;
}

#experience {
    padding: 100px 0 160px 0;
}

#experience .head {
    text-align: center;
    margin-bottom: 70px;
}

#experience .head .text {
    z-index: 2;
}

#experience .head h3 {
    width: 71.1%;
    max-width: 868px;
    margin: 0 auto 35px auto;
}

#experience .head p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 12%;
}

#experience .head .abimg1 {
    width: 24.1%;
    max-width: 295px;
    top: 50%;
    left: -3.5%;
    transform: translateY(-50%);
}

#experience .head .abimg2 {
    width: 52.7%;
    max-width: 644px;
    top: 50%;
    right: -10%;
    transform: translateY(-78%);
}

#experience ul {
    max-width: 1115px;
    margin: 0 auto;
    z-index: 2;
}

#experience ul li>.photo {
    width: 51%;
}

#experience ul li>.text {
    width: 46%;
    margin-left: auto;
}

#experience ul li:nth-child(even)>.photo {
    order: 2;
    margin-left: auto;
}

#experience ul li:nth-child(even)>.text {
    width: 45%;
    margin-left: 0;
}

#experience ul li>.photo img {
    position: relative;
    left: -10px;
}

#experience ul li:nth-child(even)>.photo img {
    left: 0;
    right: -10px;
}

#experience ul li:nth-child(1) {
    margin-bottom: 100px;
}

#experience ul li:nth-child(3) {
    margin-bottom: 50px;
    position: relative;
    top: -50px;
}

#experience ul li:nth-child(3)>.text {
    padding-bottom: 50px;
    margin-top: auto;
}

#experience ul li>.text h3 {
    margin-bottom: 2px;
    position: relative;
}

#experience ul li>.text h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #28b472;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#experience ul li>.text h3::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    border-top: 3px dotted #28b472;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateY(-50%);
}

#experience ul li>.text .cap {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

#experience li .habits dt {
    color: #fff;
    line-height: 1.4;
    width: 86px;
    padding: 13px 10px;
    border-radius: 10px;
    background-color: #28b472;
}

#experience li .habits dd {
    font-size: 12px;
    font-weight: 500;
    flex: 1;
    padding-left: 15px;
    margin-top: -5px;
}

#experience li .news {
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #d4f0e3;
}

#experience li .news .text {
    flex: 1;
    padding: 5px 20px 0 0;
}

#experience li .news .photo {
    width: 120px;
    margin-left: auto;
}

#experience li .news .text h5 {
    font-size: 14px;
    font-weight: bold;
    color: #28b472;
    margin-bottom: 2px;
}

#experience li .news .text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}

#map {
    padding: 0 0 110px 0;
    background: url(../imgs/map_bg.jpg) no-repeat center center;
    background-size: cover;
}

#map .head {
    text-align: center;
    margin-bottom: 55px;
}

#map .head .in {
    z-index: 2;
}

#map .head h3 {
    width: 54%;
    max-width: 660px;
    margin: 0 auto 10px auto;
}

#map .head p {
    font-size: 16px;
    font-weight: bold;
}

#map .head .abimg1 {
    width: 24.5%;
    max-width: 299px;
    top: 50%;
    left: -5%;
    transform: translateY(-38%);
}

#map .head .abimg2 {
    width: 44%;
    max-width: 537px;
    top: 50%;
    right: -16.5%;
    transform: translateY(7%);
}

#map .abimg3 {
    width: 40.8%;
    max-width: 510px;
    bottom: -60px;
    left: -2.3%;
}

#map #map_img {
    width: 91.2%;
    max-width: 1113px;
    margin: 0 auto 60px auto;
}

#facility {
    padding: 12% 20px 50px 20px;
    border: 5px solid #ffa830;
    border-radius: 10px;
    background-color: #fff;
}

#facility h4 {
    width: 71.1%;
    max-width: 868px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateY(-35%);
}

#facility .in {
    max-width: 1086px;
    margin: 0 auto;
}

#facility #spot_list li {
    width: 22.5%;
    margin: 0 3.3% 4.6% 0;
}

#facility #spot_list li:nth-child(4n) {
    margin-right: 0;
}

#facility #restaurant_list li {
    width: 29.9%;
}

#facility #restaurant_list li:not(:last-child) {
    margin-right: 5.15%;
}

#facility .list figure {
    margin-bottom: 10px;
}

#facility .list h5,
#facility .list h6 {
    font-size: 16px;
    font-weight: bold;
    color: #f2941d;
    margin-bottom: 5px;
}

#facility .list p {
    font-size: 14px;
}

#facility #restaurant h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 20px;
    margin-bottom: 15px;
}

#facility #restaurant h5::after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background-color: #036eb8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}

#info {
    padding: 135px 0;
}

#info h3 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 40px;
}

#info h3::after {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background-color: #036eb8;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    transform: translateY(-50%);
}

#info .in {
    padding-left: 20px;
}

#info .in .text {
    width: 60%;
    padding-right: 30px;
}

#info .in .frame {
    width: 40%;
    position: relative;
    overflow: hidden;
}

#info .in .frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#info .in .text .time {
    margin-bottom: 65px;
}

#info .in .guide {
    margin-top: 65px;
}

#info .in h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

#info .in p {
    font-size: 14px;
}

#info .in dl:not(:last-child) {
    margin-bottom: 20px;
}

#info .in dt {
    font-size: 17px;
    font-weight: bold;
    color: #28b472;
    margin-bottom: 2px;
}

#info .in dd {
    font-size: 14px;
    line-height: 1.6;
}

#info .in dd:not(:last-child) {
    margin-bottom: 10px;
}

#info .in dd span {
    font-weight: bold;
    display: block;
}

#info .in .guide li {
    font-size: 14px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}

#info .in .guide li:not(:last-child) {
    margin-bottom: 5px;
}

#tourist_spot {
    padding: 80px 0 100px 0;
    background: #fcede2;
}

#tourist_spot .head {
    text-align: center;
    margin-bottom: 65px;
}

#tourist_spot .head h3 {
    margin-bottom: 35px;
}

#tourist_spot .head h3 span {
    color: #036eb8;
    line-height: 1.4;
    display: block;
}

#tourist_spot .head h3 .en {
    font-size: 49px;
    letter-spacing: 0.1em;
    font-weight: 100;
}

#tourist_spot .head h3 .en span {
    font-size: 64px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

#tourist_spot .head h3 .ja {
    font-size: 18px;
}

#tourist_spot .head p {
    font-size: 16px;
    font-weight: bold;
}

#tourist_spot #slider1 {
    margin-bottom: 60px;
}

#tourist_spot #slider2 li a * {
    direction: ltr;
}

#tourist_spot .slick-slide {
    margin: 0 25px;
}

#tourist_spot figure {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#tourist_spot li .mh {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #323940;
}

#tourist_spot li h4 {
    font-size: 21px;
    font-weight: bold;
    color: #036eb8;
    margin-bottom: 5px;
}

#tourist_spot li .cap {
    font-size: 14px;
}

#tourist_spot li a {
    color: #000;
}

#tourist_spot li dl:not(:last-child) {
    margin-bottom: 10px;
}

#tourist_spot li dl dt,
#tourist_spot li dl dd {
    font-size: 14px;
    line-height: 1.4;
}

#tourist_spot li dl dt {
    text-align: center;
    color: #fff;
    width: 68px;
    padding: 5px;
    border-radius: 6px;
    background-color: #036eb8;
}

#tourist_spot li dl dd {
    flex: 1;
    padding-top: 5px;
    padding-left: 15px;
}

#tourist_spot #slider2 {
    text-align: left;
    text-orientation: mixed;
}

/*2022/08/04 追加 開始↓*/
.spbr,
.spbr_480 {
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 10px;
    margin: 0 6px !important;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #036eb8;
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#bustour .slick_com .slide .slick-list {
    padding: 0 !important;
}

#bustour .slick_com .slide .slick-slide {
    margin: 0 15px;
    height: auto !important;
}

#bustour .slick_com .slide .slick-prev:before,
#bustour .slick_com .slide .slick-next:before {
    content: "";
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    display: block;
    width: 13px;
    height: 13px;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../imgs/arr2l_wh.png) center center / 12px 12px no-repeat;
}

#bustour .slick_com .slide .slick-next:before {
    background: url(../imgs/arr2r_wh.png) center center / 12px 12px no-repeat;
}

#bustour .slick_com .slide .slick-initialized .slick-slide {
    height: auto !important;
}

#bustour .slick_com .slide .slick-prev,
#bustour .slick_com .slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-color: #323940;
    z-index: 5;
}

#bustour .slick_com .slide .slick-prev {
    left: -3%;
}

#bustour .slick_com .slide .slick-next {
    right: -3%;
}

#bustour .slick-dots {
    bottom: -35px !important;
}

#bustour li button:before {
    background-color: #000;
    width: 6px;
    height: 6px;
}

#bustour li.slick-active button:before {
    opacity: 0.75;
    color: black;
    width: 10px !important;
    height: 10px !important;
}

/*#bustour .slick-slider .slick-track, #bustour .slick-slider .slick-list {
    width: 100%!important;
    transform: translate3d(-204px, 0px, 0px);
}*/

/*2022/08/04 終了↑*/
@media screen and (max-width: 1280px) {
    #lead {
        padding: 14.1% 0 65px 0;
    }

    #lead .inner {
        padding: 8% 20px 40px 20px;
    }

    #lead .inner p {
        font-size: 19px;
        letter-spacing: 0.08em;
    }

    #bustour {
        padding-top: 7.1%;
        padding-bottom: 9.1%;
    }

    #experience {
        padding: 7.9% 0 12.6% 0;
    }

    #experience .head {
        margin-bottom: 65px;
    }

    #experience .head h3 {
        margin: 0 auto 33px auto;
    }

    #experience ul li:nth-child(1) {
        margin-bottom: 80px;
    }

    #experience ul li:nth-child(3) {
        margin-bottom: 30px;
        position: relative;
        top: -50px;
    }

    #experience li .news {
        padding: 10px 26px;
    }

    #map {
        padding: 0 0 8.7% 0;
    }

    #map .head {
        margin-bottom: 50px;
    }

    #info {
        padding: 10.6% 0;
    }

    #info h3 {
        margin-bottom: 36px;
    }

    #info .in .text .time {
        margin-bottom: 60px;
    }

    #info .in .guide {
        margin-top: 60px;
    }

    #tourist_spot .head {
        margin-bottom: 60px;
    }

    #tourist_spot .head h3 {
        margin-bottom: 32px;
    }

    #tourist_spot #slider1 {
        margin-bottom: 56px;
    }

    #tourist_spot .slick-slide {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    #experience ul li:not(:last-child) {
        margin-bottom: 80px;
    }

    #experience ul li:nth-child(3) {
        top: 0;
    }

    #experience ul li:nth-child(3)>.text {
        padding-bottom: 0;
        margin-top: 0;
    }

    #tourist_spot {
        padding: 6.3% 0 7.9% 0;
    }

    #tourist_spot .head h3 .en {
        font-size: 44px;
        letter-spacing: 0.08em;
    }

    #tourist_spot .head h3 .en span {
        font-size: 58px;
    }

    #tourist_spot .slick-slide {
        margin: 0 15px;
    }
}

@media screen and (max-width: 980px) {
    #mainimg p {
        width: 366px;
    }

    #mainimg figure {
        overflow: hidden;
    }

    #mainimg figure img {
        width: 963px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #lead {
        padding: 14.1% 0 60px 0;
    }

    #lead .inner {
        padding: 8% 20px 35px 20px;
    }

    #lead .inner p {
        font-size: 18px;
        letter-spacing: 0.05em;
    }

    #bustour li {
        width: 31%;
    }

    #bustour li:not(:last-child) {
        margin-right: 3.5%;
    }

    #bustour li .price {
        margin-bottom: 28px;
    }

    /*2022/08/05 追加 開始↓*/
    #bustour .slick_com .slide .slick-prev,
    #bustour .slick_com .slide .slick-next {
        width: 30px;
        height: 30px;
    }

    /*2022/08/05 終了↑*/

    #charm .head {
        margin-bottom: 40px;
    }

    #experience .head {
        margin-bottom: 60px;
    }

    #experience .head h3 {
        margin: 0 auto 30px auto;
    }

    #experience .head .abimg2 {
        transform: translateY(-85%);
    }

    #experience ul li:not(:last-child) {
        margin-bottom: 70px;
    }

    #experience ul li>.text h4 span {
        font-size: 23px;
    }

    #experience li .news {
        padding: 10px 24px;
    }

    #map .head {
        margin-bottom: 45px;
    }

    #info h3 {
        margin-bottom: 34px;
    }

    #info .in .text .time {
        margin-bottom: 55px;
    }

    #info .in .guide {
        margin-top: 55px;
    }

    #tourist_spot .head {
        margin-bottom: 55px;
    }

    #tourist_spot .head h3 {
        margin-bottom: 30px;
    }

    #tourist_spot .head h3 span {
        line-height: 1.5;
    }

    #tourist_spot .head h3 .en {
        font-size: 38px;
        letter-spacing: 0.07em;
    }

    #tourist_spot .head h3 .en span {
        font-size: 50px;
    }

    #tourist_spot #slider1 {
        margin-bottom: 54px;
    }

    #tourist_spot .slick-slide {
        margin: 0 18px;
    }

    #tourist_spot li h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {

    /*2022/08/05 追加 開始↓*/
    #bustour .slick_com .slide .slick-prev,
    #bustour .slick_com .slide .slick-next {
        width: 20px;
        height: 20px;
    }

    #bustour .slick_com .slide .slick-slide {
        margin: 0 10px;
    }

    /*2022/08/05 終了↑*/
}

@media screen and (max-width: 768px) {
    #lead {
        padding: 14.1% 0 50px 0;
    }

    #lead .inner {
        padding: 8% 20px 30px 20px;
    }

    #lead .inner p {
        font-size: 17px;
    }

    #bustour li h4 {
        font-size: 15px;
    }

    #bustour li .price {
        margin-bottom: 25px;
    }

    #bustour li .price dt {
        font-size: 15px;
    }

    #bustour li .price dd {
        font-size: 23px;
    }

    #bustour li a {
        padding: 13px 20px 13px 10px;
    }

    #charm .head {
        margin-bottom: 35px;
    }

    #charm .head .text p {
        font-size: 15px;
    }

    #experience .head {
        margin-bottom: 50px;
    }

    #experience .head h3 {
        margin: 0 auto 25px auto;
    }

    #experience .head p {
        font-size: 15px;
    }

    #experience ul {
        max-width: 550px;
    }

    #experience ul li:not(:last-child) {
        margin-bottom: 60px;
    }

    #experience ul li>.photo {
        width: 100%;
        margin-bottom: 15px;
    }

    #experience ul li>.text {
        width: 100%;
    }

    #experience ul li:nth-child(even)>.photo {
        order: 1;
    }

    #experience ul li:nth-child(even)>.text {
        order: 2;
        width: 100%;
    }

    #experience ul li>.photo img {
        left: 0;
    }

    #experience ul li:nth-child(even)>.photo img {
        right: 0;
    }

    #experience ul li>.text h4 span {
        font-size: 22px;
    }

    #experience li .news {
        padding: 10px 20px;
    }

    #map .head {
        margin-bottom: 40px;
    }

    #map .head p {
        font-size: 15px;
    }

    #facility .list h5,
    #facility .list h6 {
        font-size: 15px;
    }

    #facility #restaurant h5 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    #facility #spot_list li {
        width: 29.9%;
        margin: 0 5.15% 5.15% 0;
    }

    #facility #spot_list li:nth-child(4n) {
        margin-right: 5.15%;
    }

    #facility #spot_list li:nth-child(3n) {
        margin-right: 0;
    }

    #info .in {
        padding-left: 0;
    }

    #info h3 {
        font-size: 19px;
        margin-bottom: 30px;
    }

    #info .in .text {
        width: 100%;
        padding-right: 0;
    }

    #info .in .frame.pc {
        display: none;
    }

    #info .in .frame.sp {
        display: block;
    }

    #info .in .frame {
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }

    #info .in .text .time {
        margin-bottom: 50px;
    }

    #info .in .guide {
        margin-top: 50px;
    }

    #info .in h4 {
        font-size: 16px;
    }

    #info .in dt {
        font-size: 16px;
    }

    #tourist_spot .head {
        margin-bottom: 50px;
    }

    #tourist_spot .head h3 {
        margin-bottom: 28px;
    }

    #tourist_spot .head h3 .en {
        font-size: 32px;
        letter-spacing: 0.05em;
    }

    #tourist_spot .head h3 .en span {
        font-size: 44px;
    }

    #tourist_spot .head h3 .ja {
        font-size: 17px;
    }

    #tourist_spot .head p {
        font-size: 15px;
    }

    #tourist_spot #slider1 {
        margin-bottom: 50px;
    }

    #tourist_spot .slick-slide {
        margin: 0 15px;
    }

    #tourist_spot li h4 {
        font-size: 19px;
    }

    #tourist_spot li dl dt,
    #tourist_spot li dl dd {
        font-size: 13px;
    }

    #tourist_spot li dl dt {
        width: 60px;
    }
}

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

    /*2022/08/05 追加 開始↓*/
    #bustour .slick_com .slide .slick-prev,
    #bustour .slick_com .slide .slick-next {
        display: none !important;
    }

    #bustour li .cap {
        display: none;
    }

    #bustour li dd span.sp_none {
        display: none;
    }

    #bustour li h4 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed;
    }

    /*2022/08/05 終了↑*/
}

@media screen and (max-width: 640px) {
    img.pc {
        display: none;
    }

    img.sp {
        display: block;
    }

    /*2022/08/04 追加 開始↓*/
    .spbr {
        display: block;
    }

    /*2022/08/04 終了↑*/

    #mainimg p {
        width: 82%;
    }

    #mainimg figure img {
        width: 100%;
        position: static;
        left: 0;
        transform: translateX(0);
    }

    /*2022/08/04 追加 開始↓*/
    #lead .inner {
        padding: 17% 20px 30px 20px;
    }

    #lead .inner h2 {
        width: 100vw;
        position: absolute;
        top: -24px;
        left: -20px;
        transform: translateY(0);
    }

    #lead .abimg.abimg2,
    #lead .abimg.abimg4 {
        display: none;
    }

    #lead .abimg3 {
        right: 5px;
    }

    /*2022/08/04 終了↑*/

    #bustour h3 {
        margin-right: 0;
        margin-bottom: 30px;
        left: 0;
    }

    /*2022/08/04 追加 開始↓*/
    #bustour h3 img.sp {
        width: 100%;
        margin: 0 auto;
    }

    /*2022/08/04 終了↑*/
    #bustour li {
        width: 100%;
    }

    #bustour li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    #bustour li figure {
        margin-bottom: 15px;
    }

    #bustour li h4 {
        margin-bottom: 10px;
    }

    #bustour li .price {
        margin-bottom: 20px;
    }

    /*2022/08/04 追加 開始↓*/
    #charm {
        padding: 30px 0 55px;
    }

    /*2022/08/04 終了↑*/
    #charm .head {
        margin-bottom: 30px;
    }

    #charm .head .text {
        width: 100%;
        padding-left: 0;
    }

    /*2022/08/04 追加 開始↓*/
    #charm .head .text h3 {
        width: 76.5%;
        margin: 0 auto 20px;
    }

    /*2022/08/04 終了↑*/
    #charm .head .text p {
        padding-right: 0;
    }

    #charm ul li {
        width: 100% !important;
        margin: 0 auto;
    }

    #charm ul li:nth-child(1) {
        margin-bottom: 0;
    }

    #charm ul li:nth-child(2) {
        margin-bottom: 0;
    }

    /* #charm ul li:nth-child(3) {
    margin-bottom: -8px;
    position: relative;
    top: -8px;
  } */
    /* #charm ul li:nth-child(4) {
    margin-bottom: -20px;
    position: relative;
    top: -20px;
  } */
    #charm ul li img {
        width: 103%;
    }

    #charm .head .abimg {
        display: none;
    }

    #experience {
        padding: 2.8% 0 50px 0;
    }

    #experience .head {
        margin-bottom: 30px;
    }

    #experience .head h3 {
        width: calc(100% + 40px);
        margin-right: -20px;
        position: relative;
        left: -20px;
    }

    #experience .head p {
        padding: 0;
    }

    #experience .head .abimg {
        display: none;
    }

    #experience ul li:not(:last-child) {
        margin-bottom: 50px;
    }

    #map .head {
        margin-bottom: 35px;
    }

    /*2022/08/04 追加 開始↓*/
    #map .head h3 {
        width: 100%;
        margin-bottom: 25px;
    }

    /*2022/08/04 終了↑*/
    #map #map_img {
        width: 100%;
        margin-bottom: 80px;
    }

    #map .abimg {
        display: none;
    }

    #facility {
        padding: 5px 20px 30px 20px;
    }

    #facility h4 {
        width: calc(100% + 80px);
        margin-right: -40px;
        position: relative;
        left: -40px;
        transform: translateY(-35px);
    }

    /*2022/08/05 追加 開始↓*/
    #facility .in {
        max-width: 500px;
    }

    #facility #spot_list li {
        width: 47.4%;
    }

    #facility #spot_list li:nth-child(2n) {
        margin-right: 0;
    }

    #facility #spot_list li:nth-child(3n) {
        margin-right: auto;
    }

    /* #facility #spot_list li:nth-child(4n) {
  margin-right: 0;
} */
    #facility #spot_list li:not(:last-child) {
        margin-bottom: 30px;
    }

    #facility #restaurant_list li {
        width: 47.4%;
    }

    #facility #restaurant_list li:nth-child(odd) {
        margin-right: 5.15% !important;
    }

    #facility #restaurant_list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #facility .list h5,
    #facility .list h6 {
        font-size: 14px;
        margin-bottom: 0;
    }

    #facility .list p {
        font-size: 13px;
    }

    /*2022/08/05 終了↑*/

    #info h3 {
        margin-bottom: 28px;
    }

    #info .in .frame {
        height: 380px;
    }

    #info .in .text .time {
        margin-bottom: 45px;
    }

    #info .in .guide {
        margin-top: 45px;
    }

    #tourist_spot {
        padding: 50px 0 50px 0;
    }

    #tourist_spot .head {
        margin-bottom: 45px;
    }

    #tourist_spot .head h3 {
        margin-bottom: 25px;
    }

    #tourist_spot .head h3 span {
        line-height: 1.6;
    }

    #tourist_spot .head h3 .en {
        font-size: 28px;
    }

    #tourist_spot .head h3 .en span {
        font-size: 38px;
    }

    #tourist_spot #slider1 {
        margin-bottom: 48px;
    }

    #tourist_spot .slick-slider {
        padding: 0 5px;
    }

    #tourist_spot .slick-slide {
        margin: 0 13px;
    }
}

@media screen and (max-width: 500px) {
    #lead {
        padding: 35px 0 45px 0;
    }

    /*2022/08/04 追加 開始↓*/
    #lead .inner {
        padding-bottom: 25px;
    }

    #lead .inner h2 {
        top: -20px;
    }

    /*2022/08/04 終了↑*/
    #lead .inner p {
        font-size: 16px;
    }

    #experience li .news {
        padding: 20px 20px;
    }

    #experience li .news .text {
        flex: auto;
        padding: 0;
    }

    #map {
        padding: 0 0 50px 0;
    }

    #info {
        padding: 50px 0;
    }

    #info h3 {
        margin-bottom: 25px;
    }

    #info .in .frame {
        height: 350px;
    }

    #info .in .text .time {
        margin-bottom: 40px;
    }

    #info .in .guide {
        margin-top: 40px;
    }

    #tourist_spot .head {
        margin-bottom: 40px;
    }

    #tourist_spot .head h3 .en {
        font-size: 22px;
    }

    #tourist_spot .head h3 .en span {
        font-size: 32px;
    }

    #tourist_spot #slider1 {
        margin-bottom: 45px;
    }

    #tourist_spot .slick-slider {
        padding: 0 10px;
    }

    #tourist_spot .slick-slide {
        margin: 0 10px;
    }
}

@media screen and (max-width: 480px) {

    /*2022/08/04 追加 開始↓*/
    .spbr_480 {
        display: block;
    }

    #facility {
        padding: 5px 15px 30px 15px;
    }

    /* #facility .in {
    max-width: 300px;
    padding: 0 10px;
  } */
    #facility #spot_list {
        margin-bottom: 40px;
    }

    /* #facility #spot_list li {
    width: 100%;
    margin: 0;
  }
  #facility #spot_list li:nth-child(4n) {
    margin-right: 0;
  }*/
    #facility #spot_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    #facility #restaurant_list li {
        width: 100%;
    }

    #facility #restaurant_list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #facility #restaurant_list li:nth-child(odd) {
        margin-right: 0 !important;
    }

    /*2022/08/04 終了↑*/

    #bustour .page {
        padding: 0 10px;
    }

    #bustour .slick_com .slide .slick-slide {
        margin: 0 5px;
    }

    #bustour li a {
        font-size: 14px;
        font-weight: bold;
        color: #28b472;
        text-align: center;
        max-width: 265px;
        padding: 15px 20px 15px 10px;
        margin: 0 auto;
        border: 2px solid #28b472;
        border-radius: 30px;
        background: #fcee21 url(../imgs/arrow_gr.svg) no-repeat right 8px center;
        background-size: 27px auto;
        transition: color 0.5s, background 0.5s;
    }
}

@media screen and (max-width: 375px) {
    #tourist_spot .head h3 .en {
        font-size: 20px;
    }

    #tourist_spot .head h3 .en span {
        font-size: 30px;
    }
}