@charset "UTF-8";
/* Scss Document */
/*------------- reset -------------*/
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,
sub,
sup,
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.l-inner {
  padding: 0 30px;
  box-sizing: border-box;
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 8vw;
  }
}

.l-header {
  padding: 25px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .logo {
  width: 183px;
  line-height: 1;
}
.l-header .logo a {
  display: inline-block;
}
.l-header .l-headerBtn a {
  border: 1px solid #003e92;
  display: inline-block;
  color: #003e92;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  padding: 0.6em 2em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px;
  }
  .l-header .logo {
    width: 135px;
  }
  .l-header .l-headerBtn a {
    padding: 0.4em 1.3em;
  }
}

.l-footer {
  background: #f5f7f8;
  padding: 80px 0 40px;
  position: relative;
}
.l-footer:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  background: #f5f7f8;
  border-radius: 50%;
}
.l-footer .footer-item01 {
  width: 280px;
}
.l-footer .footer-item01 .logo img {
  width: 258px;
}
.l-footer .footer-item01 .footer-info {
  margin: 70px 0 40px;
  font-size: 14px;
  font-weight: 500;
}
.l-footer .footer-item01 .footer-sns {
  justify-content: flex-start;
}
.l-footer .footer-item01 .footer-sns li {
  width: 27px;
  margin-right: 25px;
}
.l-footer .footer-navi {
  margin-top: 60px;
}
.l-footer .footer-navi-list {
  margin-right: 80px;
  font-size: 16px;
}
.l-footer .footer-navi-list:last-child {
  margin: 0;
}
.l-footer .footer-navi-list .head {
  margin-bottom: 20px;
  opacity: 0.2;
}
.l-footer .footer-navi-list li {
  margin-bottom: 1em;
}
.l-footer .footer-navi-list .external a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_link.svg") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5em;
}
.l-footer .footer-navi-list .copy {
  text-align: right;
  font-size: 12px;
  font-weight: 200;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 20px;
  }
  .l-footer:before {
    height: 50px;
    top: -25px;
  }
  .l-footer .footer-item01 {
    width: 100%;
  }
  .l-footer .footer-item01 .logo img {
    width: 166px;
  }
  .l-footer .footer-item01 .footer-info {
    margin: 40px 0;
  }
  .l-footer .footer-item01 .footer-sns {
    display: flex;
  }
  .l-footer .footer-navi-list {
    margin: 0 0 40px 0;
  }
  .l-footer .footer-navi-list .head {
    margin-bottom: 5px;
  }
  .l-footer .footer-navi-list .copy {
    text-align: left;
    margin-top: 130px;
  }
}

.l-tourSection {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-tourSection {
    padding: 20px 15px;
  }
}

.l-tourSection02 + .l-tourSection02 {
  margin-top: 70px;
}

.l-breadcrumb {
  margin-bottom: 25px;
  color: #7e7e7e;
  display: flex;
  font-size: 13px;
  color: #adadad;
}
.l-breadcrumb span {
  color: #adadad;
  font-size: 13px;
  margin: 0 5px;
}
.l-breadcrumb span a {
  color: #adadad;
}
.l-breadcrumb span:first-child {
  margin-left: 0;
}

.l-lower {
  padding: 120px 0 200px;
}
@media screen and (max-width: 768px) {
  .l-lower {
    padding: 90px 0 140px;
  }
}

/*------------- component -------------*/
.c-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-flex.center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-flex {
    display: block;
  }
}

.c-slick-wrapper .slick-prev,
.c-slick-wrapper .slick-next {
  z-index: 100;
}
.c-slick-wrapper .slick-prev:before,
.c-slick-wrapper .slick-next:before {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 1;
}
.c-slick-wrapper .slick-prev:before {
  background: url("../img/slick-arrow01.png") no-repeat;
  background-size: 100% 100%;
}
.c-slick-wrapper .slick-next:before {
  background: url("../img/slick-arrow02.png") no-repeat;
  background-size: 100% 100%;
}
.c-slick-wrapper .slick-disabled:before {
  opacity: 0.6;
}
.c-slick-wrapper .slick-next {
  right: 25px;
}

.c-tourSectionHead01 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-tourSectionHead01 {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
}

.c-tourSectionHead02 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .c-tourSectionHead02 {
    font-size: 18px;
  }
}

.c-tourSectionHead03 {
  margin-bottom: 20px;
}

.c-tourTagList {
  display: flex;
  margin-bottom: 30px;
}
.c-tourTagList li {
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1;
  border: 1px solid #707070;
  padding: 0.5em 0.8em;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-tourTagList li {
    font-size: 14px;
  }
}

.c-btn {
  display: block;
  background: #f3f5f8;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 40px 15px 30px;
  position: relative;
  font-weight: 500;
  border: none;
  width: 100%;
  text-align: left;
}
.c-btn:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.c-btn02 {
  font-size: 16px;
  color: #fff !important;
  background: linear-gradient(to bottom, #298cd5, #1260bc);
  display: block;
  border-radius: 10px;
  padding: 0.8em;
  position: relative;
}
.c-btn02:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.c-btn02.closed {
  background: rgba(34, 34, 34, 0.6);
  pointer-events: none;
}

.c-btn03 {
  text-align: center;
}
.c-btn03 a {
  font-size: 15px;
  color: #fff !important;
  background: #003e92;
  display: inline-block;
  width: 270px;
  border-radius: 50px;
  padding: 0.8em;
  position: relative;
}
.c-btn03 a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.c-head01 {
  color: #003e92;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-head01 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}

/*------------- top -------------*/
.p-top-fv {
  margin-top: 90px;
}
.p-top-fv h1 {
  text-align: center;
  color: #003e92;
  font-size: 55px;
  font-weight: 300;
}
.p-top-fv h1 span {
  font-size: 16px;
  font-weight: 100;
  display: block;
}
.p-top-fv .p-top-fvImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-fv h1 {
    font-size: 28px;
  }
  .p-top-fv h1 span {
    font-size: 12px;
  }
}

.p-top-intro {
  margin: 40px 0 130px;
}
.p-top-intro .l-inner {
  background: url("../img/bg-intro.png") top center no-repeat;
  background-size: 100% auto;
  min-height: 580px;
}
.p-top-intro h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 40px;
  padding-top: 60px;
}
.p-top-intro p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-intro {
    margin: 20px 0 130px;
  }
  .p-top-intro .l-inner {
    background: url("../img/bg-intro.png") top center no-repeat;
    background-size: 140% auto;
    min-height: inherit;
  }
  .p-top-intro h2 {
    text-align: left;
    font-size: 22px;
    margin: 0 0 50px;
    padding-top: 40px;
  }
  .p-top-intro p {
    text-align: left;
  }
}

.p-top-tour {
  margin: 130px 0;
  scroll-margin-top: 120px;
}
.p-top-tour .p-top-tour-head {
  padding-left: 50px;
  position: relative;
  text-align: left;
}
.p-top-tour .p-top-tour-head:before {
  content: "";
  background: url("../img/icon_tour.png") no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-tour .p-top-tour-slider-item {
  margin-right: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.p-top-tour .p-top-tour-slider-item .thumb {
  position: relative;
}
.p-top-tour .p-top-tour-slider-item .thumb .closed {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px 8px 8px;
  border-radius: 0 15px 0 0;
  background: rgba(34, 34, 34, 0.85);
}
.p-top-tour .p-top-tour-slider-item .thumb .type {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
  border-radius: 50px;
  font-size: 12px;
  padding: 0.5em 1em;
  background: #fff;
  font-weight: 500;
}
.p-top-tour .p-top-tour-slider-item .thumb .type.semiorder {
  border: 1px solid #0f80d7;
  color: #0f80d7;
}
.p-top-tour .p-top-tour-slider-item .thumb .type.pakkage {
  border: 1px solid #e9833a;
  color: #e9833a;
}
.p-top-tour .p-top-tour-slider-item .thumb img {
  border-radius: 8px 8px 0 0;
}
.p-top-tour .p-top-tour-slider-item .textarea {
  padding: 13px 13px 20px;
}
.p-top-tour .p-top-tour-slider-item .location {
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}
.p-top-tour .p-top-tour-slider-item .location:before {
  content: "";
  background: url("../img/icon_location.png") no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-tour .p-top-tour-slider-item h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-top-tour {
    margin: 130px 0;
    scroll-margin-top: 100px;
  }
  .p-top-tour .p-top-tour-head {
    padding-left: 50px;
    position: relative;
  }
  .p-top-tour .p-top-tour-head:before {
    content: "";
    background: url("../img/icon_tour.png") no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-top-tour .p-top-tour-slider-item {
    margin-right: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
  }
  .p-top-tour .p-top-tour-slider-item .thumb {
    position: relative;
  }
  .p-top-tour .p-top-tour-slider-item .thumb .type {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
    border-radius: 50px;
    font-size: 12px;
    padding: 0.5em 1em;
    background: #fff;
    font-weight: 500;
  }
  .p-top-tour .p-top-tour-slider-item .thumb .type.semiorder {
    border: 1px solid #0f80d7;
    color: #0f80d7;
  }
  .p-top-tour .p-top-tour-slider-item .thumb .type.pakkage {
    border: 1px solid #e9833a;
    color: #e9833a;
  }
  .p-top-tour .p-top-tour-slider-item .thumb img {
    border-radius: 8px 8px 0 0;
  }
  .p-top-tour .p-top-tour-slider-item .textarea {
    padding: 13px 13px 20px;
  }
  .p-top-tour .p-top-tour-slider-item .location {
    font-size: 14px;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
  }
  .p-top-tour .p-top-tour-slider-item .location:before {
    content: "";
    background: url("../img/icon_location.png") no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-top-tour .p-top-tour-slider-item h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px;
  }
}

.p-top-banner {
  margin: 140px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-banner {
    margin: 70px 0;
  }
}

.p-top-qa {
  margin: 140px 0 200px;
  scroll-margin-top: 120px;
}
.p-top-qa .p-top-qa-list {
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
}
.p-top-qa .p-top-qa-list .qa-box {
  margin-bottom: 20px;
}
.p-top-qa .p-top-qa-list .qa-q {
  cursor: pointer;
  background: #f3f5f8;
  padding: 0.8em 60px 0.8em 30px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  display: flex;
}
.p-top-qa .p-top-qa-list .qa-q:before {
  content: "Q.";
  display: inline-block;
  padding-right: 0.5em;
}
.p-top-qa .p-top-qa-list .qa-q:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.p-top-qa .p-top-qa-list .qa-a {
  display: none;
  padding: 15px 30px;
}
.p-top-qa .p-top-qa-list .qa-a p {
  display: flex;
}
.p-top-qa .p-top-qa-list .qa-a p:before {
  content: "A.";
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-top-qa {
    margin: 120px 0;
    scroll-margin-top: 100px;
  }
}

.p-top-footer-upper {
  margin-bottom: 150px;
}
.p-top-footer-upper .image {
  width: 276px;
}
.p-top-footer-upper p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-footer-upper .image {
    width: 204px;
    margin: 0 auto;
  }
  .p-top-footer-upper p {
    margin-top: 30px;
    text-align: center;
  }
}

/*------------- tour -------------*/
.p-tour {
  background: #f5f7f8;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-tour {
    padding: 90px 0;
  }
}
.p-tour .p-tourInner {
  width: 1058px;
}
.p-tour .p-tourImage {
  position: relative;
}
.p-tour .p-tourImageBtnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.p-tour .p-tourImageBtnArea .price {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.3em;
}
.p-tour .p-tourImageBtnArea .price span {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.p-tour .p-tourImageBtnArea .c-btn02 {
  width: 200px;
  margin-left: 30px;
  text-align: center;
}
.p-tour .p-tourImageGallery div {
  color: #fff;
  position: absolute;
  right: 10%;
  bottom: 22%;
}
@media screen and (max-width: 768px) {
  .p-tour .p-tourImageGallery {
    display: none;
  }
}
.p-tour .p-tourImageArea {
  display: grid;
  height: 500px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
}
.p-tour .p-tourImageArea .p-tourImageArea__item--pc,
.p-tour .p-tourImageArea .p-tourImageArea__item--sp {
  cursor: pointer;
}
.p-tour .p-tourImageArea .p-tourImageArea__item--pc:hover,
.p-tour .p-tourImageArea .p-tourImageArea__item--sp:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
.p-tour .p-tourImageArea .p-tourImageArea__item--sp {
  display: none;
}
.p-tour .p-tourImageArea li {
  position: relative;
  font-size: 0;
  overflow: hidden;
  background: #000;
  display: none;
}
.p-tour .p-tourImageArea li img {
  position: absolute;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: fit-content;
  font-size: 0;
  border: 0;
  margin: 0;
}
.p-tour .p-tourImageArea li:nth-child(1), .p-tour .p-tourImageArea li:nth-child(2), .p-tour .p-tourImageArea li:nth-child(3) {
  display: block;
}
.p-tour .p-tourImageArea .large-image {
  grid-column: 1;
  grid-row: 1/span 2;
  border-radius: 10px 0 0 10px;
}
.p-tour .p-tourImageArea .top-right-image {
  grid-column: 2;
  grid-row: 1;
  border-radius: 0 10px 0 0;
}
.p-tour .p-tourImageArea .bottom-right-image {
  grid-column: 2;
  grid-row: 2;
  border-radius: 0 0 10px 0;
}
.p-tour .p-tourImageArea .show_pop {
  cursor: pointer;
  opacity: 0.5;
}
.p-tour .p-tourImageArea .show_pop:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-tour .p-tourImageArea {
    display: block;
    width: calc(100% + 8vw);
    height: auto;
  }
  .p-tour .p-tourImageArea .p-tourImageArea__item--sp {
    display: block;
  }
  .p-tour .p-tourImageArea .p-tourImageArea__item--pc {
    display: none;
  }
  .p-tour .p-tourImageArea li {
    padding-top: 300px;
    border-radius: 10px !important;
    margin-right: 10px;
    background: none;
    display: block;
  }
  .p-tour .p-tourImageArea li img {
    border-radius: 10px;
  }
  .p-tour .p-tourImageArea li .show_pop {
    opacity: 1;
    cursor: auto;
  }
  .p-tour .p-tourImageArea li .show_pop:hover {
    opacity: 1;
  }
}
.p-tour h1 {
  font-size: 28px;
  padding: 1em 0 2em;
}
@media screen and (max-width: 768px) {
  .p-tour h1 {
    font-size: 20px;
  }
}
.p-tour .p-tourDetailList__item {
  font-size: 16px;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 1em;
}
.p-tour .p-tourDetailList__item .head {
  display: flex;
  align-items: center;
  width: 160px;
}
.p-tour .p-tourDetailList__item .head .icon {
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-tour .p-tourDetailList__item:nth-child(1) .head img {
  width: 13px;
}
.p-tour .p-tourDetailList__item:nth-child(2) .head img {
  width: 10px;
}
.p-tour .p-tourDetailList__item:nth-child(3) .head img {
  width: 15px;
}
.p-tour .p-tourDetailList__item:nth-child(4) .head img {
  width: 13px;
}
.p-tour .p-tourDetailList__item:nth-child(5) .head img {
  width: 15px;
}
.p-tour .p-tourDetailList__item:nth-child(6) .head img {
  width: 13px;
}
.p-tour .p-tourDetailList__item:nth-child(7) .head img {
  width: 13px;
}
.p-tour .p-tourDetailList__item:nth-child(8) .head img {
  width: 16px;
}
.p-tour .p-tourDetailList__item:nth-child(9) .head img {
  width: 17px;
}
.p-tour .p-tourDetailList__item:nth-child(10) .head img {
  width: 13px;
}
.p-tour .p-tourDetailList__item p {
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-tour .p-tourDetailList__item {
    margin-bottom: 1.2em;
  }
  .p-tour .p-tourDetailList__item .head {
    font-weight: 600;
  }
  .p-tour .p-tourDetailList__item .head .icon {
    width: 25px;
  }
  .p-tour .p-tourDetailList__item p {
    font-size: 14px;
    padding-left: 25px;
    font-weight: 400;
    margin-top: 0.2em;
    width: 100%;
  }
}

.p-tourPoint p {
  line-height: 2.5;
}

.p-tourHotelImage {
  width: calc(100% + 40px);
  margin-bottom: 30px;
}
.p-tourHotelImage li {
  margin-right: 20px;
}
.p-tourHotelImage li img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-tourHotelImage {
    width: calc(100% + 15px);
  }
  .p-tourHotelImage li {
    margin-right: 10px;
  }
}

.p-tourEquipment .p-tourEquipmentList {
  justify-content: flex-start;
}
.p-tourEquipment .p-tourEquipmentList li {
  width: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-tourEquipment .p-tourEquipmentList {
    width: calc(100% + 15px);
  }
}

.p-tourMap .gmap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.p-tourMap .adress {
  padding-left: 26px;
  position: relative;
  margin-top: 1em;
}
.p-tourMap .adress:before {
  content: "";
  background: url("../img/icon_location.png") no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
}

.p-tourRoom .p-tourRoomImage img {
  border-radius: 10px;
}

.p-tourFlight .p-tourFlightSection {
  background: #f5f7f8;
  border-radius: 10px;
  padding: 20px;
}
.p-tourFlight .p-tourFlightSection + .p-tourFlightSection {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSection {
    padding: 15px 10px;
  }
}
.p-tourFlight .p-tourFlightSectionHead {
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 0.8em;
  margin-bottom: 1.2em;
}
.p-tourFlight .p-tourFlightSectionHead:before {
  content: "";
  width: 17px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 11px;
}
.p-tourFlight .p-tourFlightSectionHead--go:before {
  background: url("../img/icon_flight01.png") no-repeat;
  background-size: 100% 100%;
}
.p-tourFlight .p-tourFlightSectionHead--back:before {
  background: url("../img/icon_flight02.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSectionHead {
    font-size: 18px;
  }
}
.p-tourFlight .p-tourFlightSectionDetail__item01 {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSectionDetail__item01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 1em;
  }
}
.p-tourFlight .p-tourFlightSectionDetail__item03 {
  width: 30%;
  padding: 0 20px;
}
.p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired,
.p-tourFlight .p-tourFlightSectionDetail__item03 .flightClass {
  text-align: center;
  width: 100%;
  font-weight: 400;
}
.p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired {
  border-bottom: dotted;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
.p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired:before {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #000;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSectionDetail__item03 {
    width: 100%;
    margin: 10px 0;
    padding: 15px 0 15px 30px;
    position: relative;
  }
  .p-tourFlight .p-tourFlightSectionDetail__item03:before {
    content: "";
    display: block;
    border-left: dotted;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .p-tourFlight .p-tourFlightSectionDetail__item03:after {
    content: "";
    position: absolute;
    right: inherit;
    left: 7px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 9px solid #000;
    border-bottom: 0;
  }
  .p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired,
  .p-tourFlight .p-tourFlightSectionDetail__item03 .flightClass {
    text-align: left;
  }
  .p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-tourFlight .p-tourFlightSectionDetail__item03 .flightTimeRequired:before {
    display: none;
  }
}
.p-tourFlight .p-tourFlightSectionDetail__item02 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSectionDetail__item02 {
    width: 100%;
  }
}
.p-tourFlight .p-tourFlightSectionDetail__item04 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .p-tourFlightSectionDetail__item04 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.p-tourFlight .flightLabel li {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .flightLabel {
    margin-bottom: 0;
  }
  .p-tourFlight .flightLabel li {
    margin: 0;
  }
}
.p-tourFlight .flightTime {
  background: #fff;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .flightTime {
    padding: 0.5em;
  }
}
.p-tourFlight .flightAirport {
  font-size: 14px;
  margin-top: 0.3em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-tourFlight .flightAirport {
    margin: 0.3em 0;
  }
}

.p-tourDiaryImage {
  margin-top: 30px;
}

.p-tourScheduleList dl {
  padding: 50px 0;
}
.p-tourScheduleList dt {
  font-size: 18px;
  font-weight: 600;
  width: 100px;
}
.p-tourScheduleList dd {
  width: calc(100% - 100px);
  font-weight: 400;
}
.p-tourScheduleList dl + dl {
  border-top: 1px solid #c3c3c3;
}
@media screen and (max-width: 768px) {
  .p-tourScheduleList dl {
    padding: 20px 0;
  }
  .p-tourScheduleList dt {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0.8em;
  }
  .p-tourScheduleList dd {
    width: 100%;
  }
}

.p-tourGuidance .p-tourGuidanceList {
  max-width: 600px;
  margin: 0 auto;
}
.p-tourGuidance .p-tourGuidanceList li {
  margin-bottom: 1em;
}
.p-tourGuidance .p-tourGuidanceList button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.p-tourGuidance .p-tourGuidanceList button:hover {
  opacity: 0.6;
}

.p-tourFixBtn {
  position: fixed;
  width: 270px;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 100;
}
.p-tourFixBtn .price {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.3em;
}
.p-tourFixBtn .price span {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-tourFixBtn {
    width: 100%;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 10px 35px;
    border-radius: 0px;
  }
}

.modal_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
}

.js-modal-close {
  text-align: right;
  opacity: 0.5;
  font-weight: 600;
  cursor: pointer;
}

/* モーダルが表示された時に背景を固定 */
.no-scroll {
  overflow: hidden;
}

/* モーダル内をスクロール可能に */
.modal_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  max-height: 80%;
  width: 90%;
  max-width: 600px;
  overflow-y: auto; /* モーダル内をスクロール可能に */
  box-sizing: border-box;
  border-radius: 10px;
}
.modal_content ul {
  list-style: disc;
  padding: 0 40px;
}
.modal_content ul li {
  font-size: 14px;
}
.modal_content--images {
  max-width: 96%;
  max-height: 96%;
}
.modal_content--images ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.modal_content--images ul li img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal_content ul {
    padding: 0 15px;
  }
}

.modalHead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.5em;
}

/*------------- conatc -------------*/
.p-contact {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 90px 0 60px;
  }
}
.p-contact h1 {
  font-size: 40px;
  text-align: center;
  margin: 120px 0 100px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-contact h1 {
    font-size: 24px;
    margin: 35px 0;
  }
}
.p-contact .p-form {
  max-width: 600px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .p-contact .p-form {
    margin-bottom: 80px;
  }
}
.p-contact .p-form li {
  margin-top: 1.3em;
}
.p-contact .p-form li a {
  text-decoration: underline;
}
.p-contact .p-form .head {
  font-size: 16px;
  margin: 0 0 0.8em;
}
.p-contact .p-form .head span {
  color: #003e92;
  display: inline-block;
  margin-left: 0.2em;
}
.p-contact .p-form input,
.p-contact .p-form textarea {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 15px;
  padding: 1.2em 1em;
  width: 100%;
}
.p-contact .p-form input::placeholder,
.p-contact .p-form textarea::placeholder {
  color: #e6e6e6;
}
.p-contact .p-form input[type=checkbox] {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact .p-form input[type=checkbox] {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  margin-right: 10px;
  padding: 0;
}
.p-contact .p-form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 8px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 3px solid #003e92;
  border-bottom: 3px solid #003e92;
  content: "";
}
.p-contact .p-form .wpcf7-submit {
  display: block;
  margin: 100px auto 0;
  background: #003e92;
  border-radius: 50px;
  color: #fff;
  text-indent: 0.5em;
  max-width: 300px;
  cursor: pointer;
}
.p-contact .p-form .wpcf7-submit:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .p-contact .p-form .wpcf7-submit {
    margin-top: 60px;
  }
}

.p-thanks .p-thanksContents {
  padding: 100px 0 100px;
  text-align: center;
}
.p-thanks .p-thanksContents h1 {
  font-size: 40px;
  font-weight: 400;
  padding: 0 40px;
}
.p-thanks .p-thanksContents h1 span {
  border-bottom: 2px solid #003e92;
  display: inline-block;
  padding-bottom: 0.1em;
  position: relative;
}
.p-thanks .p-thanksContents h1 span:before {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: -23px;
  bottom: -2px;
  background: url("../img/icon_thanks.png") no-repeat;
  background-size: 100% 100%;
}
.p-thanks .p-thanksContents p {
  font-size: 18px;
  font-weight: 300;
  margin: 2em 0 3em;
}
@media screen and (max-width: 768px) {
  .p-thanks .p-thanksContents {
    padding: 20px 0 0;
  }
  .p-thanks .p-thanksContents h1 {
    font-size: 28px;
    padding: 0 30px;
  }
  .p-thanks .p-thanksContents h1 span {
    border-bottom: 2px solid #003e92;
  }
  .p-thanks .p-thanksContents h1 span:before {
    content: "";
    width: 11px;
    height: 7px;
    right: -15px;
    bottom: -2px;
  }
  .p-thanks .p-thanksContents p {
    font-size: 15px;
    text-align: left;
  }
}

/*------------- 404 -------------*/
.p-404 {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 90px 0 150px;
  }
}
.p-404 .p-404Contents {
  background: url("../img/404.png") center center no-repeat;
  background-size: 100% auto;
  min-height: 580px;
}
.p-404 .p-404Contents h1 {
  color: #003e92;
  font-size: 55px;
  font-weight: 300;
  text-align: center;
  padding: 150px 0 90px;
}
.p-404 .p-404Contents h1 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-404 .p-404Contents {
    background: url("../img/404.png") center center no-repeat;
    background-size: 200% auto;
    width: calc(100% + 16vw);
    margin-left: -8vw;
    min-height: auto;
  }
  .p-404 .p-404Contents h1 {
    font-size: 32px;
    padding: 90px 0;
  }
  .p-404 .p-404Contents h1 span {
    font-size: 14px;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
