@charset "UTF-8";
:root {
  --width-min: 1086px;
  --width-max: 1366px;
  --color-black: #333;
  --color-white: #fff;
  --color-green: #15a99e;
  --color-green2: #3e9d06;
  --color-brown: #bc8d47;
  --color-pink: #dd7777;
  --color-purple: #7755b4;
  --color-red: #d12f2f;
  --color-lightBrown: #cc4e00;
  --color-darkBrown: #895b2e;
  --color-blue: #0087cb;
  --color-lightBlue: #e9eeef;
  --color-yellow: #e0a038;
  --color-gold: #e6b422;
  --color-orange: #ff8800;
  --color-grad: linear-gradient(-135deg, #3dc7be 0%, #12a79c 100%);
  --color-base: #f8f8f5;
  --color-jr: #016e33;
  --color-club: linear-gradient(to right, #006760 0%, #008b80 100%);
  --color-club2: #006760;
  --shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  --text-color: #333;
  --text-color-gray: #707070;
  --border-color: #cccccc;
  --border-color-gray: #eeeeee;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text-color);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: var(--color-base);
}

@media screen and (max-width: 768px) {
  body {
    font-weight: 500;
  }
}
img {
  height: auto;
  vertical-align: middle;
}

img:not(.itineraryIcon),
img:not(.st-inlineIcon) {
  max-width: 100%;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

dd,
dt,
ol,
ul,
dl,
p {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}

dt {
  font-weight: normal;
}

figure {
  margin: 0;
}

button {
  width: 100%;
  border: none;
  color: inherit;
}

input {
  outline: none;
}

input[type=reset] {
  border: none;
  background: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    min-width: var(--width-min);
  }
}
.l-header {
  height: 162px;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 103px;
  }
}
.l-lower {
  padding-top: 90px;
  margin-bottom: 195px;
}

@media screen and (max-width: 768px) {
  .l-lower {
    padding-top: 45px;
    margin-bottom: 100px;
  }
}
.l-content {
  position: relative;
  background-color: var(--color-base);
}

.l-section {
  max-width: 1166px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
/* header
----------------------------------------------- */
.header {
  position: relative;
  background-color: #fff;
  border-bottom: solid 1px var(--border-color-gray);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--width-max);
  height: 100px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
  transition: padding cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  box-sizing: content-box;
}

@media screen and (max-width: 1250px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
    padding: 0 10px 0 17px;
  }
}
.header__logo {
  width: 300px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 250px;
  }
}
.header__logo a {
  display: block;
}

.groupHeader__logo {
  width: 360px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .groupHeader__logo {
    width: 284px;
  }
}
@media screen and (max-width: 400px) {
  .groupHeader__logo {
    width: 270px;
  }
}
@media screen and (max-width: 370px) {
  .groupHeader__logo {
    width: 230px;
  }
}
.groupHeader__logo a {
  display: block;
}

.groupHeader__logo .groupHeader__companyLogo {
  width: 87%;
}

.groupHeader__logo .groupHeader__groupLogo {
  width: 10%;
}

.st-ttl {
  margin-bottom: 30px;
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: solid 5px var(--color-green);
}

@media screen and (max-width: 768px) {
  .st-ttl {
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .st-ttl {
    margin-bottom: 20px;
  }
}
.st-ttl--sm {
  padding: 8px 15px;
  font-size: 1.6rem;
}

.st-ttl--lg {
  padding: 10px 15px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .st-ttl--lg {
    font-size: 2rem;
  }
}
.st-img {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .st-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.st-img img {
  border-radius: 3px;
}

.st-img.st-img--full {
  max-width: 100%;
}

.st-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 30px;
}

.st-block--2col .st-block__item {
  width: calc(50% - 30px);
}

@media screen and (min-width: 769px) {
  .st-block--2col .st-block__item:not(:nth-child(2n)) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .st-block--2col .st-block__item {
    width: 100%;
  }
}
.st-block--2col .st-block__item > .st-img {
  margin-top: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .st-block--2col .st-block__item > .st-img {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.t-error {
  margin-bottom: 150px;
}
.t-error .st-ttl {
  border-left-color: #288d57;
}

.errorMain {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .errorMain {
    padding-top: 50px;
  }
}

.errorMain__head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #288d57;
  letter-spacing: 0.05em;
  line-height: 1;
}
.errorMain__head img {
  width: 43px;
  margin-right: 10px;
  position: relative;
  top: -6px;
}

.errorMain__txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .errorMain__txt {
    font-size: 1.8rem;
  }
}
.errorMain__txt span {
  display: inline-block;
}

.error__section {
  margin-top: 60px;
}
.error__section:not(:last-child) {
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 40px;
}
.error__section > *:not(:first-child) {
  margin-top: 20px;
}
.error__section > .st-ttl {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .error__section {
    margin-top: 30px;
  }
}

.error__contact dl {
  margin-bottom: 40px;
  padding: min(5.3333333333vw, 30px);
  background-color: #f0eee6;
  border-radius: 5px;
}
.error__contact dt {
  font-weight: 700;
  margin-bottom: 10px;
}

.error__contact__num {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.error__contact__num strong {
  display: block;
  margin-top: 3px;
  font-size: 3.9rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .error__ope .st-block__item:nth-child(1) {
    order: 1;
  }
}
.error__ope .st-block__item:nth-child(2) {
  margin-bottom: 10px;
}
.error__ope:not(.error__ope--edge) .st-img {
  background-color: #eee;
  text-align: center;
}
.error__ope:not(.error__ope--edge) .st-img img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .error__ope .st-img {
    margin-bottom: 0 !important;
  }
}
.error__ope .st-txt {
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (min-width: 769px) {
  .error__ope .st-txt {
    margin-top: 30px;
  }
}