@import url(base.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap&subset=japanese");
.header span.half {
  margin-left: -.5em; }
.header .menu-trigger, .header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }
.header .menu-trigger {
  position: fixed;
  z-index: 1000;
  top: 34px;
  right: 86px;
  width: 40px;
  height: 28px; }
  .header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #66932e;
    border-radius: 1px; }
    .header .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .header .menu-trigger span:nth-of-type(2) {
      top: 14px; }
    .header .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
.header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg); }
.header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }
.header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg); }

.mail-button {
  z-index: 500;
  position: relative;
  margin-top: 45px; }

.mail-button a {
  position: absolute;
  right: 6%;
  width: 90px;
  height: 90px;
  display: block;
  background: #7cab60;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px; }
  .mail-button a:hover {
    background: #74bf92; }

.headline {
  position: relative;
  width: 100%;
  height: 27.57vw;
  z-index: -100; }
  .headline .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -200;
    width: 70%; }
  .headline .headline-img {
    position: absolute;
    top: 7.187vw;
    left: 21.6%;
    width: 78.4%; }
  .headline .headline-ttl {
    position: absolute;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    top: 15.4vw;
    left: 24.4%; }
  .headline .headline-ttl-en {
    position: absolute;
    top: 18.7vw;
    left: 21%;
    display: block;
    width: 180px;
    line-height: 32px;
    background: #fff;
    color: #66922e;
    padding-left: 42px;
    letter-spacing: 1.5px;
    font-size: 16px; }
    .headline .headline-ttl-en:before {
      content: "";
      border-top: #000 1px solid;
      width: 17px;
      display: block;
      position: absolute;
      top: 50%;
      left: -17px; }

.pnkz {
  position: relative; }
  .pnkz ul {
    position: absolute;
    top: 0;
    left: 10%; }

.bottom-line {
  width: 100%;
  height: auto;
  margin-bottom: 42px; }

.gallery {
  padding: 78px 0 210px;
  position: relative; }
  .gallery .area-ttl {
    color: #66932e;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 52px;
    letter-spacing: 1.5px;
    text-align: center; }
  .gallery .gallery-catch {
    position: absolute;
    top: 169px;
    left: 83.9%;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    line-height: 46px;
    font-weight: 300;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3.5px; }
  .gallery .slide-wrapper {
    position: relative;
    height: 53.25vw;
    max-height: 700px;
    margin-bottom: 60px; }
  .gallery .main-slider {
    position: absolute;
    height: 53.25vw;
    width: 79.2vw;
    max-height: 700px;
    min-height: 700px; }
    .gallery .main-slider li {
      width: 100%;
      height: 100%;
      background-size: cover !important;
      background-position: center center !important; }
    .gallery .main-slider .slick-track {
      height: 53.25vw;
      max-height: 700px; }
    .gallery .main-slider .slick-prev {
      padding: 0 60px 0 10px;
      color: #666;
      font-size: 18px;
      cursor: pointer;
      z-index: 120;
      height: 60px;
      top: 483px;
      left: calc(79.2vw - 64px); }
      .gallery .main-slider .slick-prev:before {
        display: none; }
    .gallery .main-slider .slick-next {
      padding: 0 10px 0 60px;
      color: #666;
      font-size: 18px;
      cursor: pointer;
      z-index: 120;
      height: 60px;
      top: 483px;
      left: calc(79.2vw + 106px); }
      .gallery .main-slider .slick-next .fa-angle-right {
        right: 10px;
        position: relative; }
      .gallery .main-slider .slick-next:before {
        display: none; }
  .gallery .slide-nav {
    position: absolute;
    background: #fff;
    top: 453px;
    left: calc(79.2vw - 64px);
    width: 240px;
    height: 60px;
    z-index: 110;
    line-height: 60px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: space-between;
    text-align: center;
    box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.3); }
    .gallery .slide-nav .num {
      display: block;
      margin: 0 auto; }
    .gallery .slide-nav .here {
      color: #66932e; }
    .gallery .slide-nav .slash {
      margin: 0 22px; }
  .gallery .thumb-list {
    width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .gallery .thumb-list .slick-track {
      transform: translate3d(0px, 0px, 0px) !important;
      height: 110px; }
    .gallery .thumb-list li {
      height: 110px;
      width: 110px;
      background-size: cover;
      overflow: hidden;
      margin-right: 25px;
      cursor: pointer;
      transition: .4s ease; }
      .gallery .thumb-list li:hover {
        transform: scale(1.2); }
      .gallery .thumb-list li:last-child {
        margin-right: 0; }

.highlight {
  background: rgba(169, 207, 173, 0.1);
  padding: 97px 0 108px; }
  .highlight .area-ttl {
    text-align: center;
    margin-bottom: 69px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px; }
  .highlight .highlight-list {
    width: 1100px;
    margin: 0 auto; }
    .highlight .highlight-list li {
      display: flex;
      margin-bottom: 95px; }
      .highlight .highlight-list li img {
        width: 490px;
        height: 300px;
        margin-right: 58px; }
      .highlight .highlight-list li .txtbox {
        width: 384px;
        margin-top: 16px; }
        .highlight .highlight-list li .txtbox .num {
          font-size: 30px;
          font-family: "Roboto", sans-serif;
          color: #66932e;
          position: relative;
          margin-bottom: 33px; }
          .highlight .highlight-list li .txtbox .num:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -19px;
            border-bottom: #66932e 2px solid;
            width: 78px; }
        .highlight .highlight-list li .txtbox .catch {
          font-family: 'Noto Serif JP', serif;
          font-size: 24px;
          line-height: 45px;
          letter-spacing: 4x;
          font-weight: 200;
          margin: 0 0 14px 5px; }
          .highlight .highlight-list li .txtbox .catch span {
            margin: 0 -.5em 0 -.2em; }
        .highlight .highlight-list li .txtbox .highlight-txt {
          font-size: 14px;
          line-height: 29px;
          margin-left: 5px;
          letter-spacing: .4px;
          text-align: justify; }
    .highlight .highlight-list li:nth-child(even) {
      justify-content: flex-end; }
      .highlight .highlight-list li:nth-child(even) img {
        margin: 0 0 0 52px; }
    .highlight .highlight-list li:last-child {
      margin-bottom: 0; }

.gift {
  background: #fceadc;
  margin-bottom: 115px; }
  .gift .inner {
    background: url("../img/gallery/nuts.jpg") no-repeat bottom right;
    background-size: contain;
    padding: 30px 8px; }
    .gift .inner .txtbox {
      width: 1000px;
      margin: 0 auto; }
      .gift .inner .txtbox .top {
        background: #fff;
        color: #42210b;
        font-size: 18px;
        padding: 10px;
        margin-bottom: 12px;
        width: 260px;
        text-align: center;
        letter-spacing: .8px; }
      .gift .inner .txtbox .area-ttl {
        font-size: 32px;
        font-weight: 600;
        font-family: 'Noto Serif JP', serif;
        margin-bottom: 20px;
        line-height: 41px;
        letter-spacing: 3.5px; }
        .gift .inner .txtbox .area-ttl .knopp {
          display: flex;
          align-items: center; }
          .gift .inner .txtbox .area-ttl .knopp img {
            height: 40px;
            width: auto;
            margin: 4px 12px 0 0; }
          .gift .inner .txtbox .area-ttl .knopp .small {
            font-size: 17px;
            font-weight: 600;
            margin: 0 0 -12px 4px;
            display: block; }
      .gift .inner .txtbox .link-btn {
        background: #e4b59f;
        color: #fff;
        display: block;
        width: 315px;
        padding: 14px 0;
        text-align: center;
        border-radius: 10px;
        letter-spacing: .8px;
        font-size: 16px; }
        .gift .inner .txtbox .link-btn:hover {
          background: #f79e8c; }

.info {
  margin-bottom: 94px; }
  .info .box-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 56px; }
    .info .box-wrapper .imgbox {
      margin-right: 7.3vw; }
      .info .box-wrapper .imgbox img {
        width: 28.1vw;
        height: 20.8vw;
        margin-right: 4px; }
    .info .box-wrapper .txtbox {
      margin-top: 5px; }
      .info .box-wrapper .txtbox .area-ttl {
        color: #66932e;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.5px;
        margin-bottom: 18px; }
      .info .box-wrapper .txtbox .info-list li {
        margin-bottom: 7px;
        line-height: 30px;
        font-size: 16px;
        letter-spacing: .5px; }
        .info .box-wrapper .txtbox .info-list li .list-item {
          background: #66932e;
          color: #fff;
          font-size: 14px;
          text-align: center;
          display: inline-block;
          width: 66px;
          margin-right: 10px; }
  .info .link-btn a {
    display: block;
    width: 300px;
    font-size: 14px;
    padding: 17px 0;
    border: #66932e 1px solid;
    background: #fff;
    color: #66932e;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .info .link-btn a .fa-chevron-right {
      position: absolute;
      top: 40%;
      left: 15px; }
    .info .link-btn a:hover {
      background: #66932e;
      color: #fff; }

.bnr {
  margin-top: 80px; }

@media screen and (max-width: 768px) {
  .header .menu-trigger {
    top: 15px;
    right: 15px; }

  .mail-button a {
    display: none; }

  .headline .headline-ttl {
    font-size: 20px;
    top: 13vw;
    left: 24.4%; }
  .headline .headline-ttl-en {
    top: 20vw;
    left: 5%;
    width: 140px;
    line-height: 23px;
    padding-left: 30px;
    font-size: 14px; }
    .headline .headline-ttl-en:before {
      left: -14px; }

  .pnkz {
    margin-top: 5px; }
    .pnkz ul {
      left: 0; }

  .bottom-line {
    width: 100%;
    height: auto;
    margin-bottom: 42px; }

  .gallery {
    padding: 10px 0 10px; }
    .gallery .area-ttl {
      font-size: 24px;
      margin-bottom: 20px; }
    .gallery .gallery-catch {
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
      writing-mode: initial;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    .gallery .slide-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 60px; }
    .gallery .main-slider {
      position: relative;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 300px;
      min-height: 0; }
      .gallery .main-slider .slick-track {
        height: 300px; }
      .gallery .main-slider .slick-prev {
        padding: 0 35% 0 0;
        color: #666;
        font-size: 18px;
        cursor: pointer;
        background: #fff;
        z-index: 120;
        height: 60px;
        top: 330px;
        left: 10%;
        vertical-align: 4px; }
      .gallery .main-slider .slick-next {
        padding: 0 0 0 35%;
        color: #666;
        font-size: 18px;
        cursor: pointer;
        background: #fff;
        z-index: 120;
        height: 60px;
        top: 330px;
        left: 58%;
        vertical-align: 4px; }
        .gallery .main-slider .slick-next .fa-angle-right {
          right: 10px;
          position: relative; }
        .gallery .main-slider .slick-next:before {
          display: none; }
    .gallery .slide-nav {
      top: 300px;
      left: 35%;
      width: 30%;
      margin: 0;
      box-shadow: none; }
    .gallery .thumb-list {
      display: none; }

  .highlight {
    padding: 40px 0 40px; }
    .highlight .area-ttl {
      margin-bottom: 30px;
      font-size: 18px; }
    .highlight .highlight-list {
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .highlight .highlight-list li {
        display: block;
        margin-bottom: 40px; }
        .highlight .highlight-list li img {
          width: 100%;
          height: auto;
          margin: 0 0 15px 0; }
        .highlight .highlight-list li .txtbox {
          width: 100%;
          margin-top: 16px; }
          .highlight .highlight-list li .txtbox .num {
            font-size: 25px;
            margin-bottom: 25px;
            text-align: center; }
            .highlight .highlight-list li .txtbox .num:after {
              bottom: -10px;
              left: calc(50% - 39px);
              width: 78px; }
          .highlight .highlight-list li .txtbox .catch {
            font-size: 18px;
            line-height: 34px;
            letter-spacing: 2px;
            margin: 0 0 12px 0;
            text-align: center; }
          .highlight .highlight-list li .txtbox .highlight-txt {
            font-size: 14px;
            line-height: 26px;
            margin-left: 0;
            letter-spacing: .4px; }
      .highlight .highlight-list li:nth-child(even) {
        justify-content: flex-start; }
        .highlight .highlight-list li:nth-child(even) img {
          margin: 0 0 15px 0; }

  .gift {
    margin-bottom: 50px; }
    .gift .sp-bg {
      background: url("../img/gallery/nuts.jpg") no-repeat bottom right;
      background-size: cover;
      width: 100%;
      height: 100px; }
    .gift .inner {
      background: none;
      margin-top: 0;
      padding: 15px 15px 30px 15px; }
      .gift .inner .txtbox {
        width: 100%; }
        .gift .inner .txtbox .top {
          font-size: 14px;
          padding: 10px;
          margin-bottom: 14px; }
        .gift .inner .txtbox .area-ttl {
          font-size: 25px;
          margin-bottom: 20px;
          letter-spacing: 3px;
          line-height: 30px; }
          .gift .inner .txtbox .area-ttl .knopp .small {
            font-size: 14px;
            margin: 0px 0 -6px 4px; }
        .gift .inner .txtbox .link-btn {
          width: 100%; }

  .info {
    margin-bottom: 60px; }
    .info .box-wrapper {
      display: block;
      margin-bottom: 25px; }
      .info .box-wrapper .imgbox {
        margin: 0 0 20px 0;
        display: flex; }
        .info .box-wrapper .imgbox img {
          width: 50vw;
          height: calc(50vw * .74);
          margin: 0; }
      .info .box-wrapper .txtbox {
        margin-top: 0;
        padding: 0 15px; }
        .info .box-wrapper .txtbox .area-ttl {
          font-size: 20px;
          margin-bottom: 15px;
          text-align: center; }
        .info .box-wrapper .txtbox .info-list li {
          font-size: 14px; }
    .info .link-btn a {
      width: 70%; }

  .bnr {
    margin-top: 0; } }

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