@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
.local_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  background-color: #DCEEF2;
  z-index: -1;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_bg::after {
    height: 250px;
  }
}

.local_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_title_area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    gap: 20px 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .local_title_area > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .local_title_area > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .local_title_area > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .local_title_area > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.local_title_area .local_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_title_area .local_title {
    border-left: 1px solid #34373B;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0 0 0 7px;
  }
}
.local_title_area .local_title {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_title_area .local_title {
    border-bottom: 1px solid #34373B;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
  }
}
.local_title_area .local_subtitle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 34px;
  font-weight: 900;
  z-index: 1;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_title_area .local_subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 54px;
  }
}
.local_title_area .local_subtitle {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_title_area .local_subtitle {
    line-height: 1.7;
  }
}
.local_title_area .local_description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 14px;
  line-height: 1.6;
  width: 80%;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_title_area .local_description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 16px;
  }
}
.local_title_area .local_description {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_title_area .local_description {
    margin-top: 10px;
  }
}
@media all and (max-width: 540px) {
  .local_title_area .local_description {
    width: 100%;
  }
}

.local_chara {
  position: absolute;
  width: 88px;
  right: 0;
  top: 54px;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_chara {
    width: 98px;
    right: 80px;
    top: -76px;
  }
}

.title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title_area .page_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.title_area .catch {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.title_area .catch .large {
  font-size: 34px;
  font-weight: 900;
  /* 751- */
}
@media all and (min-width: 751px) {
  .title_area .catch .large {
    font-size: 54px;
  }
}
.title_area .catch .small {
  margin-top: 20px;
}
.title_area.mobile-order .page_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.title_area.mobile-order .catch {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.title_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  .title_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .title_area .page_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .title_area .catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .title_area.mobile-order .page_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .title_area.mobile-order .catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*----------------------------------------------------
//ーリスト
----------------------------------------------------*/
.recently_area {
  margin: 60px 0 0px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .recently_area {
    margin: 60px 0 120px;
  }
}

.section_title {
  position: absolute;
  height: 115px;
  margin-bottom: 40px;
  width: 281px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_title {
    height: 210px;
    margin-bottom: 40px;
    width: 560px;
    right: 0;
  }
}
.section_title h2 {
  position: relative;
  height: 100%;
}
.section_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #D1B452;
  position: absolute;
  line-height: 1;
  font-size: 55px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_title .en {
    font-size: 110px;
  }
}
.section_title .recent {
  top: 0;
  left: 0;
  z-index: 1;
}
.section_title .posts {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.section_title .jp {
  position: absolute;
  top: 31px;
  right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  z-index: 2;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .section_title .jp {
    top: 70px;
    right: 70px;
    font-size: 18px;
  }
}

.recent_post {
  padding-top: 150px;
}
.recent_post a {
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .recent_post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.recent_post a .recent_img {
  position: relative;
}
.recent_post a .recent_img span {
  display: block;
  aspect-ratio: 680/453;
  overflow: hidden;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .recent_post a .recent_img span {
    width: 680px;
  }
}
.recent_post a .recent_img span img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recent_post a .recent_img::after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  z-index: -1;
  width: 100vw;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .recent_post a .recent_img::after {
    height: 140%;
    right: 70%;
    top: -29%;
  }
}
.recent_post a .recent_img::after {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .recent_post a .recent_img::after {
    right: -15px;
    width: 43%;
    height: 260%;
    top: -190px;
  }
}
.recent_post a .recent_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#35373B), to(#35373B));
  background: linear-gradient(90deg, #35373B 0%, #35373B 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline;
  /* 751- */
}
@media all and (min-width: 751px) {
  .recent_post a .recent_title {
    font-size: 30px;
  }
}
.recent_post a:hover .recent_img span img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recent_post a:hover .recent_title {
  background-size: 100% 2px;
}

.local_list {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.local_list li {
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_list li {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
.local_list li a .category {
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 2px solid #35373B;
  border-radius: 4px 4px 0 0;
  position: relative;
  bottom: -2px;
  font-size: 12px;
  font-weight: 600;
}
.local_list li a .content_block {
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #35373B;
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_list li a .content_block {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.local_list li a .content_block .img_wrap {
  position: relative;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_list li a .content_block .img_wrap {
    margin-bottom: 20px;
  }
}
.local_list li a .content_block .img_wrap {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_list li a .content_block .img_wrap {
    width: 55%;
  }
}
.local_list li a .content_block .img_wrap .img {
  overflow: hidden;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_list li a .content_block .img_wrap .img {
    height: 180px;
  }
}
.local_list li a .content_block .img_wrap .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.local_list li a .content_block .content {
  /*　-$w_tb　*/
}
@media screen and (max-width: 1095px) {
  .local_list li a .content_block .content {
    width: 45%;
  }
}
.local_list li a .content_block .title {
  line-height: 2;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* スマホ：3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .local_list li a .content_block .title {
    margin-top: 20px;
    -webkit-line-clamp: 2; /* PC：2行 */
  }
}
.local_list li a:hover .content_block .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.date_info {
  position: absolute;
  background: #fff;
  border: 2px solid #35373B;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.date_info .date_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.date_info .rating {
  display: block;
  font-size: 14px;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .date_info .rating {
    font-size: 20px;
  }
}
.date_info .year {
  font-size: 10px;
  text-align: center;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .date_info .year {
    font-size: 12px;
  }
}

.recent_content .date_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.recent_content .date_info {
  width: 56px;
  height: 56px;
  position: relative;
  /*　$w_tb-　*/
}
@media screen and (min-width: 1096px) {
  .recent_content .date_info {
    position: unset;
    width: 80px;
    height: 80px;
  }
}
.recent_content .recent_category span {
  border: solid 2px #35373B;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.category_wrap {
  margin: 40px 0;
}

.cate_title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  /* -750 */
}
@media all and (max-width: 751px) {
  .cate_title {
    font-size: 18px;
  }
}

.catList_local {
  margin: 20px 0 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .catList_local {
    margin: 20px 0 120px;
  }
}
.catList_local ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catList_local li a {
  display: block;
  border: 2px solid #E4E4E4;
  border-radius: 4px;
  font-size: 12px;
  padding: 10px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .catList_local li a {
    padding: 15px 30px;
  }
}
.catList_local li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.catList_local li a:hover {
  background: #3863AE;
  border: 2px solid #3863AE;
  color: #fff;
}
.catList_local li.current a {
  background: #3863AE;
  border: 2px solid #3863AE;
  color: #fff;
}

.envent {
  /* -750 */
}
@media all and (max-width: 751px) {
  .envent {
    margin-top: 40px;
  }
}

.event_post {
  border: 2px solid #18498B;
  /* 751- */
}
@media all and (min-width: 751px) {
  .event_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.event_title {
  background: #18498B;
  color: #fff;
  padding: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .event_title {
    padding: 20px 40px;
    width: 240px;
  }
}
.event_title span {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}
.event_title span::before {
  content: "";
  position: absolute;
  background-image: url(../images/local/icon_event.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event_link {
  font-weight: bold;
  display: block;
  padding: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .event_link {
    padding: 20px 40px;
    width: calc(100% - 240px);
  }
}
.event_link span {
  background: -webkit-gradient(linear, left top, right top, from(#35373B), to(#35373B));
  background: linear-gradient(90deg, #35373B 0%, #35373B 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* -750 */
}
@media all and (max-width: 751px) {
  .event_link span {
    line-height: 1.8;
  }
}
.event_link:hover span {
  background-size: 100% 1px;
}
/*# sourceMappingURL=local.css.map */