@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
.main .area_main {
  position: relative;
  background: url("../images/main.jpg") no-repeat center center/cover;
}

h2 {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #46241A;
  border-radius: 5px;
  font-weight: bold;
}

.area_blog .sec_column .block_column .staff li.commetnt p:before, .area_blog .sec_column .block_column .staff li.commetnt p:after,
.area_blog .sec_column .block_column dl dd .txt p:before,
.area_blog .sec_column .block_column dl dd .txt p:after {
  background: #F8F8F8 !important;
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

.blog .area_blog {
  width: 66%;
}

@media all and (max-width: 896px) {
  .blog .area_blog {
    width: 100%;
  }
}

.blog .area_blog h2 {
  background: #46241A;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.3em;
}

.blog .area_blog .sec_column .block_column {
  background: none !important;
  padding: 5px 0 10px 0;
  border-bottom: 2px dotted #46241A;
  border-radius: 0;
  width: 100%;
}

.blog .area_blog .sec_column .block_column .title {
  border-bottom: 1px solid #46241A;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 110%;
}

@media all and (max-width: 896px) {
  .blog .area_blog .sec_column .block_column .title {
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none;
    font-size: 90%;
  }
}

.blog .area_ranking {
  width: 32%;
}

@media all and (max-width: 896px) {
  .blog .area_ranking {
    width: 100%;
  }
}

.blog .area_ranking .sec_column {
  margin-bottom: 30px;
}

.blog .area_ranking .sec_column .block_column {
  background: none !important;
  padding: 15px 0;
  border-bottom: 2px dotted #46241A;
  border-radius: 0;
  width: 100%;
  position: relative;
}

.blog .area_ranking .sec_column .block_column dl {
  margin-bottom: 10px;
}

.blog .area_ranking .sec_column .block_column dl dd .title {
  font-size: 90%;
  line-height: 1.5em;
}

.blog .area_ranking .sec_column .block_column .staff {
  margin-bottom: 0px;
}

.blog .area_ranking .sec_column .block_column .view_icon {
  position: absolute;
  bottom: 18px;
  right: 0;
}

@media all and (max-width: 896px) {
  .blog .area_ranking .sec_column .block_column .view_icon {
    position: relative;
    bottom: 0;
  }
}

.blog .area_ranking .sec_column .block_list li {
  padding: 2px 0;
  font-size: 90%;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

.detail h1 {
  background: #46241A;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  font-size: 110%;
  line-height: 1.5em;
}

.detail .left {
  width: 66%;
}

@media all and (max-width: 896px) {
  .detail .left {
    width: 100%;
    margin-bottom: 50px;
  }
}

.detail .left .area_detail h2 {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #46241A;
  border-radius: 5px;
  font-weight: bold;
}

.detail .left .area_detail > h2 {
  font-size: 100%;
}

.detail .left .area_detail .data_txt {
  margin-top: 20px;
  font-size: 12px;
}

.detail .left .area_detail .commetnt p {
  height: auto;
}

.detail .left .area_detail .commetnt p:before, .detail .left .area_detail .commetnt p:after {
  display: none;
}

.detail .left .area_detail .sec_detail {
  margin-top: 20px;
}

.detail .left .area_detail .sec_detail .movie {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}

.detail .left .area_detail .sec_detail .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail .left .area_detail .sec_detail .main_img {
  margin-top: 15px;
}

.detail .left .area_detail .sec_detail .main_img p {
  padding: 5px 0;
  font-size: 12px;
  background: #fff;
  text-align: center;
}

.detail .left .area_detail .sec_detail .wysiwyg p {
  margin-top: 15px;
  line-height: 1.8em;
}

.detail .left .area_detail .sec_detail .wysiwyg p a {
  color: #46241A;
  text-decoration: underline;
}

.detail .left .area_detail .sec_detail .wysiwyg p a[href^="https://"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href^="http://"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.detail .left .area_detail .sec_detail .wysiwyg p a[href$=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.detail .left .area_detail .sec_detail .wysiwyg p a[href$=".xls"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href$=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.detail .left .area_detail .sec_detail .wysiwyg p a[href$=".docx"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href$=".doc"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.detail .left .area_detail .sec_detail .wysiwyg p a[href$=".jpg"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href$=".png"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href$=".ai"]:after, .detail .left .area_detail .sec_detail .wysiwyg p a[href$=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.detail .left .area_detail .sec_detail .wysiwyg img {
  margin-top: 15px;
  height: auto !important;
}

.detail .left .area_detail .sec_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px -5px 0 -5px;
}

.detail .left .area_detail .sec_detail ul li {
  width: calc(50% - 10px);
  margin: 5px;
  text-align: center;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_detail ul li {
    width: 100%;
  }
}

.detail .left .area_detail .sec_detail ul li a {
  height: 230px;
  display: block;
}

.detail .left .area_detail .sec_detail ul li p {
  margin-top: 0;
  padding: 5px 0;
  font-size: 12px;
  background: #fff;
}

.detail .left .area_detail .sec_facility {
  margin-top: 50px;
}

.detail .left .area_detail .sec_facility dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail .left .area_detail .sec_facility dl dt {
  width: 45%;
}

@media all and (max-width: 896px) {
  .detail .left .area_detail .sec_facility dl dt {
    width: 100%;
    height: 200px;
  }
}

.detail .left .area_detail .sec_facility dl dd {
  width: 55%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #46241A;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

@media all and (max-width: 896px) {
  .detail .left .area_detail .sec_facility dl dd {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_facility dl dd .title {
    text-align: center;
  }
}

.detail .left .area_detail .sec_facility dl dd .title span {
  font-size: 200%;
  display: block;
  line-height: 1.2em;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_facility dl dd .title span {
    font-size: 150%;
  }
}

.detail .left .area_detail .sec_facility dl dd .copy {
  font-size: 14px;
  letter-spacing: 0px;
  margin-top: 10px;
}

.detail .left .area_detail .sec_facility dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_facility dl dd ul {
    margin-top: 10px;
  }
}

.detail .left .area_detail .sec_facility dl dd ul li {
  width: 49%;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_facility dl dd ul li {
    width: 100%;
    margin-top: 5px;
  }
}

.detail .left .area_detail .sec_facility dl dd ul li:first-child a:before {
  background: url("../images/icon_pc.svg") no-repeat center center/100% auto;
}

.detail .left .area_detail .sec_facility dl dd ul li:last-child a:before {
  background: url("../images/icon_calendar.svg") no-repeat center center/100% auto;
}

.detail .left .area_detail .sec_facility dl dd ul li a {
  display: block;
  color: #fff;
  background: #46241A;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.detail .left .area_detail .sec_facility dl dd ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 11px;
}

.detail .left .area_detail .sec_other {
  margin-top: 50px;
}

.detail .left .area_detail .sec_other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -5px 0 -5px;
}

.detail .left .area_detail .sec_other ul:after {
  content: "";
  display: block;
  width: 33.333%;
}

.detail .left .area_detail .sec_other ul li {
  width: calc(33.33% - 10px);
  margin: 5px 5px 15px 5px;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_other ul li {
    width: calc(50% - 10px);
  }
}

.detail .left .area_detail .sec_other ul li a {
  display: block;
}

.detail .left .area_detail .sec_other ul li a .img {
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 480px) {
  .detail .left .area_detail .sec_other ul li a .img {
    height: 100px;
  }
}

.detail .left .area_detail .sec_other ul li a .data {
  font-size: 12px;
  margin-top: 10px;
}

.detail .left .area_detail .sec_other ul li a .txt {
  font-size: 14px;
}

.detail .left .area_detail .sec_other .more_btn {
  margin-top: 20px;
}

.detail .left .area_detail .sec_other .more_btn a {
  display: block;
  max-width: 300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #46241A;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #46241A;
}

.detail .left .area_detail .sec_other .more_btn a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  right: 10px;
}

.detail .right {
  width: 32%;
}

@media all and (max-width: 896px) {
  .detail .right {
    width: 100%;
  }
}

.detail .right .sec_facility {
  margin-bottom: 30px;
}

.detail .right .sec_facility dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #46241A;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  text-align: center;
}

.detail .right .sec_facility dl dd .title span {
  font-size: 200%;
  display: block;
  line-height: 1.2em;
}

@media all and (max-width: 480px) {
  .detail .right .sec_facility dl dd .title span {
    font-size: 150%;
  }
}

.detail .right .sec_facility dl dd .copy {
  font-size: 14px;
  letter-spacing: 0px;
  margin-top: 5px;
}

.detail .right .sec_facility dl dd ul {
  margin-top: 15px;
}

.detail .right .sec_facility dl dd ul li {
  margin-top: 5px;
}

.detail .right .sec_facility dl dd ul li a {
  display: block;
  color: #fff;
  background: #46241A;
  padding: 10px 20px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.detail .right .sec_facility dl dd ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.detail .right .sec_facility dl dd ul li a.site:before {
  background: url("../images/icon_site.svg") no-repeat center center/100% auto;
}

.detail .right .sec_facility dl dd ul li a.tel:before {
  background: url("../images/icon_tel.svg") no-repeat center center/auto 100%;
  height: 23px;
  top: 8px;
  right: 12px;
}

.detail .right .sec_facility dl dd ul li a.reserve:before {
  background: url("../images/icon_pc.svg") no-repeat center center/100% auto;
}

.detail .right .sec_facility dl dd ul li a.calendar:before {
  background: url("../images/icon_calendar.svg") no-repeat center center/100% auto;
}

.detail .right .sec_facility dl dd ul li a.tel span {
  font-size: 150%;
  position: relative;
  top: 2px;
}

.detail .right .area_ranking {
  width: 100%;
}
/*# sourceMappingURL=local.css.map */