@charset "utf-8";



#mainimg #mv_ct {
    color: #fff;
    max-width: 1250px;
    width: 98%;
    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%);
    z-index: 2;
}

#lead .inner .lead__heading {
    position: static;
    text-align: center;
    font-size: 28px;
    transform: none;
    color: #036eb8;
    margin-bottom: 30px;
    width: 100%;
}


#mainimg #mv_ct .mainimg__heading .mainimg__heading--txt1 {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 10px;
    line-height: 1.4em;
    display: block;
    text-shadow: 1px 1px 1px #808080;
    color: #fff;
    font-weight: 400;
}

#mainimg #mv_ct .mainimg__heading .mainimg__heading--txt2 {
    font-size: 16px;
    display: block;
    text-shadow: 1px 2px 3px #808080;
    line-height: 1.6;
}


.cap {
    margin-left: 0em;
    text-indent: 0em;
}

/* 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;
}



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

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


#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%);
}

.section_ttl.tac.best {
    color: #036eb0;
}
.section_ttl.tac {
    margin-bottom: 35px;
}
.section_ttl.tac {
    text-align: center;
    margin-bottom: 46px;
}
h2.ttl {
font-size: 36px;
font-weight: lighter;
letter-spacing: 0.1em;
}
.section_ttl.tac span.min {
    color: #036eb0;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 7px;
    opacity: 1;
    line-height: 1.6;
}
.section_ttl.tac span.min, .section_ttl.tac span.high_min {
    text-align: center;
    letter-spacing: 0.1em;
}
.section_ttl span {
    line-height: 1.4;
    display: inline-block;
}

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

#bustour .bustour__title {
    margin-right: -15px;
    margin-bottom: 80px;
    left: -15px;
    z-index: 2;
}

#bustour .bustour__title 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_new/hokkaido/asahiyama/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_new/hokkaido/asahiyama/arrow_wh.svg) no-repeat right 20px center;
    background-size: 27px auto;
    opacity: 1;
}

#charm {
    padding: 45px 0;
    background: url(../../imgs_new/hokkaido/asahiyama/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 .head__title {
    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 .text__title {
    margin-bottom: 2px;
    position: relative;
}

#experience ul li>.text .text__title 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 .text__title::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 .news__title {
    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_new/hokkaido/asahiyama/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-color: #e0edf6;
}

#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_new/common/arr2l_wh.png) center center / 12px 12px no-repeat;
}

#bustour .slick_com .slide .slick-next:before {
    background: url(../../imgs_new/common/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);
}*/


#bestseason {
    margin-bottom: 100px;
}


#bestseason .bs_ct {
    font-size: 0;
    position: relative;
}

#bestseason .bs_ct:not(:last-child) {
    margin-bottom: 150px;
}

#bestseason .bs_ct>* {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#bestseason .bs_ct figure {
    text-align: center;
}

#bestseason .bs_ct figure img {
    width: 92%;
    margin: 0 auto;
    border-radius: 0px 15px 0px 0px;
}

#bestseason .bs_ct .section_ttl>div {
    max-width: 560px;
    margin: 0 auto;
}

#bestseason .bs_ct .section_ttl .ttl {
    margin-bottom: 30px;
}

#bestseason .bs_ct .section_ttl .ttl span {
    display: block;
    line-height: 1.5em;
}

#bestseason .bs_ct .section_ttl .ttl span.min {
    font-size: 18px;
    margin-bottom: 19px;
    padding-left: 31px;
    position: relative;
}

#bestseason .bs_ct .section_ttl .ttl span.min:before {
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../imgs_new/common/icon_pin.png) center center / contain no-repeat;
}

#bestseason .bs_ct .section_ttl .ttl .ttl--heading {
    font-size: 27px;
    color: #036eb8;
}

#bestseason .bs_ct .section_ttl .txt {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #000000;
}

#bestseason .blugra .bs_ct .section_ttl .txt {
    border-bottom: 1px dotted #fff;
}

#bestseason .bs_ct .section_ttl .txt p {
    font-size: 14px;
}

#bestseason .bs_ct .section_ttl .detail {
    margin-bottom: 30px;
}

#bestseason .bs_ct .section_ttl .detail .date {}

#bestseason .bs_ct .section_ttl .detail .date dl {
    font-size: 0;
}

#bestseason .bs_ct .section_ttl .detail .date dl>* {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#bestseason .bs_ct .section_ttl .detail .date dl dt {
    width: 55px;
}

#bestseason .bs_ct .section_ttl .detail .date dl dd {
    width: calc(100% - 55px);
}

#bestseason .bs_ct .section_ttl .detail .price {
    font-size: 0;
}

#bestseason .bs_ct .section_ttl .detail .price>* {
    display: inline-block;
    vertical-align: middle;
}

#bestseason .bs_ct .section_ttl .detail .price .min {
    font-size: 16px;
    margin-right: 17px;
}

#bestseason .bs_ct .section_ttl .detail .price .lrg {
    font-size: 27px;
}

#bestseason .bs_ct .section_ttl .detail .btn1 {}

#bestseason .bs_ct .section_ttl .detail .btn1 a {}

#bestseason .bs_ct .section_ttl .detail .btn1 a span {}

#bestseason .bs_ct .section_ttl .btn1 {
    margin-left: 0;
}

#bestseason .bs_ct.lt {
    position: relative;
}

#bestseason .blugra .bs_ct.lt {
    padding-top: 15%;
}

#bestseason .bs_ct.lt figure {
    text-align: right;
    float: right;
}

#bestseason .bs_ct.lt figure img {}

#bestseason .bs_ct.lt .section_ttl.tal {
    float: left;
}

#bestseason .bs_ct.lt .section_ttl.tal p.ttl {}

#bestseason .bs_ct.lt .section_ttl.tal p.ttl span.min {}

#bestseason .blugra .bs_ct.lt .section_ttl.tal p.ttl span.lrg {
    color: #fff;
}

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

    #bestseason .page {
        width: calc(100% - 40px);
        max-width: 1040px;
        margin: 0 auto;
    }

    #bestseason .blugra .bs_ct.lt {
        padding-top: 13%;
    }

    #bestseason .bs_ct .section_ttl .detail {
        margin-bottom: 20px;
    }

    #bestseason .bs_ct .section_ttl .ttl {
        margin-bottom: 20px;
    }

    #bestseason .bs_ct .section_ttl .ttl span.min {
        font-size: 16px;
        padding-left: 26px;
    }

    #bestseason .bs_ct .section_ttl .ttl span.min:before {
        width: 17px;
        height: 26px;
    }

    #bestseason .bs_ct .section_ttl .ttl .ttl--heading {
        font-size: 23px;
    }

    #bestseason .blugra {
        padding: 100px 0 75px;
        margin-bottom: 75px;
    }

    #bestseason .bs_ct:not(:last-child) {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 980px) {
    h2.ttl, .two_cruise .mini_ttl {
        font-size: 30px;
    }
    .section_ttl.tac span.min {
        font-size: 15px;
    }
}


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

    .section_ttl.tac.best h2.ttl {
        font-size: 27px;
    }

    #bestseason .bs_ct>* {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    #bestseason .bs_ct figure {
        margin-bottom: 20px;
    }


    #bestseason .blugra {
        padding: 40px 0 50px;
    }

    #bestseason .bs_ct>* {
        float: none !important;
    }

    #bestseason .bs_ct figure img {
        width: 100%;
    }

    .btn1,
    #bestseason .bs_ct .section_ttl .btn1 {
        display: block;
        margin: 0 auto;
    }

    .imgin .section_ttl.tal,
    #bestseason .bs_ct.lt .section_ttl.tal {
        padding: 0 10px;
    }

    #bestseason .bs_ct:not(:last-child) {
        margin-bottom: 50px;
    }

    #bestseason .bs_ct .section_ttl .ttl .ttl--heading {
        font-size: 16px;
    }

    #bestseason .bs_ct .section_ttl .ttl {
        margin-bottom: 10px;
    }

    #bestseason .bs_ct .section_ttl .txt {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    #bestseason .bs_ct .section_ttl .detail {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 640px) {
    .section_ttl.tac span.min {
        font-size: 14px;
    }
}


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

    .section_ttl.tac span.min {
        font-size: 13px;
        padding-bottom: 0;
    }

    #bestseason .bs_ct figure {
        margin-bottom: 15px;
    }


    #bestseason .bs_ct .section_ttl .ttl span.min {
        font-size: 12px;
        margin-bottom: 5px;
        padding-left: 18px;
    }

    #bestseason .bs_ct .section_ttl .ttl span.min:before {
        width: 12px;
        height: 19px;
    }

    #bestseason .bs_ct .section_ttl .ttl .ttl--heading {
        font-size: 15px;
    }

    #bestseason .bs_ct .section_ttl .txt p {
        font-size: 12px;
    }
}

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

    #lead .inner {
        padding: 40px 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 .head__title {
        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 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: 40px 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 .head__title {
        margin: 0 auto 30px auto;
    }

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

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

    #experience ul li>.text .text__title 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: 40px 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 .head__title {
        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 .text__title 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 figure img {
        width: 100%;
        position: static;
        left: 0;
        transform: translateX(0);
    }

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


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

    #lead .abimg3 {
        right: 5px;
    }

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

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

    /*2022/08/04 追加 開始↓*/
    #bustour .bustour__title 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 .head__title {
        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;
    }


    /*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_new/hokkaido/asahiyama/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;
    }
}