@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/*共通----------*/
p,ul,li,dl,dt,dd,div,h1,h2,h3,h4,h5,a {
	text-decoration: none;
    margin: 0;
	padding: 0;
	list-style: none;
}
.fv_pc {
  display: flex!important;
}
.fv_sp {
  display: none!important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.s-top_contents-social {
}
.s-top_contents-social .s-top_contents-social-inr {
}
.s-top_contents-social .s-top_contents-social-inr .teikyou {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0 0;
    width: 100%;
}
.s-top_contents-social .s-top_contents-social-inr .teikyou li {
    width: 28%;
}
.s-top_contents-social .s-top_contents-social-inr .teikyou li a {
}
.s-top_contents-social .s-top_contents-social-inr .teikyou li a img {
}
.js-parallax-base {
    height: 0px !important;
}
#navgroup-03 {
}
#navgroup-03 .inner {
    margin-top: 2.5rem;
}
.p-contact-form__form {
    margin: 0px auto 0;
}
.p-form__block {
    position: relative;
    margin-bottom: 40px;
}
.p-form__block__header {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
}
.p-form .is-required {
    font-size: 14px;
    font-weight: normal;
    color: #ef2c47;
}
.p-form input[type="text"], .p-form input[type="password"], .p-form input[type="url"], .p-form input[type="tel"], .p-form input[type="email"] {
    margin-bottom: 5px;
    padding: 10px;
    font: inherit;
    line-height: inherit;
    background: none;
    border: 1px solid #dfdfdf;
    outline: none;
    -webkit-appearance: none;
}
.p-form .is-full {
    width: 100%;
}
.p-form__privacy {
    margin-bottom: 40px;
    padding: 16px 20px;
    max-height: 170px;
    border: 1px solid #999;
    background: #fcfcfc;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 2;
}
.p-form__privacy>* {
    margin-bottom: 15px;
}
.p-form__privacy>h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #232323;
}
.p-form__privacy>h2>.num {
    margin-right: 8px;
    color: #4c9fc1;
    font-size: 24px;
    font-family: "alternate-gothic-no-3-d";
    font-weight: 500;
    line-height: 1;
}
.p-form__block__body p label {
    position: relative;
    cursor: pointer;
}
.p-form input[type="checkbox"]+span, .p-form input[type="checkbox"]+input[type="hidden"]+span {
    position: relative;
}
.p-form input[type="checkbox"]+span, .p-form input[type="checkbox"]+input[type="hidden"]+span {
    padding-left: 32px;
    font-size: 15px;
}
.p-form input[type="checkbox"]+span:before, .p-form input[type="checkbox"]+input[type="hidden"]+span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #dfdfdf;
    transition: all 100ms ease;
}
.p-form input[type="checkbox"]+span:after, .p-form input[type="checkbox"]+input[type="hidden"]+span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #274a9d;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition: all 100ms ease;
}
.p-form input[type="checkbox"]+span:after, .p-form input[type="checkbox"]+input[type="hidden"]+span:after {
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #444 url(../img/icon_check.svg) no-repeat 50% 40%;
    background-size: 10px 10px;
}
.p-form__submit-block {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
}
.c-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 73px;
    color: #232323;
    background: #fff;
    font-family: BrandonTextWeb-Medium;
    font-size: 13px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.78, 0.07, 0, 1) 200ms;
    border: 1px solid #ccc;
    cursor: pointer;
}
.c-button--primary {
    background-color: #40b44b;
    color: #fff;
    border-radius: 50px;
}
.p-form__submit-block__body>* {
    margin: 1em;
}
.c-button:before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -1px;
    top: -1px;
    width: 0;
    height: calc(100% + 2px);
    background-color: #232323;
    transition: inherit;
}
.p-form textarea {
    width: 100%;
    padding: 10px;
    font: inherit;
    line-height: inherit;
    background: none;
    border: 1px solid #dfdfdf;
    outline: none;
    -webkit-appearance: none;
}
.p-form input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: none;
    -webkit-appearance: none;
}
.p-form input[type="checkbox"]:checked+span:after, .p-form input[type="checkbox"]:checked+input[type="hidden"]+span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.navigation {
    text-align: center;
    width: 100%;
}
.nav-links {
    padding: 50px 0 0;
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.nav-links span {
    line-height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    background: #40b44b;
    border-color: #40b44b;
    color: #fff;
}
.nav-links a {
    line-height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
.tour_plan .l-und_contents-inr {
    width: auto;
    margin-bottom: 0;
    margin: 2px 4.5454545455vw 0 4.5454545455vw;
}
.tour_plan .s-magazine_lists-filter-ttl {
    width: 280px;
}
.tour_plan .s-magazine_lists-filter:first-of-type {
    margin-bottom: 1.01173vw;
}
#booking-package_calendarPage .numberInsteadOfSymbols {
    position: relative;
    z-index: 0;
    color: #ff0000;
}
#booking-package_calendarPage .numberInsteadOfSymbols::before {
    content: "残り";
    font-size: 12px;
    line-height: 1;
    margin: auto;
    color: #000;
}
.flow_inner .items_warap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    margin-right: 0;
    padding-bottom: 0px;
}
.flow_inner .items_warap2 .items2 {
    width: 22%;
    z-index: 1;
    position: relative;
}
.flow_inner .numS1 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #40b44b;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
}
.flow_inner .items_warap2 .items2 .pic {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flow_inner .items_warap2 .items2 .pic .picInr {
    width: 70%;
    padding-bottom: 30px;
}
.flow_inner .items_warap2 .items2 .pic img {
    width: 100%;
}
.flow_inner .items_warap2 .items2 h1 {
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
}
.flow_inner .items_warap2 .items2 h1::before {
    right: 0;
    left: 0;
    bottom: 15px;
    margin: 0 auto;
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #d0d0d0;
    z-index: 100;
}
.flow_inner .items_warap2 .items2 p {
    padding-bottom: 0px;
    padding: 0;
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width:1024px) {
#booking-package_calendarPage .numberInsteadOfSymbols::before {
    font-size: 10px;
}
}
@media screen and (max-width:760px) {
  .fv_pc {
    display: none!important;
  }
  .fv_sp {
    display: flex!important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
.s-top_contents-social .s-top_contents-social-inr .teikyou li {
    max-width: 100%;
    width: 200px;
    margin: 0 auto 10%;
}
.p-form__block {
    margin-bottom: 20px;
}
.p-form__block__header {
    font-size: 15px;
}
.p-form .is-required {
    font-size: 13px;
}
.p-form input[type="text"], .p-form input[type="password"], .p-form input[type="url"], .p-form input[type="tel"], .p-form input[type="email"] {
    margin-bottom: 0px;
    padding: 5px;
}
.p-form input[type="checkbox"]+span, .p-form input[type="checkbox"]+input[type="hidden"]+span {
    font-size: 14px;
}
.p-form__privacy {
    margin-bottom: 15px;
}
.c-button {
    height: 60px;
    width: 360px;
    max-width: 80%;
}
.s-products_sec-type1 .contact_inner p {
    padding: 0;
}
.tour_plan .s-magazine_lists-filter-ttl {
    width: 39.173913vw;
}
.tour_plan .s-magazine_lists-filter:first-of-type {
    margin-bottom: 5.01173vw;
}
.flow_inner .items_warap2 .items2 {
    width: 47%;
    z-index: 1;
    padding-block: 15px;
}
.flow_inner .items_warap2 .items2 .pic .picInr {
    width: 70%;
    padding-bottom: 15px;
}
.flow_inner .items_warap2 .items2 h1 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
}
.flow_inner .items_warap2 .items2 h1::before {
    bottom: 7px;
}
}
@media screen and (max-width:560px) {
}