@charset "UTF-8";
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 800;
    src: local("Zen Maru Gothic Black"), url("/inc/browsingtour/fonts/ZenMaruGothic-Black.woff2") format("woff2")
}
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 600;
    src: local("Zen Maru Gothic Bold"), url("/inc/browsingtour/fonts/ZenMaruGothic-Bold.woff2") format("woff2")
}
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 500;
    src: local("Zen Maru Gothic Medium"), url("/inc/browsingtour/fonts/ZenMaruGothic-Medium.woff2") format("woff2")
}
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 400;
    src: local("Zen Maru Gothic Regular"), url("/inc/browsingtour/fonts/ZenMaruGothic-Regular.woff2") format("woff2")
}
@font-face {
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 300;
    src: local("Zen Maru Gothic Light"), url("/inc/browsingtour/fonts/ZenMaruGothic-Light.woff2") format("woff2")
}
@font-face {
    font-family: "Figtree VariableFont";
    font-style: normal;
    font-weight: 300 900;
    src: local("Figtree VariableFont wght"), url("/inc/browsingtour/fonts/Figtree-VariableFont_wght.woff2") format("woff2")
}
@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 700;
    src: local("Figtree Bold"), url("/inc/browsingtour/fonts/Figtree-Bold.woff2") format("woff2")
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0;
}
a,a:link {
    text-decoration: none;
}
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}
#nav-lp {
    color: #2A2A2A;
    font-family: "Zen Maru Gothic", "Figtree", sans-serif;
}
.navLp_wrap {
    background: #FAF0D7;
}
header {
    background: #FFFAEE;
}
.headerImg_wrap {
    max-width: 1440px;
    padding: 32px 0 40px 37px;
    margin: 0 auto;
}
.mv_wrap {
    padding-bottom: 120px;
    overflow: hidden;
}
.mvImg_wrap {
    text-align: center;
    margin-bottom: 10px;
    background: #FFFAEE;
    position: relative;
    padding: 0 30px;
}
.mvImg_wrap::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/mv_bg.svg) no-repeat bottom center / 100% auto;
    width: 105vw;
    height: 6vw;
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.mvImg_wrap img {
    max-width: 1298px;
    width: 100%;
    height: auto;
}
.navBtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    padding: 0 30px;
    box-sizing: border-box;
}
.navBtn_wrap .mv-btn {
    width: 500px;
    height: 100px;
    box-shadow: 0 8px 0px rgba(123, 170, 21, 1);
    transition: .2s;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.navBtn_wrap .mv-btn.is-ver2 {
    box-shadow: 0 8px 0px rgba(222, 143, 20, 1);
}
.navBtn_wrap .mv-btn a {
    background: #8FC31F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    height: 100%;
}
.navBtn_wrap .mv-btn.is-ver2 a {
    background: #F6AD3C;
}
.navBtn_wrap .mv-btn a span {
    position: relative;
    padding-right: 42px;
}
.navBtn_wrap .mv-btn.is-ver2 a span {
    padding-right: 49px;
}
.navBtn_wrap .mv-btn a span:before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_01.svg) no-repeat center / 100% auto;
    top: 50%;
    right: 0;
    margin-top: -14px;
    width: 28px;
    height: 28px;
}
.navBtn_wrap .mv-btn.is-ver2 a span:before {
    background: url(/inc/browsingtour/img/icn_02.svg) no-repeat center / 100% auto;
    width: 31px;
    height: 31px;
    margin-top: -15px;
}
.charm_wrap {
    margin-bottom: 120px;
}
.charmTtl_wrap {
    position: relative;
    margin-bottom: -85px;
}
.charmTtl_wrap .txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.charmTtl_wrap .txt span {
    padding: 8px 31px;
    position: relative;
    background: #FF8457;
    border-radius: 8px;
}
.charmTtl_wrap .txt span::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_04.svg) no-repeat center / 100% auto;
    width: 38px;
    height: 19px;
    bottom: -18px;
    left: 50%;
    margin-left: -19px;
}
.charmTtl_wrap .ttl {
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.charmTtl_wrap .ttl::before {
    content: "";
    position: absolute;
    width: 515px;
    height: 11px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF8457;
    z-index: 2;
}
.charmTtl_wrap .ttl::after {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/img_01.svg) no-repeat center / 100% auto;
    bottom: -20px;
    left: 50%;
    margin-left: 250px;
    width: 167px;
    height: 196px;
    z-index: 2;
}
.charmTtl_wrap .ttl span {
    position: relative;
    z-index: 10;
}
.loop_wrap {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: -65px;
    z-index: 1;
}
.loop_wrap.is-ver2 {
    top: -80px;
}
.loop_in {
    display: inline-flex;
    animation: loop 40s linear infinite;
}
.loop_wrap.is-ver2 .loop_in {
    animation: loop 30s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.loop_in .txt {
    padding-right: 2rem;
    color: #F4E6C4;
    font-size: 140px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
}
.loop_wrap.is-ver2 .loop_in .txt {
    color: #F47A4F;
    font-size: 260px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
}
.charmLst_wrap {
    display: flex;
    justify-content: center;
    align-items: normal;
    gap: 0 60px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}
.charmLst_wrap li {
    width: 100%;
    max-width: 370px;
    min-height: 600px;
    border: #484848 3px solid;
    background: #fff;
    box-sizing: border-box;
    padding: 24px 26px;
    border-radius: 36px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .1);
}
.charmImg_wrap {
    width: 100%;
    height: 220px;
    background: #F6F4ED;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.charmDl_wrap dt {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.charmDl_wrap dd {
    font-size: 18px;
    padding: 0 5px;
    line-height: 1.78;
}
.type_wrap {
    padding-top: 6.5vw;
    overflow: hidden;
}
.type_in {
    background: #FF8457;
}
.typeTtl_wrap {
    position: relative;
    color: #fff;
    margin-bottom: -170px;
}
.typeTtl_wrap::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/img_bg01.svg) no-repeat top center / 100% auto;
    width: 105vw;
    height: 6vw;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.typeTtl_wrap::after {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/img_05.svg) no-repeat center / 100% auto;
    width: 290px;
    height: 288px;
    top: 15px;
    left: 50%;
    margin-left: 180px;
    z-index: 5;
}
.typeTtl_wrap .ttl {
    font-size: 60px;
    font-weight: 600;
    max-width: 1240px;
    margin: 0 auto 20px;
    padding-left: 70px;
}
.typeTtl_wrap .txt {
    font-size: 18px;
    line-height: 1.7;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    font-weight: 500;
    padding-left: 70px;
}
.typeCnt_wrap {
    max-width: 1240px;
    width: 96%;
    margin: 0 auto 70px;
    background: #fff;
    border: 3px solid #484848;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 32px;
    position: relative;
    padding: 100px 108px 60px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    gap: 0 44px;
}
.typeCnt_wrap:last-of-type {
    margin: 0 auto;
}
.typeCnt_wrap::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_07.svg) no-repeat center / 100% auto;
    width: 100%;
    max-width: 1120px;
    height: 20px;
    top: 23px;
    right: 30px;
}
.typeCnt_wrap .is-num {
    position: absolute;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    width: 140px;
    height: 140px;
    background: #3C64AE;
    border-radius: 50%;
    top: -38px;
    left: -32px;
}
.typeCnt_wrap .is-num span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    padding-top: 2px;
    position: relative;
}
.typeCnt_wrap .is-num span::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_06.svg) no-repeat center / 100% auto;
    width: 38px;
    height: 37px;
    bottom: 0;
    right: 0;
}
.typeCnt-ttl {
    background: #3C3C3C;
    border-radius: 50px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    padding: 2px 24px 6px;
    margin-bottom: 20px;
    display: inline-block;
}
.typeCnt_in {
    max-width: 520px;
}
.typeCnt_in .typeDl_wrap:not(:last-of-type) {
    margin-bottom: 25px;
}
.typeDl_wrap dt {
    padding: 0 0 10px 30px;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.typeDl_wrap dt::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 18px;
    height: 5px;
    background: #FF8457;
}
.typeDl_wrap dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(/inc/browsingtour/img/icn_04.png) no-repeat center / 100% auto;
}
.typeLst_wrap li {
    font-size: 18px;
    line-height: 1.77;
    padding-left: 1rem;
    position: relative;
}
.typeLst_wrap.is-ver2 li {
    background: #F8F2EF;
    border-radius: 50px;
    padding: 5px 24px;
    margin-bottom: 11px;
    display: inline-block;
}
.typeLst_wrap.is-ver2 li:last-of-type {
    margin: 0;
}
.typeLst_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
}
.typeImg_wrap {
    width: 460px;
    height: 368px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background: #FAF7F5;
    border-radius: 120px;
}
.voice_wrap {
    margin: 0 0 112px;
    padding-top: 10vw;
    overflow: hidden;
}
.voice_in {
    position: relative;
}
.voice_in:before {
    content: "";
    position: absolute;
    background: #FF8457 url(/inc/browsingtour/img/img_bg02.svg) no-repeat bottom -2px center / 100% auto;
    width: 105vw;
    height: 12vw;
    top: -10vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.voice-ttl {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
}
.voice-txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.voiceSli_wrap {
    margin-top: 55px;
    position: relative;
}
.voiceCnt_wrap {
    max-width: 590px;
    min-width: 510px;
    width: 100%;
    height: 380px;
    background: #fff;
    border: 3px solid #2A2A2A;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 37px 47px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
.person_wrap {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 0 -15px 30px -10px;
}
.person_txt .ttl {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.person_txt .txt {
    font-size: 14px;
    font-weight: 500;
}
.person-txt {
    line-height: 1.75;
}
.voiceSli_wrap {
    opacity: 0;
}
.voiceSli_wrap.is-on {
    opacity: 1;
}
.voiceSli_wrap .swiper-button-next,
.voiceSli_wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(/inc/browsingtour/img/icn_05.svg) no-repeat center / 100% auto;
    right: 50%;
    margin-right: -320px;
}
.voiceSli_wrap .swiper-button-prev {
    right: auto;
    margin-right: 0;
    left: 50%;
    margin-left: -320px;
    transform: scale(-1, 1);
}
.voiceSli_wrap .swiper-navigation-icon {
    display: none;
}
.comp_wrap {
    width: 96%;
    max-width: 1240px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 36px 86px 55px;
    margin-bottom: 88px;
    box-sizing: border-box;
}
.comp_wrap .ttl {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 55px;
}
.compLst_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    justify-content: space-between;
}
.comp-tx {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.comp-tx span {
    position: relative;
    z-index: 10;
}
.comp-tx span::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 8px;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,132,87,0.9);
    z-index: -1;
}
.search_in {
    background: #FF8457;
    padding: 40px 30px 40px;
}
.searchCnt_wrap {
    max-width: 1240px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #2A2A2A;
    border-radius: 32px;
    padding: 30px 108px 40px;
    box-sizing: border-box;
    position: relative;
}
.searchCnt_wrap:before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/img_09.svg) no-repeat center / 100% auto;
    width: 154px;
    height: 210px;
    top: -46px;
    right: 87px;
}
.search-ttl {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.search-ttl span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.search-ttl span:before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_03.svg) no-repeat center / 100% auto;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.search_wrap .line {
    display: flex;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.75;
}
.search_wrap .line .ttl {
    width: 205px;
}
.search_wrap .line .inp {
    width: calc(100% - 205px);
    display: flex;
    align-items: center;
}
.search_wrap .line label.checkbox_text,
.search_wrap .line label.label-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    padding-left: 30px;
}
.search_wrap .line label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #CACACA;
    border-radius: 6px;
    left: 0;
    top: 8px;
    background: #F3F3F3;
    box-sizing: border-box;
}
.search_wrap .line label.checkbox_text:has(input:checked)::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    display: block;
    width: 5px;
    height: 10px;
    border-right: 3px solid #00ba53;
    border-bottom: 3px solid #00ba53;
    transform: rotate(45deg);
}
.search_wrap .line label.label-checkbox:before {
    content: '';
    border: 1px solid #CACACA;
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.search_wrap .line label.label-checkbox:has(input:checked)::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #00ba53;
    border-radius: 50%;
}
.search_wrap .line input[type="checkbox"],
.formAns_wrap input[type="radio"],
.formAns_wrap  input[type="checkbox"] {
    display: none;
}
.search_wrap .line input[type="text"] {
    width: 433px;
    height: 54px;
    background: #F3F3F3;
    box-sizing: border-box;
    padding: 14px 19px;
    border: none;
    font-size: 18px;
}
.search_wrap .submit_submit {
    width: 280px;
    height: 72px;
    margin:  0 auto;
    border-radius: 50px;
    background: #FF8457;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #FF8457;
    cursor: pointer;
    transition: .2s;
}
.search_wrap .sa-textlink {
    text-decoration: underline;
    font-size: 18px;
    color: #2A2A2A;
    margin-left: 15px;
    transition: .2s;
    width: 110px;
    display: inline-block;
}
.carender_date__btn {
    font-size: 16px;
    padding: 4px 20px 5px;
    border: 1px solid #CACACA;
    border-radius: 30px;
    color: #2A2A2A;
    transition: .2s;
}
.SearchBtn_wrap input[type="submit"] {
    width: 142px;
    height: 54px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #3C3C3C;
    border: 2px solid #3C3C3C;
    transition: .2s;
}
.visit_wrap {
    padding: 30px 30px 110px;
}
.visit-num {
    max-width: 1240px;
    margin: 0 auto 70px;
    font-size: 18px;
    font-weight: 500;
}
.visit-num span {
    font-size: 28px;
}
.visit_in {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 35px;
    max-width: 1240px;
    margin: 0 auto;
}
.visitCnt_wrap {
    width: calc(33.33% - 24px);
}
.visitCnt_wrap a {
    border-radius: 0 0 16px 16px;
    background: #fff;
    color: #2A2A2A;
    box-sizing: border-box;
    padding: 35px 38px 25px;
    border-top: 4px solid #3C3C3C;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.visitCnt-tag {
    position: absolute;
    width: 160px;
    height: 45px;
    background: #3C3C3C;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    top: -45px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visitCnt-img {
    margin-bottom: 15px;
    max-width: 320px;
    overflow: hidden;
}
.visitCnt-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: .2s;
}
.visitCnt-day {
    margin: 0 -10px;
}
.visitCnt-day .ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.visitCnt-day .txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.visitCnt-ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.visitCnt-detail {
    padding-left: 18px;
    border-left: 3px solid #E7E7E7;
    font-size: 16px;
    margin-bottom: 20px;
}
.visitCnt-detail .txt:not(:last-of-type) {
    margin-bottom: 10px;
}
.reserv-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 15px;
}
.reserv-btn .txt {
    font-size: 18px;
    font-weight: 600;
    background: #FF8457;
    color: #fff;
    border-radius: 60px;
    border: 2px solid #FF8457;
    padding: 15px 0;
    text-align: center;
    transition: .2s;
}
.comp-txt {
    text-align: center;
    font-weight: 600;
}
.news_wrap {
    padding: 0 30px;
    box-sizing: border-box;
}
.news-ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}
.news-ttl span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.news-ttl span::before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/icn_03.svg) no-repeat center / 100% auto;
    max-width: 762px;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.newsBtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
}
.news-btn {
    width: 482px;
    height: 150px;
    border-radius: 16px;
    overflow: hidden;
}
.news-btn a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #00C3A2;
    box-sizing: border-box;
    transition: .2s;
}
.news-btn.is-line a {
    background: #00C300;
}
.news-btn a span {
    position: relative;
    padding: 0 166px 0 0;
}
.news-btn.is-line a span {
    padding: 0 106px 0 113px;
}
.news-btn a span::before,
.news-btn.is-line a span::after {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/img_11.svg) no-repeat center / 100% auto;
    width: 71px;
    height: 74px;
    top: 0;
    right: 0;
}
.news-btn.is-line a span::before {
    background: url(/inc/browsingtour/img/img_12.png) no-repeat center / 100% auto;
    width: 83px;
    height: 83px;
    right: auto;
    left: 0;
}
.news-btn.is-line a span::after {
    background: url(/inc/browsingtour/img/img_13.png) no-repeat center / 100% auto;
    width: 76px;
    height: 76px;
}
.footer_wrap {
    margin-top: 145px;
    background: #3C3C3C;
    padding: 100px 0 200px;
    color: #fff;
}
.footerLnk_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.footerLnk_wrap li:not(:last-of-type) {
    margin-right: 1rem;
}
.footerLnk_wrap li:not(:last-of-type)::after {
    margin-left: 1rem;
    content: '|';
}
.footerLnk_wrap li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.copylight {
    font-size: 12px;
    text-align: center;
}
.float_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}
.float_wrap.is-active {
    bottom: 55px;
    transform: translateY(0);
}
.popup_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    padding: 0 15px;
    box-sizing: border-box;
}
.popup_in {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.formSlide_wrap {
    overflow: unset;
    padding-bottom: 40px;
}
.formSlide_in {
    width: 96%;
    height: 90vh;
    max-width: 1024px;
    max-height: 724px;
    margin: 0 auto;
    padding: 0 0 50px;
    border-radius: 48px;
    border: 4px solid #2A2A2A;
    box-sizing: border-box;
    overflow: hidden;
    background: url(/inc/browsingtour/img/form_bg.svg) repeat center;
    position: relative;
    overflow-y: auto;
    /* scrollbar-width: none; */
}
.formItem-close {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #000;
    line-height: 1;
    position: absolute;
    top: -20px;
    right: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    box-sizing: content-box;
    z-index: 999;
    transform: translateX(530px);
    transition: .2s;
}
.formItem-close > span {
    width: 52%;
    height: 0.1em;
    background: #fff;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.formItem-close > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.formItem_ttl {
    position: relative;
    z-index: 10;
    padding: 65px 10px 50px 184px;
    margin-bottom: 80px;
    border-bottom: 1px solid #2A2A2A;
}
.formItem-ttl {
    font-size: 36px;
    font-weight: 600;
}
.formItem-ttl .is-num {
    background: #FF8457;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 53px;
}
.formItem-ttl .is-fzs {
    font-size: 24px;
}
.formAns_wrap {
    margin: 0 auto 70px;
    padding: 0 10px;
}
.formAns_wrap.is-ver1 {
    max-width: 875px;
}
.formAns_wrap.is-ver2,
.formAns_wrap.is-ver3 {
    max-width: 785px;
}
.formAns_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 21px 24px;
}
.formAns_wrap.is-ver1 .formAns_lst > li {
    width: calc(25% - 18px);
}
.formAns_wrap.is-ver2 .formAns_lst > li {
    width: calc(50% - 12px);
}
.formAns_wrap.is-ver3 .formAns_lst > li {
    width: calc(32% - 8px);
}
.formAns_lst label {
    display: table;
    width: 100%;
    height: 65px;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #D4CAAF;
    background: #FAF0D7;
    border-radius: 50px;
    transition: .2s;
    cursor: pointer;
}
.formAns_lst label.is-fzs {
    font-size: 21px;
}
.formAns_lst label span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.formImg_wrap {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 67px;
}
.formImg_wrap.is-ver2 {
    bottom: -5px;
    right: 80px;
}
.formImg_wrap.is-ver3 {
    bottom: -12px;
    right: 50px;
}
.formBtn_wrap {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    margin-bottom: 37px;
}
.formBack_btn,
.formNext_btn_wrap,
.formNext_btn {
    width: 250px;
    height: 72px;
    border-radius: 60px;
    overflow: hidden;
}
.formBack_btn a,
.formNext_btn_wrap,
.formNext_btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: relative;
    background: #717171;
    transition: .2s;
    z-index: 10;
}
.formNext_btn_wrap,
.formNext_btn a {
    background: #FF8457;
}
.formBack_btn a:before,
.formNext_btn_wrap a:before,
.formNext_btn a:before {
    content: "";
    position: absolute;
    background: url(/inc/browsingtour/img/form_icn01.svg) no-repeat center / 100% auto;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
    right: 35px;
    transition: .2s;
}
.formBack_btn a:before {
    right: auto;
    left: 35px;
    transform: scale(-1, 1);
}
.stplst_bg {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.stplst_bg .txt {
    font-size: 32px;
    font-weight: 800;
}
.stplst_bg .txt .is-step {
    font-size: 53px;
    font-weight: 600;
    padding-left: 5px;
}
.stplst_wrap {
    width: 447px;
    margin: 12px 0 0 20px;
    display: flex;
}
.stplst_bx {
    position: relative;
}
.stplst_bx:not(:first-of-type) {
    padding-left: 93px;
}
.stplst_bx:not(:first-of-type):before {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    background: #E7E7E7;
    top: 50%;
    margin-top: -5px;
    left: -5px;
    z-index: 5;
}
.stplst_bx.is-on:not(:first-of-type):before {
    background: #FF8457;
}
.stplst_bx span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E7E7E7;
    position: relative;
    z-index: 9;
}
.stplst_bx.is-on span {
    background: #FF8457 url(/inc/browsingtour/img/form_icn02.svg) no-repeat center / 100% auto;
}
.formAns_lst .forminput:checked + label {
    color: #fff;
    background: #FF8457;
    border: 1px solid #FF8457;
}
.formSlide_in.is-end {
    padding: 30px 40px 50px 30px;
}
.formSlide_in.is-end .formItem_ttl {
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
    border-bottom: none;
}
.formSlide_in.is-end .formImg_wrap {
    width: 120px;
    right: 50%;
    margin-right: -350px;
    bottom: -27px;
}
.formSlide_in.is-end .formImg_wrap img,
.formVisit_img img {
    width: 100%;
    height: auto;
}
.formVisit_wrap {
    border: 1px solid #2A2A2A;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    padding: 20px 10px;
    gap: 0 20px;
    background: #fff;
}
.formSlide_in.is-end .formVisit_wrap:last-of-type {
    margin: 0;
}
.formVisit_img {
    width: 30%;
}
.formVisit_in {
    width: calc(70% - 20px);
}
.formVisit_in .ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.formVisit_cnt {
    padding-left: 18px;
    border-left: 3px solid #E7E7E7;
}
.formVisit_cnt .txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.formVisit_cnt .txt:not(:last-of-type) {
    margin-bottom: 5px;
}
.formVisit-btn {
    display: flex;
    justify-content: flex-end;
    height: 50px;
    margin-right: 20px;
}
.formVisit-btn a {
    background: #FF8457;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 300px;
    height: 100%;
    border: 2px solid #FF8457;
    box-sizing: border-box;
    border-radius: 50px;
    transition: .2s;
}
.formBack_end_btn {
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 70px;
    border-radius: 20px;
    box-shadow: 0 8px 0px rgba(222, 143, 20, 1);
    transition: .2s;
}
.formBack_end_btn a {
    background: #F6AD3C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    transition: .2s;
}
.map_wrap {
    padding: 0 30px 110px;
}
.map-ttl {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}
.map_in {
    margin: 0 auto;
    max-width: 1240px;
    box-sizing: border-box;
}
.map-sample {
    width: 100%;
    height: 500px;
    background: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width:1310px) {
    .typeTtl_wrap::after {
        width: 20.139vw;
        height: 20vw;
        top: -2.958vw;
    }
    .typeCnt_wrap {
        width: auto;
        margin: 0 50px 70px;
    }
    .typeCnt_wrap::before {
        content: "";
        position: absolute;
        background: url(/inc/browsingtour/img/icn_07.svg) no-repeat center / 100% auto;
        width: 100%;
        max-width: 85.496vw;
        height: 1.527vw;
        top: 1.756vw;
        right: 2.29vw;
    }
    .typeImg_wrap {
        width: 35.115vw;
        height: 28.092vw;
        padding: 3.817vw;
        margin-top: 3.817vw;
        background: #FAF7F5;
        border-radius: 9.16vw;
    }
    .typeImg_wrap img {
        height: auto;
    }
    .typeCnt_wrap:nth-child(2) .typeImg_wrap img {
        width: 27.099vw;
    }
    .typeCnt_wrap:nth-child(3) .typeImg_wrap img {
        width: 28.168vw;
    }
    .typeCnt_wrap:nth-child(4) .typeImg_wrap img {
        width: 28.397vw;
    }
    .typeCnt_wrap:last-of-type {
        margin: 0 50px;
    }
    .compLst_wrap {
        gap: 3.053vw 2.517vw;
    }
    .compLst_wrap li img {
        height: auto;
    }
    .compLst_wrap li:nth-child(1) img {
        width: 19.084vw;
    }
    .compLst_wrap li:nth-child(2) img {
        width: 25.191vw;
    }
    .compLst_wrap li:nth-child(3) img {
        width: 22.672vw;
    }
    .compLst_wrap li:nth-child(4) img {
        width: 20.763vw;
    }
    .compLst_wrap li:nth-child(5) img {
        width: 13.13vw;
    }
    .compLst_wrap li:nth-child(6) img {
        width: 13.588vw;
    }
    .compLst_wrap li:nth-child(7) img {
        width: 20.611vw;
    }
    .compLst_wrap li:nth-child(8) img {
        width: 23.817vw;
    }
    .compLst_wrap li:nth-child(9) img {
        width: 28.397vw;
    }
    .compLst_wrap li:nth-child(10) img {
        width: 20.305vw;
    }
}
@media (min-width: 768px) and (max-width:1240px) {
    .search-ttl {
        text-align: left;
    }
    .searchCnt_wrap {
        padding: 70px 50px 50px;
    }
}
@media (min-width: 900px) and (max-width:1100px) {
    .news-btn {
        width: 48%;
    }
}
@media (min-width: 768px) and (max-width:1100px) {
    .typeTtl_wrap::after {
        width: 20.909vw;
        height: 26.182vw;
        top: 1.364vw;
        margin-left: 23.636vw;
    }
    .typeTtl_wrap .ttl {
        font-size: 5.455vw;
        max-width: 112.727vw;
        margin: 0 auto 1.818vw;
        padding-left: 6.364vw;
    }
    .typeTtl_wrap .txt {
        font-size: 1.636vw;
        max-width: 112.727vw;
        padding-left: 6.364vw;
    }
    .typeCnt_wrap {
        display: block;
        padding: 100px 50px 60px;
    }
    .typeCnt_in {
        max-width: none;
    }
    .typeImg_wrap {
        margin: 3.817vw auto 0;
    }
    .charmLst_wrap {
        display: block;
    }
    .charmLst_wrap li {
        width: auto;
        max-width: 700px;
        margin: 0 auto;
        min-height: auto;
        padding: 24px 26px 50px;
        margin-bottom: 7.179vw;
    }
    .charmLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .navBtn_wrap .mv-btn a {
        font-size: 22px;
    }
    .personImg_wrap img {
        width: auto;
        height: 100px;
    }
    .person_txt .ttl {
        font-size: 20px;
    }
    .news-ttl {
        font-size: min(3vw, 32px);
    }
    .newsBtn_wrap {
        gap: 0 30px;
    }
    .charmTtl_wrap .txt,
    .charmTtl_wrap .ttl {
        text-align: left;
        padding-left: 50px;
    }
    .charmTtl_wrap .ttl::before {
        left: 50px;
        transform: none;
    }
    .charmTtl_wrap .ttl::after {
        margin-left: 170px;
    }
    .comp_wrap {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .searchCnt_wrap {
        padding: 70px 50px 50px;
    }
    .search_wrap .line .inp.is-tab {
        display: block;
    }
    .search_wrap .line .inp.is-tab .sa-textlink {
        margin-left: 0;
        margin-top: 10px;
    }
    .visitCnt_wrap {
        width: calc(50% - 24px);
    }
    .visitCnt-img {
        margin: 0 auto 15px;
    }
    .formBtn_wrap {
        justify-content: flex-start;
        margin-left: 53px;
    }
    .stplst_bg {
        padding-left: 53px;
    }
}
@media (min-width: 768px) and (max-width:965px) {
    .formImg_wrap {
        bottom: 80px;
        right: 17px;
    }
    .formImg_wrap.is-ver2 {
        bottom: 80px;
        right: 25px;
    }
    .formImg_wrap.is-ver3 {
        bottom: 68px;
        right: 20px;
    }
    .formImg_wrap img {
        width: 110px;
        height: auto;
    }
    .formSlide_in.is-end .formItem-ttl .c-sp {
        display: block;
    }
    .formSlide_in.is-end .formImg_wrap {
        right: 30px;
        margin-right: 0;
        bottom: 0;
    }
}
@media (min-width: 768px) and (max-width:899px) {
    .newsBtn_wrap {
        flex-direction: column;
        gap: 30px;
    }
    .news-btn {
        order: 2;
    }
    .news-btn.is-line {
        order: 1;
    }
}
@media (min-width: 768px) {
    .navBtn_wrap .mv-btn:hover,
    .formBack_end_btn:hover {
        box-shadow: none;
        transform: translateY(8px);
    }
    .carender_date {
        display: flex;
        gap: 0 20px;
    }
    .SearchBtn_wrap input[type="submit"]:hover {
        background: #fff;
        color: #3C3C3C;
    }
    .carender_date__btn:hover {
        background: #2A2A2A;
        color: #fff;
        border: 1px solid #2A2A2A;
    }
    .search_wrap .submit_submit:hover,
    .visitCnt_wrap a:hover .reserv-btn .txt {
        color: #FF8457;
        background: #fff;
    }
    .search_wrap .sa-textlink:hover {
        text-decoration: none;
    }
    .visitCnt_wrap a:hover .visitCnt-img img,
    .news-btn a:hover,
    .formBack_btn a:hover,
    .formNext_btn_wrap a:hover,
    .formNext_btn a:hover,
    .formVisit-btn a:hover {
        opacity: 0.8;
    }
    .footerLnk_wrap li a:hover {
        text-decoration: underline;
    }
    .formBack_btn a:hover:before {
        left: 25px;
    }
    .formNext_btn_wrap a:hover:before,
    .formNext_btn a:hover:before {
        right: 25px;
    }
    .formAns_lst .forminput:hover + label {
        color: #fff;
        background: #FF8457;
        border: 1px solid #FF8457;
    }
    .visitCnt_wrap a:hover .visitCnt-img img {
        transform: scale(1.1);
    }
    .formItem-close:hover {
        background: #666;
    }
}
@media only screen and (max-width:1068px) {
    .formItem-close {
        right: 5px;
        transform: translateX(0);
    }
}
@media only screen and (max-width:767px) {
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .navLp_wrap {
        background: #FAF0D7;
    }
    header {
        background: #FFFAEE;
    }
    .headerImg_wrap {
        padding: 5.385vw 0 3.59vw 0;
        text-align: center;
    }
    .headerImg_wrap a {
        display: inline-block;
    }
    .headerImg_wrap img {
        max-width: 54.359vw;
        width: 100%;
        height: auto;
    }
    .mv_wrap {
        padding-bottom: calc(10.256vw + 6vw);
    }
    .mvImg_wrap {
        margin-bottom: 0;
        padding: 0;
    }
    .mvImg_wrap::before {
        content: "";
        position: absolute;
        background: url(/inc/browsingtour/img/mv_bg.svg) no-repeat bottom center / 100% auto;
        width: 105vw;
        height: 6vw;
        bottom: -6vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .mvImg_wrap img {
        width: 92.308vw;
        height: auto;
    }
    .navBtn_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 24px;
    }
    .mv_wrap .navBtn_wrap {
        display: none;
    }
    .navBtn_wrap .mv-btn {
        width: 500px;
        height: 100px;
        box-shadow: 0 8px 0px rgba(123, 170, 21, 1);
        transition: .2s;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }
    .navBtn_wrap .mv-btn.is-ver2 {
        box-shadow: 0 8px 0px rgba(222, 143, 20, 1);
    }
    .navBtn_wrap .mv-btn a {
        background: #8FC31F;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        font-weight: 600;
        width: 100%;
        height: 100%;
    }
    .navBtn_wrap .mv-btn.is-ver2 a {
        background: #F6AD3C;
    }
    .navBtn_wrap .mv-btn a span {
        position: relative;
        padding-right: 42px;
    }
    .navBtn_wrap .mv-btn.is-ver2 a span {
        padding-right: 49px;
    }
    .navBtn_wrap .mv-btn a span:before {
        content: "";
        position: absolute;
        background: url(/inc/browsingtour/img/icn_01.svg) no-repeat center / 100% auto;
        top: 50%;
        right: 0;
        margin-top: -14px;
        width: 28px;
        height: 28px;
    }
    .navBtn_wrap .mv-btn.is-ver2 a span:before {
        background: url(/inc/browsingtour/img/icn_02.svg) no-repeat center / 100% auto;
        width: 31px;
        height: 31px;
        margin-top: -15px;
    }
    .charm_wrap {
        margin-bottom: 13.333vw;
        padding: 0 3.846vw;
    }
    .charmTtl_wrap {
        position: relative;
        margin-bottom: -7.692vw;
    }
    .charmTtl_wrap .txt {
        text-align: left;
        font-size: 4.615vw;
        margin-bottom: 3.077vw;
    }
    .charmTtl_wrap .txt span {
        text-align: center;
        padding: 2.051vw 0;
        display: inline-block;
        width: 100%;
        max-width: 68.974vw;
    }
    .charmTtl_wrap .txt span::before {
        content: "";
        position: absolute;
        background: url(/inc/browsingtour/img/icn_04.svg) no-repeat center / 100% auto;
        width: 9.744vw;
        height: 4.872vw;
        bottom: -4.615vw;
        left: 50%;
        margin-left: -4.872vw;
    }
    .charmTtl_wrap .ttl {
        font-size: 8.205vw;
        text-align: left;
        display: inline-block;
    }
    .charmTtl_wrap .ttl::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.538vw;
        bottom: 1.282vw;
        left: 0;
        transform: none;
        background: #FF8457;
        z-index: 2;
    }
    .charmTtl_wrap .ttl::after {
        bottom: 0;
        left: 50%;
        margin-left: 38.462vw;
        width: 21.282vw;
        height: 24.872vw;
    }
    .charmTtl_wrap .ttl span {
        position: relative;
        z-index: 10;
    }
    .loop_wrap {
        top: -7.692vw;
        margin: 0 -3.846vw;
    }
    .loop_wrap.is-ver2 {
        top: -10.256vw;
    }
    .loop_in .txt {
        color: #F4E6C4;
        font-size: 16.41vw;
    }
    .loop_wrap.is-ver2 .loop_in .txt {
        font-size: 24.615vw;
    }
    .charmLst_wrap {
        display: block;
        padding: 0;
    }
    .charmLst_wrap li {
        width: auto;
        max-width: 100%;
        min-height: auto;
        padding: 6.154vw 7.692vw 13.333vw;
        border-radius: 6.154vw;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, .1);
        margin-bottom: 7.179vw;
    }
    .charmLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .charmImg_wrap {
        width: 100%;
        height: 52.821vw;
        border-radius: 4.103vw;
        margin-bottom: 5.128vw;
    }
    .charmLst_wrap li .charmImg_wrap img {
        height: auto;
    }
    .charmLst_wrap li:nth-child(1) .charmImg_wrap img {
        width: 50.256vw;
    }
    .charmLst_wrap li:nth-child(2) .charmImg_wrap img {
        width: 60vw;
    }
    .charmLst_wrap li:nth-child(3) .charmImg_wrap img {
        width: 57.436vw;
    }
    .charmDl_wrap dt {
        font-size: 5.128vw;
        margin-bottom: 4.103vw;
    }
    .charmDl_wrap dd {
        font-size: 4.615vw;
        padding: 0;
        line-height: 1.55;
    }
    .type_in {
        padding: 0 3.846vw 6vw;
    }
    .typeTtl_wrap {
        margin-bottom: -15.385vw;
        padding-top: 55.385vw;
    }
    .typeTtl_wrap::after {
        background: url(/inc/browsingtour/img/img_05.svg) no-repeat center / 100% auto;
        width: 39.744vw;
        height: 39.487vw;
        top: 10.256vw;
        left: 50%;
        margin-left: -19.872vw;
        z-index: 5;
    }
    .typeTtl_wrap .ttl {
        font-size: 8.205vw;
        font-weight: 600;
        max-width: none;
        margin: 0 0 2.821vw;
        padding-left: 0;
    }
    .typeTtl_wrap .txt {
        font-size: 4.615vw;
        max-width: none;
        margin: 0 auto;
        position: relative;
        z-index: 5;
        font-weight: 500;
        padding-left: 0;
    }
    .typeCnt_wrap {
        max-width: none;
        width: 100%;
        margin: 0 0 11.795vw;
        background: #fff;
        border: 3px solid #484848;
        box-shadow: 10px 10px 0 rgba(0, 0, 0, .2);
        border-radius: 4.103vw;
        position: relative;
        padding: 17.436vw 7.692vw 9.744vw;
        box-sizing: border-box;
        z-index: 5;
        display: block;
        justify-content: space-between;
    }
    .typeCnt_wrap:last-of-type {
        margin: 0;
    }
    .typeCnt_wrap::before {
        content: "";
        position: absolute;
        background: url(/inc/browsingtour/img/sp/icn_07.png) no-repeat center / 100% auto;
        width: 70.256vw;
        height: 3.077vw;
        top: 6.41vw;
        left: 50%;
        right: auto;
        margin-left: -29.128vw;
    }
    .typeCnt_wrap .is-num {
        width: 15.385vw;
        height: 15.385vw;
        top: -7.436vw;
        left: -2.821vw;
    }
    .typeCnt_wrap .is-num span {
        font-size: 8.205vw;
        padding-top: 0.513vw;
    }
    .typeCnt_wrap .is-num span::before {
        width: 5.385vw;
        height: 5.385vw;
    }
    .typeCnt-ttl {
        border-radius: 12.821vw;
        font-size: 5.128vw;
        padding: 2.821vw 6.154vw 2.821vw;
        margin-bottom: 5.128vw;
        line-height: 1;
    }
    .typeCnt_in .typeDl_wrap:not(:last-of-type) {
        margin-bottom: 25px;
    }
    .typeDl_wrap dt {
        padding: 0 0 4.103vw 6.154vw;
        margin-bottom: 4.872vw;
        font-size: 5.128vw;
    }
    .typeDl_wrap dt::before {
        top: 3.333vw;
        width: 3.59vw;
        height: 0.769vw;
    }
    .typeDl_wrap dt::after {
        height: 0.769vw;
        background: url(/inc/browsingtour/img/sp/icn_04.png) no-repeat center / 100% auto;
        width: 100%;
    }
    .typeLst_wrap li {
        font-size: 4.615vw;
    }
    .typeLst_wrap.is-ver2 li {
        border-radius: 12.821vw;
        padding: 2.821vw 6.154vw;
        margin-bottom: 3.077vw;
        font-size: 4.103vw;
        line-height: 1.25;
    }
    .typeLst_wrap li span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .typeImg_wrap {
        width: 100%;
        height: 57.692vw;
        padding: 0;
        margin-top: 10.256vw;
        border-radius: 15.385vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .typeImg_wrap img {
        height: auto;
    }
    .typeCnt_wrap:nth-child(2) .typeImg_wrap img {
        width: 56.41vw;
    }
    .typeCnt_wrap:nth-child(3) .typeImg_wrap img {
        width: 61.026vw;
    }
    .typeCnt_wrap:nth-child(4) .typeImg_wrap img {
        width: 60.513vw;
    }
    .voice_wrap {
        margin: 0 0 13.333vw;
        padding-top: 10vw;
    }
    /*
    .voice_in {
        padding: 0 7.692vw;
    }
        */
    .voice-ttl {
        font-size: 8.205vw;
        font-weight: 600;
        text-align: center;
        position: relative;
        z-index: 5;
        margin-bottom: 4.051vw;
        line-height: 1;
        padding-top: 7.179vw;
    }
    .voice-txt {
        font-size: 4.615vw;
        text-align: left;
        padding: 0 7.692vw;
        line-height: 1.78;
    }
    .voiceSli_wrap {
        margin-top: 4.359vw;
    }
    .voiceSli_wrap .swiper {
        padding: 0 6.692vw;
    }
    .voiceCnt_wrap {
        max-width: 85.615vw;
        min-width: auto;
        height: 112.821vw;
        border: 3px solid #2A2A2A;
        border-radius: 6.154vw;
        padding: 7.179vw 9.487vw 6.154vw;
        box-shadow: 10px 10px 0 rgba(0, 0, 0, .1);
        margin-bottom: 2.564vw;
    }
    .person_wrap {
        display: flex;
        align-items: center;
        gap: 0 4.615vw;
        margin: 0 -2.051vw 5.128vw -2.051vw;
    }
    .person_txt .ttl {
        font-size: 5.128vw;
        margin-bottom: 2.564vw;
    }
    .person_txt .txt {
        font-size: 3.59vw;
    }
    .personImg_wrap img {
        width: auto;
        height: 20vw;
    }
    .person-txt {
        line-height: 1.75;
        font-size: 4.103vw;
    }
    .voiceSli_wrap .swiper-button-next,
    .voiceSli_wrap .swiper-button-prev {
        width: 12.821vw;
        height: 12.821vw;
        margin-right: -48.718vw;
    }
    .voiceSli_wrap .swiper-button-prev {
        right: auto;
        margin-right: 0;
        margin-left: -48.718vw;
    }
    .comp_wrap {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 0;
        padding: 8.205vw 3.59vw 12.821vw;
        margin-bottom: 0;
    }
    .comp_wrap .ttl {
        font-size: 6.154vw;
        margin-bottom: 7.692vw;
        line-height: 1;
    }
    .compLst_wrap {
        gap: 9.231vw 0;
        justify-content: space-between;
    }
    .compLst_wrap li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .compLst_wrap li img {
        height: auto;
    }
    .compLst_wrap li:nth-child(1) img {
        width: 34.103vw;
    }
    .compLst_wrap li:nth-child(2) img {
        width: 40.513vw;
    }
    .compLst_wrap li:nth-child(3) img {
        width: 44.359vw;
    }
    .compLst_wrap li:nth-child(4) img {
        width: 44.359vw;
    }
    .compLst_wrap li:nth-child(5) img {
        width: 37.692vw;
    }
    .compLst_wrap li:nth-child(6) img {
        width: 23.333vw;
    }
    .compLst_wrap li:nth-child(7) img {
        width: 36.923vw;
    }
    .compLst_wrap li:nth-child(8) img {
        width: 37.949vw;
    }
    .compLst_wrap li:nth-child(9) img {
        width: 42.821vw;
    }
    .compLst_wrap li:nth-child(10) img {
        width: 36.41vw;
    }
    .comp-tx {
        font-size: 5.128vw;
        margin-top: 5.128vw;
    }
    .comp-tx span::before {
        height: 1.538vw;
        bottom: 0.513vw;
    }
    .search_in {
        padding: 6.41vw 3.546vw 11.538vw;
    }
    .searchCnt_wrap {
        max-width: none;
        margin: 0;
        background: #fff;
        border: 3px solid #2A2A2A;
        border-radius: 8.205vw;
        padding: 8.718vw 7.692vw 12.308vw;
        box-sizing: border-box;
        position: relative;
    }
    .searchCnt_wrap:before {
        width: 24.103vw;
        height: 32.564vw;
        top: -9.487vw;
        right: 6.41vw;
    }
    .search-ttl {
        font-size: 6.154vw;
        text-align: left;
        margin-bottom: 6.41vw;
    }
    .search-ttl span {
        position: relative;
        display: block;
        padding-bottom: 3.333vw;
    }
    .search-ttl span:before {
        background: url(/inc/browsingtour/img/icn_03.svg) no-repeat center;
        background-size: auto 0.8vw;
        width: 100%;
        height: 0.769vw;
    }
    .search_wrap .line {
        display: block;
        padding-bottom: 6.41vw;
        margin-bottom: 6.41vw;
        font-size: 4.615vw;
    }
    .search_wrap .line .ttl {
        width: auto;
        margin-bottom: 1.282vw;
    }
    .search_wrap .line .inp {
        width: auto;
        display: block;
    }
    .search_wrap .line .inp.is-fw {
        display: flex;
    }
    .search_wrap .line .inp section {
        display: flex;
        flex-wrap: wrap;
        gap: 2.564vw 5.128vw;
    }
    .search_wrap .line label.checkbox_text,
    .search_wrap .line label.label-checkbox {
        padding-left: 7.692vw;
        margin-right: 0;
    }
    .search_wrap .line label.checkbox_text:before {
        width: 4.615vw;
        height: 4.615vw;
        border-radius: 1.538vw;
        top: 1.282vw;
    }
    .search_wrap .line label.checkbox_text:has(input:checked)::after {
        top: 1.538vw;
        left: 1.538vw;
        width: 1.282vw;
        height: 2.564vw;
        border-right: 3px solid #00ba53;
        border-bottom: 3px solid #00ba53;
    }
    .search_wrap .line label.label-checkbox:before {
        width: 5.128vw;
        height: 5.128vw;
        top: 1.795vw;
    }
    .search_wrap .line label.label-checkbox:has(input:checked)::after {
        top: 2.821vw;
        left: 1.026vw;
        width: 3.077vw;
        height: 3.077vw;
    }
    .search_wrap .line label.checkbox_text input[type="checkbox"],
    .search_wrap .line label.label-checkbox input[type="checkbox"],
    .formAns_wrap input[type="radio"],
    .formAns_wrap input[type="checkbox"] {
        display: none;
    }
    .search_wrap .line input[type="text"] {
        width: calc(100% - 12.821vw);
        height: 12.821vw;
        padding: 3.59vw 4.872vw;
        border: none;
        font-size: 4.103vw;
    }
    .search_wrap .submit_submit {
        width: 61.538vw;
        height: 15.385vw;
        border-radius: 12.821vw;
        font-size: 4.615vw;
    }
    .search_wrap .sa-textlink {
        font-size: 4.615vw;
        margin-left: 0;
        margin-top: 1.282vw;
        display: inline-block;
        width: auto;
    }
    .carender_date {
        display: flex;
        gap: 0 2.564vw;
    }
    .carender_date__btn {
        font-size: 4.103vw;
        padding: 1.026vw 5.128vw 1.282vw;
        border-radius: 7.692vw;
        line-height: 1;
    }
    .SearchBtn_wrap {
        width: 12.821vw;
    }
    .SearchBtn_wrap input[type="submit"] {
        width: 100%;
        height: 12.821vw;
        font-size: 0;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #3C3C3C url(/inc/browsingtour/img/icn_08.svg) no-repeat center;
        background-size: 22px auto;
        border: 2px solid #3C3C3C;
        transition: .2s;
    }
    .visit_wrap {
        padding: padding: 10.256vw 3.846vw 16.667vw;;
    }
    .visit-num {
        max-width: none;
        margin: 0 auto 20.513vw;
        font-size: 4.103vw;
        font-weight: 500;
    }
    .visit-num span {
        font-size: 6.154vw;
    }
    .visit_in {
        gap: 21.026vw 0;
        max-width: none;
        margin: 0;
    }
    .visitCnt_wrap {
        width: 100%;
    }
    .visitCnt_wrap a {
        border-radius: 0 0 4.103vw 4.103vw;
        padding: 8.718vw 7.692vw 6.667vw;
    }
    .visitCnt-tag {
        width: 41.026vw;
        height: 10.769vw;
        border-radius: 4.103vw 4.103vw 0 0;
        font-size: 4.615vw;
        top: -11.538vw;
    }
    .visitCnt-img {
        margin-bottom: 4.615vw;
        max-width: none;
    }
    .visitCnt-img img {
        border-radius: 4.103vw;
    }
    .visitCnt-day {
        margin: 0;
    }
    .visitCnt-day .ttl {
        font-size: 4.103vw;
        margin-bottom: 1.282vw;
    }
    .visitCnt-day .txt {
        font-size: 4.615vw;
        margin-bottom: 3.846vw;
    }
    .visitCnt-ttl {
        font-size: 4.615vw;
        margin-bottom: 5.128vw;
    }
    .visitCnt-detail {
        padding-left: 3.846vw;
        border-left: 3px solid #E7E7E7;
        font-size: 4.103vw;
        margin-bottom: 5.128vw;
    }
    .visitCnt-detail .txt:not(:last-of-type) {
        margin-bottom: 2.564vw;
    }
    .reserv-btn {
        width: 69.231vw;
        margin: 0 auto 10px;
        max-width: none;
    }
    .reserv-btn .txt {
        font-size: 4.615vw;
        font-weight: 600;
        background: #FF8457;
        color: #fff;
        border-radius: 15.385vw;
        border: 2px solid #FF8457;
        padding: 3.846vw 0;
        text-align: center;
        transition: .2s;
    }
    .news_wrap {
        padding: 0 3.846vw;
    }
    .news-ttl {
        text-align: center;
        font-size: 6.154vw;
        font-weight: 600;
        padding-bottom: 2.564vw;
        margin-bottom: 10.256vw;
    }
    .news-ttl span::before {
        background: url(/inc/browsingtour/img/icn_03.svg) no-repeat center;
        background-size: auto 0.8vw;
        width: 105%;
        height: 0.769vw;
        bottom: -2.564vw;
        margin-left: -5%;
    }
    .newsBtn_wrap {
        gap: 5.128vw 0;
        flex-wrap: wrap;
    }
    .news-btn {
        width: 100%;
        height: 38.462vw;
        border-radius: 4.103vw;
        order: 2;
    }
    .news-btn.is-line {
        order: 1;
    }
    .news-btn a {
        font-size: 6.154vw;
        font-weight: 500;
        width: 100%;
        height: 100%;
    }
    .news-btn a span {
        padding: 0 2.564vw 0 23.59vw;
    }
    .news-btn.is-line a span {
        padding: 0 5.128vw 0 27.436vw;
    }
    .news-btn a span::before,
    .news-btn.is-line a span::after {
        width: 15.897vw;
        height: 16.41vw;
        right: auto;
        left: 0;
    }
    .news-btn.is-line a span::after {
        display: none;
    }
    .news-btn.is-line a span::before {
        background: url(/inc/browsingtour/img/sp/img_12.png) no-repeat center / 100% auto;
        width: 21.282vw;
        height: 21.282vw;
        right: auto;
        left: 0;
    }
    .footer_wrap {
        margin-top: 13.333vw;
        padding: 21.282vw 2.564vw 20.846vw;
    }
    .footerLnk_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 14.872vw;
        gap: 2.564vw 0;
    }
    .footerLnk_wrap li a {
        font-size: 4.103vw;
    }
    .copylight {
        font-size: 3.077vw;
    }
    .popup_wrap {
        padding: 70px 15px 0;
    }
    .formSlide_in {
        width: 100%;
        padding: 0 0 15px;
        max-height: 570px;
    }
    .formItem-close {
        right: -5px;
        top: -20px;
        width: 50px;
        height: 50px;
    }
    .formItem_ttl {
        padding: 30px 10px 30px 80px;
        margin-bottom: 35px;
    }
    .formItem-ttl {
        font-size: 20px;
        line-height: 1.3;
    }
    .formItem-ttl .is-num {
        width: 46px;
        height: 46px;
        font-size: 20px;
        top: 30px;
        left: 20px;
    }
    .formItem-ttl .is-fzs {
        font-size: 16px;
    }
    .formAns_wrap {
        padding: 0 20px;
        margin: 0 auto 30px;
    }
    .formAns_lst {
        gap: 12px 20px;
    }
    .formAns_wrap.is-ver1 .formAns_lst > li,
    .formAns_wrap.is-ver3 .formAns_lst > li {
        width: calc(50% - 10px);
    }
    .formAns_wrap.is-ver2 .formAns_lst > li {
        width: 100%;
    }
    .formAns_lst label {
        font-size: 20px;
        height: 46px;
    }
    .formAns_lst label.is-fzs {
        font-size: 18px;
    }
    .formImg_wrap,
    .formImg_wrap.is-ver2,
    .formImg_wrap.is-ver3 {
        bottom: -10px;
        right: 30px;
    }
    .formImg_wrap img {
        width: 60px;
        height: auto;
    }
    .formBtn_wrap {
        gap: 0 20px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .formBack_btn,
    .formNext_btn_wrap,
    .formNext_btn {
        width: calc(50% - 10px);
        height: 50px;
    }
    .formBack_btn a,
    .formNext_btn_wrap a,
    .formNext_btn a {
        font-size: 20px;
    }
    .formBack_btn a:before,
    .formNext_btn_wrap a:before,
    .formNext_btn a:before {
        width: 14px;
        height: 14px;
        margin-top: -6px;
        right: 20px;
    }
    .formBack_btn a:before {
        left: 20px;
    }
    .stplst_bg {
        padding: 0 20px;
        position: absolute;
        width: 100%;
        bottom: 30px;
        box-sizing: border-box;
    }
    .stplst_bg .txt {
        font-size: 17px;
    }
    .stplst_bg .txt .is-step {
        display: block;
        font-size: 28px;
        padding-left: 2px;
        line-height: 1;
    }
    .stplst_wrap {
        width: 155px;
        margin: 25px 0 0 15px;
    }
    .stplst_bx:not(:first-of-type) {
        padding-left: 25px;
    }
    .stplst_bx span {
        width: 20px;
        height: 20px;
    }
    .stplst_bx:not(:first-of-type):before {
        width: 30px;
        height: 4px;
        margin-top: -5px;
        left: -2px;
    }
    .float_wrap.is-active {
        bottom: 20px;
    }
    .navBtn_wrap {
        gap: 0 7px;
        padding: 0 22px;
    }
    .navBtn_wrap .mv-btn {
        width: 50%;
        height: 18.8vw;
        max-height: 78px;
        border-radius: 15px;
    }
    .navBtn_wrap .mv-btn a {
        font-size: 16px;
        line-height: 1.25;
    }
    .navBtn_wrap .mv-btn a span {
        padding: 0 40px 0 20px;
    }
    .navBtn_wrap .mv-btn a span:before {
        right: 15px;
        margin-top: -8px;
        width: 18px;
        height: 18px;
    }
    .navBtn_wrap .mv-btn.is-ver2 a span:before {
        width: 22px;
        height: 22px;
        margin-top: -10px;
    }
    .popup_in {
        width: 94%;
    }
    .formSlide_in.is-end {
        padding: 30px 20px 40px;
    }
    .formSlide_in.is-end .formItem_ttl {
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .formSlide_in.is-end .formImg_wrap {
        width: 80px;
        left: 210px;
        right: auto;
        margin-right: auto;
        bottom: -12px;
    }
    .formVisit_wrap {
        padding: 15px 10px 50px;
        margin-bottom: 20px;
        gap: 0 15px;
        position: relative;
    }
    .formVisit_in {
        width: calc(70% - 15px);
    }
    .formVisit_in .ttl {
        font-size: 15px;
    }
    .formVisit_cnt .txt {
        font-size: 14px;
    }
    .formVisit-btn {
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        margin: 0;
        max-width: 300px;
        width: 90%;
        height: 35px;
    }
    .formVisit-btn a {
        font-size: 16px;
        width: 100%;
    }
    .formBack_end_btn {
        transform: translateX(-50%);
        margin-left: 0;
        width: 90%;
        height: 50px;
        border-radius: 10px;
    }
    .formBack_end_btn a {
        font-size: 18px;
        border-radius: 10px;
    }
    .formVisit_cnt {
        padding-left: 8px;
    }
    .map_wrap {
        padding: 0 3.846vw 16.667vw;
    }
    .map-ttl {
        font-size: 6.154vw;
        margin-bottom: 7vw;
    }
    .map-sample {
        height: 76.923vw;
        font-size: 5.128vw;
    }
}
@media (max-width: 374px) {
    .formAns_lst label.is-fzs {
        font-size: 14px;
    }
    .formBack_btn a:before {
        left: 15px;
    }
    .formNext_btn_wrap  a:before,
    .formNext_btn a:before {
        right: 15px;
    }
    .formImg_wrap,
    .formImg_wrap.is-ver2,
    .formImg_wrap.is-ver3 {
        right: 10px;
    }
    .formAns_lst label,
    .formBack_btn a,
    .formNext_btn_wrap a,
    .formNext_btn a {
        font-size: 16px;
    }
    .navBtn_wrap .mv-btn a span:before {
        right: 0;
    }
    .navBtn_wrap .mv-btn.is-ver2 a span:before {
        width: 20px;
        height: 20px;
    }
    .navBtn_wrap .mv-btn a {
        font-size: 4.011vw;
    }
    .navBtn_wrap .mv-btn a span {
        padding: 0 25px 0 15px;
    }
    .navBtn_wrap .mv-btn.is-ver2 a span {
        padding-right: 30px;
    }
    .formVisit_wrap {
        flex-direction: column;
        align-items: center;
    }
    .formVisit_img,
    .formVisit_in {
        width: 100%;
    }
    .formVisit_img {
        margin-bottom: 10px;
    }
    .formSlide_in.is-end .formItem_ttl {
        padding: 0;
    }
    .formSlide_in.is-end .formImg_wrap {
        width: 70px;
        left: 190px;
        bottom: -10px;
    }
}