@charset "UTF-8";
/* 全ページ共通 */
/* ============================================ */
body, header, footer, div,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dd, dt, select, input, img, span {
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

*:focus {
  outline: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  text-align: center;
  background: #fff;
}
.container .media {
  width: 100%;
  height: 4px;
  background-color: chocolate;
  position: fixed;
  top: 0;
  z-index: 110;
}
.container .br_sp {
  display: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media screen and (max-width: 599px) {
  .container .media {
    background-color: cadetblue;
  }
  .container .br_sp {
    display: block;
  }
  .container .space {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .container .media {
    background-color: cadetblue;
  }
}
/* コンテンツ共通 */
/* ============================================ */
.contents {
  margin: 0 auto;
  padding: 110px 0;
  max-width: 1280px;
  background: #fff;
}
.contents .no_img img {
  height: 30%;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .link_btn {
  display: block;
  margin: 0 auto;
  padding-bottom: 2px;
  width: 200px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #808080;
}
.contents .link_btn a {
  display: block;
}

.mark {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mark span {
  display: block;
  padding: 0 10px;
}
.mark span img {
  height: 80px;
}

.sec_base {
  margin-bottom: 180px;
}
.sec_base h2 {
  margin: 0 auto 10px;
  padding: 0 60px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
}
.sec_base .sec_image {
  margin-bottom: 30px;
  width: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.sec_base .sec_image:before {
  content: "";
  display: block;
}
.sec_base .sec_image img {
  position: absolute;
}
.sec_base .sec_text {
  padding: 0 40px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
}
.sec_base .sec_text span {
  display: block;
  margin-bottom: 24px;
  font-size: 1.3em;
  line-height: 28px;
}
.sec_base .sec_text .space {
  display: inline;
  margin: 0;
}

.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
}
.contents_list li {
  margin-bottom: 80px;
  padding: 0 60px;
  width: 50%;
  position: relative;
}
.contents_list .contents_photo {
  display: block;
  margin-bottom: 14px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.contents_list .contents_photo:before {
  content: "";
  display: block;
  padding-top: 105%;
}
.contents_list .contents_photo img {
  position: absolute;
}
.contents_list .contents_name {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
}
.contents_list .detail_btn {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  right: 64px;
  bottom: 1px;
}

.arrow {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  position: relative;
}
.arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}
.arrow:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow2 {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 16px;
  position: relative;
  top: 2px;
}
.arrow2:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #53401c;
}
.arrow2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #53401c;
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contents_detail {
  margin: 0 auto 50px;
  padding: 0 30px;
  max-width: 1040px;
  position: relative;
}
.contents_detail .type {
  margin-bottom: 22px;
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  position: relative;
}
.contents_detail .copy {
  margin-bottom: 6px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 52px;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.contents_detail .detail_text {
  padding-left: 10px;
  max-width: 500px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents_detail .price {
  padding-left: 8px;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
}
.contents_detail .price span {
  padding-left: 3px;
  font-size: 36px;
}
.contents_detail .price .tax {
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.more_btn {
  display: block;
  width: 260px;
  border: solid 1px #53401c;
  position: absolute;
  bottom: 0;
}
.more_btn a {
  display: block;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #53401c;
}

.contents_reserve_btn {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  background: #b2a8a5;
}
.contents_reserve_btn a {
  display: block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 58px;
  color: #fff;
}

.plus_btn, .plus_mark {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  right: 48px;
}
.plus_btn:before, .plus_mark:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plus_btn:after, .plus_mark:after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1040px) {
  .contents_reserve_btn {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  .sec_base h2 {
    font-size: 40px;
  }
  .sec_base .sec_text {
    font-size: 18px;
    line-height: 32px;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 70px;
    padding: 0 50px;
  }
  .contents_list .contents_photo {
    margin-bottom: 10px;
  }
  .contents_list .contents_name {
    font-size: 28px;
  }
  .contents_list .detail_btn {
    right: 54px;
  }

  .arrow2 {
    width: 23px;
    height: 15px;
  }
  .arrow2:before {
    width: 23px;
  }
  .arrow2:after {
    width: 9px;
    height: 9px;
  }

  .contents_detail {
    padding: 0 35px;
  }
  .contents_detail .type {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 26px;
  }
  .contents_detail .copy {
    font-size: 42px;
    line-height: 46px;
  }
  .contents_detail .detail_text {
    padding-left: 5px;
    max-width: 60%;
    font-size: 16px;
    line-height: 28px;
  }
  .contents_detail .price {
    padding-left: 5px;
    font-size: 48px;
  }
  .contents_detail .price span {
    font-size: 34px;
  }

  .more_btn {
    width: 220px;
  }
  .more_btn a {
    font-size: 18px;
    line-height: 46px;
  }

  .contents_reserve_btn a {
    font-size: 20px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 26px;
    right: 32px;
  }
}
@media screen and (max-width: 700px) {
  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    padding: 0 30px;
  }
  .contents_list .contents_name {
    font-size: 24px;
  }
  .contents_list .detail_btn {
    right: 34px;
  }

  .contents_detail {
    margin-bottom: 30px;
  }
  .contents_detail .copy {
    margin-bottom: 16px;
  }
  .contents_detail .detail_text {
    margin-bottom: 30px;
    padding: 0 5px 80px;
    max-width: 100%;
  }
  .contents_detail .price {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mark span {
    padding: 0 6px;
  }
  .mark span img {
    height: 64px;
  }

  .sec_base h2 {
    font-size: 36px;
  }
  .sec_base .sec_text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec_base .sec_text .space {
    display: none;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .contents_list .contents_photo {
    margin-bottom: 8px;
  }
  .contents_list .contents_name {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 24px;
  }
  .contents_list .detail_btn {
    font-size: 13px;
    position: static;
    text-align: left;
  }

  .arrow {
    margin-left: 6px;
    width: 11px;
  }
  .arrow:before {
    width: 11px;
  }

  .contents_detail {
    padding: 0 20px;
  }
  .contents_detail .type {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .contents_detail .copy {
    font-size: 36px;
    line-height: 40px;
  }
  .contents_detail .detail_text {
    padding: 0 5px 90px;
  }
  .contents_detail .price {
    padding-bottom: 90px;
    font-size: 42px;
  }
  .contents_detail .price span {
    font-size: 28px;
  }
  .contents_detail .price .tax {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    font-size: 15px;
  }

  .more_btn {
    width: 190px;
    right: 25px;
  }
  .more_btn a {
    line-height: 42px;
  }

  .contents_reserve_btn {
    margin: 0 25px;
  }
  .contents_reserve_btn a {
    font-size: 19px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 22px;
    right: 24px;
  }
}
/* ハンバーガーメニュー */
/* ============================================ */
.menu_base {
  width: 120px;
  height: 120px;
  background: #fff;
  cursor: pointer;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}

.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_trigger {
  width: 42px;
  height: 21px;
  background: none;
  border: none;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_trigger:focus {
  outline: 0;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 10px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.home_btn {
  width: 120px;
  height: 120px;
  background: #53401c;
  position: relative;
  position: fixed;
  top: 0;
  right: 120px;
  z-index: 100;
}

.reserve_btn {
  width: 240px;
  height: 40px;
  background: #b1984d;
  position: relative;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}
.reserve_btn a {
  display: block;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_back {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 94;
}

.navi_base {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  visibility: hidden;
}

.navi_base.active {
  opacity: 1;
  visibility: visible;
}

.navi {
  padding: 0 40px;
  width: 100%;
  max-width: 980px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_left {
  width: 300px;
  height: auto;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.navi_left span a {
  display: block;
  margin-bottom: 30px;
}
.navi_left span img {
  width: 220px;
}
.navi_left .navi_side {
  padding-left: 30px;
}
.navi_left .navi_side p {
  line-height: 24px;
}
.navi_left .arrow {
  position: relative;
  left: -8px;
}

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_navi {
  width: 100%;
  margin-top: 20px;
}
.main_navi li {
  margin: 0 auto;
  padding: 0 0 0 30px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.main_navi li a {
  display: block;
}
.main_navi li:last-child {
  border-bottom: solid 1px #b4b3b3;
}
.main_navi .main_menu {
  line-height: 60px;
  border-top: solid 1px #b4b3b3;
}
.main_navi .main_menu:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53401c;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 10px;
}
.main_navi .sub_menu {
  padding-left: 40px;
  line-height: 40px;
}
.main_navi .last {
  padding-bottom: 20px;
}
.main_navi .arrow {
  margin: 0 10px 0 0;
}

.menu_contact_btn {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 180px;
  left: 74px;
}
.menu_contact_btn span {
  padding-right: 8px;
}
.menu_contact_btn span img {
  width: 24px;
}

@media screen and (max-width: 920px) {
  .menu_base {
    width: 80px;
    height: 80px;
  }

  .home_btn {
    width: 80px;
    height: 80px;
    right: 80px;
  }

  .reserve_btn {
    width: 160px;
    height: 35px;
    top: 80px;
  }
  .reserve_btn a {
    line-height: 35px;
  }

  .menu_trigger {
    width: 34px;
    height: 17px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 8px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }

  .navi_left {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .menu_base {
    width: 60px;
    height: 60px;
  }

  .home_btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }

  .reserve_btn {
    width: 120px;
    height: 30px;
    top: 60px;
  }
  .reserve_btn a {
    font-size: 12px;
    line-height: 30px;
  }

  .menu_trigger {
    width: 26px;
    height: 13px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 6px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }

  .navi {
    margin-bottom: 30px;
    padding: 30px 25px 50px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }

  .navi_left span {
    position: relative;
    left: -8px;
  }
  .navi_left span a {
    margin-bottom: 24px;
  }
  .navi_left .navi_side {
    padding-left: 14px;
  }

  .main_navi .main_menu {
    line-height: 56px;
  }
  .main_navi .sub_menu {
    padding-left: 40px;
    line-height: 38px;
  }
  .main_navi .last {
    padding-bottom: 18px;
  }

  .menu_contact_btn {
    top: auto;
    left: 34px;
    bottom: 0;
  }
}
/* covid info banner */
/* ============================================ */
.covid-info {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.covid-info p {
  padding-top: 1px;
  text-align: center;
  background: #53401c;
}
.covid-info span:before {
  content: "　";
}
.covid-info a {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
}
.covid-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .covid-info span:before {
    content: none;
  }
  .covid-info a {
    padding: 8px 0;
    line-height: 20px;
  }
}
/* プラグイン */
/* ============================================ */
/* modaal.min.css */
.modaal-close:before,
.modaal-close:after {
  background: #7f7f7f;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: #7f7f7f;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #eee;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  background: #7f7f7f;
}

.modaal-content-container {
  border: solid 1px #b2a8a5;
}

.modaal-container {
  max-width: 960px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 599px) {
  .modaal-content-container {
    padding: 30px 25px;
  }

  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modaal-close {
    right: 10px;
  }
}
/* お知らせ */
/* ============================================ */
.info_sec_title {
  padding-bottom: 30px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.info_base {
  margin: 0 auto 130px;
  padding: 0 20px;
  max-width: 1040px;
  position: relative;
}

.info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.info_list .info_box {
  padding: 0 20px;
  margin-bottom: 60px;
  width: 33.3%;
}
.info_list .info_box .info_date {
  margin-bottom: 8px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  position: relative;
}
.info_list .info_box .info_date .category {
  display: block;
  padding: 3px 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: -3px;
  border: 1px solid #806e5a;
}
.info_list .info_box .info_title {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.info_photo {
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.info_photo a {
  display: block;
  padding-top: 70%;
}
.info_photo img {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.info_photo span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info_photo span img {
  height: 50px;
  opacity: 0.2;
}
.info_photo span img:nth-of-type(2) {
  margin-left: 10px;
}

.more_btn {
  width: 200px;
}
.more_btn a {
  font-size: 18px;
  line-height: 46px;
}

.article_box {
  margin: 0;
  padding: 10px 30px;
  max-width: 900px;
  text-align: left;
  position: relative;
}
.article_box .article_title {
  margin-bottom: 14px;
  padding: 8px 110px 8px 4px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  border-bottom: solid 1px #000;
  position: relative;
}
.article_box .article_title .category {
  display: block;
  padding: 3px 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  position: absolute;
  right: 4px;
  bottom: 6px;
  border: 1px solid #806e5a;
}
.article_box .article_date {
  margin-bottom: 24px;
  padding: 0 8px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-align: right;
}
.article_box .article_text {
  margin-bottom: 30px;
  padding: 0 10px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article_box .article_text .brackets {
  position: relative;
  left: -6px;
}
.article_box .article_text .article_attention {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #806e5a;
  position: relative;
  top: 8px;
}
.article_box .article_text a {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
}
.article_box .font_s {
  font-size: 13px;
  line-height: 22px;
}
.article_box .border {
  padding-bottom: 30px;
  border-bottom: dashed 1px #aaa;
}
.article_box .article_photo {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.article_box .article_photo img {
  width: 100%;
}

.a010_sec .info_attention {
  padding: 2px 20px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b10000;
  text-align: center;
  border: solid 1px #b10000;
}
.a010_sec .info_attention .br_sp {
  display: none;
}

.a011_sec .article_photo, .a013_sec .article_photo, .a014_sec .article_photo, .a015_sec .article_photo, .a016_sec .article_photo, .a018_sec .article_photo, .a021_sec .article_photo {
  max-width: none;
}

.a014_sec .attention_gw, .a029_sec .attention_gw {
  font-size: 15px;
  color: #b10000;
  position: relative;
  top: -2px;
}

.a020_sec .color_change {
  color: #b10000;
}

.a025_sec .article_photo, .a026_sec .article_photo {
  max-width: 800px;
}

@media screen and (max-width: 920px) {
  .info_sec_title {
    padding-bottom: 28px;
    font-size: 20px;
  }

  .info_base {
    padding: 0 25px;
  }

  .info_list .info_box {
    padding: 0 15px;
  }
  .info_list .info_box .info_date {
    font-size: 14px;
  }
  .info_list .info_box .info_title {
    font-size: 16px;
    line-height: 22px;
  }

  .article_box {
    padding: 5px 10px 10px;
  }
  .article_box .article_title {
    margin-bottom: 12px;
    padding: 7px 110px 7px 4px;
    font-size: 18px;
    line-height: 24px;
  }
  .article_box .article_date {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .article_box .article_text {
    font-size: 15px;
    line-height: 28px;
  }
  .article_box .font_s {
    font-size: 13px;
    line-height: 20px;
  }

  .a014_sec .attention_gw {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .info_base {
    padding: 0 20px;
  }

  .info_list .info_box {
    padding: 0 10px;
  }
  .info_list .info_box .info_date {
    padding-top: 24px;
  }
  .info_list .info_box .info_date .category {
    left: 0;
    right: auto;
  }

  .article_box {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .info_base {
    margin: 0 auto 80px;
  }

  .info_list .info_box {
    margin-bottom: 40px;
    padding: 0 5px;
    width: 100%;
  }
  .info_list .info_box .info_date {
    padding-top: 0;
  }
  .info_list .info_box .info_date .category {
    left: auto;
    right: 0;
  }

  .info_photo a {
    padding-top: 50%;
  }

  .more_btn {
    width: 180px;
    right: 25px;
  }
  .more_btn a {
    font-size: 17px;
    line-height: 44px;
  }

  .article_box .article_title {
    margin-bottom: 12px;
    padding: 7px 4px 28px 4px;
    font-size: 17px;
    line-height: 24px;
  }
  .article_box .article_date {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .article_box .article_text {
    font-size: 14px;
    line-height: 26px;
  }
  .article_box .font_s {
    font-size: 12px;
    line-height: 18px;
  }

  .a010_sec .info_attention {
    padding: 6px 20px;
    line-height: 20px;
  }
  .a010_sec .info_attention .br_sp {
    display: block;
  }

  .a011_sec .br_pc, .a020_sec .br_pc, .a025_sec .br_pc, .a026_sec .br_pc {
    display: none;
  }

  .a014_sec .attention_gw, .a029_sec .attention_gw {
    font-size: 13px;
  }

  .a029_sec .attention_gw {
    display: inline-block;
    padding-top: 4px;
    line-height: 20px;
    top: 0;
  }
}
/* お知らせ */
/* ============================================ */
.contents {
  padding: 80px 0;
}

/* お知らせ(写真) */
/* ============================================ */
.id001 .info_photo img {
  width: auto;
  height: 100%;
}

.id002 .info_photo img, .id012 .info_photo img {
  width: auto;
  height: 100%;
}

.id003 .info_photo img {
  width: auto;
  height: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.id004 .info_photo img {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.id006 .info_photo img, .id007 .info_photo img, .id013 .info_photo img, .id014 .info_photo img, .id015 .info_photo img, .id016 .info_photo img, .id017 .info_photo img, .id018 .info_photo img, .id019 .info_photo img, .id020 .info_photo img, .id021 .info_photo img, .id022 .info_photo img, .id025 .info_photo img, .id026 .info_photo img, .id027 .info_photo img, .id028 .info_photo img, .id029 .info_photo img, .id030 .info_photo img {
  width: 101%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.id006 .info_photo img.pc, .id007 .info_photo img.pc, .id013 .info_photo img.pc, .id014 .info_photo img.pc, .id015 .info_photo img.pc, .id016 .info_photo img.pc, .id017 .info_photo img.pc, .id018 .info_photo img.pc, .id019 .info_photo img.pc, .id020 .info_photo img.pc, .id021 .info_photo img.pc, .id022 .info_photo img.pc, .id025 .info_photo img.pc, .id026 .info_photo img.pc, .id027 .info_photo img.pc, .id028 .info_photo img.pc, .id029 .info_photo img.pc, .id030 .info_photo img.pc {
  display: block;
}
.id006 .info_photo img.sp, .id007 .info_photo img.sp, .id013 .info_photo img.sp, .id014 .info_photo img.sp, .id015 .info_photo img.sp, .id016 .info_photo img.sp, .id017 .info_photo img.sp, .id018 .info_photo img.sp, .id019 .info_photo img.sp, .id020 .info_photo img.sp, .id021 .info_photo img.sp, .id022 .info_photo img.sp, .id025 .info_photo img.sp, .id026 .info_photo img.sp, .id027 .info_photo img.sp, .id028 .info_photo img.sp, .id029 .info_photo img.sp, .id030 .info_photo img.sp {
  display: none;
}

.id008 .info_photo img {
  width: 101%;
  top: 20%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.id010 .info_photo img, .id011 .info_photo img {
  width: auto;
  height: 100%;
}

.id023 .info_photo img {
  width: 101%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.id023 .info_photo img.pc {
  display: block;
}
.id023 .info_photo img.sp {
  display: none;
}

.id024 .info_photo img {
  width: 101%;
  top: 79%;
  -webkit-transform: translate(-50%, -79%);
          transform: translate(-50%, -79%);
}

@media screen and (max-width: 599px) {
  .id001 .info_photo img {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -5%;
  }

  .id002 .info_photo img, .id012 .info_photo img {
    width: 100%;
    height: auto;
    top: -12%;
  }

  .id003 .info_photo img {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }

  .id006 .info_photo img.pc, .id007 .info_photo img.pc, .id013 .info_photo img.pc, .id014 .info_photo img.pc, .id015 .info_photo img.pc, .id016 .info_photo img.pc, .id017 .info_photo img.pc, .id018 .info_photo img.pc, .id019 .info_photo img.pc, .id020 .info_photo img.pc, .id021 .info_photo img.pc, .id022 .info_photo img.pc, .id023 .info_photo img.pc, .id025 .info_photo img.pc, .id026 .info_photo img.pc, .id027 .info_photo img.pc, .id028 .info_photo img.pc, .id029 .info_photo img.pc, .id030 .info_photo img.pc {
    display: none;
  }
  .id006 .info_photo img.sp, .id007 .info_photo img.sp, .id013 .info_photo img.sp, .id014 .info_photo img.sp, .id015 .info_photo img.sp, .id016 .info_photo img.sp, .id017 .info_photo img.sp, .id018 .info_photo img.sp, .id019 .info_photo img.sp, .id020 .info_photo img.sp, .id021 .info_photo img.sp, .id022 .info_photo img.sp, .id023 .info_photo img.sp, .id025 .info_photo img.sp, .id026 .info_photo img.sp, .id027 .info_photo img.sp, .id028 .info_photo img.sp, .id029 .info_photo img.sp, .id030 .info_photo img.sp {
    display: block;
  }

  .id008 .info_photo img {
    top: 46%;
    -webkit-transform: translate(-50%, -46%);
            transform: translate(-50%, -46%);
  }

  .id009 .info_photo img {
    top: 3%;
    -webkit-transform: translate(-50%, -3%);
            transform: translate(-50%, -3%);
  }

  .id010 .info_photo img, .id011 .info_photo img {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -5%;
  }

  .id024 .info_photo {
    background: #000;
  }
  .id024 .info_photo img {
    top: 86%;
    -webkit-transform: translate(-50%, -86%);
            transform: translate(-50%, -86%);
  }
}
/* フッター */
/* ============================================ */
footer {
  padding: 46px 0 86px;
  width: 100%;
  background: #53401c;
  color: #fff;
}
footer .footer_base {
  margin: 0 auto 28px;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
footer .footer_base .footer_logo {
  display: block;
  margin: 0 auto 12px;
  width: 220px;
}
footer .footer_base .footer_text {
  margin-bottom: 8px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}

.contact_btn {
  display: inline-block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}
.contact_btn a {
  display: block;
  padding: 5px 32px 7px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 14px;
}
.contact_btn span {
  padding-right: 5px;
}
.contact_btn span img {
  width: 16px;
}

.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 960px;
}
.group_list li {
  padding: 6px 0;
  width: calc((100% - 160px) / 3);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:nth-child(2) {
  width: 160px;
}
.group_list li a {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 52px;
  position: relative;
}
.group_list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.group_list li a span {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link_bekkan img {
  height: 100%;
}

.link_suizen img {
  height: 74%;
}

.link_solo img {
  height: 87%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1040px) {
  .group_list {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  footer .footer_base {
    margin: 0 auto 26px;
  }
  footer .footer_base .footer_text {
    font-size: 15px;
    line-height: 24px;
  }

  .group_list li {
    padding: 4px 0;
  }
  .group_list li a {
    height: 46px;
  }
  .group_list li a span {
    font-size: 17px;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 24px;
    width: calc((100% - 160px) / 2);
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 40px 0 96px;
  }
  footer .footer_base {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  footer .footer_base .footer_logo {
    width: 190px;
  }
  footer .footer_base .footer_text {
    font-size: 14px;
    line-height: 22px;
  }

  .contact_btn {
    font-size: 12px;
  }
  .contact_btn span img {
    width: 15px;
  }

  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 30px;
    width: 100%;
  }
  .group_list li:first-child, .group_list li:nth-child(2), .group_list li:nth-child(3) {
    height: 25px;
    position: relative;
  }
  .group_list li:first-child a, .group_list li:nth-child(2) a, .group_list li:nth-child(3) a {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .group_list li:nth-child(2), .group_list li:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
  }
  .group_list li:nth-child(2) {
    width: 100%;
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
  .group_list li a {
    height: 42px;
  }
  .group_list li a span {
    font-size: 16px;
  }
}

.single-post .text-danger {
  font-size: 15px;
  color: #b10000;
  position: relative;
  /*top: -2px;*/
}

.single-post .article_content p a,
.single-post .article_content a {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
} 
.border-1 {
  border: 1px solid;
}
.border-danger {
  border-color: #b10000;
}
.text-center {
  text-align: center !important;
}
.single-post .article_content {
  margin-top: 0 !important;
}
.single-post .article_content p:first-of-type {
  margin-top: 0;
}
.single-post .article_attention {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #806e5a;
  position: relative;
  top: 8px;
}

.home.blog .more_btn {
  display: block;
  position: unset;
  margin: 0 auto;
}
.single-post .article_text {
  margin-bottom: 30px;
  padding: 0 10px 0 0;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.single-post .article_box .font_s {
  font-size: 13px;
  line-height: 22px;
}
.single-post .info_attention {
  padding: 2px 20px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b10000;
  text-align: center;
  border: solid 1px #b10000;
}

#max-width-960-pc {
  max-width: 960px;
  margin: 0 auto;
}

.single-post .more_btn {
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.d-block-sp {
  display: none;
}
.d-block-pc {
  display: block;
}
.home.blog .info_photo img {
  min-height: 100%;
}

@media screen and (max-width: 768px) {
  .d-block-sp {
    display: block;
  }
  .d-block-pc {
  display: none;
}
  .single-post #max-width-960-pc .article_content {
    margin-top: 0 !important;
  }
  #max-width-960-pc {
    max-width: 100%;
    margin: 30px 25px;
  }
  .single-post .article_box img {
    max-width: 100%;
  }
  .single-post .article_box .article_text,
  .single-post .article_box p {
    font-size: 14px;
    line-height: 26px;
  }
  .single-post .article_box p:first-of-type {
    margin-top: 0;
  }
  .single-post .article_date {
    margin-bottom: 10px;
  }
  .single-post .more_btn {
    width: 100%;
    border: 0;
    position: relative;
    right: unset;
  }
  .single-post .more_btn a {
    width: 180px;
    border: 1px solid #53401c;
    margin: 0 auto;
  }
  .home.blog .info_box {
    height: auto;
  }
  .home.blog .info_box .info_photo a {
    padding-top: 0;
  }
  .home.blog .info_box .info_photo a img {
    position: relative;
    left: unset;
    transform: unset;
  }
}