@charset 'UTF-8';

/* SP全体的に */
@media screen and (max-width:959px) {
    .container {
        width: 100%;
        padding: 40px 20px;
    }
    h2 {
        padding: 0 20px;
    }
    h2 img {
        zoom: .5!important;
    }
    .pagetop_pc{
        display: none;
    }
    .pagetop_sp{
        display: block;
        max-width: 50px;
    }
    p#pageTop {
        width: initial;
    }

/* mv */
    .mv {
        background-image: url(../images/sp/mv_bg01.jpg);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .title_sp{
        padding-top: 20px;
    }
    .title_sp img{
        width: 100%;
    }
    p.logo {
        text-align: center;
        padding: 20px 0;
    }
    p.logo img {
        max-width: 115px;
    }
    p.logo img:nth-of-type(1) {
        margin-right: 10px;
    }
    p.mv_description {
        line-height: 1.5em;
    }
    p.mv_description span:nth-of-type(2) {
        display: block;
        margin-top: 20px;
    }
    a.btn_tour_anchor.sp img {
        width: 100%;
    }

/* busanboys */
    .busanboys {
        background: none;
        border-bottom: 6px solid #f6f6f6;
        padding-bottom: 60px;
    }
    .boys_image {
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .boys_image:not(:nth-last-of-type(1)) {
        margin-bottom: 30px;
    }
    .boys_image:nth-of-type(1) {
        background-image: url(../images/sp/chara_bg01.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .boys_image:nth-of-type(2) {
        background-image: url(../images/sp/chara_bg02.png);
        background-size: contain;
        background-position: 0 61px;
        background-repeat: no-repeat;
    }
    .boys_image:nth-of-type(3) {
        background-image: url(../images/sp/chara_bg03.png);
        background-size: contain;
        background-position: 0 41px;
        background-repeat: no-repeat;
    }
    .boys_image:nth-of-type(4) {
        background-image: url(../images/sp/chara_bg04.png);
        background-size: contain;
        background-position: 0 60px;
        background-repeat: no-repeat;
    }
    .boys_img_wrap{
        width: 40%;
        text-align: center;
    }
    .boys_img_wrap img {
        width: 100%;
    }
    .boys01_prof,
    .boys02_prof,
    .boys03_prof,
    .boys04_prof {
        position: initial;
        width: initial;
        height: initial;
        background-image: none;
        background-repeat: no-repeat;
        width: 50%;
        max-width: 300px;
    }
    p.prof02 span {
        padding-left: 8px;
    }
    p.prof03 span {
        padding-left: 8px;
    }
    p.prof_name {
        padding: 10px 0 20px 0;
        text-align: left;
    }
    p.prof_name img {
        width: 40%;
    }
    p.prof_name span {
        position: relative;
        top: -3px;
        left: 10px;
    }
    p.prof01, p.prof02, p.prof03, p.prof04 {
        padding: 0;
        padding-bottom: 17px;
    }
    p.prof01 span:nth-of-type(1),
    p.prof02 span:nth-of-type(1),
    p.prof03 span:nth-of-type(1){
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
    }
    p.prof01 span:nth-of-type(1),
    p.prof03 span:nth-of-type(1)
    {
        padding: 5px 18px;
    }
    p.prof02 span:nth-of-type(1){
        padding: 5px 13px;
    }
    .boys01_prof p.prof01 span:nth-of-type(1),
    .boys01_prof p.prof02 span:nth-of-type(1),
    .boys01_prof p.prof03 span:nth-of-type(1) {
        background-color: #5fc9cd;
    }
    .boys02_prof p.prof01 span:nth-of-type(1),
    .boys02_prof p.prof02 span:nth-of-type(1),
    .boys02_prof p.prof03 span:nth-of-type(1) {
        background-color: #a895ed;
    }
    .boys03_prof p.prof01 span:nth-of-type(1),
    .boys03_prof p.prof02 span:nth-of-type(1),
    .boys03_prof p.prof03 span:nth-of-type(1) {
        background-color: #0bc5f3;
    }
    .boys04_prof p.prof01 span:nth-of-type(1),
    .boys04_prof p.prof02 span:nth-of-type(1),
    .boys04_prof p.prof03 span:nth-of-type(1) {
        background-color: #ffc925;
    }
    p.prof01 span {
        color: #000;
        padding-left: 8px;
        font-weight: normal;
    }
    p.prof04 {
        width: initial;
        /* padding: 15px 0 17px 22px;
        text-align: left;
        line-height: 1.4em; */
    }
    p.prof01,
    p.prof02,
    p.prof03 {
            padding-left: 0!important;
    }
    .boys04_prof p.prof04 {
        padding-bottom: 17px;
    }
    .boys01_prof_btn:before, .boys02_prof_btn:before, .boys03_prof_btn:before, .boys04_prof_btn:before {
        bottom: -5px;
        left: 25px;
    }
    .boys01_prof_btn, .boys02_prof_btn, .boys03_prof_btn, .boys04_prof_btn {
        padding: 10px 40px 10px 70px;
    }
    .mfp-wrap .video--type-youtube {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 169px;
        padding: 0!important;
    }

/* spot&gourmet */
    .spot_gourmet {
        background-image: url(../images/sp/spot_bg_sp.png);
        background-size: cover;
        padding-bottom: 0;
    }
    .spot_images_area {
        justify-content: space-between;
    }
    .spot_image_box {
        width: 49%;
        padding-bottom: 20px;
    }
    .spot_image_box img {
        width: 100%;
    }
    p.spot_image_description {
        padding-top: 5px;
        font-size: 10px;
    }
    .spot_image_box:nth-of-type(odd) {
        margin-right: 5px;
    }

/* map */
.map {
    background-image: url(../images/sp/map_bg_sp.png);
    padding: 0 0 50px;
}
    .map .container {
        padding: 40px 5px;
    }
    li.maplist01 {
        top: 151px;
        left: 17px;
        width: 97px;
    }
    .maplists li a img:nth-of-type(1) {
        width: 4vw;
        height: 3vw;
        margin-right: 0;
    }
    .maplists li a img:nth-of-type(2) {
        width: 12vw;
    }
    .map_area.sp {
        background-image: url(../images/sp/map_img01_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        height: 92vw;
    }
    .maplists {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .mfp-auto-cursor .mfp-content {
        height: 100%;
    }
    .panel_area_sp {
        background-color: #fff;
        padding: 20px 20px 40px!important;
        /* border: 3px solid #fc326d; */
        max-width: 330px;
        width: 85%;
        height: 440px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    .panel_area_sp iframe {
        width: 100%;
        height: 41vw;
        max-height: 158px;
    }
    button.mfp-close {
        background-image: url(../images/sp/icon_close.png);
        background-size: contain;
        background-repeat: no-repeat;
        color: transparent;
        max-width: 40px;
        width: 10vw;
        position: absolute;
        top: -214px;
        left: 0;
        right: -253px;
        bottom: 0;
        margin: auto;
    }
    .mfp-close:active {
        top: -214px;
    }
    #panel_sp_btn {
        background-image: url(../images/sp/icon_close.png);
        background-size: contain;
        background-repeat: no-repeat;
        color: transparent;
        max-width: 40px;
        width: 10vw;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        top: calc(50% - 272px);
        left: calc(50% + 120px);
    }
    .panel_area_sp img {
        width: 100%;
        height: auto;
    }
    /* p.panel_txt {
        color: #2e2e2e;
    } */
    .maplists li a{
        display: block;
    }
    li.maplist01_sp {
        top: 57%;
        left: 4%;
    }
    li.maplist02_sp {
        top: 46%;
        left: 4%;
    }
    li.maplist03_sp {
        top: 37.5%;
        left: 8%;
    }
    li.maplist04_sp {
        top: 29%;
        right: 29%;
    }
    li.maplist05_sp {
        top: 19%;
        right: 12%;
    }
    li.maplist06_sp {
        top: 46%;
        right: 8%;
    }
    li.maplist07_sp {
        top: 54.5%;
        right: 19%;
    }
    li.maplist08_sp {
        top: 53%;
        left: 34%;
    }
    li.maplist09_sp {
        top: 68%;
        left: 32%;
    }
    li.maplist10_sp {
        top: 77.5%;
        left: 32%;
    }
    li.maplist11_sp {
        top: 87%;
        left: 31%;
    }
    li.maplist12_sp {
        top: 97.6%;
        left: 27%;
    }
    .maplists li.maplist02_sp a img:nth-of-type(1) {
        position: relative;
        top: -14px;
    }
    .maplists li.maplist02_sp a img:nth-of-type(2) ,
    .maplists li.maplist06_sp a img:nth-of-type(2) {
        width: 14.5vw;
    }
    .maplists li.maplist03_sp a img:nth-of-type(2) {
        width: 24vw;
    }
    .maplists li.maplist04_sp a img:nth-of-type(2) {
        width: 16vw;
    }
    .maplists li.maplist05_sp a img:nth-of-type(2) {
        width: 14vw;
    }
    .maplists li.maplist07_sp a img:nth-of-type(2){
        width: 16vw;
    }
    .maplists li.maplist08_sp a img:nth-of-type(2){
        width: 11vw;
    }
    .maplists li.maplist09_sp a img:nth-of-type(2){
        width: 24vw;
    }
    .maplists li.maplist10_sp a img:nth-of-type(2){
        width: 8.5vw;
    }
    .maplists li.maplist11_sp a img:nth-of-type(2){
        width: 18vw;
    }
    .maplists li.maplist12_sp a img:nth-of-type(2){
        width: 17vw;
    }
    .panel_area{
        display: none;
    }

/* recommended */
    .recommended {
        background-image: url(../images/sp/bg_recommended.png);
        background-size: contain;
        background-position: 0 90px;
        background-repeat: no-repeat;
        padding: 0;
    }
    .recommended a.btn {
        padding: 15px 0;
        width: 89%;
        font-size: 14px;
        max-width: 290px;
    }
    .branch_infomation {
        max-width: 400px;
        margin: 0 auto;
    }
    .branch_infomation a.btn {
        width: 100%;
        text-align: center;
        font-size: 14px;
        max-width: 290px;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
        text-decoration: none;
    }
    .recommended a.btn:after, .branch_infomation a.btn:after {
        content: "";
        background-size: 16px 20px;
        right: 0;
    }
    ul.serch.sp {
        display: flex!important;
        flex-wrap: wrap;
        padding: 60px 0;
        justify-content: left;
        width: 85%;
        margin: 0 auto;
        max-width: 265px;
    }
    ul.serch.sp li {
        margin-bottom: 20px;
        width: 60%;
    }
    ul.serch.sp li:nth-of-type(odd) {
        width: 40%;
    }

    ul.serch li a {
        font-size: 10px;
    }
    ul.serch li a img {
        width: 10px;
        margin-left: 5px;
    }
    section#product {
        width: 89%;
        margin: 0 auto;
    }
    #product .section__container {
        padding: 20px 0;
    }
    .product_slider .grid-row{
        margin: 0;
    }
    img.slide-arrow {
        width: 57px;
        padding: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 500;
    }
    img.prev-arrow {
        left: -41px;
    }
    img.next-arrow {
        right: -41px;
    }

    #product .grid-col3 {
        padding: 2vw 3vw 2vw 2vw;
        background-size: contain;
        background-repeat: no-repeat;
        height: 98vw;
        background-position: top center;
    }
    .pd_bg_sp01{
        background-image: url(../images/sp/tour_bg_p.png);
    }
    .pd_bg_sp02{
        background-image: url(../images/sp/tour_bg_b.png);
    }
    .product_slider .imgContainer--full {
        width: 59vw;
        margin: 0 auto;
    }
    .product_slider .grid-col__body {
        flex: initial;
        padding: 2vw 7vw;
    }
    .product_slider p.itemTitle {
        font-size: 4vw;
    }
    .product_slider p.itemDescription {
        font-size: 3vw;
        line-height: 1.2rem;
    }
    .product_slider .slick-list{
        padding: 0!important;
    }
    .product_slider p.price {
        color: #fd0002;
        position: absolute;
        bottom: 7px;
        right: 8vw;
        font-weight: bold;
        font-size: 5vw;
    }
    .slide-dots{
        text-align: center;
    }
    .slide-dots li{
          display: inline-block;
          margin: 0 15px;
    }
    .slide-dots button{
            position: relative;
            text-indent: -9999px;
            margin: 0;
            padding: 0;
            background: none;
            border: none;
            border-radius: 0;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
    }
    .slide-dots button:before{
        content: '';
        background-image: url(../images/sp/slider_dots.png);
        background-repeat: no-repeat;
        background-size: 15px;
        text-indent: 0px;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 0;
        left: 0;
    }
    .slide-dots li.slick-active button:before{
          content: '';
          background: url(../images/sp/slider_dots_active.png);
          background-size: 14px;
          background-repeat: no-repeat;
        }

/* support */
    .support{
        padding: 0;
    }
    .branch_box {
        padding: 5vw;
        display: block;
    }
    p.branch_img {
        margin: 0 auto 10px;
    }
    .branch_infomation p {
        font-size: 12px;
    }

    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    #searchApp {
        padding: 0 0 40px;
        background-image: none;
    }
}

/* タブレットサイズ */
@media screen and (min-width: 760px) and (max-width: 959px){
    p.title_sp.sp img {
        max-width: 450px;
    }
    a.btn_tour_anchor.sp img {
        max-width: 450px;
    }
    .title_sp {
        padding-top: 60px;
    }
    img:not([width]), input[type=image]:not([width]) {
        zoom: 1!important;
    }
    .boys_img_wrap img {
        width: 200px;
    }
    .boys_image {
        background-size: cover!important;
    }
    .spot_images_area {
        max-width: 500px;
        margin: 0 auto;
    }
    .recommended a.btn, .branch_infomation a.btn {
        max-width: 400px;
    }
    ul.serch.sp {
        justify-content: space-between;
        max-width: 600px;
        margin: 0 auto;
    }
    ul.serch.sp li:nth-of-type(odd),
    ul.serch.sp li:nth-of-type(even) {
        width: initial;
    }
    .branch_infomation {
        max-width: 400px;
        margin: 0 auto;
    }
    .branch_infomation p, .branch_infomation h4 {
        text-align: left;
    }
    .mfp-wrap .video--type-youtube {
        position: absolute;
        width: 640px;
        height: 340px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0!important;
        margin: 0 auto;
        text-align: center;
    }
    button.mfp-close {
        top: -399px;
        right: -550px;
    }
    .mfp-close:active {
        top: -399px;
    }
    .product_slider .imgContainer--full {
        width: initial;
    }
    .product_slider .grid-col__body {
        padding: initial;
        padding-top: 10px;
    }
    #product .grid-col3 {
        height: 41vw;
        padding: 8px 11px 8px 8px;
    }
    .product_slider span.price {
        right: 6px;
    }
    .recommended {
        background-size: cover;
    }
    img.prev-arrow{
        left: -61px;
    }
    img.next-arrow {
        right: -61px;
    }
    .product_slider p.itemDescription {
        font-size: 14px;
    }
    .product_slider p.price {
        right: 0;
        font-size: 15px;
    }
    .product_slider p.itemDescription {
        font-size: 12px;
    }
    .product_slider p.itemTitle {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .maplists li.maplist02_sp a img:nth-of-type(1) {
        top: -27px;
    }
    .maplists li.maplist12_sp a img:nth-of-type(1) {
        top: -2px;
        position: relative;
    }
}
/* ミニタブレットサイズ */
@media screen and (min-width: 500px) and (max-width: 759px){
    #product .grid-col3 {
        padding: 1vw 2vw 1vw 1vw;
        height: 60vw;
    }
    .product_slider .imgContainer--full {
        width: 37vw;
    }
    .product_slider .grid-col__body {
        padding: 2vw 1vw;
    }
    .product_slider p.itemTitle {
    font-size: 2.5vw;
    }
    .product_slider p.itemDescription {
        font-size: 2vw;
    }
    .product_slider p.price {
        bottom: 2vw;
        right: 1vw;
        font-size: 2.8vw;
    }
    img.prev-arrow {
        left: -50px;
    }
    img.next-arrow {
        right: -50px;
    }
}

/* xsサイズ */
@media screen and (max-width: 349px){
    .boys_img_wrap {
        width: 35%;
    }
    .boys01_prof, .boys02_prof, .boys03_prof, .boys04_prof {
        width: 65%;
    }
    p.prof01 span:nth-of-type(1), p.prof03 span:nth-of-type(1) {
        padding: 5px 18px;
    }
    p.prof02 span:nth-of-type(1) {
        padding: 5px 14px;
    }
    h2 {
        padding: 0;
    }
    div#sec03 h2 img,
    div#sec05 h2 img {
        width: 100%;
    }
    /* .recommended a.btn, .branch_infomation a.btn {
        width: 89%;
    } */
    /* .recommended {
        background-size: contain;
    } */
    ul.serch.sp {
        padding: 60px 0;
    }
    #panel_sp_btn {
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        top: calc(50% - 263px);
        left: calc(50% + 96px);
    }
}