@charset "UTF-8";
/*＝＝＝＝＝↓リセットCSS↓＝＝＝＝＝*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*＝＝＝＝＝↑リセットCSS↑＝＝＝＝＝*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Hannari",serif;
  max-width: 2000px;
  margin: 0 auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}

.tablet-only {
  display: none;
}

.tablet-under {
  display: none;
}

.sp-only {
  display: none;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}

header .inner .logo {
  width: 56px;
}

header .inner .logo img {
  width: 100%;
}

header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner nav ul li {
  margin-left: 20px;
}

header .inner nav ul li a {
  color: #708A1E;
  display: block;
}

header .inner nav ul li:last-child a {
  background-color: #708A1E;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
}
.cta .read {
  text-align: center;
	line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #708A1E;
}
.cta .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta .wrap .tel a, .cta .wrap .contact a {
  text-align: center;
  display: block;
  width: 490px;
  height: 142px;
  position: relative;
  border-radius: 8px;
}

.cta .wrap .tel a .box, .cta .wrap .contact a .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.cta .wrap .tel a {
  border: 1px solid #708A1E;
  background-color: #fff;
  color: #708A1E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta .wrap .tel a .head {
  font-size: 22px;
}

.cta .wrap .tel a .number {
  font-size: 28px;
  margin: 5px 0;
}

.cta .wrap .tel a .ex {
  font-size: 14px;
}

.cta .wrap .tel a:hover {
  color: #fff;
  background-color: #708A1E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta .wrap .contact a {
  background-color: #708A1E;
  color: #fff;
  border: 1px solid #708A1E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cta .wrap .contact a p {
  font-size: 22px;
}

.cta .wrap .contact a p span {
  font-size: 14px;
}

.cta .wrap .contact a:hover {
  color: #708A1E;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer {
  margin-top: 80px;
  background-color: #F6F6F6;
  padding: 50px 0 15px;
  color: #708A1E;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .inner .left {
  font-size: 14px;
  line-height: 1.5;
}

footer .inner .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .nav ul li {
  margin-left: 16px;
}

footer .inner .nav ul li a {
  color: #708A1E;
}

footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #B4B4B4;
  margin-top: 50px;
}

.under-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
}

.under-mv .copy {
  background-color: #708A1E;
  color: #fff;
  width: 30%;
  position: relative;
}

.under-mv .copy h1 {
  text-align: center;
  width: 100%;
  font-size: 36px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-55%);
          transform: translateX(-50%) translateY(-55%);
}

.under-mv .copy h1::before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/common/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.under-mv .img {
  width: 70%;
}

.under-mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .first {
  padding-top: 100px;
}

#about .first .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .first .box .text {
  width: 410px;
}

#about .first .box .text h2 {
  font-size: 24px;
  color: #975100;
  line-height: 1.3;
}

#about .first .box .text p {
  margin-top: 20px;
  line-height: 1.5;
}

#about .first .box .img {
  width: 556px;
  height: 347px;
  position: relative;
}

#about .first .box .img img {
  width: 100%;
  height: 100%;
}

#about .first .box .img::before {
  position: absolute;
  content: '';
  display: block;
  width: 746px;
  height: 267px;
  background-color: #F8F0E1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
  z-index: -1;
}

#about .second {
  padding-top: 80px;
}

#about .second ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .second ul li {
  width: calc( 100% / 3);
}

#about .second ul li .img {
  width: 100%;
}

#about .second ul li p {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #708A1E;
  line-height: 1.2;
}

#about .second ul li:nth-child(2) p {
  color: #975100;
}

#about .company {
  margin: 180px 0 100px;
}

#about .company h2 {
  font-size: 24px;
  color: #708A1E;
}

#about .company .box {
  margin-top: 30px;
}

#about .company .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #333;
}

#about .company .box dl:first-child {
  border-top: 1px solid #333;
}

#about .company .box dl dt {
  width: 65px;
}

#about .company .box dl dd {
  margin-left: 70px;
  width: calc( 100% - 135px);
}

#about .company .box dl dd iframe {
  margin-top: 20px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

#contact .tel a {
  margin: 80px auto 0;
  text-align: center;
  display: block;
  width: 490px;
  height: 142px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #708A1E;
  background-color: #fff;
  color: #708A1E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#contact .tel a .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#contact .tel a .head {
  font-size: 22px;
}

#contact .tel a .number {
  font-size: 28px;
  margin: 5px 0;
}

#contact .tel a .ex {
  font-size: 14px;
}

#contact .tel a:hover {
  color: #fff;
  background-color: #708A1E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#contact .contact-form {
  padding-top: 80px;
}

#contact .contact-form dl {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}

#contact .contact-form dl:last-child {
  margin-bottom: 0;
}

#contact .contact-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#contact .contact-form dl dt span {
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #ff4248;
  border-radius: 5px;
  color: #ff4248;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 13px;
}

#contact .contact-form dl dt .nini {
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #696969 !important;
  border-radius: 5px;
  color: #696969;
  padding: 1px 13px;
}

#contact .contact-form dl dd input[type="text"], #contact .contact-form dl dd input[type="tel"], #contact .contact-form dl dd input[type="email"] {
  width: 100%;
  padding: 0;
  border: 1px solid #838383;
  height: 40px;
}

#contact .contact-form dl dd textarea {
  padding: 0;
  width: 100%;
  border: 1px solid #838383;
  height: 250px;
}

#contact .contact-form dl dd select {
  width: 280px;
  border: 1px solid #838383;
  height: 30px;
}

#contact .contact-form input[type="submit"] {
  width: 240px;
  height: 50px;
  border-radius: 5px;
  background-color: #975100;
  color: #fff;
  line-height: 50px;
  margin: 55px auto 0;
  display: block;
  border: none;
}

#contact .read {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

#gallery .swiper-container {
  padding: 80px 0 100px;
  width: 100%;
  height: auto;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background-size: 48px 48px !important;
  right: 44% !important;
  top: 89% !important;
  margin-top: 0 !important;
  background-image: url(../images/common/right-btn.svg) !important;
}

.swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background-size: 48px 48px !important;
  margin-top: 0 !important;
  left: 44% !important;
  top: 89% !important;
  background-image: url(../images/common/left-btn.svg) !important;
}

#nav-toggle,
#gloval-nav-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #nav-toggle {
    background-color: #708A1E;
    padding: 10px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    cursor: pointer;
    z-index: 9999;
  }
  /* line 73, 書き換え/style.scss */
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  /* line 77, 書き換え/style.scss */
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  /* line 86, 書き換え/style.scss */
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  /* line 89, 書き換え/style.scss */
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  /* line 92, 書き換え/style.scss */
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  /* line 97, 書き換え/style.scss */
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  /* line 100, 書き換え/style.scss */
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  /* line 107, 書き換え/style.scss */
  .open #nav-toggle span {
    background: #fff;
  }
  /* line 110, 書き換え/style.scss */
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* line 114, 書き換え/style.scss */
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  /* line 119, 書き換え/style.scss */
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* z-index */
  /* line 127, 書き換え/style.scss */
  #nav-toggle {
    z-index: 1000;
  }
  /* line 130, 書き換え/style.scss */
  #container {
    z-index: 900;
  }
  /* line 134, 書き換え/style.scss */
  #gloval-nav-sp {
    display: block;
    background: #708A1E;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav-sp nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 156, 書き換え/style.scss */
  #gloval-nav-sp a {
    text-align: left;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  /* line 163, 書き換え/style.scss */
  #gloval-nav-sp a:hover {
    color: #666;
  }
  /* line 168, 書き換え/style.scss */
  #gloval-nav-sp ul {
    list-style: none;
  }
  /* line 171, 書き換え/style.scss */
  #gloval-nav-sp ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  #gloval-nav-sp ul li .icon {
    padding-left: 5px;
  }
  #gloval-nav-sp ul li .icon::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/common/menu-arrow01.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  /* open */
  /* line 199, 書き換え/style.scss */
  .open {
    overflow: hidden;
  }
  /* line 202, 書き換え/style.scss */
  .open #gloval-nav-sp {
    visibility: visible;
    opacity: 1;
  }
  /* line 207, 書き換え/style.scss */
  .open #gloval-nav-sp li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  .sp-nav-under {
    padding-left: 10px;
  }
  /* ハンバーガー内アコーディオン */
  .ac {
    width: 100%;
    margin: 0 auto;
  }
  .ac-parent {
    text-align: left;
    padding: 8px 0px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    z-index: 999;
    margin: 0 auto;
  }
  .ac-parent::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    background-color: #fff;
    width: 10px;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
  }
  .ac-parent::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 10px;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ac-parent.open::before {
    display: none;
  }
  .ac-child {
    display: none;
    padding: 0;
    /* background-color: #ffccbc; */
    text-align: center;
    position: relative;
    z-index: 999;
  }
  .ac-child ul li a {
    display: block;
    padding: 4px 0 !important;
    font-size: 14px !important;
  }
}

.insta1 .my-insta-box {
  width: 100%;
  overflow: hidden;
}

.insta1 .my-insta-box .bx-viewport {
  overflow: visible !important;
}

.insta1 .my-insta-box #sb_instagram {
  max-width: 100% !important;
  width: 100% !important;
}

.insta1 .my-insta-box .sbi_item {
  width: 325px !important;
}

@media (max-width: 430px) {
  .insta1 .my-insta-box .sbi_item {
    width: 200px !important;
  }
}

.insta1 .my-insta-box .sbi_photo {
  height: 325px !important;
}

@media (max-width: 430px) {
  .insta1 .my-insta-box .sbi_photo {
    height: 200px !important;
  }
}

#thought .first {
  padding-top: 80px;
  text-align: center;
}

#thought .first h2 {
  font-size: 24px;
  color: #975100;
}

#thought .first p {
  margin-top: 40px;
  line-height: 1.5;
}

#thought .second {
  margin-top: 100px;
}

#thought .second .inner {
  background-color: #FBF9F3;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#thought .second .inner .box {
  border-radius: 15px;
  background-color: #fff;
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#thought .second .inner .box .text {
  width: 430px;
}

#thought .second .inner .box .text h2 {
  font-size: 24px;
  color: #975100;
}

#thought .second .inner .box .text p {
  margin-top: 20px;
  line-height: 1.5;
}

#thought .second .inner .box .img {
  width: 400px;
  height: 250px;
}

#thought .second .inner .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#thought .img03 {
  margin: 100px auto 0;
  width: 600px;
  height: 400px;
}

#thought .img03 img {
  width: 100%;
  height: 100%;
}

#thought .img04 {
  margin: 80px auto 100px;
  width: 600px;
  height: 400px;
}

#thought .img04 img {
  width: 100%;
  height: 100%;
}

#top .mv {
  width: 100%;
  height: 540px;
  margin: 0 auto;
  position: relative;
}

#top .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .mv h1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#top .mv h1 span {
  display: inline-block;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}

#top .movie {
  padding-top: 80px;
}

#top .movie iframe {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  display: block;
}

#top .thought {
  padding: 100px 0;
}

#top .thought .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top .thought .box .img {
  width: 390px;
  height: 270px;
  border-radius: 15px;
}

#top .thought .box .img img {
  border-radius: 15px;
  width: 100%;
  -webkit-filter: drop-shadow(6px 6px 0px #975100);
          filter: drop-shadow(6px 6px 0px #975100);
}

#top .thought .box .text {
  width: 560px;
  margin-left: 50px;
}

#top .thought .box .text h2 {
  color: #708A1E;
  font-size: 24px;
  margin-top: 30px;
}

#top .thought .box .text p {
  margin-top: 20px;
  line-height: 1.5;
}

#top .thought .box .text .more a {
  margin-top: 25px;
  display: block;
  width: 224px;
  padding: 15px 0;
  background-color: #708A1E;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

#top .thought .box .text .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#top .about {
  height: 415px;
  position: relative;
}

#top .about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .about .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 755px;
  height: 315px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .about .box h2 {
  text-align: center;
  font-size: 24px;
  color: #975100;
}

#top .about .box p {
  margin-top: 20px;
  line-height: 1.5;
}

#top .about .box .more a {
  margin: 50px auto 0;
  display: block;
  width: 224px;
  padding: 15px 0;
  background-color: #975100;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

#top .about .box .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#top .gallery {
  padding: 100px 0;
}

#top .gallery .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .gallery .box .text {
  width: 400px;
}

#top .gallery .box .text h2 {
  font-size: 24px;
  color: #975100;
}

#top .gallery .box .text p {
  margin-top: 20px;
  line-height: 1.5;
}

#top .gallery .box .text .more a {
  margin-top: 25px;
  display: block;
  width: 224px;
  padding: 15px 0;
  background-color: #708A1E;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

#top .gallery .box .text .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#top .gallery .box .img {
  width: 556px;
  height: 345px;
  position: relative;
}

#top .gallery .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top .gallery .box .img::before {
  position: absolute;
  content: '';
  display: block;
  width: 746px;
  height: 267px;
  background-color: #F8F0E1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
  z-index: -1;
}

.instagram {
  padding: 50px 0 100px;
}

.instagram .insta1 .more a {
  margin: 20px auto 0;
  width: 224px;
  display: block;
  padding: 10px 0;
  background-color: #975100;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 8px;
}

.instagram .insta2 {
  margin-top: 80px;
}

.instagram .insta2 .more a {
  margin: 20px auto 0;
  width: 224px;
  display: block;
  padding: 10px 0;
  background-color: #975100;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 8px;
}

@media only screen and (max-width: 1000px) {
  .inner {
    width: 90%;
  }
  .cta .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta .wrap .contact a {
    margin-top: 20px;
  }
  #top .movie iframe {
    width: 100%;
  }
  #top .thought .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top .thought .box .img {
    width: 60%;
    height: 88%;
  }
  #top .thought .box .text {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  #top .thought .box .text .more a {
    margin: 25px auto 0;
  }
  #top .about .box {
    width: 90%;
  }
  #top .gallery {
    overflow: hidden;
  }
  #top .gallery .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .gallery .box .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
  #top .gallery .box .text .more a {
    margin: 25px auto 0;
  }
  #top .gallery .box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  #top .gallery .box .img::before {
    width: 100%;
  }
  #thought .second .inner .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #thought .second .inner .box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #thought .second .inner .box .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    width: 100%;
  }
  #gallery .swiper-button-prev {
    top: 85% !important;
    left: 40% !important;
  }
  #gallery .swiper-button-next {
    top: 85% !important;
    right: 40% !important;
  }
  #about .first .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .first .box .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 30px;
  }
  #about .first .box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #about .second ul li p {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 800px) {
  footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .inner .nav ul {
    margin-top: 20px;
  }
  footer .inner .nav ul li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: block;
  }
  .tablet-under {
    display: block;
  }
  header .inner nav {
    display: none;
  }
  footer .inner .nav {
    display: none;
  }
  .under-mv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .under-mv .copy {
    width: 50%;
    height: 200px;
  }
  .under-mv .copy h1 {
    font-size: 24px;
  }
  .under-mv .img {
    width: 50%;
    height: 200px;
  }
  #thought .img03, #thought .img04 {
    width: calc(312 / 375 * 100vw);
    height: calc(208 / 375 * 100vw);
  }
  #about .first {
    overflow: hidden;
  }
  #about .first .box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #about .first .box .img::before {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .cta .read {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .cta .wrap .tel, .cta .wrap .contact {
    width: 100%;
  }
  .cta .wrap .tel a, .cta .wrap .contact a {
    width: 100%;
  }
  .cta .wrap .tel a .box, .cta .wrap .contact a .box {
    width: 100%;
  }
  .cta .wrap .tel a .head {
    font-size: 18px;
  }
  .cta .wrap .tel a .number {
    font-size: 20px;
  }
  .cta .wrap .contact p {
    font-size: 18px;
  }
  footer {
    margin-top: 50px;
  }
  .under-mv .copy h1 {
    font-size: 20px;
  }
  .under-mv .copy h1::before {
    width: 25px;
    height: 25px;
    top: -28px;
  }
  #top .mv h1 {
    width: 100%;
  }
  #top .movie {
    padding-top: 80px;
  }
  #top .thought {
    padding: 50px 0;
  }
  #top .thought .box .img {
    width: calc(308 / 375 * 100vw);
    height: calc(214 / 375 * 100vw);
  }
  #top .thought .box .text h2 {
    font-size: 20px;
  }
  #top .about {
    height: 330px;
  }
  #top .about .box {
    height: auto;
    padding: 30px 20px;
  }
  #top .about .box h2 {
    font-size: 20px;
  }
  #top .gallery {
    padding: 50px 0;
  }
  #top .gallery .box .img {
    width: calc(308 / 375 * 100vw);
    height: calc(192 / 375 * 100vw);
  }
  #top .gallery .box .text h2 {
    font-size: 20px;
  }
  #top .instagram {
    padding: 50px 0;
  }
  #thought .first h2 {
    font-size: 20px;
  }
  #thought .first p {
    margin-top: 20px;
  }
  #thought .second {
    margin-top: 50px;
  }
  #thought .second .inner {
    padding: 20px;
    width: 100%;
  }
  #thought .second .inner .box {
    padding: 20px 10px;
  }
  #thought .second .inner .box .text h2 {
    font-size: 20px;
  }
  #thought .second .inner .box .img {
    width: calc(312 / 375 * 100vw);
    height: calc(208 / 375 * 100vw);
  }
  #thought .img03 {
    margin: 50px auto 0;
  }
  #thought .img04 {
    margin: 50px auto;
  }
  #gallery .swiper-button-prev {
    top: 78% !important;
    left: 35% !important;
  }
  #gallery .swiper-button-next {
    top: 78% !important;
    right: 35% !important;
  }
  #about .first {
    padding-top: 70px;
  }
  #about .first .box .img {
    width: calc(308 / 375 * 100vw);
    height: calc(192 / 375 * 100vw);
  }
  #about .first .box .text h2 {
    font-size: 20px;
  }
  #about .second ul li p {
    font-size: 14px;
    padding: 0 5px;
  }
  #about .company {
    margin: 80px 0 50px;
  }
  #about .company h2 {
    font-size: 20px;
  }
  #about .company .box dl {
    padding: 15px 0 15px 10px;
  }
  #about .company .box dl dd {
    margin-left: 30px;
    width: calc( 100% - 95px);
  }
  #contact .tel {
    width: 100%;
  }
  #contact .tel a {
    width: 100%;
  }
  #contact .tel a .box {
    width: 100%;
  }
  #contact .tel a .head {
    font-size: 18px;
  }
  #contact .tel a .head .number {
    font-size: 20px;
  }
}

@media only screen and (max-width: 395px) {
  #gallery .swiper-button-prev {
    top: 73% !important;
    left: 30% !important;
  }
  #gallery .swiper-button-next {
    top: 73% !important;
    right: 30% !important;
  }
}
/*# sourceMappingURL=style.css.map */