@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

p, span {
  font-size: 18px;
  line-height: 200%;
}

body {
  background-color: #F4F4F4;
}

#wrapper, .inner {
  position: relative;
  width: 100%;
}

#wrapper {
  background-color: #F4F4F4;
}

#content {
  width: 100%;
}

section a {
  color: #800000;
  text-decoration: underline;
}

section a:hover {
  text-decoration: none;
}

#header {
  border-bottom: solid 2px #DDDDDD;
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  #header {
    overflow: hidden;
  }
}

#header .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  padding: 0px;
}

#header .sp-menu-icon {
  margin: 42px 30px 42px auto;
}

#header .hide {
  display: none;
}

@media only screen and (min-width: 759px) {
  #header .inner-sp {
    display: none;
  }
}


#header a {
  color: #030303;
  text-decoration: none;
}

#header h1 {
  position: initial;
}

#header h1 img {
  padding-top: 28px;
  padding-bottom: 28px;
  width: 176px;
  height: auto;
}

#header .header-menu-sp {
  position: absolute;
  list-style: none;
}

#header .inner-pc>ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  list-style: none;
  padding-right: 10px;
}

#header .inner-pc>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}

#header .inner-pc>ul>li>a>span {
  font-size: 16px;
}

#header .inner-pc>ul>li>a p.small {
  font-size: 10px;
}

#header .inner-pc>ul>li#language>a {
  padding-left: 20px;
}

#header .inner-pc>ul>li>a:hover {
  text-decoration: none;
  opacity: 0.7;
  border-bottom: 1px solid #01479D;
}

@media only screen and (max-width: 780px) {
  #header .inner-pc {
    display: none;
  }
}

#header .inner-sp>ul {
  position: absolute;
  width: 100%;
  top: 110px;
  z-index: 1100;
}

#header .inner-sp>ul li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-top: solid 1px #DDDDDD;
  box-sizing: border-box;
}

#header .inner-sp>ul li a {
  line-height: 40px;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: calc(100% - 35px);
  height: 100%;
}


#header #language {
  position: relative;
}

#header #language::before {
  content: '';
  background: url(../../wp-content/themes/tpl_chichibu/images/global/iconLanguage.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 8px);
  display: block;
}

#language ul.lang-list {
  position: fixed;
  z-index: 1100;
  list-style: none;
  width: 110px;
  background-color: #fff;
}

.inner-sp #language ul.lang-list {
  position: absolute;
  top: 47px;
  z-index: 1100;
  height: 50px;
  width: 100%;
  background: #01a0eb;
}

.inner-sp #language ul.lang-list li {
  text-align: left;
  padding-left: 20px;
}

#language ul li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #C6E8F8 0% 0% no-repeat padding-box;
}

#language ul li:hover {
  opacity: 0.7;
  cursor: pointer;
}

.lg-foreign .slider li>img {
  width: 100%;
  height: 100%;
  display: block;
}

.lg-foreign .slider li.inactive img {
  transform: scale(1);
}

.lg-foreign .slider li.active img {
  transform: scale(1.1);
  transition-duration: 15s;
}

ul.page-navigation {
  list-style: none;
  display: flex;
  width: calc(100% - 120px);
  justify-content: center;
  max-width: 1000px;
  padding: 60px;
  margin: auto;
  gap: 30px 50px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  ul.page-navigation {
    flex-wrap: wrap;
  }
}

ul.page-navigation>li {
  position: relative;
  padding-right: 16px;
}

ul.page-navigation>li>a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

ul.page-navigation>li:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

ul.page-navigation>li>a::after {
  content: '';
  background: url(../../wp-content/themes/tpl_chichibu/images/global/iconUpTri.svg) no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
}

h1.heading.heading-top {
  padding-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
}

h1.heading.heading-top .heading-top-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 50px);
  width: 100%;
  z-index: 1000;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

h1.heading.heading-top .heading-top-text .title {
  font-size: 50px;
  line-height: 140%;
  width: 80%;
  margin: 0 auto;
}

h1.heading.heading-top .heading-top-text .subtitle {
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
}

h1.heading.heading-top .header-image {
  width: 100%;
}

h1.heading.heading-top .header-image>img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1100px) {
  h1.heading.heading-top .heading-top-text .title {
    font-size: 45px;
  }

  h1.heading.heading-top .heading-top-text .subtitle {
    font-size: 25px;
  }
}

@media only screen and (max-width: 900px) {
  h1.heading.heading-top .heading-top-text .title {
    font-size: 40px;
  }

  h1.heading.heading-top .heading-top-text .subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 780px) {
  h1.heading.heading-top .heading-top-text .title {
    font-size: 20px;
  }

  h1.heading.heading-top .heading-top-text .subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  h1.heading.heading-top .heading-top-text .title {
    font-size: 18px;
  }

  h1.heading.heading-top .heading-top-text .subtitle {
    font-size: 12px;
  }
}


.normal-box {
  margin: auto;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.normal-box>hr {
  width: 50px;
  height: 2px;
  border: none;
  margin: 20px auto;
  background: #01479D;
}


.normal-box>.slider-height {
  height: 20vw;
}

.normal-box.bg-white {
  background-color: #fff;
}

.normal-box>.image-list {
  display: flex;
  gap: 0;
}

.normal-box>.image-list>img {
  width: 25%;
}

.image-wide-right {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}

.image-wide-right img {
  width: 88%;
  max-width: calc(50% + 500px);
}

.image-wide {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.image-wide img {
  width: 100%;
  max-width: 1000px;
  width: calc(100% - 120px);
  padding: 0 60px;
}

.price-table {
  max-width: 1000px;
  margin: auto;
  border-top: solid 1px;
  border-bottom: solid 1px;
  text-align: center;
}

.price-table * {
  font-size: 14px;
}

.price-table-header {
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px;
}

.price-table-data {
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-table-header>* {
  width: 33%;
}

.price-table-data>* {
  width: 33%;
}

.order-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.order-list-item {
  width: calc(50% - 20px);
  text-align: left;
}

@media screen and (max-width: 780px) {
  .order-list-item {
    width: 100%;
  }
}

.order-list-item img {
  width: 100%;
}

.order-list-item p {
  margin-top: 20px;
}

.description-left {
  max-width: 620px;
  width: 100%;
  margin: auto;
  text-align: left;
  margin-bottom: 25px;
}

.description-left.small {
  font-size: 12px;
}

.image-box>.content .title,
.normal-box>.title {
  color: #01479D;
  font-size: 30px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.image-box>.content .subtitle,
.normal-box>.subtitle {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #01479D;
  font-size: 20px;
}

.normal-box.process-box>.title {
  margin-bottom: 50px;
}

.image-box>.content .description,
.normal-box>.description {
  color: #000;
  margin: auto;
  margin-bottom: 30px;
  max-width: 1000px;
}

.content-slider {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.content-slider .bx-wrapper {
  width: 120vw;
}

.content-slider .bx-wrapper img {
  width: 30vw;
}

.image-box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0;
  flex-direction: row;
}

.image-box>* {
  z-index: 1;
  width: 50%;
}

.image-box.reverse {
  flex-direction: row-reverse;
}

.image-box.small {
  height: auto;
}

.image-box.small::before {
  content: "";
  position: absolute;
  background-color: #fff;
  right: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: 100%;
}

.image-box.small.reverse::before {
  height: auto;
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: 100%;
}

.image-box.medium {
  height: auto;
}

.image-box.medium::before {
  content: "";
  position: absolute;
  background-color: #fff;
  right: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: 700px;
}

.image-box.medium.reverse::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: 700px;
}

.image-box.large {
  min-height: 1000px;
  height: auto;
}

.image-box.large::before {
  content: "";
  position: absolute;
  background-color: #fff;
  right: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: min(1150px, 100%);
}

.image-box.large.reverse::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  max-width: calc(50% + 500px);
  width: 100%;
  height: min(1150px, 100%);
}

.image-box>.content {
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-right: calc(50% - 500px);
  max-width: 500px;
  padding: 10px;
  text-align: left;
}

.image-box.reverse>.content {
  margin-left: calc(50% - 500px);
  margin-right: 0px;
}

.image-box>.images {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.image-box>.images>img {
  max-width: 570px;
  margin-right: auto;
  width: 100%;
}

.image-box.reverse>.images>img {
  margin-left: auto;
  margin-right: 0;
}

a.button-more {
  text-decoration: none;
  color: #fff;
  background-color: #01479D;
  max-width: 240px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
}

a.button-more.center {
  margin: auto;
}

a.button-more:hover {
  cursor: pointer;
  opacity: 0.7;
}

.image-banner {
  width: 100%;
  max-width: 620px;
  margin: auto;
  margin-bottom: 20px;
}

.image-banner>img {
  width: 100%;
}

h3.heading {
  background-color: #c6e8f8;
  color: #01479d;
  border-left: none;
  border-bottom: 7px solid #01a0eb;
}

#footerLower {
  background-color: #01479d;
}

#to-top {
  display: flex;
  justify-content: right;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#to-top img {
  margin: 10px;
  width: 64px;
}

#footerLower p {
  color: #fff;
  text-align: center;
  line-height: 86px;
  height: 86px;
  font-size: 12px;
}

@media screen and (max-width: 1000px) {

  .image-box>.content {
    margin-right: 0;
  }

  .image-box.reverse>.content {
    margin-left: 0;
  }
}

@media screen and (max-width: 780px) {

  .normal-box>.title,
  .normal-box>.order-list,
  .normal-box>.description,
  .normal-box>.price-table,
  .normal-box>.image-banner,
  .normal-box>.description-left,
  .normal-box>.operation-calender {
    margin-left: 12%;
    margin-right: 12%;
    width: 76%;
  }

  .image-box>.images {
    position: inherit;
  }

  .image-box>* {
    z-index: 1;
    width: initial;
  }

  .image-box.small::before,
  .image-box.small.reverse::before,
  .image-box.medium::before,
  .image-box.medium.reverse::before,
  .image-box.large::before,
  .image-box.large.reverse::before {
    height: 100%;
  }

  .image-box>.images>img {
    max-width: 570px;
    width: calc(100% - 120px);
    padding: 0 60px;
    margin: auto;
  }

  .image-box {
    flex-direction: column;
  }

  .image-box.small>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }

  .image-box.medium>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }

  .image-box.large>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }

  .image-box.reverse {
    flex-direction: column;
  }

  .image-box.reverse.small>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }

  .image-box.reverse.medium>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }

  .image-box.reverse.large>.content {
    width: calc(100% - 120px);
    margin: auto;
    height: auto;
    padding: 50px 60px;
  }
}

.iframe-box {
  max-width: 1000px;
  width: calc(100% - 20px);
  height: 660px;
  margin: 10px;
  aspect-ratio: 3/2;
}

.mb-80 {
  margin-bottom: 80px;
}