@charset "UTF-8";
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
.pc {
  display: block;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

img.pc, span.pc {
  display: inline;
}
@media (min-width: 768px) {
  img.pc, span.pc {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  img.pc, span.pc {
    display: none !important;
  }
}
img.sp, span.sp {
  display: none;
}
@media (min-width: 768px) {
  img.sp, span.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  img.sp, span.sp {
    display: inline !important;
  }
}

/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  main {
    margin-top: 153px;
  }
}
section .contents {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 16px;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* タイトル
-----------------------------------*/
.title-sec {
  background-color: #751300;
}
.title-sec .title-area {
  display: flex;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title-sec .title-area {
    display: block;
  }
}
.title-sec .title-area .main-img {
  width: 50%;
}
@media (max-width: 767px) {
  .title-sec .title-area .main-img {
    width: 100%;
  }
}
.title-sec .title-area .main-img img {
  width: 100%;
}
.title-sec .title-area .heading-title {
  width: 50%;
  padding: 16px;
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .title-sec .title-area .heading-title {
    width: 100%;
    padding: 40px 16px;
    font-size: 22px;
  }
}

.heading01 {
  margin: 140px 0 56px;
  font-size: 28px;
  color: #751300;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 72px 0 32px;
    font-size: 22px;
  }
}

.heading02 {
  margin: 80px 0 38px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 40px 0 24px;
    font-size: 18px;
  }
}

.heading03 {
  margin: 30px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #751300;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 15px 5px;
    font-size: 16px;
  }
}

.heading-border {
  margin: 0px 0 20px;
  padding: 0 5px;
  display:inline-block;
  color: #751300;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #751300;
}
@media (max-width: 767px) {
  .heading-border {
    margin: 0px 0 10px;
    font-size: 18px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-txt {
  text-decoration: underline;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  display: block;
  max-width: 460px;
  padding: 16px;
  border: 2px solid #751300;
  border-radius: 30px;
  background-color: #FFF;
  font-size: 18px;
  color: #751300;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.com-bt.next > span {
  display: block;
  position: relative;
}
.com-bt.next > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url('../images/common/arrow_ic01.svg') no-repeat;
  background-size: 100% auto;
}
.com-bt.prev > span {
  display: block;
  position: relative;
}
.com-bt.prev > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url('../images/common/arrow_ic01.svg') no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
.com-bt.pdf > span,
.com-bt.word > span {
  position: relative;
}
.com-bt.pdf > span::after,
.com-bt.word > span::after {
  content: "PDF";
  display: inline-block;
  padding: 4px 8px;
  margin-left: 16px;
  background-color: #751300;
  font-size: 13px;
  color: #FFF;
}
.com-bt.word > span::after {
  content: "Word";
}
@media (max-width: 767px) {
  .com-bt.pdf > span::after,
  .com-bt.word > span::after {
    font-size: 12px;
  }
}
.com-bt:hover {
  background-color: #751300;
  border-color: #FFF;
  text-decoration: none;
  color: #FFF;
}
.com-bt:hover.next > span {
  display: block;
  position: relative;
}
.com-bt:hover.next > span::before {
  background: url('../images/common/arrow_ic02.svg') no-repeat;
  background-size: 100% auto;
}
.com-bt:hover.prev > span::before {
  background: ('../images/common/arrow_ic02.svg') no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
.com-bt:hover.pdf > span::after,
.com-bt:hover.word > span::after {
  background-color: #FFF;
  color: #751300;
}
.com-bt.color01 {
  border-color: #FFF;
  background-color: #751300;
  color: #FFF;
}
.com-bt.color01.next > span::before {
  background: url('../images/common/arrow_ic02.svg') no-repeat;
  background-size: 100% auto;
}
.com-bt.color01.prev > span::before {
  background: url('../images/common/arrow_ic02.svg') no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
.com-bt.color01.pdf > span::after,
.com-bt.color01.word > span::after {
  background-color: #FFF;
  color: #751300;
}
.com-bt.color01:hover {
  background-color: #FFF;
  border-color: #751300;
  color: #751300;
}
.com-bt.color01:hover.next > span::before {
  background: url('../images/common/arrow_ic01.svg') no-repeat;
  background-size: 100% auto;
}
.com-bt.color01:hover.prev > span::before {
  background: url('../images/common/arrow_ic01.svg') no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
.com-bt.color01:hover.pdf > span::after,
.com-bt.color01:hover.word > span::after {
  background-color: #751300;
  color: #FFF;
}

input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 1;
  cursor: pointer;
}
input[type=submit].com-bt:hover,
input[type=button].com-bt:hover,
button.com-bt:hover {
  background-color: #EEE;
  color: #333;
}
@media (max-width: 767px) {
  input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
    font-size: 14px;
  }
}


.com-bt.com-bt--small{
  width: 196px;
  padding: 8px;
  font-size: 14px;
  display:inline-block;
}


/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-col2 li {
  width: 48%;
  margin-bottom: 24px;
}
.list-col2 li:nth-child(even) {
  margin-left: 4%;
}

.list-col3 li {
  width: 33.3333%;
  margin-bottom: 16px;
}

.list-col4 li {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 1.333%;
}
.list-col4 li:nth-child(4n) {
  margin-right: 0;
}

/* スライダー
-----------------------------------*/
.slide-wrap {
  position: relative;
  overflow: hidden;
}
.slide-wrap .list-slide {
  max-width: 1520px;
  margin: 0 auto;
}
.slide-wrap .list-slide .slick-list {
  overflow: visible !important;
}
.slide-wrap .list-slide .slick-slide {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .slide-wrap .list-slide .slick-slide {
    width: 270px;
    padding: 0 15px;
  }
}
.slide-wrap .list-slide .slick-slide figcaption {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .slide-wrap .list-slide .slick-slide figcaption {
    margin-top: 12px;
  }
}
.slide-wrap .slick-prev,
.slide-wrap .slick-next {
  width: 54px;
  height: 54px;
  background-color: #751300;
  border: 2px solid #751300;
  border-radius: 50%;
  z-index: 1;
  transition: 0.5s all;
  top: min(155px, 10.197vw);
  transform: none;
}
@media (max-width: 1023px) {
  .slide-wrap .slick-prev,
.slide-wrap .slick-next {
    top: 14.858vw;
  }
}
@media (max-width: 767px) {
  .slide-wrap .slick-prev,
.slide-wrap .slick-next {
    width: 40px;
    height: 40px;
    top: 72px;
  }
}
.slide-wrap .slick-prev:before,
.slide-wrap .slick-next:before {
  content: "";
  background: url('../images/common/arrow_ic02.svg') no-repeat center;
  background-size: 15px auto;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .slide-wrap .slick-prev:before,
.slide-wrap .slick-next:before {
    background-size: 11px auto;
  }
}
.slide-wrap .slick-prev:focus,
.slide-wrap .slick-next:focus {
  background-color: #751300;
}
.slide-wrap .slick-prev:hover,
.slide-wrap .slick-next:hover {
  background-color: #FFF;
}
.slide-wrap .slick-prev:hover:before,
.slide-wrap .slick-next:hover:before {
  background-image: url('../images/common/arrow_ic01.svg');
}
.slide-wrap .slick-prev {
  left: 44px;
}
@media (max-width: 767px) {
  .slide-wrap .slick-prev {
    left: 15px;
  }
}
.slide-wrap .slick-prev:before {
  transform: rotate(180deg);
}
.slide-wrap .slick-next {
  right: 44px;
}
@media (max-width: 767px) {
  .slide-wrap .slick-next {
    right: 15px;
  }
}

.slick-slide img.pc {
  display: inline;
}
@media (min-width: 768px) {
  .slick-slide img.pc {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
.slick-slide img.sp {
  display: none;
}
@media (min-width: 768px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slick-slide img.sp {
    display: inline !important;
  }
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

.w1366 {
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

.scroll-wrap {
  overflow-x: auto;
}
.scroll-wrap .table02 th,
.scroll-wrap .table02 td {
  display: table-cell;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  padding: 24px 8px;
  border: solid 2px #F8F8F4;
  background-color: #707070;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .table th {
    padding: 16px;
  }
}
.table td {
  padding: 24px 40px;
  background-color: #E9E4D9;
  border: solid 2px #F8F8F4;
}
@media (max-width: 767px) {
  .table td {
    padding: 16px;
  }
}

.scroll-wrap .table02 {
  width: 1166px;
}
.table02 {
  width: 100%;
}
.table02.td-c td {
  text-align: center;
}
.table02 th {
  text-align: center;
}
.table02 th,
.table02 td {
  font-weight: inherit;
  padding: 20px;
  background-color: #E9E4D9;
  border: 2px solid #F8F8F4;
  word-break: break-all;
}
@media (max-width: 767px) {
  .table02 th,
.table02 td {
    display: block;
    padding: 16px;
  }
}
.table02 thead .color1 {
  color: #FFF;
  font-weight: bold;
  background-color: #707070;
}
.table02 thead .color2 {
  color: #333;
  font-weight: bold;
  background-color: #D0CABE;
}

.table02 tbody th {
  color: #FFF;
  font-weight: bold;
  background-color: #707070;
}

/* マップ
-----------------------------------*/
.map-sec {
  /* padding-top: 120px; */
  display: block;
}
@media (max-width: 767px) {
  .map-sec {
    padding-top: 60px;
  }
}
.map-sec .map {
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  .map-sec .map {
    height: 280px;
  }
}
.map-sec .map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.map-sec .inner {
  padding: 32px 24px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .map-sec .inner {
    padding: 20px 16px;
  }
}
.map-sec .indent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 32px;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .map-sec .indent {
    display: block;
    margin-left: 1em;
  }
}
.map-sec .indent .dot {
  color: #751300;
}

/* お知らせ
-----------------------------------*/
.news-sec .list-news li {
  border-bottom: 2px solid #F0EDE5;
}
.news-sec .list-news li:first-of-type {
  border-top: 2px solid #F0EDE5;
}
.news-sec .list-news a {
  text-decoration: none;
}
.news-sec .list-news a:hover dd {
  text-decoration: underline;
}
.news-sec .list-news dl {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .news-sec .list-news dl {
    flex-wrap: wrap;
    gap: 0;
  }
}
.news-sec .list-news dl dt {
  width: 260px;
  padding: 20px 0 20px 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-sec .list-news dl dt {
    width: 100%;
    padding: 16px 0 0;
  }
}
.news-sec .list-news dl dt .col {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .news-sec .list-news dl dt .col {
    gap: 0 16px;
  }
}
.news-sec .list-news dl dd {
  width: calc(100% - 290px);
  padding: 20px 20px 20px 0;
  color: #707070;
  font-size: 16px;
}
@media (max-width: 767px) {
  .news-sec .list-news dl dd {
    width: 100%;
    padding: 12px 0 16px;
    font-size: 13px;
  }
}
.news-sec .list-news .date {
  color: #180A06;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-sec .list-news .date {
    font-size: 13px;
  }
}
.news-sec .list-news .category {
  width: 90px;
  padding: 8px 16px;
  background-color: #666;
  border-radius: 100px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-sec .list-news .category {
    padding: 6px 12px;
    font-size: 10px;
  }
}
.news-sec .list-news .category.event {
  background-color: #005F35;
}
.news-sec .list-news .category.cafe {
  background-color: #8D2644;
}
.news-sec .list-news .category.restaurant {
  background-color: #60432E;
}
.news-sec .list-news .category.shop {
  background-color: #9A790E;
}
.news-sec .list-news .category.release {
  background-color: #56488c;
}
.news-sec .btn {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .news-sec .btn {
    padding-top: 28px;
  }
}
.news-sec .btn .com-bt {
  margin: 0 auto;
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 24px 0 0;
    font-size: 14px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.page {
  padding: 0 16px;
  color: #707070;
  transition: 0.5s all;
}
.wp-pagenavi .page {
  border-right: 1px solid #707070;
}
.wp-pagenavi .current {
  padding: 0 16px;
  border-right: 1px solid #707070;
}
.wp-pagenavi .dots {
  border-right: none;
}
.wp-pagenavi .dots + .page {
  border-left: 1px solid #707070;
  border-right: none;
}

/* 投稿記事 詳細
-----------------------------------*/
.news-contents {
  word-wrap: break-word;
  font-size: 0.89em;
}
@media (max-width: 767px) {
  .news-contents {
    font-size: 1em;
  }
}
.news-contents a {
  color: #707070;
  text-decoration: underline;
}
.news-contents a:hover {
  text-decoration: none;
}
.news-contents p {
  margin: 1em 0;
}
.news-contents h1 {
  margin-block: 0.67em;
  font-size: 2em;
  font-weight: bold;
}
.news-contents h2 {
  margin-block: 0.83em;
  font-size: 1.5em;
  font-weight: bold;
}
.news-contents h3 {
  margin-block: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.news-contents h4 {
  margin-block: 1.33em;
  font-size: 1em;
  font-weight: bold;
}
.news-contents h5 {
  margin-block: 1.67em;
  font-size: 0.83em;
  font-weight: bold;
}
.news-contents h6 {
  margin-block: 2.33em;
  font-size: 0.67em;
  font-weight: bold;
}
.news-contents ul {
  list-style-type: disc;
  margin-block: 1em;
  -webkit-padding-start: 2.5em;
          padding-inline-start: 2.5em;
}
.news-contents ol {
  list-style-type: decimal;
  -webkit-padding-start: 2.5em;
          padding-inline-start: 2.5em;
}
.news-contents blockquote,
.news-contents q {
  display: block;
  margin-block: 1em;
  margin-inline: 2.5em;
}


