/* ベース */
.dummy {
    background-color: #aaa;
    padding: 30% 10%;
}
html {
    font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}
h1, h2, h3, h4, h5 {
    font-family: HonMinSKok-M;
    font-size: 188%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
    padding-top: .5em;
    letter-spacing: 0.2em;
}
.wrapper{
    background: #f7f7f7;
}
.contents{
    margin: 0 auto;
    width:100%;
    max-width: 1200px;
    padding: 0 3%;
}
.sp {
    display: none;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 48px;
}
h5 {
    font-size: 24px;
}
a{
    transition: .3s;
}
a:hover{
    text-decoration: none !important;
}
  *:focus {
    outline: none;
    }
.ta-c{
    text-align: center;
}
img {
    height: auto;
    width: 100%;
    transition: .3s;
}
a img{
    transition: .3s;
}
a:hover img{
    opacity: .9;
}
a:hover{
    text-decoration: underline;
}
.bold {
    font-weight: bolder;
}
.font07 {
    font-size: 0.7rem;
    font-weight: normal;
    letter-spacing: .3em;
}
.eng {
    letter-spacing: .6em;
}

/* flex */
.flex {
    display: flex;
    justify-content: space-between;
}
.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* margin */
.ovf-h {
    overflow: hidden;
}
.m0{
    margin: 0 auto;
}
.mr1px {
    margin-right: 1px;
}
.mr1 {
    margin-right: 1%;
}
.mr3 {
    margin-right: 3%;
}
.mr8 {
    margin-right: 8px;
}
.ml1 {
    margin-left: 1%;
}
.ml3 {
    margin-left: 3%;
}
.mt2{
    margin-top: 2%;
}
.mt3{
    margin-top: 3%;
}
.mt5{
    margin-top: 5%;
}
.mb1 {
    margin-bottom: 1%;
}
.mb2 {
    margin-bottom: 2%;
}
.mb3 {
    margin-bottom: 3%;
}
.mb5 {
    margin-bottom: 5%;
}
.mb8 {
    margin-bottom: 8px;
}
.mb16 {
    margin-bottom: 16px;
}

.lh16{
    line-height: 1.6em;
}

.pl3{
    padding-left: 3%;
}
.pl6{
    padding-left: 6%;
}
.pr3{
    padding-right: 3%;
}
.pr5{
    padding-right: 5%;
}
.fr{
    float: right;
}

/* width */
.w-auto {
    width: auto;
}
.w-5 {
    width: 5%;
}
.w-29 {
    width: 29%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-49 {
    width: 49.5%;
}
.w-50 {
    width: 50%;
}
.w-57 {
    width: 57%;
}
.w-60 {
    width: 60%;
}
.w-69 {
    width: 69%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}

/* カラー */
.white {
    color: #fff;
}
.pink {
    color: #e95389;
}
.orange {
    color: #ed6d34;
}
.green {
    color: #6eba44;
}
.purple {
    color: #796baf;
}
.brown {
    color: #cf7c3d;
}
.yellow{
    color: #fabf13;
}
.blue {
    color: #00aebb;
}
.pink02 {
    color: #ca67a4;
}
.gray {
    color: #707f87;
}


/* 背景色 */
.bg_white {
    background-color: #fff;
}
.bg_pink {
    background-color: #e95389;
}
.bg_pink02 {
    background-color: #ca67a4;
}
.bg_yellow {
    background-color: #fffde4;
}
.bg_green {
    background-color: #89c56f;
}
.bg_lightgreen {
    background-color: #e2ecad;
}
.bg_gray {
    background-color: #e8e8e8;
}

/* main */
.main {
    background-image: url("../img/main_pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: solid 10px #3c3c3c;
    padding: 20%;
    position: relative;
}
.main .flex {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.main_up {
    padding: 1% 0;
}
.main_up .box01 {
    margin: 0 8px;
    width: 30px;
}
.main_down {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 50vw;
    max-width: 800px;
}

/* title */
.title01 span, .menu li span, .menu i span {
    border-right: solid 1px;
    letter-spacing: normal;
    margin-right: 0.6em;
    padding-right: 0.4em;
}

/* menu */
.menu {
    background-color: #fff;
    margin: 2vw 0 8vw 0;
    text-align: center;
}
.menu a:hover, .menu li:hover {
    color: #5db6e7;
}
.menu li {
    font-size: 14px;
    letter-spacing: 0.4em;
    margin: 0 3vw 0 0;
}
.menu li span {
    margin-right: 8px;
    padding-right: 8px;
}

.main_box {
    display: flex;
    justify-content: space-between;
}


/* 2022winter-coupon */
.btn-wrap {
  margin: 2vw 0;
  margin-left: 120px;
}

.btn-c {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0rem 0.75rem 0.75rem 0.75rem;
  color: #fff;
  background: #036EB8;
  display: inline-block;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 6px 0 #035ea0;
  box-shadow: 0 6px 0 #035ea0;
}

.btn-c .new-mark {
    font-size: 20px;
    color: #fff;
    background-color: #e95389;
    padding: 4px 16px;
    margin-right: 6px;
    letter-spacing: 0;
    border-radius: 100%;
    vertical-align: baseline;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-c .fuki {
  font-size: 15px;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 70%;
  padding: 0.2rem 0;
  color: #e95389;
  border: 2px solid #e95389;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.btn-c .fuki:before,
.btn-c .fuki:after {
  position: absolute;
  left: calc(50% - 10px); 
  content: "";
} 

.btn-c .fuki:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e95389 transparent transparent transparent;
}

.btn-c .fuki:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
} 

a.btn-c:hover {
  color: #fff;
  background: #e95389;
}
a.btn-c:hover {
-webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);

  color: #fff;
  background: #036EB8;
  -webkit-box-shadow: 0 2px 0 #035ea0;
  box-shadow: 0 2px 0 #035ea0;
}


/* about */
.about {
    padding-bottom: 8vw;
}
.about .float {
    float:left;
    height: auto;
    margin-right: 0.5%;
    width: 33%;
}
.about .float:last-child {
    margin-right: 0;
}
.clear {
    clear: both;
}

/* map */
.map {
    margin-bottom: 8vw;
}
.map .inner {
    padding-bottom: 0;
}

/* list */
#topBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #3c3c3c;
    color: #fff;
    padding: 8px;
    writing-mode: vertical-lr;
}
#topBtn:hover {
    opacity: 0.9;
}
.list {
    position: relative;
    margin-bottom: 8vw;
}
.list_inner > .flex {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}
.list_box {
    background-color: #fff;
    margin: calc(1% / 6);
    overflow: hidden;
    position: relative;
    width: calc(98% / 6);
    text-align: center;
    transition: .4s;
}
.list_box:hover {
    opacity: .6;
}
.list_name {
    align-items: center;
    display: flex;
    justify-content: space-around;
    line-height: 1.2;
    height: 20%;
}
.list_name p {
    font-size: 13px;
    font-weight: bold;
}
.list_name p:last-child {
    margin-left: 1rem;
}

.list_name .three_lines {
    line-height: 1.0;
}



.list_name span {
    font-size: 10px;
}
.list_num {
    border-radius: 50%;
    color: #fff;
    padding: 9% 0 0 3%;
    position: absolute;
    left: -6%; top : -6%;
    height: 19%;
    width: 23%;
    z-index: 0;
}
.list_num p {
    font-weight: bold;
    width: 20px;
}
.list_thum {
    border-top: solid 1px #e0e0e0;
    height: 80%;
}
.list .long_name p {
    font-size: 12px;
    margin-left: 0.8vw;
}
/* ******** モーダル ******** */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal .list_detail a:hover {
    color: #5db6e7;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal .list_box {
    background-color: #fff;
    line-height: 1.6;
    margin: 0 auto;
    overflow: hidden;
    padding: 2%;
    position: relative;
    width: 90vw;
    max-width: 600px;
    text-align: center;
    transition: .4s;
}
.modal .list_box:hover {
    opacity: 1;
}
.modal .list_name p {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0 16px 0;
}
.modal .list_name span {
    font-size: 16px;
}
.modal .list_num {
    border-radius: 50%;
    color: #fff;
    padding: 26px 0 0 8px;
    position: absolute;
    left: -15px;
    top: -25px;
    height: 70px;
    width: 70px;
    z-index: 0;
}
.modal .list_num p {
    font-size: 24px;
    font-weight: bold;
    width: 1.6vw;
    position: absolute;
}
.modal .list_thum {
    margin-bottom: 3%;
    border-top: none;
    height: auto;
}
.modal .list_thum img {
    max-height: 400px;
    object-fit: contain;
}
.modal .list_detail {
    text-align: left;
}
.modal .list_detail p {
    font-size: 14px;
    margin-bottom: 3%;
}
.modal .list_detail ul {
    border-left: solid 1px;
    font-size: 12px;
    margin-bottom: 3%;
    padding-left: 8px;
}
.modal .list .ml {
    margin-left: 0;
}
.js-modal-close p {
    background-color: #e0e0e0;
    font-size: 14px;
    padding: 8px;
}
.js-modal-close p:hover {
    opacity: .6;
}

/* category01 */
.category01 {
    border: solid 2px #ed6d34;
}
.category01 .list_num {
    background-color: #ed6d34;
}
/* category02 */
.category02 {
    border: solid 2px #89c56f;
}
.category02 .list_num {
    background-color: #89c56f;
}
/* category03 */
.category03 {
    border: solid 2px #796baf;
}
.category03 .list_num {
    background-color: #796baf;
}
/* category04 */
.category04 {
    border: solid 2px #eb6d8e;
}
.category04 .list_num {
    background-color: #eb6d8e;
}
/* category05 */
.category05 {
    border: solid 2px #cf7c3d;
}
.category05 .list_num {
    background-color: #cf7c3d;
}
/* category06 */
.category06 {
    border: solid 2px #fabf13;
}
.category06 .list_num {
    background-color: #fabf13;
}
/* category07 */
.category07 {
    border: solid 2px #00aebb;
}
.category07 .list_num {
    background-color: #00aebb;
}
/* category08 */
.category08 {
    border: solid 2px #ca67a4;
}
.category08 .list_num {
    background-color: #ca67a4;
}
/* category09 */
.category09 {
    border: solid 2px #707f87;
}
.category09 .list_num {
    background-color: #707f87;
}

/* guide */
.guide {
    margin-bottom: 8vw;
}
.guide h3 {
    padding-top: 0;
    margin: 4px 0;
}
.guide h4 {
    font-size: 120%;
}
.article_title {
    margin-bottom: 1.6rem;
    border-left: solid 1px;   
    line-height: 1.4;
    padding: 16px;
}
.guide ul {
    font-size: 0.8rem;
    line-height: 1.8;
}
.article01 > .flex > .box01 >  img, .article02 > .flex > .box02 >  img, .article03 > .flex > .box01 >  img  {
    margin-bottom: 1%;
}
.article01, .article02, .article03 {
    padding: 3vw 0;
}
.article01 img, .article02 img, .article03 img {
    object-fit: cover;
}
.article .flex_pc {
    display: flex;
    justify-content: flex-start;
}

/* ----- 01, 03 ----- */
.article01 .box01, .article03 .box01 {
    padding-right: 2%;
    width: 47%;
}
.article01 .box02, .article03 .box02 {
    width: 63%;
    padding-left: 2%;
}
/* ----- 02 ----- */
.article02 .box01 {
    width: 63%;
    padding-right: 2%;
}
.article02 .box02 {
    padding-left: 2%;
    width: 47%;
}
/* ----- 03 ----- */
/* .article03 .flex_pc img {
    width: 180px;
    height: 130px;
}
.article03 .box01 {
    padding-right: 2%;
}
.article03 .box02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 2%;
}
.article03 .budda {
    margin-bottom: 0.9%;
    width: 333px;
} */



/* sns */
.sns {
    margin-bottom: 8vw;
}
.sns a:hover {
    color: #5db6e7;
}
.sns .flex {
    justify-content: space-around;
}
.sns .box01 {
    margin-right: 2%;
    text-align: center;
    width: 43%;
    max-width: 400px;
}
.sns .box02 {
    text-align: center;
}


.sns .box03 {
    margin: 0 auto 80px auto;
    text-align: center;
    width: 100%;
}
.sns .box03 .ta-c{
    color: #e95389;
}
.sns .box03 img{
    max-width: 420px;
}
.sns .box03 .ta-c span {
    font-size: 24px;
    color: #fff;
    background-color: #e95389;
    padding: 8px 24px;
    letter-spacing: 0;
    margin-right: 8px;
    border-radius: 100%;
    vertical-align: text-top;
}

.sns .box04 {
    margin: 0 auto 40px auto;
    text-align: center;
    width: 100%;
}
.sns .box04 img{
    max-width: 420px;
}

.sns .arrow_btn {
    display: inline-block;
    position: relative;
    margin-top: 24px;
    width: 200px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    background: #fff;
    border-radius: 30px;
    border:1px solid #1B1B1B;
    transition: transform ease .3s;
}
.sns .arrow_btn:hover {
     cursor: pointer;
     text-decoration: none;
}
.sns .arrow_btn span {
    display: inline-block;
    text-decoration: none;	
    transition: transform ease .3s;
}


/* footer */
footer {
    border-bottom: solid 10px #3c3c3c;
    font-size: 10px;
    padding: 3%;
}



@media screen and (max-width:1200px) {
    p, li {
        font-size: 16px;
    }
    .list_name p {
        font-size: calc(14vw * .08);
        font-weight: bold;
    }
    .modal .list_detail li, .js-modal-close p {
        font-size: 12px;
    }

    .guide ul li {
        font-size: 0.8rem;
        line-height: 1.8;
    }
    
}

@media screen and (max-width:960px) {
    .list_box {
        margin: 0.2%;
        width: calc(98% / 5);
    }

}

@media screen and (max-width:767px) {
    .contents{
        margin: 0 auto;
        width:100%;
        padding: 0 6%;
        align-items: center;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .block767 {
        display: block;
    }

    /* menu */
    .menu ul {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
    .menu li {
        margin-bottom: 8px;
    }

    

    /* main */
    .main {
        background-image: url("../img/main_sp.jpg");
        background-size: contain;
        padding: 50%;
    }

    /* bout */
    .about .float img {
        height: auto;
        width: 100%;
    }

    /* sns */
    .sns .box01, .sns .box02 {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }
    .sns .box01, .sns .box02 {
        padding: 0;
    }
    .sns .box01{
        margin-bottom: 8vw;
    }


    /* list */
    .list_box {
        margin: 0.2%;
        width: calc(98% / 4);
    }
    .list_num p {
        font-size: 16px;
    }
    .list_name p {
        font-size: calc(14px * .8);
        font-weight: bold;
    }
    .modal .list_box {
    }

    /* article */
    .article01, .article02 {
        padding-bottom: 5%;
    }
    .article_title {
        background-size: cover;
    }
    .article01 > .flex, .article03 > .flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .article02 > .flex {
        display: flex;
        flex-direction: column;
    }
    .article01 > .flex > .box01 >  img, .article02 > .flex > .box02 >  img, .article02 > .flex > .box03 >  img   {
        margin-bottom: 1%;
    }
    .article01 .box01, .article01 .box02, .article02 .box01,.article02 .box02, .article03 .box01, .article03 .box02 {
        width: 100%;
        margin-bottom: 3%;
        padding-left: 0;
    }
    /* .article03 .budda {
        margin-bottom: 0;
        width: 49%;
    }
    .article03 > .flex > .box01 > .flex {
        flex-direction: column;
        width: 49%;
    }
    .article03 > .flex > .box01 > .flex > img {
        width: 100%;
    }
    .article03 > .flex > .box01 > .flex > img:first-child {
        margin-bottom: 3%;
    } */
    footer p {
        font-size: 0.5rem;
    }


    
    }

    @media screen and (max-width:600px) {
        .list_box {
            margin: 0.2%;
            width: calc(98% / 3);
        }
    
    }

    @media screen and (max-width:500px) {
    .block500 {
        display: block;
    }
    .flex img {
        margin-bottom: 8px !important;
        width: 100%;
    }
    .flex_sp {
        display: block;
    }
    .list_box {
        margin: 0.2%;
        width: calc(98% / 2);
    }
    .list_name {
        line-height: 1.4;
        margin: 0;
    }

    }

    @media screen and (max-width:480px) {
        .list_name p {
            font-size: calc(14px * .9);
            font-weight: bold;
        }
        .modal .list_detail p, .modal .list_detail li, .js-modal-close p {
            font-size: calc(14px * .9);
        }  
        .sns .box03 .ta-c{
            font-size: 20px;
        }
        .sns .box03 .ta-c span {
            font-size: 20px;
            padding: 6px 20px;
            vertical-align: baseline;
        }
        .btn-wrap {
            margin-left: 0;
            margin-top: 40px;
        }
        .modal .list_num {
            padding: 20px 0 0 8px;
            height: 60px;
            width: 60px;
        }
        .modal .list_name p {
            font-size: 20px;
        }
        .modal .list_name .f-small {
            font-size: 18px;
        }
    }

    @media screen and (max-width:375px) {
        .modal .list_name .f-small {
            font-size: 16px;
        }
        .modal .list_box {
            max-height: 90vh;
            overflow: scroll;
        }
    }


/* instagram banner*/
.bnr_instagram {
    margin: 2vw 0;
}
.bnr_instagram img {
    height: auto;
    width: 100％;
}
.bnr_instagram img:hover {
    opacity: .5;
}
.bnr_instagram .text {
    position: relative;
    margin-bottom: 10px;
    color: #e85388;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.bnr_instagram .text:before {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: #e85388;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%) rotate(55deg);
}
.bnr_instagram .text:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: #e85388;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%) rotate(-55deg);
}

  @media screen and (max-width:960px) {
    .bnr_instagram img{
        width: 260px;
        height: auto;
    }
    .bnr_instagram .text {
        font-size: 14px;
    }
    .bnr_instagram .text:before {
        position: absolute;
        left: 0%;
    }
    .bnr_instagram .text:after {
        position: absolute;
        right: 0%;
    }
  }

  @media screen and (max-width:480px) {
    .main_box {
        flex-direction: column;
    }
    .bnr_instagram {
        margin: 4vh 0 3vh 0;
      }
    .bnr_instagram img{
        width: 100%;
    }
    .bnr_instagram .text {
        font-size: 16px;
    }
    .bnr_instagram .text:before {
        position: absolute;
        left: 4%;
    }
    .bnr_instagram .text:after {
        position: absolute;
        right: 4%;
    }
}


/* LINE banner*/
.bnr_line {
    margin: 2vw 0 0 0;
}
.bnr_line img{
    height: auto;
    width: 100％;
}
.bnr_line img:hover {
    opacity: .5;
}
@media screen and (max-width:960px) {
    .bnr_line img{
        width: 260px;
    }
}
@media screen and (max-width:480px) {
    .bnr_line {
       margin: 3vh 0 0 0;
    }
    .bnr_line img{
        width: 100%;
    }
}