@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;
  right: 40px;
}
.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;
  }
}
/* 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;
  }
}
/* スライダー */
/* ============================================ */
.contents_slider, .contents_img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  min-height: 340px;
  background: #000;
}
.contents_slider:before, .contents_img:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-wrapper .swiper-slide img.img_pc {
  display: block;
}
.swiper-wrapper .swiper-slide img.img_sp {
  display: none;
}

/*.contents_img {
  position: relative;
  overflow: hidden;

  img {
    width: 100%;
    @include mx.position(50%, 50%);
  }
}*/
.prev_btn, .next_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prev_btn:after, .next_btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #fff;
}

.prev_btn {
  left: 10px;
}
.prev_btn:after {
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.next_btn {
  right: 10px;
}
.next_btn:after {
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 920px) {
  .prev_btn:after, .next_btn:after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%;
  }

  .prev_btn {
    left: 6px;
  }

  .next_btn {
    right: 6px;
  }
}
/* プラグイン */
/* ============================================ */
/* 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;
  }
}
/* メインコンテンツ ヘッダー */
/* ============================================ */
header {
  width: 100%;
  max-height: 1000px;
  min-height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 73%;
}
header .back_mark {
  display: block;
  height: 27%;
}
header .back_mark img {
  height: 100%;
}
header .header_text {
  width: 100%;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 920px) {
  header .header_text {
    font-size: 30px;
    line-height: 56px;
  }
}
@media screen and (max-width: 599px) {
  header .header_text {
    font-size: 24px;
    line-height: 40px;
  }
}
/* お知らせ */
/* ============================================ */
.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;
}
.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;
  height: 100%;
}
.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;
  right: 40px;
}
.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;
  }
}
/* インデックス (ベース) */
/* ============================================ */
.container {
  background: url("../img/bg00.jpg") repeat-y center/100%;
  color: #fff;
}

.contents {
  padding-bottom: 80px;
  background: none;
}

.mark {
  margin-bottom: 60px;
}

.sec_base {
  margin-bottom: 130px;
}
.sec_base h2 {
  margin-bottom: 20px;
  font-size: 50px;
}
.sec_base .sec_text span {
  margin: 18px 0 20px 0;
}
.sec_base .sub_text {
  margin-bottom: 26px;
  padding: 0 40px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
}

.index_sec {
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.index_sec:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 960px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

h3 {
  margin-bottom: 26px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
}

h4 {
  margin-bottom: 26px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
}

.banner {
  margin: 0 auto 80px;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
  position: relative;
  overflow: hidden;
  /*&:before {
    content: "";
    display: block;
    padding-top: 25%;
  }*/
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner img {
  width: 100%;
}
.banner img.banner_pc {
  display: block;
}
.banner img.banner_sp {
  display: none;
}
.banner p {
  width: 100%;
  display: block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog {
  margin-bottom: 50px;
}

.sightseeing {
  margin-bottom: 46px;
  max-width: none;
  min-height: 200px;
  background: #aaa;
  position: relative;
}
.sightseeing:before {
  content: "";
  display: block;
  padding-top: 25%;
}
.sightseeing a {
  position: absolute;
  top: 0;
  left: 0;
}
.sightseeing p {
  font-size: 40px;
}

.info_base {
  padding-bottom: 80px;
}

.info_list .info_box .info_date .category {
  color: #806e5a;
  background: #fff;
}

.more_btn {
  background: #fff;
}

@media screen and (max-width: 920px) {
  .mark span {
    padding: 0 8px;
  }
  .mark span img {
    height: 70px;
  }

  .sec_base h2 {
    margin-bottom: 18px;
    font-size: 44px;
  }
  .sec_base .sub_text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 30px;
  }

  h3 {
    margin-bottom: 22px;
    font-size: 38px;
  }

  h4 {
    font-size: 32px;
  }

  .banner {
    margin-bottom: 70px;
  }
  .banner p {
    font-size: 26px;
  }

  .info_base {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding-bottom: 70px;
  }

  .mark span {
    padding: 0 4px;
  }
  .mark span img {
    height: 56px;
  }

  .sec_base h2 {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .sec_base .sub_text {
    margin-bottom: 18px;
    padding: 0 30px;
    font-size: 15px;
    line-height: 28px;
  }

  .index_sec {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  h3 {
    margin-bottom: 18px;
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  .banner {
    margin-bottom: 60px;
    padding: 0 25px;
  }
  .banner img.banner_pc {
    display: none;
  }
  .banner img.banner_sp {
    display: block;
  }
  .banner p {
    font-size: 24px;
  }
}
/* インデックス (ヘッダー) */
/* ============================================ */
header {
  max-height: 840px;
  min-height: 340px;
}
header:before {
  padding-top: 61%;
}
header h1 {
  padding: 26px 0 10px;
  width: 100%;
  font-family: a-otf-ud-reimin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 130px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -43%);
          transform: translate(-50%, -43%);
  /*&:before, &:after {
    content: "";
    display: block;
    width: 40px;
    height: 32px; 
    position: absolute;
  }

  &:before {
    border-top: solid 6px #fff;
    border-right: solid 6px #fff;
    top: 0;
    right: -30px;
  }

  &:after {
    border-bottom: solid 6px #fff;
    border-left: solid 6px #fff;
    bottom: 0;
    left: -30px;
  }*/
}
header .top_video {
  width: auto;
  height: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .video_sp {
  display: none;
}
header .filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .back_mark {
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -43%);
          transform: translate(-50%, -43%);
}
header .main_copy {
  width: 100%;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #63554d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 36px;
}
header .main_copy span {
  display: block;
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 500;
}

.group_enter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
  margin: 0 auto;
  width: calc(100% - (30px * 2));
}
.group_enter .group_link_base {
  position: relative;
}
.group_enter .group_link_base .group_a {
  display: block;
  margin: 0 auto;
  padding-bottom: 1px;
  width: 70%;
  max-width: 230px;
  min-width: 160px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  border: solid 1px #aaa;
  position: relative;
}
.group_enter .group_link_base .link_at {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #c73753;
}
.group_enter .group_link_base:nth-of-type(2) .group_a, .group_enter .group_link_base:nth-of-type(3) .group_a {
  margin-bottom: 6px;
}
.group_enter .group_link {
  display: block;
  width: 100%;
  max-height: 340px;
  min-height: 160px;
  position: relative;
}
.group_enter .group_link:before {
  content: "";
  display: block;
  padding-top: 54%;
}
.group_enter .group_link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.group_enter .filter {
  display: block;
  width: 100%;
  max-height: 340px;
  min-height: 120px;
  background: rgba(204, 68, 37, 0.18);
  position: absolute;
  top: 0;
  left: 0;
}
.group_enter .filter:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.group_enter .filter a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.group_enter .group_logo {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.group_enter .group_logo:before {
  content: none;
  display: block;
  padding-top: 26%;
}
.group_enter .group_logo a {
  display: block;
}

.matsuya_enter .group_link {
  background: url("../img/matsuya_img.jpg") no-repeat center 58%/102% auto;
}
.matsuya_enter .group_logo img {
  width: 54%;
  max-width: 350px;
  min-width: 180px;
}

.bekkan_enter .group_link {
  background: url("../img/bekkan_img.jpg") no-repeat 42% 80%/128% auto;
}
.bekkan_enter .group_logo img {
  width: 58%;
  max-width: 380px;
  min-width: 194px;
}

.solo_enter .group_link {
  background: url("../img/solo_img3.jpg") no-repeat 52% 60%/108% auto;
}
.solo_enter .group_logo img {
  width: 18%;
  max-width: 120px;
  min-width: 60px;
}

.suizen_enter .group_link {
  background: url("../img/suizen_img.jpg") no-repeat center 10%/110% auto;
}
.suizen_enter .group_logo {
  padding-top: 10px;
}
.suizen_enter .group_logo img {
  width: 58%;
  max-width: 380px;
  min-width: 194px;
}
.suizen_enter .suizen_open {
  display: block;
  width: 46%;
  max-width: 300px;
  min-width: 154px;
  position: absolute;
  left: 52%;
  top: 34%;
  -webkit-transform: translate(-52%, -34%);
          transform: translate(-52%, -34%);
}

.group_enter_base {
  width: 100%;
  position: fixed;
  bottom: 46px;
  opacity: 0;
}

.group_enter_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.group_enter_bottom .group_link {
  margin: 10px 0;
  width: calc(100% / 3);
  height: 55px;
  border-right: solid 1px #000;
  position: relative;
}
.group_enter_bottom .group_link:nth-of-type(3) {
  border-right: none;
}
.group_enter_bottom .group_link a {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.group_enter_bottom .group_link .group_logo {
  display: block;
  padding: 2px 0;
  height: 100%;
}
.group_enter_bottom .group_link .group_logo img {
  height: 100%;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeIn .group_link a {
  display: block;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOutAnime;
          animation-name: fadeOutAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadeOut .group_link a {
  display: none;
}

@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 1790px) {
  header .top_video {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1700px) {
  .suizen_enter .suizen_open {
    top: 32%;
    -webkit-transform: translate(-52%, -32%);
            transform: translate(-52%, -32%);
  }
}
@media screen and (max-width: 920px) {
  header h1 {
    padding: 24px 0 8px;
    font-size: 98px;
  }
  header h1:before, header h1:after {
    width: 34px;
    height: 26px;
  }
  header h1:before {
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    right: -28px;
  }
  header h1:after {
    border-bottom: solid 5px #fff;
    border-left: solid 5px #fff;
    left: -28px;
  }
  header .video_pc {
    display: none;
  }
  header .video_sp {
    display: block;
  }
  header .main_copy {
    font-size: 24px;
    bottom: 30px;
  }
  header .main_copy span {
    display: block;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .group_enter {
    gap: 16px 24px;
    width: calc(100% - (24px * 2));
  }

  .suizen_enter .suizen_open {
    top: 35%;
    -webkit-transform: translate(-52%, -35%);
            transform: translate(-52%, -35%);
  }

  .group_enter_bottom .group_link {
    height: 45px;
  }
}
@media screen and (max-width: 700px) {
  header h1 {
    padding: 20px 0 4px;
    font-size: 80px;
  }
  header h1:before, header h1:after {
    width: 28px;
    height: 20px;
  }
  header h1:before {
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    right: -22px;
  }
  header h1:after {
    border-bottom: solid 4px #fff;
    border-left: solid 4px #fff;
    left: -22px;
  }
  header .main_copy {
    font-size: 22px;
    bottom: 26px;
  }
  header .main_copy span {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .group_enter .group_link_base .group_a {
    font-size: 13px;
  }
  .group_enter .group_link_base .link_at {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  header h1 {
    padding: 16px 0 2px;
    font-size: 66px;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  header h1:before, header h1:after {
    width: 22px;
    height: 16px;
  }
  header h1:before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: -18px;
  }
  header h1:after {
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    left: -18px;
  }
  header .main_copy {
    padding: 0 10px;
    font-size: 18px;
    bottom: 20px;
  }
  header .main_copy span {
    margin-bottom: 6px;
    font-size: 30px;
  }

  .group_enter {
    display: block;
    width: calc(100% - (20px * 2));
  }
  .group_enter .group_link_base {
    margin-bottom: 16px;
    width: 100%;
  }
  .group_enter .group_link_base .group_a {
    width: 190px;
  }
  .group_enter .group_link {
    max-height: 170px;
    min-height: 130px;
  }
  .group_enter .group_link:before {
    padding-top: 40%;
  }
  .group_enter .group_link a {
    display: block;
  }
  .group_enter .filter {
    max-height: 170px;
    min-height: 130px;
  }
  .group_enter .filter:before {
    padding-top: 34%;
  }
  .group_enter .group_logo:before {
    content: none;
    display: block;
    padding-top: 34%;
  }
  .matsuya_enter .group_link {
    background-position: 90% 71%;
    background-size: 116% auto;
  }
  .matsuya_enter .group_logo img {
    width: 50%;
    max-width: 255px;
    min-width: none;
  }

  .bekkan_enter .group_link {
    background-position: 45% 88%;
    background-size: 140% auto;
  }
  .bekkan_enter .group_logo img {
    width: 52%;
    max-width: 265px;
    min-width: none;
  }

  .solo_enter .group_link {
    background-position: 53% 42%;
    background-size: 145% auto;
  }
  .solo_enter .group_logo img {
    width: 16%;
    max-width: 82px;
    min-width: none;
  }

  .suizen_enter .group_logo {
    padding-top: 12px;
  }
  .suizen_enter .group_logo img {
    width: 52%;
    max-width: 265px;
    min-width: none;
  }
  .suizen_enter .suizen_open {
    width: 38%;
    max-width: 196px;
    min-width: none;
    left: 51%;
    top: 30%;
    -webkit-transform: translate(-51%, -30%);
            transform: translate(-51%, -30%);
  }

  .group_enter_base {
    bottom: 56px;
  }

  .group_enter_bottom .group_link {
    margin: 12px 0;
    height: 50px;
  }
  .group_enter_bottom .group_link .group_logo {
    padding: 4px 0;
  }
}
/* インデックス (SNS) */
/* ============================================ */
.sns_box {
  margin: 0 auto 100px;
  padding: 0 40px;
  max-width: 960px;
}

.sns_base {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.sns_base .sns_title {
  margin-bottom: 30px;
  border-bottom: solid 1px #aaa;
  position: relative;
  /*&:before {
    content: "";
    display: block;
    width: calc((100% - 240px) / 2);
    height: 1px;
    position: absolute;
    background: #aaa;
    bottom: 0;
  }

  &:after {
    content: "";
    display: block;
    width: calc((100% - 240px) / 2);
    height: 1px;
    position: absolute;
    background: #aaa;
    right: 0;
    bottom: 0;
  }*/
}
.sns_base .sns_title span {
  display: inline-block;
  padding: 0 30px 5px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.facebook_icon, .instagram_icon, .line_icon, .twi_icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.facebook_icon a, .instagram_icon a, .line_icon a, .twi_icon a {
  display: block;
  width: 54px;
  height: 54px;
}

.facebook_icon, .instagram_icon {
  margin-right: 90px;
}
.facebook_icon img, .instagram_icon img {
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.line_icon img {
  width: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.twi_icon img {
  width: 32px;
  position: absolute;
  top: 52%;
  left: 56%;
  -webkit-transform: translate(-56%, -52%);
          transform: translate(-56%, -52%);
}

@media screen and (max-width: 599px) {
  .sns_box {
    padding: 0 25px;
  }

  .sns_base {
    margin-bottom: 46px;
  }
  .sns_base .sns_title {
    margin-bottom: 26px;
  }

  .facebook_icon, .instagram_icon {
    margin-right: 40px;
  }
}
/* インデックス (周辺) */
/* ============================================ */
.tourism_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1040px;
}
.tourism_list li {
  margin-bottom: 50px;
  padding: 0 15px;
  width: 25%;
}
.tourism_list p {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}

.tourism_photo {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.tourism_photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tourism_photo img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tourism_list li:nth-child(8) img {
  height: 102%;
  left: 70%;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}

.tourism_list li:nth-child(9) img {
  height: 110%;
  top: 100%;
  left: 85%;
  -webkit-transform: translate(-85%, -100%);
          transform: translate(-85%, -100%);
}

.tourism_list li:nth-child(10) img {
  height: 104%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.tourism_list li:nth-child(11) img {
  height: 104%;
  top: 0;
  left: 60%;
  -webkit-transform: translate(-60%, 0);
          transform: translate(-60%, 0);
}

.tourism_list li:nth-child(12) img {
  height: 102%;
  top: 0;
  left: 48%;
  -webkit-transform: translate(-48%, 0);
          transform: translate(-48%, 0);
}

.modaal-iframe .modaal-inner-wrapper {
  padding: 0;
}
.modaal-iframe .modaal-container {
  height: 100%;
}

@media screen and (max-width: 920px) {
  .tourism_list {
    padding: 0 28px;
  }
  .tourism_list li {
    padding: 0 12px;
  }
}
@media screen and (max-width: 700px) {
  .tourism_list li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 599px) {
  .tourism_list {
    padding: 0 13px;
  }
  .tourism_list li {
    padding: 0 12px;
    width: 50%;
  }
}
/* インデックス (リンク) */
/* ============================================ */
.link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 60px;
  padding: 0 20px;
  max-width: 1040px;
}
.link_box li {
  padding: 0 20px 24px;
  width: 50%;
}
.link_box li:nth-child(1) img {
  height: 78%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.link_box li:nth-child(2) img {
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link_banner {
  background: #fff;
  position: relative;
}
.link_banner:before {
  content: "";
  display: block;
  padding-top: 21%;
}
.link_banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.link_banner span {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.movie_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  position: relative;
}
.movie_wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1040px) {
  .movie_wrap {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 700px) {
  .link_box {
    padding: 0 30px;
  }
  .link_box li {
    padding: 0 10px 24px;
  }

  .link_banner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .link_box {
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .link_box li {
    margin: 0 auto;
    padding: 0 10px 20px;
    width: 100%;
    max-width: 400px;
  }

  .link_banner span {
    font-size: 20px;
  }

  .movie_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 450px) {
  .movie_wrap {
    margin: 0 35px;
    width: calc(100% - 70px);
  }
}
/* インデックス (アクセス) */
/* ============================================ */
.map_base {
  margin: 0 auto 50px;
  max-width: 960px;
}

.access_detail_base {
  margin-bottom: 30px;
  padding: 0 40px;
}

.access_detail_btn {
  margin: 0 auto;
  max-width: 960px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 90px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  cursor: pointer;
}
.access_detail_btn .plus_btn {
  right: 18px;
  bottom: 14px;
}
.access_detail_btn .plus_btn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.access_detail_btn.open .plus_btn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.access_detail {
  margin: 0 auto;
  padding: 40px 0 60px;
  max-width: 960px;
  text-align: left;
}

.access_list {
  margin-bottom: 40px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 18px;
  position: relative;
}
.access_list li {
  margin-bottom: 30px;
  position: relative;
}
.access_list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.access_list li p {
  display: inline-block;
  margin-right: 60px;
  width: 32%;
  max-width: 260px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #a38658;
  border: solid 1px #a38658;
  position: relative;
}
.access_list li span {
  position: absolute;
  top: -5px;
  right: 80px;
}
.access_list li:last-child {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.access_list li:last-child:before {
  content: none;
}
.access_list li:last-child .distination {
  margin: 0;
  width: 44px;
  height: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #000;
  background: #fff;
  border-color: #fff;
}

.pdf_info {
  margin-bottom: 10px;
  padding: 0 0 8px 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  border-bottom: solid 1px #fff;
}

.pdf_dl {
  display: inline-block;
  margin-right: 50px;
  padding-left: 16px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
.pdf_dl:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  top: -1px;
}
.pdf_dl img {
  height: 30px;
  position: relative;
  left: 12px;
  top: 2px;
}
.pdf_dl .arrow {
  margin-left: 6px;
}
.pdf_dl .arrow:before {
  background: #fff;
}
.pdf_dl .arrow:after {
  border-color: #fff;
}

@media screen and (max-width: 920px) {
  .access_detail_btn {
    font-size: 24px;
    line-height: 80px;
  }
  .access_detail_btn .plus_btn {
    width: 32px;
    height: 32px;
    right: 16px;
    bottom: 10px;
  }
  .access_detail_btn .plus_btn:before {
    width: 19px;
  }
  .access_detail_btn .plus_btn:after {
    height: 19px;
  }

  .access_list {
    font-size: 17px;
  }
  .access_list li {
    margin-bottom: 28px;
  }
  .access_list li p {
    margin-right: 40px;
    line-height: 40px;
  }
  .access_list li span {
    top: -3px;
    right: 70px;
  }
  .access_list li:last-child .distination {
    width: 42px;
  }

  .pdf_info {
    margin-bottom: 10px;
    padding: 0 0 8px 8px;
  }

  .pdf_dl {
    margin: 0 40px 6px 0;
    padding-left: 12px;
  }
}
@media screen and (max-width: 700px) {
  .car .access_list li {
    margin-bottom: 24px;
  }
  .car .access_list li p {
    width: 36%;
  }

  .transportation .access_list li {
    margin-bottom: 24px;
  }
  .transportation .access_list li p {
    margin-right: 30px;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .access_detail_base {
    margin-bottom: 26px;
    padding: 0 25px;
  }

  .access_detail_btn {
    font-size: 22px;
    line-height: 70px;
  }
  .access_detail_btn .plus_btn {
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 8px;
  }
  .access_detail_btn .plus_btn:before {
    width: 14px;
    height: 3px;
  }
  .access_detail_btn .plus_btn:after {
    width: 3px;
    height: 14px;
  }

  .access_list {
    font-size: 16px;
  }
  .access_list li {
    margin-bottom: 28px;
  }
  .access_list li p {
    padding: 10px 0;
    line-height: 18px;
    vertical-align: middle;
  }
  .access_list li p.l1 {
    padding: 15px 0 16px;
  }
  .access_list li p.l2 {
    padding: 6px 0 7px;
  }
  .access_list li span {
    top: -3px;
    right: 42px;
  }
  .access_list li:last-child .distination {
    width: 32px;
    line-height: 30px;
  }

  .car .access_list li {
    margin-bottom: 20px;
  }
  .car .access_list li p {
    width: 40%;
  }
  .car .access_list li:nth-child(2) span {
    top: 2px;
  }

  .transportation .access_list li {
    margin-bottom: 20px;
  }
  .transportation .access_list li p {
    margin-right: 20px;
    width: 28%;
  }
  .transportation .access_list li span {
    top: 2px;
  }

  .pdf_info {
    margin-bottom: 8px;
    padding: 0 0 6px 8px;
    font-size: 13px;
    line-height: 16px;
  }

  .pdf_dl {
    margin: 0 20px 6px 0;
    padding-left: 10px;
    font-size: 14px;
  }
  .pdf_dl:before {
    margin-right: 6px;
    width: 8px;
    height: 8px;
    top: -1px;
  }
  .pdf_dl img {
    height: 30px;
    position: relative;
    left: 12px;
    top: 2px;
  }
}
/* インデックス */
/* ============================================ */
/* お知らせ(写真) */
/* ============================================ */
.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%);
  }
}
/* 水禅バナー */
/* ============================================ */
.banner_suizen {
  margin: 0 auto 130px;
  width: calc(100% - (40px * 2));
  max-width: 960px;
  border: solid 3px #727171;
  border-radius: 7% 7% 7% 7%/10% 10% 10% 10%;
  position: relative;
  overflow: hidden;
}
.banner_suizen:before {
  content: "";
  display: block;
  padding-top: 74%;
}
.banner_suizen img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.suizen_reserve_btn {
  width: 50%;
  @include mx.matisse(28px);
  background: rgba(100,53,92,0.8);
  @include mx.position_x(50%);
  bottom: 10%;
  border-radius: 29px;

  &:before {
    content: "";
    display: block;
    padding-top: 12%;
  }

  p {
    font-size: min(2vw, 20px);
    @include mx.position(50%, 50%);

    span {
      font-size: min(1.6vw, 16px);
      position: relative;
      top: -1px;
    }
  }
}*/
@media screen and (max-width: 599px) {
  .banner_suizen {
    margin: 0 auto 80px;
    width: calc(100% - (20px * 2));
    border-width: 2px;
  }
}
/* 求人バナー */
/* ============================================ */
.recruit_base_index p, .recruit_base p {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
}

.recruit_banner_index, .recruit_banner {
  margin: 0 auto;
  max-width: 960px;
  border: solid 2px #f8b62d;
  position: relative;
}
.recruit_banner_index:before, .recruit_banner:before {
  content: "";
  display: block;
}
.recruit_banner_index a, .recruit_banner a {
  display: block;
  margin: 0 auto;
  width: 240px;
}
.recruit_banner_index .recruit_text, .recruit_banner .recruit_text {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.recruit_banner_index .recruit_text span, .recruit_banner .recruit_text span {
  display: block;
  font-size: 18px;
}

.recruit_base_index {
  padding: 70px 40px 0;
  position: relative;
}
.recruit_base_index:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 960px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.recruit_base_index .recruit_comment {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.recruit_banner_index {
  min-height: 170px;
}
.recruit_banner_index:before {
  padding-top: 24%;
}
.recruit_banner_index a {
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, -66%);
          transform: translate(-50%, -66%);
}
.recruit_banner_index .recruit_text span {
  margin: 8px 0 14px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: #f8b62d;
}
.recruit_banner_index .recruit_text:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 20px;
  background: #f6bd2c;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: relative;
  left: 4px;
}

.recruit_base {
  padding: 0 40px;
}

.recruit_banner {
  border-radius: 20px;
  min-height: 110px;
}
.recruit_banner:before {
  padding-top: 14%;
}
.recruit_banner a {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.recruit_banner .recruit_text {
  color: #f8b62d;
}
.recruit_banner .recruit_text span {
  margin: 8px auto 0;
  padding: 3px 0 7px;
  width: 160px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #000;
  background: #f6bd2c;
  border-radius: 15px;
}

@media screen and (max-width: 920px) {
  .recruit_base_index p, .recruit_base p {
    font-size: 24px;
  }

  .recruit_banner_index .recruit_text, .recruit_banner .recruit_text {
    font-size: 32px;
  }
  .recruit_banner_index .recruit_text span, .recruit_banner .recruit_text span {
    font-size: 16px;
  }

  .recruit_banner_index .recruit_text span {
    margin: 6px 0 12px;
  }
  .recruit_banner_index .recruit_text:after {
    width: 16px;
    height: 18px;
  }

  .recruit_banner .recruit_text span {
    margin-top: 6px;
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .recruit_base_index p, .recruit_base p {
    font-size: 22px;
  }

  .recruit_banner_index a, .recruit_banner a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .recruit_banner_index .recruit_text, .recruit_banner .recruit_text {
    font-size: 30px;
  }
  .recruit_banner_index .recruit_text span, .recruit_banner .recruit_text span {
    font-size: 14px;
  }

  .recruit_base_index {
    padding: 60px 25px 0;
  }
  .recruit_base_index .recruit_comment {
    margin-bottom: 30px;
    line-height: 28px;
  }

  .recruit_banner_index a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .recruit_banner_index .recruit_text {
    padding-top: 56px;
  }
  .recruit_banner_index .recruit_text span {
    margin-bottom: 10px;
  }
  .recruit_base {
    padding: 0 25px;
  }

  .recruit_banner .recruit_text {
    padding-top: 24px;
  }
  .recruit_banner .recruit_text span {
    width: 140px;
  }
}
/* フッター */
/* ============================================ */
footer {
  padding: 46px 0 86px;
  width: 100%;
  background: #53401c;
  color: #fff;
}
footer .footer_base {
  margin: 0 auto;
  padding: 20px 0 14px;
  max-width: 960px;
  border-top: solid 1px rgba(255, 255, 255, 0.8);
  position: relative;
}
footer .footer_base .footer_logo {
  display: block;
  margin: 0 auto 12px;
  width: 220px;
}
footer .footer_base .footer_text {
  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;
}
footer .bekkan_box {
  padding-top: 16px;
}
footer .suizen_box {
  margin-bottom: 26px;
  padding-top: 24px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.footer_logo_box {
  margin: 0 auto 8px;
}
.footer_logo_box span {
  display: inline-block;
  vertical-align: middle;
}
.footer_logo_box .logo_bekkan img {
  width: 220px;
}
.footer_logo_box .logo_solo img {
  width: 45px;
}
.footer_logo_box .dot {
  margin: 0 16px 0 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  top: 4px;
}
.footer_logo_box .logo_suizen img {
  width: 220px;
}

.link_store {
  margin: 0 auto;
  max-width: 430px;
  border: solid 1px rgba(255, 255, 255, 0.8);
}
.link_store a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  position: relative;
}
.link_store 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%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 46px 0 96px;
  }
  footer .footer_base {
    margin: 0 25px;
  }
  footer .footer_base .footer_logo {
    width: 190px;
  }
  footer .footer_base .footer_text {
    font-size: 14px;
    line-height: 22px;
  }
  footer .suizen_box {
    margin-bottom: 26px;
  }

  .footer_logo_box {
    margin: 0 auto 8px;
  }
  .footer_logo_box .logo_bekkan img {
    width: 190px;
  }
  .footer_logo_box .logo_solo img {
    width: 40px;
  }
  .footer_logo_box .dot {
    margin: 0 14px 0 0;
    width: 6px;
    height: 6px;
    top: 3px;
  }
  .footer_logo_box .logo_suizen img {
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .link_store {
    margin: 0 25px;
  }
}