@charset "utf-8";

/*
  File Name   : common.css
  Description : コンテンツエリア共通
*/

/* section
============================================================ */
.section__inner {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* sp section
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section__inner {
    width: 100%;
    padding: 0 10px;
  }
}

/* font
============================================================ */
.font-fill.blue {
  padding: 2px;
  margin: 0 2px;
  background-color: #0a489f;
  color: #fff;
}

.font-fill.yellow {
  padding: 5px;
  margin: 0 2px;
  background-color: #fff100;
}

.font-num {
  font-family: 'Fira Sans', sans-serif;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.f-bold {
  font-weight: bold;
}

.fc-01 {
  color: #d83737;
}

.text-liner {
  padding: 5px 0;
  margin: 0 2px;
  background-color: #fffb99;
}

/* box
============================================================ */
.contents-box {
  margin-bottom: 2em;
}

.contents-box p {
  margin-bottom: 1.5em;
}

/* section__title
============================================================ */
.section__title-01 {
  position: relative;
  margin-bottom: 90px;
  text-align: center;
  color: #31170a;
  font-weight: bold;
  font-family: 'Fjalla One', sans-serif;
  line-height: 1.3;
  letter-spacing: .2em;
}

.section__title-01 span {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 60px;
  font-size: 6.0rem;
}

.section__title-01:after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 1px;
  background-color: #d2d2d2;
}

.section__title-02 {
  padding: 20px 0;
  margin-bottom: 40px;
  border-top: 1px dashed #6c402a;
  border-bottom: 1px dashed #6c402a;
  background-color: #f7f7f7;
  font-size: 30px;
  font-size: 3.0rem;
  color: #6c402a;
  font-weight: bold;
}

.section__title-02 p {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.section__title-02 p:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 60px;
  content: "";
  background: url(/assets/image/common/icon-hourse.png) 0 0 no-repeat;
  background-size: cover;
}

.section__title-03 {
  position: relative;
  margin: 0 0 1em;
  border-bottom: solid 2px #e5e5e5;
  color: #e55e1c;
  font-size: 25px;
  font-size: 2.5rem;
}

.section__title-03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #e55e1c;
  bottom: -2px;
  width: 50px;
}

.section__title-04 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.section__title-05 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

/* sp section__title
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section__title {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .section__title-01 {
    margin-bottom: 50px;
  }

  .section__title-01 span {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .section__title span:after {
    bottom: -15px;
    height: 3px;
  }

  .section__title-02 {
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2.0rem;
  }

  .section__title-02 p {
    width: 100%;
    padding-left: 50px;
  }

  .section__title-02 p:before {
    left: 10px;
    width: 30px;
    height: 35px;
  }

  .section__title-03 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2.0rem;
  }

  .section__title-04 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .section__title-05 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* section__text
============================================================ */
.section__text {
  margin-bottom: 40px;
}

/* sp section__text
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section__text {
    margin-bottom: 30px;
  }
}

/* section-catch
============================================================ */
.section-catch {
  padding-top: 130px;
  background-color: #035b2e;
  font-weight: bold;
  font-family: 'Fjalla One', sans-serif;
  color: #e55e1c;
  text-align: center;
  letter-spacing: .2em;
}

.section-catch__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 130px 0;
}

.page-title {
  line-height: 1.3;
}

.page-title span {
  display: block;
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: normal;
}


/* sp catch
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-catch {
    padding-top: 60px;
    text-align: left;
  }

  .section-catch__inner {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page-title span {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

/* btn
============================================================ */
.link-btn01 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

.link-btn01.size-l {
  height: 120px;
  line-height: 120px;
  font-size: 20px;
  font-size: 2.0rem;
}

.link-btn01:hover {
  text-decoration: none;
  color: #000;
}

.link-btn01 .link-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.link-btn01.link-external {
  padding-right: 70px;
}

.link-btn01 .f_icon_external-link-alt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
}

.link-btn01 .link-arrow.f_icon_arrow-left {
  left: 20px;
}

.link-btn01.fill-orange {
  background-color: #e55e1c;
  color: #fff;
}

.link-btn01.fill-white {
  background-color: #fff;
  color: #e55e1c;
}

.link-btn01 .f_icon_chevron-right {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}
.link-btn01 .f_icon_chevron-left {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
}

.contact__btn {
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

/* sp btn
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .link-btn01 {
    display: block;
    height: 40px;
    line-height: 40px;
  }

  .link-btn01.size-l {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .contact__btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

/* table01
------------------------------------------------------------ */
.table01 {
  width: 100%;
}
.table01 th {
  width: 110px;
  padding: 20px 0;
  border-bottom: 1px dashed #d2d2d2;
  vertical-align: top;
}

.table01 td {
  padding: 20px 0 20px 10px;
  border-bottom: 1px dashed #d2d2d2;
}

@media screen and (max-width: 811px) {
  .table01 th {
    display: block;
    width: 100%;
    padding: 15px 10px 0;
    border-bottom: none;
  }

  .table01 td {
    display: block;
    padding: 5px 10px 15px;
  }
}

/* image-layout
============================================================ */
/* image-layout */
.image-layout {
  position: relative;
  margin-bottom: 4.5em;
}

.image-layout__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.image-layout__image {
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.image-layout .image-layout__text {
  order: 1;
  padding-right: 40px;
  width: 100%;
}

.image-layout.order2 .image-layout__image {
  order: 1;
  margin-right: auto;
}

.image-layout.order2 .image-layout__text {
  order: 2;
  padding: 0 0 0 40px;
}

.image-layout__text p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.image-layout .link-btn01 {
  margin-top: 1.5em;
}

/* half-layout */
.half-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.half-layout__image {
  width: 50%;
}

.half-layout__text-wrap {
  width: 50%;
  background-color: #492616;
  color: #fff;
}

.half-layout__text-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-align-items: center;
          align-items: center;
  width: 500px;
  height: 100%;
  padding-left: 40px;
}

.half-layout__text p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

/* sp image-layout
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  /* image-layout */
  .image-layout {
    margin-bottom: 3em;
  }

  .image-layout__detail {
    display: block;
  }

  .image-layout__image,
  .image-layout.image-fixed .image-layout__image {
    position: static;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
  }

  .image-layout .image-layout__text {
    margin-right: 0;
    padding-right: 0;
  }

  .image-layout.order2 .image-layout__text {
    padding: 0;
  }

  /* half-layout */
  .half-layout {
    display: block;
    margin-bottom: 30px;
  }

  .half-layout__image {
    width: 100%;
  }

  .half-layout__text-wrap {
    width: 100%;
  }

  .half-layout__text-content {
    width: 100%;
    padding: 30px 25px;
  }
}

/* list
============================================================ */
/* link-list */
.link-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.link-list__item {
  width: 470px;
  border-bottom: 1px solid #dcdcdc;
}

.link-list__item a {
  position: relative;
  display: block;
  padding: 20px 30px 20px 0;
}

.link-list__item a i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.decimal-list li:before {
  padding-left: 1em;
  text-indent: -1em;
}

/* gallery-list */
.gallery-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.gallery-list figure {
  position: relative;
  margin-bottom: 30px;
}

.gallery-list figure i {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(52,25,12,.8);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.gallery-list span {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(229,94,28,.9);
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  opacity: 0;
}

.gallery-list span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  display: block;
  padding: 0 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  content: "拡大する";
}

.gallery-list a {
  display: block;
}

.gallery-list a:hover span {
  opacity: 1;
}

.gallery-list a:hover {
  opacity: 1;
}

/* sp list
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  /* link-list */
  .link-list {
    display: block;
    margin-bottom: 35px;
  }

  .link-list__item {
    width: 100%;
  }

  .link-list__item a {
    padding: 10px 30px 10px 0;
  }

  /* gallery-list */
  .gallery-list figure {
    width: 48%;
    margin-bottom: 4%;
  }

  .gallery-list figure img {
    width: 100%;
  }

  .gallery-list span {
    display: none;
  }

  .gallery-list span:before {
    display: none;
  }
}

/* inview
------------------------------------------------------------ */
/* fadein */
.js-inview-fadein {
  opacity: 0;
  transition: 1s;
}
.js-inview-fadein-up {
  opacity: 0;
  -webkit-transform: translate(0,90px);
          transform: translate(0,90px);
  transition: 1s;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
       -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms;
}
.js-inview-fadein-down {
  opacity: 0;
  -webkit-transform: translate(0,-90px);
          transform: translate(0,-90px);
  transition: 1s;
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
       -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms;
}
.js-inview-fadein-left {
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  transition: 1.5s;
  -webkit-transition-delay: 800ms;
     -moz-transition-delay: 800ms;
       -o-transition-delay: 800ms;
      -ms-transition-delay: 800ms;
}
.fadein {
  opacity: 1.0;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
}

.about__detail.js-inview-fadein-up {
  -webkit-transition-delay: 800ms;
     -moz-transition-delay: 800ms;
       -o-transition-delay: 800ms;
      -ms-transition-delay: 800ms;
}

@media screen and (max-width: 811px) {
  /* fadein */
  .js-inview-fadein,
  .js-inview-fadein-up,
  .js-inview-fadein-down {
    opacity: 1 !important;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }

  /* inorder */
  .js-inview-inorder {
    opacity: 1 !important;
    transition: 1.5s;
  }
}