﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {}

body {
  background: #fff;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Sans-Serif;
  font-size: 16px;
  line-height: 1.8;
  color: #212121;
}

.clearfix {
  zoom: 100%;
  min-height: 0px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.icon-gray {
  color: #fff
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-flex;
  vertical-align: -5px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.material-icons.md-dark {
  color: #212121;
}

img {
  vertical-align: top;
}

article a {
  color: #212121;
  text-decoration: none;
}

article a:hover {
  color: #916f22;
}

a img {
  border: none;
}

a:not(.menu):hover img {
  opacity: 0.8;
}

a:not(.menu) img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media screen and (min-width:980px) {
  body {
    padding: 74px 0 0;
  }

  .br-pc {
    display: none;
  }

  header {
    background: #fff;
    width: 100%;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 11;
  }

  header h1 {
    height: 40px;
  }

  header h1 img {
    width: auto;
    height: 40px;
    margin-left: 20px;
  }

  header .btn_area {
    display: none;
  }

  header .btn_area li.tel_sp {
    display: none;
  }

  header nav {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  header nav ul {
    font-size: 0;
  }

  header nav ul li {
    display: inline-block;
    font-size: 14px;
    width: 130px;
  }

  header nav ul li a {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, Sans-Serif;
    width: auto;
    padding: 10px 0;
    line-height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    color: #212121;
    font-weight: bold;
  }

  header nav ul li a:hover,
  header nav ul li a.active {
    color: #916f22;
  }

  header nav ul li a small {
    font-family: 'Kreon', serif;
    display: block;
    font-size: 12px;
  }

  /* ------------------------------------------------------------
    メインイメージ部分
------------------------------------------------------------ */
  .topimage {
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
  }

  .topimage:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
  }

  .topimage ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .topimage ul li {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-indent: -9999px;
  }

  .topimage ul li.active {
    z-index: 7;
  }

  .topimage ul li.next-active {
    z-index: 6;
  }

  .topimage ul li:nth-of-type(1) {
    background: url(../images/mainimage01.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .topimage ul li:nth-of-type(2) {
    background: url(../images/mainimage02.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .topimage ul li:nth-of-type(3) {
    background: url(../images/mainimage03.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .topimage ul li:nth-of-type(4) {
    background: url(../images/mainimage04.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .topimage ul li:nth-of-type(5) {
    background: url(../images/mainimage05.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  .topimage .textblock {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.0;
    z-index: 9;
    position: relative;
  }

  .topimage .textblock h2 {
    font-size: 60px;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: none;
    text-shadow: none;
    color: #fff;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }

  .topimage .textblock p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin: 20px 0 0 0;
  }

  .topimage .btn_service a {
    width: 50px;
    height: 50px;
    border-radius: 27px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  .topimage .btn_service a:hover {
    background: #916f22;
  }

  .topimage__btn {
    width: 140px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    overflow: hidden;
  }

  .topimage__btn a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .topimage__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .topimage__btn a:hover img {
    opacity: 0.6;
  }

  /* ------------------------------------------------------------
    イメージスライダー部分
------------------------------------------------------------ */
  .imageslider .imageslider__frame {
    width: 100%;
    height: -webkit-calc(100%);
    height: calc(100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .imageslider .imageslider__frame .imageslider__frame__slides {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .imageslider .imageslider__frame .imageslider__frame__slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .imageslider .imageslider__nav {
    margin: 25px 0 0;
  }

  .imageslider .imageslider__nav ol {
    display: -webkit-flex;
    display: flex;
  }

  .imageslider .imageslider__nav li {
    width: 65px;
  }

  .imageslider .imageslider__nav li:not(:last-of-type) {
    margin-right: 10px;
  }

  .imageslider .imageslider__nav li a {
    background: #ccc;
    width: auto;
    height: 15px;
    display: block;
  }

  .imageslider .imageslider__nav li a.active {
    background: #916f22;
  }

  /* ------------------------------------------------------------
    私たちの想い部分
------------------------------------------------------------ */
  article .about {
    background: url(../images/washi.jpg)center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 20vh 60% 20vh 30px;
    position: relative;
    min-height: 450px;
    z-index: 0;
  }

  article .about:after {
    content: "";
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  article .about figure {
    padding: 120px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40vw;
  }

  article .about hgroup {
    margin: 0 30px 30px 0;
  }

  article .about hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: bold;
    z-index: 2;
  }

  article .about hgroup h2:after {
    background: #916f22;
    content: "";
    width: 15%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 90px;
    left: 20%;
    margin: auto;
    z-index: -1;
  }

  article .about hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
  }

  article .about h3 {
    margin: 0 30px 30px 0;
    font-size: 24px;
    font-weight: bold;
  }

  article .about p {
    margin: 0 30px 0 0;
  }

  /* ------------------------------------------------------------
    メニュー部分
------------------------------------------------------------ */
  article .menu {
    background: url(../images/white-wood.jpg);
    padding: 120px 0;
    position: relative;
    z-index: 0;
  }

  article .menu:after {
    content: "";
    background: rgba(240, 203, 161, 0.66);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  article .menu hgroup {
    max-width: 460px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  article .menu hgroup:before,
  article .menu hgroup:after {
    background: #916f22;
    content: "";
    width: auto;
    height: 15px;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  article .menu hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px;
    font-weight: bold;
  }

  article .menu hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
  }

  article .menu ul:not(.pdf) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
  }

  article .menu ul:not(.pdf) li {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }

  article .menu ul:not(.pdf) li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  a:not(.menu) img {
  opacity: 1;
  transition: opacity 0.3s ease;
}


  article .menu ul:not(.pdf) li a:hover img {
    opacity: 1 !important;
  }

  article .menu ul:not(.pdf) li a:after {
    content: "";
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
  }

  article .menu ul:not(.pdf) li a:hover:after {
    background: rgba(255, 255, 255, 0.44);
  }

  article .menu ul:not(.pdf) li dl {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 25px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    z-index: 10;
  }

  article .menu ul:not(.pdf) li dl dt {
    font-weight: bold;
    margin: 0;
  }

  article .menu ul:not(.pdf) li dl dd {
    margin: 15px 0 0;
  }

  article .menu ul:not(.pdf) li dl dd span {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, Sans-Serif;
  }

  @media screen and (min-width: 1501px) {
    article .menu ul:not(.pdf) {
      grid-template-columns: repeat(5, 1fr);
    }
  }

  @media screen and (max-width: 1500px) and (min-width: 981px) {
    article .menu ul:not(.pdf) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media screen and (max-width: 980px) and (min-width: 768px) {
    article .menu ul:not(.pdf) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 767px) and (min-width: 481px) {
    article .menu ul:not(.pdf) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 480px) {
    article .menu ul:not(.pdf) {
      grid-template-columns: 1fr;
    }
  }

  article .menu .pdf {
    max-width: 960px;
    margin: 60px auto 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  article .menu .pdf li {
    width: 49%;
  }

  article .menu .pdf li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
    margin-top: 20px;
  }

  article .menu .pdf li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }

  article .menu .pdf a {
    background: #000;
    width: auto;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    border: #757575 solid 1px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.0;
    transition: background 0.3s ease;
  }

  article .menu .pdf a:hover {
    background: #916f22;
  }

  article .menu .btnArea {
    max-width: 960px;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
  }

  article .menu .bnr_reserve {
    width: 960px;
  }

  article .menu .bnr_reserve a {
    background: #82221E;
    width: auto;
    color: #fff;
    text-align: center;
    display: block;
    padding: 30px;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1.0;
    border: #757575 solid 1px;
    position: relative;
  }

  article .menu .bnr_reserve a:after {
    content: "";
    background: url(../images/icon_link.png) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }

  article .menu .bnr_reserve a:hover {
    opacity: 0.8;
  }

  article .menu .bnr_reserve a .inner {
    display: inline-block;
    position: relative;
    padding: 0 0 0 60px;
    text-align: center;
  }

  article .menu .bnr_reserve a .inner:before {
    content: "";
    background: url(../images/icon_chair.png) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  article .menu .bnr_reserve a small {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
  }

  article .menu .bnr_reserve a strong {
    font-size: 36px;
    font-weight: normal;
  }

  /* ------------------------------------------------------------
    求人部分
------------------------------------------------------------ */
  article .recruit {
    margin: 120px 0;
    padding: 30px 30px 30px 60%;
    position: relative;
  }

  article .recruit figure {
    background: url(../images/img_recruit.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
  }

  article .recruit hgroup {
    margin: 0 0 30px 30px;
  }

  article .recruit hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: bold;
    z-index: 2;
  }

  article .recruit hgroup h2:after {
    background: #916f22;
    content: "";
    width: 15%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
    margin: auto;
    z-index: -1;
  }

  article .recruit hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
  }

  article .recruit p {
    margin: 0 0 15px 30px;
  }

  article .recruit dl {
    margin: 0 0 0 30px;
    font-size: 0;
  }

  article .recruit dl dt {
    width: 25%;
    padding: 20px 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    border-top: #acacac dashed 1px;
  }

  article .recruit dl dd {
    width: 75%;
    padding: 20px 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    border-top: #acacac dashed 1px;
  }

  /* ------------------------------------------------------------
    空間部分
------------------------------------------------------------ */
  article .space {
    background: url(../images/washi.jpg)center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 20vh 30px 20vh 60%;
    min-height: 450px;
    position: relative;
    z-index: 0;
  }

  article .space:after {
    content: "";
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  article .space figure {
    padding: 120px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
  }

  article .space hgroup {
    margin: 0 0 30px 30px;
  }

  article .space hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: bold;
    z-index: 2;
  }

  article .space hgroup h2:after {
    background: #916f22;
    content: "";
    width: 15%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
    margin: auto;
    z-index: -1;
  }

  article .space hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
  }

  article .space h3 {
    margin: 0 0 30px 30px;
    font-size: 24px;
    font-weight: bold;
  }

  article .space p {
    margin: 0 0 15px 30px;
  }

  /* ------------------------------------------------------------
    アクセス部分
------------------------------------------------------------ */
  article .access {
    background: url(../images/kabe1.jpg);
    padding: 240px 60% 240px 30px;
    min-height: 450px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }

  article .access:after {
    content: "";
    background: rgba(255, 255, 255, 0.66);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  article .access figure {
    position: absolute;
    padding: 120px 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40%;
  }

  article .access hgroup {
    margin: 0 30px 30px 0;
  }

  article .access hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px 0 0;
    position: relative;
    font-weight: bold;
    color: #212121;
    z-index: 2;
  }

  article .access hgroup h2:after {
    background: #916f22;
    content: "";
    width: 15%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 20%;
    margin: auto;
    z-index: -1;
  }

  article .access hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
    color: #212121;
  }

  article .access dl {
    margin: 0 30px 0 0;
    color: #212121;
  }

  article .access dl dt {
    font-weight: bold;
    margin: 0 0 15px;
  }

  article .access dl dt a {
    color: #212121;
    text-decoration: underline;
  }

  article .access dl dt a:hover {
    color: #916f22;
  }

  article .access dl dd {
    line-height: 2.0;
  }

  #office_map {
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------------------------
    新着情報部分
------------------------------------------------------------ */
  article .newslistTop {
    background: url(../images/white-wood.jpg);
    padding: 120px 0;
    position: relative;
    z-index: 0;
  }

  article .newslistTop:after {
    content: "";
    background: rgba(220, 204, 181, 0.55);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  article .newslistTop hgroup {
    max-width: 460px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  article .newslistTop hgroup:before,
  article .newslistTop hgroup:after {
    background: #916f22;
    content: "";
    width: auto;
    height: 15px;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  article .newslistTop hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px;
    font-weight: bold;
  }

  article .newslistTop hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
  }

  article .newslistTop .inner {
    width: 960px;
    margin: 30px auto;
    display: -webkit-flex;
    display: flex;
  }

  .newslistTop dl {
    width: 960px;
    max-height: 210px;
    font-size: 0;
    overflow: auto;
    border-top: #212121 dashed 1px;
  }

  .newslistTop dl a {
    padding: 15px 0;
    display: block;
    color: #212121;
    border-bottom: #212121 dashed 1px;
  }

  .newslistTop dl a:hover {
    color: #916f22;
  }

  .newslistTop dl dt {
    width: 23%;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
  }

  .newslistTop dl dd {
    width: 77%;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
  }

  article .newsdetail {
    padding: 60px 0;
    background: #fff;
  }

  article .newsdetail hgroup {
    max-width: 460px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  article .newsdetail hgroup:before,
  article .newsdetail hgroup:after {
    background: #916f22;
    content: "";
    width: auto;
    height: 15px;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  article .newsdetail hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px;
    font-weight: bold;
  }

  article .newsdetail hgroup small {
    font-family: 'Kreon', serif;
    font-size: 14px;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .newsdetail h3 {
    position: relative;
    width: 960px;
    margin: 30px auto 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .newsdetail h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 33%;
    height: 3px;
    background: #916f22;
  }

  .newsdetail .textarea {
    width: 960px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: #999 dashed 1px;
  }

  .newsdetail .textarea a {
    color: #33a0b8;
    text-decoration: none;
  }

  .newsdetail .textarea a:hover {
    color: #916f22;
  }

  .newsdetail .textarea h4 {
    margin-top: 2rem;
    padding: 0em 0.5em;
    background: transparent;
    font-size: 20px;
    border-left: solid 5px #e0bb20;
    margin-bottom: 1rem;
  }

  .newsdetail .textarea h5 {
    margin-top: 1.5rem;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    color: #916f22;
    margin-bottom: 1rem;
  }

  .newsdetail .textarea ul {
    width: 890px;
    margin: 20px auto;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1em 2em;
  }

  .newsdetail .textarea ul li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
  }

  .newsdetail .textarea ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e0bb20;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .newsdetail .textarea img {
    max-width: 960px !important;
    height: auto !important;
  }

  .newsdetail .textarea iframe {
    margin: 30px 0;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border: none;
  }

  .newsdetail .btn_news {
    width: 960px;
    margin: 0 auto;
    text-align: right;
  }

  .newsdetail .btn_news a {
    line-height: 25px;
    color: #212121;
  }

  .newsdetail .btn_news a:hover {
    color: #916f22;
  }

  .newsdetail .btn_news a:before {
    content: "";
    background: url(../images/icon_next.png) no-repeat #916f22;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }

  .newsdetail .textarea .type1 {
    border-collapse: collapse;
    margin: 20px;
    width: 920px;
  }

  .newsdetail .textarea .type1 th,
  .newsdetail .textarea .type1 td {
    border: 1px solid #dbe1e8;
    padding: 8px;
  }

  .newsdetail .textarea .type1 th {
    background: #f5f5f5;
    text-align: left;
    width: 30%;
  }

  /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
  article .privacy {
    background: #fff;
    padding: 60px 0;
  }

  article .privacy hgroup {
    max-width: 460px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  article .privacy hgroup:before,
  article .privacy hgroup:after {
    background: #916f22;
    content: "";
    width: auto;
    height: 15px;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  article .privacy hgroup h2 {
    font-size: 36px;
    line-height: 1.0;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding: 0 30px;
    font-weight: bold;
  }

  article .privacy hgroup small {
    font-family: 'Bree Serif', serif;
    font-size: 14px;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .privacy .lead {
    width: 960px;
    margin: 30px auto 60px;
    font-size: 18px;
    text-align: left;
  }

  .privacy h3 {
    position: relative;
    width: 960px;
    margin: 30px auto 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .privacy h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 33%;
    height: 3px;
    background: #916f22;
  }

  .privacy .textarea {
    width: 960px;
    margin: 0 auto 30px;
    padding: 0 0 30px;
    border-bottom: #ccc dashed 1px;
  }

  .privacy .textarea img {
    max-width: 960px !important;
    height: auto !important;
  }

  .privacy h4 {
    width: 960px;
    color: #0f4623;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 30px auto;
  }

  .privacy p:not(.lead) {
    width: 960px;
    margin: 15px auto 0;
  }

  .privacy dl {
    width: 960px;
    margin: 0 auto 0;
    counter-reset: number 0;
  }

  .privacy dl dt {
    font-weight: bold;
  }

  .privacy dl dt::before {
    counter-increment: number 1;
    content: ''counter(number);
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 5px 0 0;
    color: #212121;
  }

  .privacy dl dd {
    margin: 15px 0 30px;
    padding: 0 0 0 15px;
  }

  .privacy ul {
    margin: 20px auto 20px;
    padding: 20px;
    background: #f6f6f6;
    border: #ddd solid 1px;
  }

  .privacy ul li {
    margin: 0 0 10px 1em;
  }

  .privacy ul li:before {
    content: "";
    margin: 0 0 0 -1em;
  }

  .privacy .btn_privacy {
    width: 960px;
    margin: 0 auto;
    text-align: right;
  }

  .privacy .btn_privacy a {
    line-height: 25px;
    color: #212121;
  }

  .privacy .btn_privacy a:hover {
    color: #916f22;
  }

  .privacy .btn_privacy a:before {
    content: "";
    background: url(../images/icon_next.png) no-repeat #916f22;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  footer {
    background: url(../images/kabe1.jpg);
    position: relative;
    z-index: 0;
  }

  footer:after {
    content: "";
    background: rgba(255, 255, 255, 0.66);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  footer .contact {
    background: #916f22;
    background: url(../images/img_contact.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 60px 0;
    text-align: center;
    position: relative;
  }

  footer .contact:after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border: #fff solid 4px;
  }

  footer .contact h2 {
    font-size: 26px;
    margin: 0 0 30px;
    color: #fff;
  }

  footer .contact .tellist {
    font-size: 0;
    text-align: center;
    color: #fff;
  }

  footer .contact .tellist li {
    font-size: 56px;
    line-height: 1.0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    display: inline-block;
    margin: 0 30px;
  }

  footer .contact .tellist li:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
  }

  footer .tellist li:nth-of-type(1):before {
    background: url(../images/icon_tel.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  }

  footer .contact dl {
    margin: 30px 0 0;
    padding: 15px 30px;
    font-size: 0;
    background: #fff;
    color: #1d1d1d;
    display: inline-block;
    border-radius: 60px;
  }

  footer .contact dl dt {
    display: inline-block;
    font-size: 16px;
    margin: 0 15px 0 0;
  }

  footer .contact dl dd {
    display: inline-block;
    font-size: 16px;
  }

  footer .contact dl dd:not(:last-of-type) {
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    border-right: #333 solid 1px;
  }

  footer .inner {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    color: #212121;
  }

  footer .inner address {
    padding: 0 270px 0 0;
    font-style: normal;
  }

  footer .inner address h2 {
    width: 209px;
    /*font-size:24px;
        font-weight:bold;*/
    margin: 0 0 25px;
  }

  footer .inner address h2 img {
    width: 100%;
  }

  footer .inner address dl {
    font-size: 0;
    padding: 0 0 0 30px;
    border-left: #212121 solid 1px;
  }

  footer .inner address dl dt {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.8;
  }

  footer .inner address dl dd {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.8;
  }

  footer .inner .sns {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  footer .inner .sns ul {
    font-size: 0;
  }

  footer .inner .sns ul li {
    background: #1d1d1d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
  }

  footer .inner .sns ul li:not(:last-of-type) {
    margin-right: 15px;
  }

  footer small {
    text-align: right;
    display: block;
    padding: 0 20px 20px 0;
    color: #212121;
  }

  footer small a {
    color: #212121;
  }

  footer small a:hover {
    color: #916f22;
  }

  /* ------------------------------------------------------------
    モーダルウィンドウ部分
------------------------------------------------------------ */

  html.modal-open {
    overflow: hidden;
  }

  body.modal-open {
    overflow-y: hidden;
    margin-right: 17px;
  }

  body.modal-open header {
    width: calc(100% - 17px);
  }

  #modalLayer {
    display: none;
    background: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 31;
  }

  #modalLayer .frame {
    background: url(../images/washi_menu.jpg)center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 480px;
    height: 480px;
    margin: auto;
    padding: 0 0 0 480px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  #modalLayer .frame figure {
    width: 480px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  #modalLayer .frame figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #modalLayer dl {
    height: 430px;
    padding: 25px;
    overflow: auto;
    color: #212121;
  }

  #modalLayer dl dt {
    font-weight: bold;
    font-size: 24px;
  }

  #modalLayer dl dd.price {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 30px;
  }

  #modalLayer dl dd.price {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, Sans-Serif;
  }

  #modalLayer #swipebox-close {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }

  #modalLayer #swipebox-close a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
  }

  .loopSlider {
    height: 400px;
    margin: 60px 0;
    overflow: hidden;
    position: relative;
  }

  .loopSlider .loopslider__wrap {
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides {
    display: -webkit-flex;
    display: flex;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides li {
    height: 400px;
    width: 600px;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}