@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.infomationInner {
  max-width: 960px;
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 32px);
}
@media screen and (min-width:1025px) {
  .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .infomationInner {
    flex-direction: column;
  }
}
.infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .infomationLeft {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.infomation {
  background-color: #9f3139;
}
.infomation h2 {
  font-size: clamp(32px, 4.2857142857vw, 40px);
  text-align: center;
  color: #fff;
}
.infomation h2 small {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
}
.infomation .btn {
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  padding-left: clamp(40px, 5.2380952381vw, 48px);
  padding-right: clamp(40px, 5.2380952381vw, 48px);
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 0;
}
.infomation ul {
  width: 100%;
}
.infomation li {
  display: flex;
}
@media screen and (min-width:640px) {
  .infomation li {
    gap: clamp(26px, 3.2142857143vw, 28px);
  }
}
@media screen and (max-width:639px) {
  .infomation li {
    flex-direction: column;
  }
}
.infomation li:not(:last-child) {
  border-bottom: 1px solid #e2e0f1;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.infomation li time {
  color: #232323;
  white-space: nowrap;
}
.infomation li a {
  display: inline;
  flex: 1;
  text-decoration: underline;
}

h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
@media screen and (min-width:640px) {
  .index .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    animation-name: kv-img;
    animation-duration: 2.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
@keyframes kv-img {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline {
    margin-top: 56px;
  }
}
.index .outline .outlineInner .greeting {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .greeting {
    margin-bottom: 5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .greeting {
    margin-bottom: 98px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .greeting {
    margin-bottom: 118px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .greeting {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .greeting {
    font-size: 16.5px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .greeting {
    font-size: 18px;
  }
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .greeting br.sp {
    display: none;
    white-space: nowrap;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .greeting {
    margin-bottom: 56px;
  }
}
.index .outline .outlineInner .service {
  position: relative;
}
.index .outline .outlineInner .service h2 {
  display: flex;
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .service h2 {
    position: absolute;
    right: 0;
    left: 0;
    top: -40px;
    height: 80px;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 {
    flex-direction: column;
    margin: auto;
    margin-bottom: 36px;
  }
}
.index .outline .outlineInner .service h2 .ttl {
  height: 80px;
  background-color: #9f3139;
  color: #fff;
  border-radius: 14px 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .ttl {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service h2 .ttl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service h2 .ttl {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .ttl {
    font-size: 17px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service h2 .ttl {
    font-size: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service h2 .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .ttl {
    border-radius: 14px 14px 0 0;
    height: auto;
    padding: 8px;
  }
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .service h2 .ttl {
    height: 100%;
  }
}
.index .outline .outlineInner .service h2 .price {
  line-height: 1;
  background-color: #fff;
  height: 80px;
  color: #9f3139;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid #9f3139;
  border-radius: 0 14px 14px 0;
  flex-wrap: wrap;
}
.index .outline .outlineInner .service h2 .price > * {
  position: relative;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price {
    height: auto;
    gap: 4px 12px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price {
    border-radius: 0 0 14px 14px;
    padding: 12px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service h2 .price {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service h2 .price {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.index .outline .outlineInner .service h2 .price .-group {
  font-size: clamp(18px, 2.2619047619vw, 20px);
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .service h2 .price .-group {
    top: 0.25em;
  }
}
.index .outline .outlineInner .service h2 .price ._15 {
  font-size: clamp(32px, 4.2857142857vw, 40px);
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price ._15 {
    top: -0.1em;
  }
}
.index .outline .outlineInner .service h2 .price ._manen {
  font-size: clamp(16px, 2.0238095238vw, 18px);
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .service h2 .price ._manen {
    top: 0.25em;
  }
}
.index .outline .outlineInner .service h2 .price small {
  font-weight: normal;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price small {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service h2 .price small {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service h2 .price small {
    font-size: 15px;
  }
}
@media screen and (min-width:640px) {
  .index .outline .outlineInner .service h2 .price small {
    top: 0.25em;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service h2 .price small {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
  }
}
.index .outline .outlineInner .service div.includeTour {
  background-color: #F7F6E9;
  border-radius: 16px;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour {
    padding: 40px 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour {
    padding: 80px 40px 70px 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service div.includeTour {
    padding: 80px 80px;
  }
}
.index .outline .outlineInner .service div.includeTour div.include {
  padding-bottom: 40px;
}
.index .outline .outlineInner .service div.includeTour div.include h3 {
  font-size: clamp(21px, 2.6785714286vw, 24px);
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.include h3 {
    margin-bottom: 24px;
  }
}
.index .outline .outlineInner .service div.includeTour div.include ul {
  display: flex;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.include ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .index .outline .outlineInner .service div.includeTour div.include ul > * {
    width: calc((100% - calc(12px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul > * {
    width: 100%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) and (max-width: 639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service div.includeTour div.include ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .index .outline .outlineInner .service div.includeTour div.include ul > * {
    width: calc((100% - calc(20px * 3)) / 4);
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul > * {
    width: 100%;
  }
}
@media screen and (min-width:1025px) and (max-width: 639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul {
    flex-direction: column;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul {
    flex-direction: column;
    margin-bottom: 16px;
    gap: 24px;
  }
}
.index .outline .outlineInner .service div.includeTour div.include ul li .img {
  margin-bottom: 8px;
  text-align: center;
}
.index .outline .outlineInner .service div.includeTour div.include ul li .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li .img img {
    max-width: 250px;
  }
}
.index .outline .outlineInner .service div.includeTour div.include ul li p {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li p {
    font-size: 15.5px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li p {
    font-size: 16px;
  }
}
@media screen and (min-width:1400px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.include ul li p {
    top: -8px;
  }
}
.index .outline .outlineInner .service div.includeTour div.notinclude {
  padding-top: 40px;
  border-top: 4px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.index .outline .outlineInner .service div.includeTour div.notinclude h4 {
  font-size: clamp(18px, 2.2619047619vw, 20px);
  margin-bottom: clamp(21px, 2.6785714286vw, 24px);
  text-align: center;
}
.index .outline .outlineInner .service div.includeTour div.notinclude ul {
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    gap: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    gap: 12px 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    gap: 12px;
  }
}
@media screen and (min-width:1400px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    gap: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul {
    flex-wrap: wrap;
  }
}
.index .outline .outlineInner .service div.includeTour div.notinclude ul li {
  font-size: clamp(14px, 1.7857142857vw, 16px);
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude ul li {
    width: 46%;
    white-space: nowrap;
  }
}
.index .outline .outlineInner .service div.includeTour div.notinclude ul li:before {
  content: url(../img/cmn/ico_cross.svg);
}
.index .outline .outlineInner .service div.includeTour div.notinclude small {
  font-size: clamp(13px, 1.6666666667vw, 15px);
  color: #979797;
  text-align: center;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude small {
    margin-top: 24px;
  }
}
@media screen and (max-width:1024px) {
  .index .outline .outlineInner .service div.includeTour div.notinclude small {
    text-align: left;
    font-size: 13px;
  }
}
@media screen and (max-width:639px) {
  .index .tourSample {
    padding-bottom: 100px;
  }
}
.index .tourSample .tourSampleInner {
  max-width: 960px;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .tourSample .tourSampleInner .ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .tourSample .tourSampleInner .ttl {
    max-width: 320px;
    top: -16px;
  }
}
@media screen and (min-width:1025px) {
  .index .tourSample .tourSampleInner .ttl {
    top: 20px;
  }
}
.index .tourSample .tourSampleInner .ttl .btn {
  border-width: 3px;
  font-weight: bold;
  display: flex;
  height: 55px;
  gap: 6px;
  padding: 0;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}
.index .tourSample .tourSampleInner .ttl .btn:after {
  content: none;
}
.index .tourSample .tourSampleInner .ttl .btn:before {
  content: url(../img/cmn/ico_map.svg);
  position: relative;
  top: 2px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .tourSample .tourSampleInner .ttl .btn {
    width: 220px;
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .tourSample .tourSampleInner .ttl .btn {
    position: absolute;
    bottom: -95px;
    right: 15%;
    left: 15%;
    font-size: 15px;
    height: 44px;
  }
}
.index .tourSample .tourSampleInner h2 {
  margin-bottom: 16px;
}
@media screen and (min-width:640px) {
  .index .tourSample .tourSampleInner h2 span {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .index .tourSample .tourSampleInner h2 {
    font-size: 15.5px;
    position: relative;
    margin: 24px 24px 40px 24px;
    text-align: center;
  }
  .index .tourSample .tourSampleInner h2 img {
    display: none;
  }
  .index .tourSample .tourSampleInner h2 br {
    display: none;
  }
  .index .tourSample .tourSampleInner h2:before, .index .tourSample .tourSampleInner h2:after {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    display: block;
    content: "";
    border: 1em solid #9f3139;
  }
  .index .tourSample .tourSampleInner h2:before {
    left: -18px;
    border-left-width: 15px;
    border-left-color: transparent;
  }
  .index .tourSample .tourSampleInner h2:after {
    right: -18px;
    border-right-width: 15px;
    border-right-color: transparent;
  }
  .index .tourSample .tourSampleInner h2 span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1rem 2rem;
    color: #fff;
    background: #b5454d;
  }
  .index .tourSample .tourSampleInner h2 span:before, .index .tourSample .tourSampleInner h2 span:after {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-style: solid;
    border-color: #85171f transparent transparent transparent;
  }
  .index .tourSample .tourSampleInner h2 span:before {
    left: 0;
    border-width: 10px 0 0 10px;
  }
  .index .tourSample .tourSampleInner h2 span:after {
    right: 0;
    border-width: 10px 10px 0 0;
  }
}
.index .tourSample .tourSampleInner .map {
  position: relative;
}
.index .tourSample .tourSampleInner .map .icon a[class^=ico] {
  position: absolute;
  max-height: 88px;
  max-width: 88px;
  width: 10%;
  height: auto;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .tourSample .tourSampleInner .map .icon a[class^=ico] {
    max-width: 65px;
  }
}
@media screen and (max-width:639px) {
  .index .tourSample .tourSampleInner .map .icon a[class^=ico] {
    max-width: 50px;
  }
}
.index .tourSample .tourSampleInner .map .icon .ico_01 {
  right: 15%;
  top: 3%;
}
.index .tourSample .tourSampleInner .map .icon .ico_02 {
  left: 5%;
  top: 42%;
}
.index .tourSample .tourSampleInner .map .icon .ico_03 {
  left: 12.5%;
  top: 33%;
}
.index .tourSample .tourSampleInner .map .icon .ico_04 {
  right: 12.5%;
  top: 16.5%;
}
.index .tourSample .tourSampleInner .map .icon .ico_05 {
  right: 7%;
  bottom: 17%;
}
.index .tourSample .tourSampleInner .map .icon .ico_06 {
  left: 10%;
  bottom: 4%;
}
.index .tourSample .tourSampleInner .map .icon .ico_07 {
  bottom: 26%;
  right: 21%;
}
.index .tourSample .tourSampleInner .map .icon .ico_08 {
  left: 21%;
  bottom: 26.5%;
}
.index .tourSample .tourSampleInner .map .icon .ico_09 {
  bottom: 22%;
  right: 40.5%;
}
.index .tourSample .tourSampleInner .map .icon .ico_10 {
  top: 28%;
  left: 37%;
}
.index .tourSample .tourSampleInner .map .icon .ico_11 {
  left: 20%;
  bottom: 37%;
}
.index .tourSample .tourSampleInner .map .icon .ico_12 {
  bottom: 17%;
  left: 31.5%;
}
.index .tourSample .tourSampleInner .map .icon .ico_13 {
  bottom: 16%;
  left: 14%;
}
.index .tourSample .tourSampleInner .map .icon .ico_14 {
  right: 2.5%;
  bottom: 27.5%;
}
.index .tourSample .tourSampleInner .map .icon .ico_15 {
  bottom: 22%;
  right: 30.5%;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  height: 80vh;
  max-height: 750px;
  animation-name: kv-img;
  animation-duration: 2.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:639px) {
  .mainImg {
    max-height: 440px;
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mainImgInner h2 {
  position: relative;
  top: -3.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:639px) {
  .mainImgInner h2 {
    top: -16px;
  }
}
.mainImgInner h2 *[class^=copy] {
  animation-fill-mode: forwards;
  opacity: 0;
}
.mainImgInner h2 .copy01 {
  animation-name: kv-copy;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.mainImgInner h2 .copy02 {
  animation-name: kv-copy;
  animation-duration: 1s;
  animation-delay: 1.2s;
  margin-bottom: -10px;
}
.mainImgInner h2 .copy03 {
  animation-name: kv-copy;
  animation-duration: 1s;
  animation-delay: 1.7s;
}
@keyframes kv-copy {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv-img {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes copy03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #f7f6e9;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #9f3139;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #9f3139;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .toursample .tour-index {
  margin-top: 40px;
  padding: 24px;
  font-size: 0.9em;
}
.lower .toursample .tour-index__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (min-width:640px) {
  .lower .toursample .tour-index__list {
    gap: 24px;
    flex-wrap: nowrap;
  }
}
.lower .toursample .tour-index__list a {
  text-decoration: none;
  padding: 0 4px 2px;
  border-bottom: 1px solid #979797;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lower .toursample .tour-index__list a::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: #232323;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: background 0.3s;
}
.lower .toursample .tour-index__list a:hover {
  text-decoration: none;
  color: #9f3139;
  border-bottom: 1px solid #9f3139;
  opacity: 1;
}
.lower .toursample .tour-index__list a:hover::after {
  background-color: #9f3139;
}
.lower .toursample .tour-detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:640px) {
  .lower .toursample .tour-detail {
    gap: 40px;
  }
}
.lower .toursample .tour-detail .heading02 {
  margin-bottom: 16px;
}
.lower .toursample .tour-detail .heading02 span {
  border-bottom: none;
}
.lower .toursample .tour-detail__item {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .toursample .tour-detail__item {
    width: calc(50% - 20px);
  }
}
.lower .toursample .tour-detail__time {
  background-color: #9f3139;
  color: #ffffff;
  text-align: center;
  font-size: 0.85em;
  border-radius: 100px;
}
.lower .toursample .tour-detail__img {
  margin-bottom: 24px;
}
.lower .toursample .tour-detail__flow {
  background-color: #f7f0f0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 24px;
  font-size: 0.8em;
  padding: 16px;
  list-style: none;
  counter-reset: number;
}
.lower .toursample .tour-detail__flow li {
  position: relative;
  padding-left: 1.5em;
}
.lower .toursample .tour-detail__flow li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .tour h2 .tour-time {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  background-color: #9f3139;
  color: #ffffff;
  line-height: 1;
  padding: 8px 24px;
  border-radius: 100px;
  margin-top: 0.5em;
}
.lower .tour div.area-heading {
  color: #9f3139;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lower .tour div.area-heading span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 0.2em;
}
.lower .tour .tour-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}
.lower .tour .tour-wrap:not(:last-child) {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e2e0f1;
}
.lower .tour .tour-wrap__img {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lower .tour .tour-wrap__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width:640px) {
  .lower .tour .tour-wrap {
    flex-direction: row;
    gap: 64px;
  }
  .lower .tour .tour-wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .lower .tour .tour-wrap__txt {
    width: 55%;
  }
  .lower .tour .tour-wrap__img {
    width: calc(45% - 64px);
  }
  .lower .tour .tour-wrap__gallery {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.lower .tour .tour-wrap h3 {
  text-align: left;
  margin-bottom: 1em;
}
.lower .tour .tour-wrap h3 .main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 24px;
}
.lower .tour .tour-wrap h3 .sub {
  display: inline-block;
  font-size: 0.6em;
  border: none;
}
.lower .tour .tour-wrap h3 small {
  color: #979797;
}
.lower .tour .tour-wrap.options {
  flex-direction: column;
  background-color: #f7f0f0;
  padding: 40px 24px;
  margin-bottom: 80px;
  gap: 24px 64px;
}
.lower .tour .tour-wrap.options h3 {
  flex-shrink: 0;
}
@media screen and (min-width:640px) {
  .lower .tour .tour-wrap.options {
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 16px;
    padding: 40px 64px;
  }
}
.lower .select-type {
  border: 3px solid #e2e0f1;
  border-radius: 16px;
  width: 100%;
  max-width: 640px;
  padding: 0 24px;
  margin: 0 auto 80px;
}
.lower .select-type iframe {
  width: 100%;
  height: 85vh;
  max-height: 880px;
}
.lower .reservation-bnr {
  position: sticky;
  bottom: 16px;
  transition: 0.5s;
  padding: 0 40px;
}
@media screen and (max-width:639px) {
  .lower .reservation-bnr {
    padding: 0 16px;
  }
}
.lower .reservation-bnr a {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  text-align: center;
  background-color: #c1ab05;
  border: 2px solid #c1ab05;
  border-radius: 1000px;
  color: #ffffff;
  font-weight: bold;
  padding: 16px;
}
.lower .reservation-bnr a:hover {
  background-color: #ffffff;
  color: #c1ab05;
  text-decoration: none;
  opacity: 1;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .null {
    gap: 60%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}
.null > .txt {
  width: calc(100% - 60px);
}
@media screen and (max-width: 639px) {
  .null > .txt {
    width: 100%;
  }
}
.null > .img {
  width: 60px;
}
@media screen and (max-width: 639px) {
  .null > .img {
    width: 100%;
  }
}
.null > .img img {
  width: 100%;
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "IBM Plex Sans JP", sans-serif;
  border: 2px solid #e2e0f1;
  padding: 12px;
  border-radius: 3px;
  color: #232323;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 55%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #979797;
}
.lower .contact ::placeholder {
  color: #979797;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #9f3139;
  border-radius: 4px;
  color: #9f3139;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #e2e0f1;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.2em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #d44000;
}
.lower .contact .contact-form__optional {
  background-color: #232323;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin: 0 0.8em 0 0;
  height: 1em;
  width: 1em;
  line-height: 1;
}
.lower .contact .contact-form input:invalid {
  background: #ffffff;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #ffffff;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #9f3139;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #c1ab05;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #e2e0f1;
  color: #232323;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-form__btn.back:hover, .lower .contact .contact-form__btn.back:active {
  background-color: #f1f0fd;
}
.lower .contact .contact-form .privacy-check {
  display: flex;
  align-items: start;
  justify-content: start;
  margin: 1.5em 0;
  font-size: 0.9em;
}
.lower .contact .contact-form .privacy-check label {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.lower .contact .contact-form .privacy-check a {
  text-decoration: underline;
}
.lower .contact .contact-error {
  color: #d44000;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #232323;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #232323;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #9f3139;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #9f3139;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */