@charset "UTF-8";
/*
Theme Name: げいせいつうしん
Theme URL: https://furusato-geisei.jp/
Version: 1.0.0
License: げいせいつうしん
License URI: https://furusato-geisei.jp/
*/
:root {
  --cl-pri: #1a1a1a;
  --cl-ac: #598ac2;
  --cl-sec: #274775;
}

:root {
  --cm-padding: 6.25vw;
}

/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus-visible {
  outline: 1px solid transparent;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  color: var(--cl-pri);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  line-break: strict;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
}

.btn,
::file-selector-button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ===================================

  メインビジュアル（画像なし）

====================================== */
.l-mv {
  margin-top: 90px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
  width: 100%;
}
.l-mv__inner {
  padding: 140px 0 150px;
  border-bottom: 2px solid #ccc;
}
.l-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-mv__title .title {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.l-mv__title .entitle {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    margin-top: 60px;
    padding: 0 30px;
  }
  .l-mv__inner {
    padding: 95px 0 86px;
  }
  .l-mv__title .title {
    margin-top: 17px;
    font-size: 18px;
  }
  .l-mv__title .entitle {
    font-size: 38px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    padding: 0 20px;
  }
  .l-mv__inner {
    border-bottom-width: 1px;
  }
  .l-mv__title .title {
    font-size: 14px;
  }
  .l-mv__title .entitle {
    font-size: 28px;
  }
}
/* ===================================

  メインビジュアル（画像あり・観光コンテンツ）

====================================== */
.t-mv {
  width: 100%;
  height: 910px;
  max-height: 100vh;
}
.t-mv .sp {
  display: none;
}
.t-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 4.17vw 4.68vw;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.t-mv__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 40px;
  padding-bottom: 58px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.t-mv__title .title {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
}
.t-mv__title .entitle {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .t-mv {
    height: 500px;
  }
  .t-mv__inner {
    padding: 0 30px 50px;
  }
  .t-mv__title {
    padding-left: 20px;
    padding-bottom: 36px;
  }
  .t-mv__title .title {
    margin-top: 17px;
    font-size: 18px;
  }
  .t-mv__title .entitle {
    font-size: 38px;
  }
}
@media screen and (max-width: 758px) {
  .t-mv {
    height: 640px;
  }
  .t-mv .sp {
    display: block;
  }
  .t-mv__inner {
    padding: 0 20px 60px;
  }
  .t-mv__title {
    padding: 0 10px 23px;
  }
  .t-mv__title .title {
    margin-top: 16px;
    font-size: 14px;
  }
  .t-mv__title .entitle {
    font-size: 28px;
    line-height: 1.25;
  }
}
/* ===================================

  section-title

====================================== */
.section-title {
  display: inline-block;
}
.section-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-title .title {
  margin-left: 45px;
  padding-bottom: 0.4em;
  font-size: 22px;
  font-weight: 500;
}
.section-title .entitle {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    margin-left: 25px;
    font-size: 18px;
  }
  .section-title .entitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 758px) {
  .section-title__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-title .title {
    padding-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    font-size: 16px;
  }
  .section-title .entitle {
    font-size: 32px;
  }
}
/* ---------------------------------
  link-btn
----------------------------------- */
.link-btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.link-btn .link span {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
}
.link-btn .link .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: 28px;
}

@media screen and (max-width: 1199px) {
  .link-btn .link span {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .link-btn .link .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 18px;
  }
}
/* ---------------------------------
  back-btn
----------------------------------- */
.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.back-btn .link span {
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 500;
}
.back-btn .link .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 18px;
}

@media screen and (max-width: 1199px) {
  .back-btn .link span {
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 14px;
  }
  .back-btn .link .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
/* ===================================

  ページトップボタン

====================================== */
.pagetop {
  position: fixed;
  bottom: 38px;
  right: 38px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 100;
}
.pagetop__ico {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 758px) {
  .pagetop {
    bottom: 16px;
    right: 16px;
    width: 35px;
    height: 35px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.bcn-wrap .breadcrumb {
  width: 1440px;
  max-width: 100%;
  padding: 15px 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .bcn-wrap .breadcrumb {
    width: 100%;
    padding: 12px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .bcn-wrap .breadcrumb {
    width: 100%;
    padding: 10px 20px;
    font-size: 10px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination-wrap {
  margin-top: 100px;
}
.pagination-wrap .pagination .nav-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap .pagination .page-numbers {
  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;
  margin: 0 5px 5px;
  width: 50px;
  height: 50px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-wrap .pagination .page-numbers.current, .pagination-wrap .pagination .page-numbers:hover {
  background-color: var(--cl-pri);
  border-color: var(--cl-pri);
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .pagination-wrap {
    margin-top: 80px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pagination-wrap .pagination .page-numbers:hover {
    background-color: #fff;
    border-color: #ccc;
    color: var(--cl-pri);
  }
}
@media screen and (max-width: 758px) {
  .pagination-wrap {
    margin-top: 60px;
  }
  .pagination-wrap .pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.active {
  background-color: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px;
  width: 100%;
  height: 90px;
}
.header-logo {
  width: 210px;
}
.header-logo__link, .header-logo__img {
  display: block;
  width: 100%;
}
.header__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header__inner {
    padding: 0 20px;
    height: 60px;
  }
  .header-logo {
    width: 150px;
  }
  .header .search-btn {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding: 0 10px;
  }
  .header-logo {
    width: 125px;
  }
}
/* ===================================

  Gtranslate設定

====================================== */
.header__inner {
  position: relative;
}
.header .gtranslate_wrapper {
  position: absolute;
  top: 30px;
  right: 365px;
  width: 200px;
}
.header .gtranslate_wrapper .gt_selected a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px !important;
  border: none !important;
}
.header .gtranslate_wrapper .gt_selected a img {
  margin-right: 5px;
}
.header .gtranslate_wrapper .gt_option a {
  font-size: 14px !important;
}
.header .gtranslate_wrapper .gt_switcher,
.header .gtranslate_wrapper .gt_selected,
.header .gtranslate_wrapper .gt_option,
.header .gtranslate_wrapper .open {
  font-size: 14px !important;
  width: 100% !important;
}

@media screen and (max-width: 1199px) {
  .header .gtranslate_wrapper {
    top: 15px;
    right: 68px;
    width: 120px;
  }
  .header .gtranslate_wrapper .gt_selected a {
    font-size: 12px !important;
  }
  .header .gtranslate_wrapper .gt_option a {
    font-size: 12px !important;
  }
  .header .gtranslate_wrapper .gt_switcher,
  .header .gtranslate_wrapper .gt_selected,
  .header .gtranslate_wrapper .gt_option,
  .header .gtranslate_wrapper .open {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 758px) {
  .header .gtranslate_wrapper {
    right: 55px;
    width: 100px;
  }
  .header .gtranslate_wrapper .gt_selected a {
    font-size: 11px !important;
  }
  .header .gtranslate_wrapper .gt_option a {
    font-size: 11px !important;
  }
  .header .gtranslate_wrapper .gt_switcher,
  .header .gtranslate_wrapper .gt_selected,
  .header .gtranslate_wrapper .gt_option,
  .header .gtranslate_wrapper .open {
    font-size: 11px !important;
  }
}
/* ===================================

  ハンバーガーボタン

====================================== */
.menu-btn {
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 30px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
}
.menu-btn__ico {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .menu-btn {
    margin-left: 20px;
    width: 30px;
    height: 30px;
  }
}
/* ===================================

  ドロワーメニュー

====================================== */
.dnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dnav.show {
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.dnav .header__inner {
  background-color: #fff;
}
.dnav__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 150px 0;
}
.dnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dnav__group {
  width: 280px;
}
.dnav__group + .dnav__group {
  margin-left: 60px;
}
.dnav .g-nav .nav-list > .menu-item > a {
  display: block;
  padding: 15px 0;
  background-image: url(img/ico/ico-arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.dnav .g-nav .nav-list .sub-menu {
  margin-top: 20px;
}
.dnav .g-nav .nav-list .sub-menu .menu-item + .menu-item {
  margin-top: 11px;
}
.dnav .g-nav .nav-list .sub-menu a {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-image: url(img/ico/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 6px 11px;
  background-position: center left 0;
}
.dnav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
}
.dnav-sns__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.dnav-sns__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.dnav-sns .sns {
  width: 30px;
}
.dnav-sns .sns + .sns {
  margin-left: 36px;
}
.dnav-sns .sns__ico {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .dnav__inner {
    width: 100%;
    max-width: 768px;
    padding: 38px 30px 80px;
  }
  .dnav .search-btn {
    display: block;
  }
  .dnav__group {
    width: calc((100% - 60px) / 3);
  }
  .dnav__group + .dnav__group {
    margin-left: 30px;
  }
  .dnav .g-nav .nav-list > .menu-item > a {
    padding: 12px 0;
    background-size: 15px 15px;
    font-size: 15px;
  }
  .dnav .g-nav .nav-list .sub-menu {
    margin-top: 15px;
  }
  .dnav .g-nav .nav-list .sub-menu .menu-item + .menu-item {
    margin-top: 10px;
  }
  .dnav .g-nav .nav-list .sub-menu a {
    padding-left: 12px;
    font-size: 12px;
    background-size: 6px 9px;
  }
  .dnav-sns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 38px;
  }
  .dnav-sns__title {
    font-size: 12px;
    text-align: center;
  }
  .dnav-sns__body {
    margin-top: 16px;
  }
  .dnav-sns .sns {
    width: 23px;
  }
  .dnav-sns .sns + .sns {
    margin-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .dnav__inner {
    overflow-y: scroll;
    height: 100%;
    max-width: 100%;
    padding: 10px 30px 200px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dnav__inner::-webkit-scrollbar {
    display: none;
  }
  .dnav__menu {
    display: block;
  }
  .dnav__group {
    width: 100%;
  }
  .dnav__group + .dnav__group {
    margin-left: 0;
    margin-top: 10px;
  }
  .dnav .g-nav .nav-list > .menu-item > a {
    padding: 12px 0;
    background-size: 15px 15px;
    font-size: 15px;
  }
  .dnav .g-nav .nav-list .sub-menu {
    margin-top: 15px;
  }
  .dnav .g-nav .nav-list .sub-menu .menu-item + .menu-item {
    margin-top: 10px;
  }
  .dnav .g-nav .nav-list .sub-menu a {
    padding-left: 12px;
    font-size: 12px;
    background-size: 6px 9px;
  }
  .dnav-sns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 38px;
  }
  .dnav-sns__title {
    font-size: 12px;
    text-align: center;
  }
  .dnav-sns__body {
    margin-top: 16px;
  }
  .dnav-sns .sns {
    width: 23px;
  }
  .dnav-sns .sns + .sns {
    margin-left: 30px;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  padding: 90px 0;
  background-color: #f9f8f6;
}
.footer__inner {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
}
.footer-logo__link, .footer-logo__img {
  display: block;
  width: 100%;
}
.footer__navs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 8.33vw;
}
.footer__nav {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.footer__nav + .footer__nav {
  margin-left: 3.125vw;
}
.footer__nav .f-nav .nav-list > .menu-item > a {
  display: block;
  padding: 15px 0;
  background-image: url(img/ico/ico-arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.footer__nav .f-nav .nav-list .sub-menu {
  margin-top: 20px;
}
.footer__nav .f-nav .nav-list .sub-menu .menu-item + .menu-item {
  margin-top: 11px;
}
.footer__nav .f-nav .nav-list .sub-menu a {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-image: url(img/ico/ico-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 6px 11px;
  background-position: center left 0;
}
.footer__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-sns {
  margin-top: 120px;
}
.footer-sns__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.footer-sns__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.footer-sns .sns {
  width: 30px;
}
.footer-sns .sns + .sns {
  margin-left: 36px;
}
.footer-sns .sns__ico {
  display: block;
  width: 100%;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  font-size: 14px;
  color: #666666;
}
.footer__copy .link {
  font-size: 14px;
}
.footer__copy .copyright {
  margin-left: 15px;
  padding-left: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 1400px) {
  .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .footer__nav {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .footer__nav + .footer__nav {
    margin-left: 30px;
  }
  .footer__nav .f-nav .nav-list > .menu-item > a {
    font-size: 18px;
  }
  .footer__nav .f-nav .nav-list .sub-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0;
  }
  .footer__inner {
    padding: 0 30px;
  }
  .footer__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__navs {
    display: none;
  }
  .footer__btm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sns {
    margin-top: 60px;
  }
  .footer-sns__title {
    font-size: 12px;
    text-align: center;
  }
  .footer-sns__body {
    margin-top: 16px;
  }
  .footer-sns .sns {
    width: 23px;
  }
  .footer-sns .sns + .sns {
    margin-left: 30px;
  }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
    font-size: 12px;
  }
  .footer__copy .link {
    font-size: 12px;
  }
  .footer__copy .copyright {
    margin-top: 1.5em;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 758px) {
  .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
  }
  .footer-sns {
    margin-top: 43px;
  }
  .footer-sns__body {
    margin-top: 15px;
  }
  .footer-sns .sns {
    width: 23px;
  }
  .footer-sns .sns + .sns {
    margin-left: 28px;
  }
  .footer__copy {
    margin-top: 37px;
    font-size: 11px;
  }
  .footer__copy .link {
    font-size: 11px;
  }
  .footer__copy .copyright {
    margin-top: 15px;
  }
}
/* ===================================

  お知らせサイドバー

====================================== */
.sidebar .tabs .tab + .tab {
  margin-top: 18px;
}
.sidebar .tabs .tab__link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
.sidebar .tabs .tab__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--cl-pri);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar .tabs .tab.active .tab__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cl-pri);
}
.sidebar .tabs .tab__link:hover::after {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .sidebar .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar .tabs .tab {
    margin-right: 30px;
  }
  .sidebar .tabs .tab + .tab {
    margin-top: 0;
  }
  .sidebar .tabs .tab__link {
    padding-bottom: 3px;
    font-size: 15px;
  }
  .sidebar .tabs .tab__link::after {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .sidebar .tabs {
    display: block;
  }
  .sidebar .tabs .tab {
    margin-right: 30px;
  }
  .sidebar .tabs .tab + .tab {
    margin-top: 15px;
  }
  .sidebar .tabs .tab__link {
    font-size: 14px;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.home .mv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.home .mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 24vw;
  z-index: 10;
}
.home .mv__svg {
  display: block;
  width: 100%;
}
.home .mv .swiper,
.home .mv .swiper-wrrapper,
.home .mv .swiper-slide {
  width: 100%;
  height: 100%;
}
.home .mv .swiper-slide__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mv .swiper-slide-active .swiper-slide__bg,
.home .mv .swiper-slide-duplicate-active .swiper-slide__bg,
.home .mv .swiper-slide-prev .swiper-slide__bg {
  -webkit-animation: zoomUp 8s linear 0s 1 normal both;
          animation: zoomUp 8s linear 0s 1 normal both;
}
.home .mv .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home .mv .swiper-slide__bg {
  display: block;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 1199px) {
  .home .mv__inner {
    height: 700px;
  }
  .home .mv__copy {
    width: 250px;
  }
}
@media screen and (max-width: 758px) {
  .home .mv__inner {
    height: 640px;
    max-height: 100vh;
  }
  .home .mv__copy {
    width: 200px;
  }
}
/* ===================================

  お知らせ

====================================== */
.home .main .news {
  padding: 180px 0;
  background-color: #fff;
}
.home .main .news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .news-head__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .news .top-news-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .news .top-news-arrows .prev,
.home .main .news .top-news-arrows .next {
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .main .news .top-news-arrows .prev {
  background-image: url(img/ico/ico-left.svg);
  background-position: center left 0;
}
.home .main .news .top-news-arrows .next {
  background-image: url(img/ico/ico-right.svg);
  background-position: center right 0;
  border-left: 1px solid #ccc;
}
.home .main .news .link-btn {
  margin-left: 80px;
}
.home .main .news .top-news-slider {
  margin: 72px 0;
}
.home .main .news .slick-list {
  padding: 0 !important;
}
.home .main .news .entry {
  width: 27.76vw;
  margin: 0 1vw;
}
.home .main .news .entry__link {
  display: block;
  width: 100%;
}
.home .main .news .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .main .news .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .news .entry__link:hover {
  opacity: 0.6;
}
.home .main .news .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .news .entry__body {
  word-break: break-all;
  padding-top: 26px;
}
.home .main .news .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .news .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.home .main .news .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
.home .main .news .entry__cate {
  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;
  padding: 3px 12px;
  background-color: #598ac2;
  min-width: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.home .main .news .entry__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .news__btm {
  display: none;
}

@media screen and (max-width: 1199px) {
  .home .main .news {
    padding: 120px 0 100px;
  }
  .home .main .news-head {
    padding: 0 30px;
  }
  .home .main .news .top-news-arrows .prev,
  .home .main .news .top-news-arrows .next {
    width: 30px;
    height: 15px;
    background-size: 10px 8px;
  }
  .home .main .news .link-btn {
    margin-left: 50px;
  }
  .home .main .news .top-news-slider {
    margin: 60px 0;
    padding-left: 30px;
  }
  .home .main .news .entry {
    width: 300px;
    margin: 0 0 0 20px;
  }
  .home .main .news .entry__link:hover {
    opacity: 1;
  }
  .home .main .news .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .news .entry__body {
    padding-top: 15px;
  }
  .home .main .news .entry__date {
    font-size: 15px;
  }
  .home .main .news .entry__cates {
    margin-left: 12px;
  }
  .home .main .news .entry__cate {
    font-size: 12px;
    min-width: 72px;
  }
  .home .main .news .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .news {
    padding: 90px 0;
  }
  .home .main .news-head__contents {
    display: none;
  }
  .home .main .news .link-btn {
    margin-left: 0;
  }
  .home .main .news .top-news-slider {
    margin: 42px 0 0;
    padding-left: 30px;
  }
  .home .main .news .entry {
    width: 83.3vw;
  }
  .home .main .news__btm {
    margin-top: 38px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* ===================================

  イベント

====================================== */
.home .main .event {
  padding: 180px 0;
  background-color: #f9f8f6;
}
.home .main .event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .event-head__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .event .top-event-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .event .top-event-arrows .prev,
.home .main .event .top-event-arrows .next {
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .main .event .top-event-arrows .prev {
  background-image: url(img/ico/ico-left.svg);
  background-position: center left 0;
}
.home .main .event .top-event-arrows .next {
  background-image: url(img/ico/ico-right.svg);
  background-position: center right 0;
  border-left: 1px solid #ccc;
}
.home .main .event .link-btn {
  margin-left: 80px;
}
.home .main .event .top-event-slider {
  margin: 72px 0;
}
.home .main .event .slick-list {
  padding: 0 !important;
}
.home .main .event .entry {
  width: 27.76vw;
  margin: 0 1vw;
}
.home .main .event .entry__link {
  display: block;
  width: 100%;
}
.home .main .event .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .main .event .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .event .entry__link:hover {
  opacity: 0.6;
}
.home .main .event .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .event .entry__body {
  word-break: break-all;
  padding-top: 22px;
}
.home .main .event .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cl-ac);
}
.home .main .event .entry__info span {
  font-size: 18px;
  padding-bottom: 0.35em;
  font-weight: 700;
  margin: 0 2px;
}
.home .main .event .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .event .entry__title {
  margin-top: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .event__btm {
  display: none;
}

@media screen and (max-width: 1199px) {
  .home .main .event {
    padding: 100px 0 120px;
  }
  .home .main .event-head {
    padding: 0 30px;
  }
  .home .main .event .top-event-arrows .prev,
  .home .main .event .top-event-arrows .next {
    width: 30px;
    height: 15px;
    background-size: 10px 8px;
  }
  .home .main .event .link-btn {
    margin-left: 50px;
  }
  .home .main .event .top-event-slider {
    margin: 60px 0;
    padding-left: 30px;
  }
  .home .main .event .entry {
    width: 300px;
    margin: 0 0 0 20px;
  }
  .home .main .event .entry__link:hover {
    opacity: 1;
  }
  .home .main .event .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .event .entry__body {
    padding-top: 20px;
  }
  .home .main .event .entry__body span {
    font-size: 15px;
  }
  .home .main .event .entry__date {
    font-size: 15px;
  }
  .home .main .event .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .event {
    padding: 90px 0;
  }
  .home .main .event-head__contents {
    display: none;
  }
  .home .main .event .link-btn {
    margin-left: 0;
  }
  .home .main .event .top-event-slider {
    margin: 42px 0 0;
    padding-left: 30px;
  }
  .home .main .event .entry {
    width: 83.3vw;
  }
  .home .main .event__btm {
    margin-top: 38px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* ===================================

  観光コンテンツ

====================================== */
.home .main .tcon {
  padding: 180px 0;
  background-color: #fff;
}
.home .main .tcon__head {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .tcon__contents {
  margin-top: 80px;
  padding: 0 1vw;
}
.home .main .tcon .item {
  overflow: hidden;
}
.home .main .tcon .item__link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .tcon .item__bg {
  width: 100%;
  padding-top: 51%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .tcon .item__link:hover {
  opacity: 0.9;
}
.home .main .tcon .item__link:hover .item__bg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .tcon .item__title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.home .main .tcon .item__title .title {
  font-size: 30px;
  font-weight: 500;
}
.home .main .tcon .item__title .entitle {
  margin-top: 15px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.home .main .tcon-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .main .tcon-top .item {
  width: calc((100% - 10px) / 2);
}
.home .main .tcon-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.home .main .tcon-btm .item {
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 1199px) {
  .home .main .tcon {
    padding: 100px 0;
  }
  .home .main .tcon__head {
    padding: 0 30px;
  }
  .home .main .tcon__contents {
    margin-top: 60px;
    padding: 0 10px;
  }
  .home .main .tcon .item__link:hover {
    opacity: 1;
  }
  .home .main .tcon .item__link:hover .item__bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .tcon .item__title .title {
    font-size: 20px;
  }
  .home .main .tcon .item__title .entitle {
    margin-top: 12px;
    font-size: 14px;
  }
  .home .main .tcon-top .item {
    width: calc((100% - 5px) / 2);
  }
  .home .main .tcon-btm {
    margin-top: 5px;
  }
  .home .main .tcon-btm .item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 758px) {
  .home .main .tcon {
    padding: 90px 0;
  }
  .home .main .tcon__contents {
    margin-top: 42px;
  }
  .home .main .tcon-top {
    display: block;
  }
  .home .main .tcon-top .item {
    width: 100%;
  }
  .home .main .tcon-top .item + .item {
    margin-top: 10px;
  }
  .home .main .tcon-btm {
    display: block;
    margin-top: 10px;
  }
  .home .main .tcon-btm .item {
    width: 100%;
  }
  .home .main .tcon-btm .item + .item {
    margin-top: 10px;
  }
}
/* ===================================

  芸西村について

====================================== */
.home .main .about {
  position: relative;
}
.home .main .about__bg {
  position: fixed;
  top: 90px;
  width: 100%;
  height: 100vh;
  background: url(img/top-plx.jpg) no-repeat center center/cover;
  z-index: -1;
}
.home .main .about__spacer {
  padding-top: calc(100vh - 300px);
}
.home .main .about__wrap {
  padding-top: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.home .main .about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13.54vw;
  color: #fff;
}
.home .main .about__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 3em;
}
.home .main .about__title p {
  display: block;
}
.home .main .about__title p + p {
  margin-top: 42px;
}
.home .main .about__title span {
  display: inline-block;
  padding-bottom: 20px;
  font-size: calc(28px + 20 * (100vw - 940px) / 980);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #fff;
}
.home .main .about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.125vw;
          flex: 0 0 28.125vw;
  width: 28.125vw;
}
.home .main .about__txt {
  font-size: 18px;
  line-height: 2.33;
}
.home .main .about .link-btn {
  margin-top: 53px;
}
.home .main .about__btm {
  position: relative;
  margin-top: 300px;
  padding-left: var(--cm-padding);
  z-index: 2;
}
.home .main .about__img {
  display: block;
  width: 43.75vw;
}

@media screen and (max-width: 1199px) {
  .home .main .about__bg {
    top: 60px;
  }
  .home .main .about__spacer {
    padding-top: 300px;
  }
  .home .main .about__wrap {
    padding-top: 300px;
    padding-bottom: 0;
  }
  .home .main .about__contents {
    display: block;
    width: 100%;
    max-width: 768px;
    padding: 0 100px;
  }
  .home .main .about__head {
    padding-right: 0;
  }
  .home .main .about__title p + p {
    margin-top: 25px;
  }
  .home .main .about__title span {
    padding-bottom: 16px;
    font-size: 30px;
  }
  .home .main .about__body {
    width: 100%;
    margin-top: 100px;
  }
  .home .main .about__txt {
    font-size: 16px;
  }
  .home .main .about .link-btn {
    margin-top: 40px;
  }
  .home .main .about__btm {
    margin-top: 100px;
    padding: 0 100px;
  }
  .home .main .about__img {
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .home .main .about__spacer {
    padding-top: 100px;
  }
  .home .main .about__wrap {
    padding-top: 300px;
  }
  .home .main .about__contents {
    max-width: 100%;
    padding: 0 30px;
  }
  .home .main .about__title p + p {
    margin-top: 20px;
  }
  .home .main .about__title span {
    padding-bottom: 16px;
    font-size: 22px;
    border-bottom: 2px solid #fff;
  }
  .home .main .about__body {
    width: 100%;
    margin-top: 30px;
  }
  .home .main .about__txt {
    font-size: 14px;
  }
  .home .main .about .link-btn {
    margin-top: 15px;
  }
  .home .main .about__btm {
    margin-top: 120px;
    padding: 0 30px;
  }
}
/* ===================================

  about下部

====================================== */
.home .main .decoration {
  position: relative;
  margin-top: -15.36vw;
  min-height: 15.36vw;
  background-color: #fff;
}
.home .main .decoration::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: 55px;
  background-image: url(img/tani.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
}

@media screen and (max-width: 1199px) {
  .home .main .decoration {
    margin-top: -150px;
    min-height: 150px;
  }
  .home .main .decoration::before {
    top: -18px;
    width: 100%;
    height: 20px;
    background-size: 100% 20px;
    background-position: top 0 center;
  }
}
@media screen and (max-width: 758px) {
  .home .main .decoration {
    margin-top: -95px;
    min-height: 95px;
  }
  .home .main .decoration::before {
    top: -9px;
    width: 100%;
    height: 10px;
    background-size: 100% 10px;
  }
}
/* ===================================

  特集

====================================== */
.home .main .feature {
  padding: 180px 0 230px;
  background-color: #fff;
  background-image: url(img/top-feature-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom 0 center;
}
.home .main .feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .feature-head__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .feature__main, .home .main .feature__sub {
  width: calc((100% - 2vw) / 2);
}
.home .main .feature__main {
  padding-right: 1vw;
}
.home .main .feature__main .entry {
  width: 100%;
}
.home .main .feature__main .entry__link {
  display: block;
  width: 100%;
}
.home .main .feature__main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .main .feature__main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .feature__main .entry__link:hover {
  opacity: 0.6;
}
.home .main .feature__main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .feature__main .entry__body {
  padding-top: 33px;
  word-break: break-all;
}
.home .main .feature__main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .feature__main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.home .main .feature__main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.home .main .feature__main .entry__cate {
  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;
  padding: 3px 12px;
  min-width: 80px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.home .main .feature__main .entry__title {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .feature__sub .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.home .main .feature__sub .entry + .entry {
  margin-top: 50px;
}
.home .main .feature__sub .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
  width: 100%;
}
.home .main .feature__sub .entry__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 177px;
          flex: 0 0 177px;
  width: 177px;
  overflow: hidden;
}
.home .main .feature__sub .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .feature__sub .entry__link:hover {
  opacity: 0.6;
}
.home .main .feature__sub .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .feature__sub .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 17px;
  padding-left: 43px;
  word-break: break-all;
}
.home .main .feature__sub .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .feature__sub .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.home .main .feature__sub .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.home .main .feature__sub .entry__cate {
  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;
  padding: 3px 12px;
  min-width: 80px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.home .main .feature__sub .entry__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .feature__btm {
  display: none;
}

@media screen and (max-width: 1400px) {
  .home .main .feature__sub .entry__body {
    padding-top: 0;
  }
  .home .main .feature__sub .entry__info {
    display: block;
  }
  .home .main .feature__sub .entry__cates {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .home .main .feature {
    padding: 100px 0 160px;
    background-color: #fff;
    background-image: url(img/top-feature-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom 0 center;
  }
  .home .main .feature-head {
    padding: 0 30px;
  }
  .home .main .feature-head__contents {
    display: none;
  }
  .home .main .feature__contents {
    margin-top: 60px;
    padding: 0 30px;
  }
  .home .main .feature__main, .home .main .feature__sub {
    width: 50%;
  }
  .home .main .feature__main {
    padding-right: 30px;
  }
  .home .main .feature__main .entry__link:hover {
    opacity: 1;
  }
  .home .main .feature__main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .feature__main .entry__body {
    padding-top: 15px;
  }
  .home .main .feature__main .entry__date {
    font-size: 15px;
  }
  .home .main .feature__main .entry__cates {
    margin-left: 12px;
  }
  .home .main .feature__main .entry__cate {
    font-size: 12px;
    min-width: 72px;
  }
  .home .main .feature__main .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
  .home .main .feature__sub .entry + .entry {
    margin-top: 25px;
  }
  .home .main .feature__sub .entry__link {
    padding-bottom: 25px;
  }
  .home .main .feature__sub .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .home .main .feature__sub .entry__link:hover {
    opacity: 1;
  }
  .home .main .feature__sub .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .feature__sub .entry__body {
    padding-left: 20px;
  }
  .home .main .feature__sub .entry__date {
    font-size: 15px;
  }
  .home .main .feature__sub .entry__cates {
    margin-left: 0;
    margin-top: 8px;
  }
  .home .main .feature__sub .entry__cate {
    min-width: 72px;
    font-size: 12px;
  }
  .home .main .feature__sub .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .main .feature {
    padding: 90px 0 95px;
    background-image: url(img/top-feature-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom 0 center;
  }
  .home .main .feature__contents {
    display: block;
    margin-top: 42px;
  }
  .home .main .feature__main, .home .main .feature__sub {
    width: 100%;
  }
  .home .main .feature__main {
    padding-right: 0;
  }
  .home .main .feature__main .entry__link {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .home .main .feature__main .entry__body {
    padding-top: 20px;
  }
  .home .main .feature__sub {
    margin-top: 40px;
  }
  .home .main .feature__sub .entry + .entry {
    margin-top: 40px;
  }
  .home .main .feature__sub .entry__link {
    padding-bottom: 36px;
  }
  .home .main .feature__sub .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .home .main .feature__sub .entry__body {
    padding-top: 0;
  }
  .home .main .feature__btm {
    margin-top: 40px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* ===================================

  お役立ち情報

====================================== */
.home .main .info {
  padding: 180px 0;
  background-color: #fff;
}
.home .main .info .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.home .main .info__contents {
  margin-top: 70px;
}
.home .main .info__top {
  padding-bottom: 70px;
}
.home .main .info__btm {
  padding-top: 70px;
  border-top: 1px solid #ccc;
}
.home .main .info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .info .item {
  width: calc((100% - 2vw) / 2);
  height: 11.2vw;
}
.home .main .info .item:nth-child(n+3) {
  margin-top: 2vw;
}
.home .main .info .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home .main .info .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.2%;
          flex: 0 0 40.2%;
  width: 40.2%;
  overflow: hidden;
}
.home .main .info .item__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .info .item__link:hover .item__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .main .info .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 0;
  background-color: #f9f8f6;
}
.home .main .info .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 30px;
}
.home .main .info .item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.home .main .info .item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 100%;
  border-left: 1px solid #cbcbcb;
}
.home .main .info .item__ico {
  width: 40px;
}
.home .main .info .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .info .entries::after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}
.home .main .info .entry {
  width: calc((100% - 20px) / 3);
}
.home .main .info .entry:nth-child(n+4) {
  margin-top: 10px;
}
.home .main .info .entry__link {
  display: block;
  width: 100%;
}
.home .main .info .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.home .main .info .entry__thumb-img {
  width: 100%;
  padding-top: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.home .main .info .entry__link:hover {
  opacity: 0.6;
}
.home .main .info .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .home .main .info {
    padding: 100px 0;
  }
  .home .main .info .container {
    padding: 0 30px;
  }
  .home .main .info__contents {
    margin-top: 60px;
  }
  .home .main .info__top {
    padding-bottom: 30px;
  }
  .home .main .info__btm {
    padding-top: 30px;
  }
  .home .main .info .item {
    width: calc((100% - 20px) / 2);
    height: 12vw;
  }
  .home .main .info .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .home .main .info .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .home .main .info .item__link:hover .item__img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .main .info .item__body {
    padding: 15px 0;
  }
  .home .main .info .item__contents {
    padding: 0 10px 0 20px;
  }
  .home .main .info .item__title {
    font-size: 15px;
  }
  .home .main .info .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
  .home .main .info .item__ico {
    width: 22px;
  }
  .home .main .info .item:nth-child(4) .item__img {
    background-position: center left 0;
  }
  .home .main .info .entries::after {
    width: calc((100% - 16px) / 3);
  }
  .home .main .info .entry {
    width: calc((100% - 16px) / 3);
  }
  .home .main .info .entry:nth-child(n+4) {
    margin-top: 8px;
  }
  .home .main .info .entry__link:hover {
    opacity: 1;
  }
  .home .main .info .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 758px) {
  .home .main .info {
    padding: 90px 0;
  }
  .home .main .info__contents {
    margin-top: 40px;
  }
  .home .main .info__top {
    padding-bottom: 40px;
  }
  .home .main .info__btm {
    padding-top: 40px;
  }
  .home .main .info .items {
    display: block;
  }
  .home .main .info .item {
    width: 100%;
    height: 26.22vw;
  }
  .home .main .info .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .home .main .info .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .home .main .info .item__body {
    padding: 15px 0;
  }
  .home .main .info .item__contents {
    padding: 0 10px 0 15px;
  }
  .home .main .info .item__title {
    font-size: 14px;
  }
  .home .main .info .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
  .home .main .info .item__ico {
    width: 20px;
  }
  .home .main .info .entries::after {
    display: none;
  }
  .home .main .info .entry {
    width: 100%;
  }
  .home .main .info .entry:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ===================================

  観光コンテンツ一覧

====================================== */
.page-tourism-contents .header {
  background-color: #fff;
}
.page-tourism-contents .main {
  padding: 150px 0 180px;
}
.page-tourism-contents .main .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-tourism-contents .main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-tourism-contents .main .item + .item {
  margin-top: 120px;
}
.page-tourism-contents .main .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.2vw;
          flex: 0 0 55.2vw;
  width: 55.2vw;
}
.page-tourism-contents .main .item__img {
  display: block;
  width: 100%;
}
.page-tourism-contents .main .item__body {
  margin-left: 6.25vw;
  padding-top: 6.25vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
}
.page-tourism-contents .main .item__title {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.page-tourism-contents .main .item__title .title {
  font-size: 30px;
  font-weight: 500;
}
.page-tourism-contents .main .item__title .entitle {
  margin-top: 17px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--cl-ac);
}
.page-tourism-contents .main .item__txt {
  padding-top: 33px;
}
.page-tourism-contents .main .item__txt p {
  font-size: 18px;
  line-height: 1.75;
}
.page-tourism-contents .main .item .link-btn {
  margin-top: 72px;
}
.page-tourism-contents .main .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-tourism-contents .main .item:nth-child(2n) .item__body {
  margin-left: 0;
  margin-right: 6.25vw;
}

@media screen and (max-width: 1500px) {
  .page-tourism-contents .main .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-tourism-contents .main .item__body {
    padding-left: 0;
    padding-top: 0;
  }
  .page-tourism-contents .main .item:nth-child(2n) .item__body {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .page-tourism-contents .main .item__body {
    margin-left: 50px;
  }
  .page-tourism-contents .main .item:nth-child(2n) .item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .page-tourism-contents .main {
    padding: 100px 0;
  }
  .page-tourism-contents .main .container {
    max-width: 768px;
    padding: 0 30px;
  }
  .page-tourism-contents .main .item {
    display: block;
  }
  .page-tourism-contents .main .item + .item {
    margin-top: 100px;
  }
  .page-tourism-contents .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-tourism-contents .main .item__body {
    margin-left: 0;
    padding-top: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-tourism-contents .main .item__title {
    padding-bottom: 30px;
  }
  .page-tourism-contents .main .item__title .title {
    font-size: 24px;
  }
  .page-tourism-contents .main .item__title .entitle {
    margin-top: 20px;
    font-size: 18px;
  }
  .page-tourism-contents .main .item__txt {
    padding-top: 25px;
  }
  .page-tourism-contents .main .item__txt p {
    font-size: 16px;
  }
  .page-tourism-contents .main .item .link-btn {
    margin-top: 50px;
  }
  .page-tourism-contents .main .item:nth-child(2n) .item__body {
    margin-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-tourism-contents .main {
    padding: 60px 0 90px;
  }
  .page-tourism-contents .main .container {
    max-width: 100%;
    padding: 0;
  }
  .page-tourism-contents .main .item {
    display: block;
  }
  .page-tourism-contents .main .item + .item {
    margin-top: 60px;
  }
  .page-tourism-contents .main .item__body {
    padding: 32px 30px 0;
  }
  .page-tourism-contents .main .item__title {
    padding-bottom: 25px;
  }
  .page-tourism-contents .main .item__title .title {
    font-size: 22px;
  }
  .page-tourism-contents .main .item__title .entitle {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-tourism-contents .main .item__txt p {
    font-size: 14px;
  }
  .page-tourism-contents .main .item .link-btn {
    margin-top: 50px;
  }
  .page-tourism-contents .main .item:nth-child(2n) .item__body {
    margin-right: 0;
  }
}
/* ===================================

  観光スポット

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-tourist-attractions .t-mv__inner {
  background-image: url(img/touist-attractions-mv.jpg);
  background-position: top 0 center;
}
.page-tourist-attractions .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-tourist-attractions .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-tourist-attractions .t-mv__inner {
    background-image: url(img/sp-touist-attractions-mv.jpg);
  }
  .page-tourist-attractions .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  msg

====================================== */
.page-tourist-attractions .main .msg .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-tourist-attractions .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 220px 0 200px;
  border-bottom: 1px solid #ccc;
}
.page-tourist-attractions .main .msg__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.8vw;
          flex: 0 0 44.8vw;
  width: 44.8vw;
}
.page-tourist-attractions .main .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-tourist-attractions .main .msg__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
}
.page-tourist-attractions .main .msg__txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-tourist-attractions .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-tourist-attractions .main .msg__contents {
    display: block;
    padding: 106px 0 93px;
  }
  .page-tourist-attractions .main .msg__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-tourist-attractions .main .msg__title {
    font-size: 20px;
  }
  .page-tourist-attractions .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    margin-top: 50px;
  }
  .page-tourist-attractions .main .msg__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-tourist-attractions .main .msg__title {
    font-size: 18px;
  }
  .page-tourist-attractions .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 40px;
  }
  .page-tourist-attractions .main .msg__txt {
    font-size: 14px;
  }
}
/* ===================================

  投稿

====================================== */
.page-tourist-attractions .main .contents {
  padding-top: 155px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-tourist-attractions .main .contents .entries {
  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;
}
.page-tourist-attractions .main .contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 1vw) / 3);
}
.page-tourist-attractions .main .contents .entry {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-tourist-attractions .main .contents .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-tourist-attractions .main .contents .entry:nth-child(n+4) {
  margin-top: 60px;
}
.page-tourist-attractions .main .contents .entry__link {
  display: block;
  width: 100%;
}
.page-tourist-attractions .main .contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-tourist-attractions .main .contents .entry__thumb-img {
  width: 100%;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-tourist-attractions .main .contents .entry__link:hover {
  opacity: 0.6;
}
.page-tourist-attractions .main .contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-tourist-attractions .main .contents .entry__body {
  padding: 27px 10px 0;
  word-break: break-all;
}
.page-tourist-attractions .main .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-tourist-attractions .main .contents .entry__cate {
  padding: 3px 12px;
  margin: 0 10px 10px 0;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-tourist-attractions .main .contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-tourist-attractions .main .contents .entry__txt {
  margin-top: 15px;
  line-height: 1.625;
}

@media screen and (max-width: 1199px) {
  .page-tourist-attractions .main .contents {
    padding: 60px 30px 0;
  }
  .page-tourist-attractions .main .contents .entries::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-tourist-attractions .main .contents .entry {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-tourist-attractions .main .contents .entry::after {
    width: calc(100% - 10px);
  }
  .page-tourist-attractions .main .contents .entry:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-tourist-attractions .main .contents .entry__link:hover {
    opacity: 1;
  }
  .page-tourist-attractions .main .contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-tourist-attractions .main .contents .entry__body {
    padding: 18px 5px 0;
  }
  .page-tourist-attractions .main .contents .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .page-tourist-attractions .main .contents .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-tourist-attractions .main .contents .entry__txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .page-tourist-attractions .main .contents {
    padding: 40px 30px 0;
  }
  .page-tourist-attractions .main .contents .entries {
    display: block;
  }
  .page-tourist-attractions .main .contents .entries::after {
    display: none;
  }
  .page-tourist-attractions .main .contents .entry {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-tourist-attractions .main .contents .entry::after {
    width: calc(100% - 16px);
  }
  .page-tourist-attractions .main .contents .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-tourist-attractions .main .contents .entry__body {
    padding: 20px 8px 0;
  }
  .page-tourist-attractions .main .contents .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .page-tourist-attractions .main .contents .entry__title {
    font-size: 15px;
  }
  .page-tourist-attractions .main .contents .entry__txt {
    font-size: 12px;
  }
}
/* ===================================

  グルメ

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-gourmet .t-mv__inner {
  background-image: url(img/gourmet-mv.jpg);
  background-position: center center;
}
.page-gourmet .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-gourmet .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-gourmet .t-mv__inner {
    background-image: url(img/sp-gourmet-mv.jpg);
  }
  .page-gourmet .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  msg

====================================== */
.page-gourmet .main .msg .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-gourmet .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 220px 0 200px;
  border-bottom: 1px solid #ccc;
}
.page-gourmet .main .msg__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.8vw;
          flex: 0 0 44.8vw;
  width: 44.8vw;
}
.page-gourmet .main .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-gourmet .main .msg__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
}
.page-gourmet .main .msg__txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-gourmet .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-gourmet .main .msg__contents {
    display: block;
    padding: 106px 0 93px;
  }
  .page-gourmet .main .msg__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-gourmet .main .msg__title {
    font-size: 20px;
  }
  .page-gourmet .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    margin-top: 50px;
  }
  .page-gourmet .main .msg__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-gourmet .main .msg__title {
    font-size: 18px;
  }
  .page-gourmet .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 40px;
  }
  .page-gourmet .main .msg__txt {
    font-size: 14px;
  }
}
/* ===================================

  投稿

====================================== */
.page-gourmet .main .contents {
  padding-top: 155px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-gourmet .main .contents .entries {
  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;
}
.page-gourmet .main .contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 1vw) / 3);
}
.page-gourmet .main .contents .entry {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-gourmet .main .contents .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-gourmet .main .contents .entry:nth-child(n+4) {
  margin-top: 60px;
}
.page-gourmet .main .contents .entry__link {
  display: block;
  width: 100%;
}
.page-gourmet .main .contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-gourmet .main .contents .entry__thumb-img {
  width: 100%;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-gourmet .main .contents .entry__link:hover {
  opacity: 0.6;
}
.page-gourmet .main .contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-gourmet .main .contents .entry__body {
  padding: 27px 10px 0;
  word-break: break-all;
}
.page-gourmet .main .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-gourmet .main .contents .entry__cate {
  padding: 3px 12px;
  margin: 0 10px 10px 0;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-gourmet .main .contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-gourmet .main .contents .entry__txt {
  margin-top: 15px;
  line-height: 1.625;
}
.page-gourmet .main .contents .entry__info {
  margin-top: 64px;
}
.page-gourmet .main .contents .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-gourmet .main .contents .entry__info dl + dl {
  margin-top: 5px;
}
.page-gourmet .main .contents .entry__info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.page-gourmet .main .contents .entry__info dt img {
  display: block;
  width: 100%;
}
.page-gourmet .main .contents .entry__info dd {
  margin-left: 15px;
  line-height: 1.562;
}

@media screen and (max-width: 1199px) {
  .page-gourmet .main .contents {
    padding: 60px 30px 0;
  }
  .page-gourmet .main .contents .entries::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-gourmet .main .contents .entry {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-gourmet .main .contents .entry::after {
    width: calc(100% - 10px);
  }
  .page-gourmet .main .contents .entry:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-gourmet .main .contents .entry__link:hover {
    opacity: 1;
  }
  .page-gourmet .main .contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-gourmet .main .contents .entry__body {
    padding: 18px 5px 0;
  }
  .page-gourmet .main .contents .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .page-gourmet .main .contents .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-gourmet .main .contents .entry__txt {
    margin-top: 12px;
  }
  .page-gourmet .main .contents .entry__info {
    margin-top: 40px;
  }
  .page-gourmet .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .page-gourmet .main .contents .entry__info dd {
    margin-left: 12px;
    line-height: 1.466;
  }
}
@media screen and (max-width: 758px) {
  .page-gourmet .main .contents {
    padding: 40px 30px 0;
  }
  .page-gourmet .main .contents .entries {
    display: block;
  }
  .page-gourmet .main .contents .entries::after {
    display: none;
  }
  .page-gourmet .main .contents .entry {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-gourmet .main .contents .entry::after {
    width: calc(100% - 16px);
  }
  .page-gourmet .main .contents .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-gourmet .main .contents .entry__body {
    padding: 20px 8px 0;
  }
  .page-gourmet .main .contents .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .page-gourmet .main .contents .entry__title {
    font-size: 15px;
  }
  .page-gourmet .main .contents .entry__txt {
    font-size: 12px;
  }
  .page-gourmet .main .contents .entry__info {
    margin-top: 30px;
  }
  .page-gourmet .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .page-gourmet .main .contents .entry__info dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
/* ===================================

  アクティビティ

====================================== */
/* ---------------------------------
  メインビジュアル・共通activity
----------------------------------- */
.page-activity .t-mv__inner {
  background-image: url(img/activity-mv.jpg);
  background-position: bottom 0 right 0;
}
.page-activity .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-activity .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-activity .t-mv__inner {
    background-image: url(img/sp-activity-mv.jpg);
  }
  .page-activity .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  msg

====================================== */
.page-activity .main .msg .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-activity .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 220px 0 200px;
  border-bottom: 1px solid #ccc;
}
.page-activity .main .msg__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.8vw;
          flex: 0 0 44.8vw;
  width: 44.8vw;
}
.page-activity .main .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-activity .main .msg__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
}
.page-activity .main .msg__txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-activity .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-activity .main .msg__contents {
    display: block;
    padding: 106px 0 93px;
  }
  .page-activity .main .msg__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-activity .main .msg__title {
    font-size: 20px;
  }
  .page-activity .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    margin-top: 50px;
  }
  .page-activity .main .msg__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-activity .main .msg__title {
    font-size: 18px;
  }
  .page-activity .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 40px;
  }
  .page-activity .main .msg__txt {
    font-size: 14px;
  }
}
/* ===================================

  投稿

====================================== */
.page-activity .main .contents {
  padding-top: 155px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-activity .main .contents .entries {
  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;
}
.page-activity .main .contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 1vw) / 3);
}
.page-activity .main .contents .entry {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-activity .main .contents .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-activity .main .contents .entry:nth-child(n+4) {
  margin-top: 60px;
}
.page-activity .main .contents .entry__link {
  display: block;
  width: 100%;
}
.page-activity .main .contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-activity .main .contents .entry__thumb-img {
  width: 100%;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-activity .main .contents .entry__link:hover {
  opacity: 0.6;
}
.page-activity .main .contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-activity .main .contents .entry__body {
  padding: 27px 10px 0;
  word-break: break-all;
}
.page-activity .main .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-activity .main .contents .entry__cate {
  padding: 3px 12px;
  margin: 0 10px 10px 0;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-activity .main .contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-activity .main .contents .entry__txt {
  margin-top: 15px;
  line-height: 1.625;
}

@media screen and (max-width: 1199px) {
  .page-activity .main .contents {
    padding: 60px 30px 0;
  }
  .page-activity .main .contents .entries::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-activity .main .contents .entry {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-activity .main .contents .entry::after {
    width: calc(100% - 10px);
  }
  .page-activity .main .contents .entry:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-activity .main .contents .entry__link:hover {
    opacity: 1;
  }
  .page-activity .main .contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-activity .main .contents .entry__body {
    padding: 18px 5px 0;
  }
  .page-activity .main .contents .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .page-activity .main .contents .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-activity .main .contents .entry__txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .page-activity .main .contents {
    padding: 40px 30px 0;
  }
  .page-activity .main .contents .entries {
    display: block;
  }
  .page-activity .main .contents .entries::after {
    display: none;
  }
  .page-activity .main .contents .entry {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-activity .main .contents .entry::after {
    width: calc(100% - 16px);
  }
  .page-activity .main .contents .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-activity .main .contents .entry__body {
    padding: 20px 8px 0;
  }
  .page-activity .main .contents .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .page-activity .main .contents .entry__title {
    font-size: 15px;
  }
  .page-activity .main .contents .entry__txt {
    font-size: 12px;
  }
}
/* ===================================

  宿泊

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-stay .t-mv__inner {
  background-image: url(img/stay-mv.jpg);
  background-position: top 0 center;
}
.page-stay .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-stay .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-stay .t-mv__inner {
    background-image: url(img/sp-stay-mv.jpg);
  }
  .page-stay .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  msg

====================================== */
.page-stay .main .msg .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-stay .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 220px 0 200px;
  border-bottom: 1px solid #ccc;
}
.page-stay .main .msg__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.8vw;
          flex: 0 0 44.8vw;
  width: 44.8vw;
}
.page-stay .main .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-stay .main .msg__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
}
.page-stay .main .msg__txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-stay .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-stay .main .msg__contents {
    display: block;
    padding: 106px 0 93px;
  }
  .page-stay .main .msg__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-stay .main .msg__title {
    font-size: 20px;
  }
  .page-stay .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    margin-top: 50px;
  }
  .page-stay .main .msg__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-stay .main .msg__title {
    font-size: 18px;
  }
  .page-stay .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 40px;
  }
  .page-stay .main .msg__txt {
    font-size: 14px;
  }
}
/* ===================================

  投稿

====================================== */
.page-stay .main .contents {
  padding-top: 155px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-stay .main .contents .entries {
  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;
}
.page-stay .main .contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 1vw) / 3);
}
.page-stay .main .contents .entry {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-stay .main .contents .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-stay .main .contents .entry:nth-child(n+4) {
  margin-top: 60px;
}
.page-stay .main .contents .entry__link {
  display: block;
  width: 100%;
}
.page-stay .main .contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-stay .main .contents .entry__thumb-img {
  width: 100%;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-stay .main .contents .entry__link:hover {
  opacity: 0.6;
}
.page-stay .main .contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-stay .main .contents .entry__body {
  padding: 27px 10px 0;
  word-break: break-all;
}
.page-stay .main .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-stay .main .contents .entry__cate {
  padding: 3px 12px;
  margin: 0 10px 10px 0;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-stay .main .contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-stay .main .contents .entry__txt {
  margin-top: 15px;
  line-height: 1.625;
}
.page-stay .main .contents .entry__info {
  margin-top: 64px;
}
.page-stay .main .contents .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-stay .main .contents .entry__info dl + dl {
  margin-top: 5px;
}
.page-stay .main .contents .entry__info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.page-stay .main .contents .entry__info dt img {
  display: block;
  width: 100%;
}
.page-stay .main .contents .entry__info dd {
  margin-left: 15px;
  line-height: 1.562;
}

@media screen and (max-width: 1199px) {
  .page-stay .main .contents {
    padding: 60px 30px 0;
  }
  .page-stay .main .contents .entries::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-stay .main .contents .entry {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-stay .main .contents .entry::after {
    width: calc(100% - 10px);
  }
  .page-stay .main .contents .entry:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-stay .main .contents .entry__link:hover {
    opacity: 1;
  }
  .page-stay .main .contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-stay .main .contents .entry__body {
    padding: 18px 5px 0;
  }
  .page-stay .main .contents .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .page-stay .main .contents .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-stay .main .contents .entry__txt {
    margin-top: 12px;
  }
  .page-stay .main .contents .entry__info {
    margin-top: 40px;
  }
  .page-stay .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .page-stay .main .contents .entry__info dd {
    margin-left: 12px;
    line-height: 1.466;
  }
}
@media screen and (max-width: 758px) {
  .page-stay .main .contents {
    padding: 40px 30px 0;
  }
  .page-stay .main .contents .entries {
    display: block;
  }
  .page-stay .main .contents .entries::after {
    display: none;
  }
  .page-stay .main .contents .entry {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-stay .main .contents .entry::after {
    width: calc(100% - 16px);
  }
  .page-stay .main .contents .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-stay .main .contents .entry__body {
    padding: 20px 8px 0;
  }
  .page-stay .main .contents .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .page-stay .main .contents .entry__title {
    font-size: 15px;
  }
  .page-stay .main .contents .entry__txt {
    font-size: 12px;
  }
  .page-stay .main .contents .entry__info {
    margin-top: 30px;
  }
  .page-stay .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .page-stay .main .contents .entry__info dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
/* ===================================

  特産品

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-local-specialty .t-mv__inner {
  background-image: url(img/local-specialty-mv.jpg);
  background-position: center center;
}
.page-local-specialty .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-local-specialty .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-local-specialty .t-mv__inner {
    background-image: url(img/sp-local-specialty-mv.jpg);
  }
  .page-local-specialty .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  msg

====================================== */
.page-local-specialty .main .msg .container {
  width: 100%;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-local-specialty .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 220px 0 170px;
}
.page-local-specialty .main .msg__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.8vw;
          flex: 0 0 44.8vw;
  width: 44.8vw;
}
.page-local-specialty .main .msg__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-local-specialty .main .msg__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
  width: 530px;
}
.page-local-specialty .main .msg__txt {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-local-specialty .main .msg .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-local-specialty .main .msg__contents {
    display: block;
    padding: 106px 0 85px;
  }
  .page-local-specialty .main .msg__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-local-specialty .main .msg__title {
    font-size: 20px;
  }
  .page-local-specialty .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 70%;
    margin-top: 50px;
  }
  .page-local-specialty .main .msg__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-local-specialty .main .msg__title {
    font-size: 18px;
  }
  .page-local-specialty .main .msg__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 40px;
  }
  .page-local-specialty .main .msg__txt {
    font-size: 14px;
  }
}
/* ===================================

  特産品の紹介

====================================== */
.page-local-specialty .main .gift .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-local-specialty .main .gift .items {
  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;
}
.page-local-specialty .main .gift .items::after {
  content: "";
  display: block;
  width: calc((100% - 2vw) / 3);
}
.page-local-specialty .main .gift .item {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-local-specialty .main .gift .item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-local-specialty .main .gift .item:nth-child(n+4) {
  margin-top: 60px;
}
.page-local-specialty .main .gift .item__head {
  width: 100%;
}
.page-local-specialty .main .gift .item__thumb {
  display: block;
  width: 100%;
}
.page-local-specialty .main .gift .item__body {
  padding: 20px 10px 0;
}
.page-local-specialty .main .gift .item__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-local-specialty .main .gift .item__txt {
  margin-top: 15px;
  line-height: 1.625;
}

@media screen and (max-width: 1199px) {
  .page-local-specialty .main .gift .container {
    padding: 0 30px;
  }
  .page-local-specialty .main .gift .items::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-local-specialty .main .gift .item {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-local-specialty .main .gift .item::after {
    width: calc(100% - 10px);
  }
  .page-local-specialty .main .gift .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-local-specialty .main .gift .item__body {
    padding: 18px 5px 0;
  }
  .page-local-specialty .main .gift .item__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-local-specialty .main .gift .item__txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .page-local-specialty .main .gift .items {
    display: block;
  }
  .page-local-specialty .main .gift .items::after {
    display: none;
  }
  .page-local-specialty .main .gift .item {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-local-specialty .main .gift .item::after {
    width: calc(100% - 16px);
  }
  .page-local-specialty .main .gift .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-local-specialty .main .gift .item__body {
    padding: 20px 8px 0;
  }
  .page-local-specialty .main .gift .item__title {
    font-size: 15px;
  }
  .page-local-specialty .main .gift .item__txt {
    font-size: 12px;
  }
}
/* ===================================

  投稿

====================================== */
.page-local-specialty .main .contents {
  padding-top: 180px;
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-local-specialty .main .contents__title {
  padding-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.page-local-specialty .main .contents .entries {
  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: 155px;
}
.page-local-specialty .main .contents .entries::after {
  content: "";
  display: block;
  width: calc((100% - 1vw) / 3);
}
.page-local-specialty .main .contents .entry {
  position: relative;
  width: calc((100% - 1vw) / 3);
  padding-bottom: 60px;
}
.page-local-specialty .main .contents .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
}
.page-local-specialty .main .contents .entry:nth-child(n+4) {
  margin-top: 60px;
}
.page-local-specialty .main .contents .entry__link {
  display: block;
  width: 100%;
}
.page-local-specialty .main .contents .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.page-local-specialty .main .contents .entry__thumb-img {
  width: 100%;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-local-specialty .main .contents .entry__link:hover {
  opacity: 0.6;
}
.page-local-specialty .main .contents .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-local-specialty .main .contents .entry__body {
  padding: 27px 10px 0;
  word-break: break-all;
}
.page-local-specialty .main .contents .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-local-specialty .main .contents .entry__cate {
  padding: 3px 12px;
  margin: 0 10px 10px 0;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.page-local-specialty .main .contents .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-local-specialty .main .contents .entry__txt {
  margin-top: 15px;
  line-height: 1.625;
}
.page-local-specialty .main .contents .entry__info {
  margin-top: 64px;
}
.page-local-specialty .main .contents .entry__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-local-specialty .main .contents .entry__info dl + dl {
  margin-top: 5px;
}
.page-local-specialty .main .contents .entry__info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.page-local-specialty .main .contents .entry__info dt img {
  display: block;
  width: 100%;
}
.page-local-specialty .main .contents .entry__info dd {
  margin-left: 15px;
  line-height: 1.562;
}

@media screen and (max-width: 1199px) {
  .page-local-specialty .main .contents {
    padding: 100px 30px 0;
  }
  .page-local-specialty .main .contents__title {
    padding-bottom: 25px;
    font-size: 22px;
  }
  .page-local-specialty .main .contents .entries {
    margin-top: 50px;
  }
  .page-local-specialty .main .contents .entries::after {
    width: calc((100% - 1vw) / 2);
  }
  .page-local-specialty .main .contents .entry {
    width: calc((100% - 1vw) / 2);
    padding-bottom: 40px;
  }
  .page-local-specialty .main .contents .entry::after {
    width: calc(100% - 10px);
  }
  .page-local-specialty .main .contents .entry:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-local-specialty .main .contents .entry__link:hover {
    opacity: 1;
  }
  .page-local-specialty .main .contents .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-local-specialty .main .contents .entry__body {
    padding: 18px 5px 0;
  }
  .page-local-specialty .main .contents .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .page-local-specialty .main .contents .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .page-local-specialty .main .contents .entry__txt {
    margin-top: 12px;
  }
  .page-local-specialty .main .contents .entry__info {
    margin-top: 40px;
  }
  .page-local-specialty .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .page-local-specialty .main .contents .entry__info dd {
    margin-left: 12px;
    line-height: 1.466;
  }
}
@media screen and (max-width: 758px) {
  .page-local-specialty .main .contents {
    padding: 90px 30px 0;
  }
  .page-local-specialty .main .contents__title {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .page-local-specialty .main .contents .entries {
    display: block;
    margin-top: 40px;
  }
  .page-local-specialty .main .contents .entries::after {
    display: none;
  }
  .page-local-specialty .main .contents .entry {
    width: 100%;
    padding-bottom: 40px;
  }
  .page-local-specialty .main .contents .entry::after {
    width: calc(100% - 16px);
  }
  .page-local-specialty .main .contents .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .page-local-specialty .main .contents .entry__body {
    padding: 20px 8px 0;
  }
  .page-local-specialty .main .contents .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .page-local-specialty .main .contents .entry__title {
    font-size: 15px;
  }
  .page-local-specialty .main .contents .entry__txt {
    font-size: 12px;
  }
  .page-local-specialty .main .contents .entry__info {
    margin-top: 30px;
  }
  .page-local-specialty .main .contents .entry__info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .page-local-specialty .main .contents .entry__info dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.6;
  }
}
/* ===================================

  観光コンテンツ詳細

====================================== */
.single-tourism .l-mv {
  padding: 0;
}
.single-tourism .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.single-tourism .main {
  padding-bottom: 140px;
}
.single-tourism .main .container {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}
.single-tourism .main .container .entry {
  position: relative;
  width: 100%;
  padding: 87px 0 300px;
  word-break: break-all;
}
.single-tourism .main .container .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.5vw;
  height: 1px;
  background-color: #ccc;
}
.single-tourism .main .container .entry__head {
  padding-bottom: 33px;
  border-bottom: 1px solid #ccc;
}
.single-tourism .main .container .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-tourism .main .container .entry__cate {
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.single-tourism .main .container .entry__title {
  margin-top: 27px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single-tourism .main .container .entry__thumb {
  padding-top: 50px;
}
.single-tourism .main .container .entry .primary .thumb {
  overflow: hidden;
  width: 100%;
  padding-top: 66.8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-tourism .main .container .entry .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.single-tourism .main .container .entry .secondary .thumb-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 5);
          flex: 0 0 calc((100% - 40px) / 5);
  width: calc((100% - 40px) / 5);
}
.single-tourism .main .container .entry .secondary .thumb-wrap + .thumb-wrap {
  margin-left: 10px;
}
.single-tourism .main .container .entry .secondary .thumb {
  padding-top: 66.8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-tourism .main .container .entry .secondary .thumb:hover {
  opacity: 0.6;
}
.single-tourism .main .container .entry__body {
  padding-top: 70px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.single-tourism .main .container .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single-tourism .main .container .entry__body .rtoc-mokuji-content {
  display: none !important;
}
.single-tourism .main .container .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single-tourism .main .container .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single-tourism .main .container .entry__body h2,
.single-tourism .main .container .entry__body h3,
.single-tourism .main .container .entry__body h4,
.single-tourism .main .container .entry__body h5,
.single-tourism .main .container .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.single-tourism .main .container .entry__body > h2, .single-tourism .main .container .entry__body > h3, .single-tourism .main .container .entry__body > h4 {
  margin-top: 50px;
}
.single-tourism .main .container .entry__body > h5, .single-tourism .main .container .entry__body > h6 {
  margin-top: 40px;
}
.single-tourism .main .container .entry__body > p {
  margin-top: 50px;
}
.single-tourism .main .container .entry__body > .wp-block-image, .single-tourism .main .container .entry__body > .wp-block-buttons, .single-tourism .main .container .entry__body > .wp-block-liquid-speech-balloon, .single-tourism .main .container .entry__body > .toc-mokuji-content, .single-tourism .main .container .entry__body > figure.wp-block-embed-youtube, .single-tourism .main .container .entry__body > table, .single-tourism .main .container .entry__body > ol, .single-tourism .main .container .entry__body > ul, .single-tourism .main .container .entry__body > blockquote, .single-tourism .main .container .entry__body > iframe {
  margin-top: 40px;
}
.single-tourism .main .container .entry__body > details {
  margin-top: 2em;
}
.single-tourism .main .container .entry__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.single-tourism .main .container .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-tourism .main .container .entry__body h3 {
  position: relative;
  font-size: 22px;
  padding-left: 25px;
}
.single-tourism .main .container .entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.single-tourism .main .container .entry__body h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-tourism .main .container .entry__body h4 {
  position: relative;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.single-tourism .main .container .entry__body h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.single-tourism .main .container .entry__body h5 {
  font-size: 18px;
  font-weight: 500;
}
.single-tourism .main .container .entry__body p {
  line-height: 2;
}
.single-tourism .main .container .entry__body p + p {
  margin-top: 1.5em;
}
.single-tourism .main .container .entry__body .wp-block-image img {
  margin: 0;
}
.single-tourism .main .container .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single-tourism .main .container .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single-tourism .main .container .entry__body .alignright {
  margin-left: auto;
}
.single-tourism .main .container .entry__body .wp-caption {
  max-width: 100%;
}
.single-tourism .main .container .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single-tourism .main .container .entry__body pre {
  overflow-x: auto;
}
.single-tourism .main .container .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single-tourism .main .container .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single-tourism .main .container .entry__body table th a {
  color: inherit;
}
.single-tourism .main .container .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single-tourism .main .container .entry__body table td a {
  color: inherit;
}
.single-tourism .main .container .entry__body ol li,
.single-tourism .main .container .entry__body ul li {
  display: block;
  line-height: 1.5;
}
.single-tourism .main .container .entry__body ol li + li,
.single-tourism .main .container .entry__body ul li + li {
  margin-top: 0.75em;
}
.single-tourism .main .container .entry__body ul li {
  padding-left: 1.4em;
  text-indent: -1.1em;
}
.single-tourism .main .container .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.12em;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-pri);
  border-radius: 50%;
}
.single-tourism .main .container .entry__body ol {
  counter-reset: num;
  list-style-type: none;
  padding-left: 2.25em;
}
.single-tourism .main .container .entry__body ol li {
  text-indent: -2em;
  line-height: 1.5;
}
.single-tourism .main .container .entry__body ol li::before {
  display: inline-block;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: -2px;
  margin-right: 10px;
  padding-bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
.single-tourism .main .container .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.single-tourism .main .container .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single-tourism .main .container .entry__body details {
  margin-top: 2em;
}
.single-tourism .main .container .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single-tourism .main .container .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.single-tourism .main .container .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.single-tourism .main .container .entry__body blockquote p {
  margin-top: 0;
}
.single-tourism .main .container .entry__body blockquote p + p {
  margin-top: 1em;
}
.single-tourism .main .container .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.single-tourism .main .container .entry__body blockquote a {
  -webkit-transition: all 1s;
  transition: all 1s;
  color: var(--cl-ac);
}
.single-tourism .main .container .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single-tourism .main .container .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.single-tourism .main .container .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single-tourism .main .container .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single-tourism .main .container .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.single-tourism .main .container .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single-tourism .main .container .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single-tourism .main .container .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.single-tourism .main .container .entry-info {
  padding-top: 180px;
}
.single-tourism .main .container .entry__heading {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  border-left: 2px solid var(--cl-ac);
}
.single-tourism .main .container .entry__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-tourism .main .container .entry__contents {
  margin-top: 60px;
}
.single-tourism .main .container .entry__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 2;
}
.single-tourism .main .container .entry__contents dl:first-child {
  border-top: 1px solid #ccc;
}
.single-tourism .main .container .entry__contents dt {
  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;
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding: 18px 10px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.single-tourism .main .container .entry__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 18px 20px;
  word-break: break-all;
}
.single-tourism .main .container .entry__contents dd .anchor {
  color: var(--cl-sec);
}
.single-tourism .main .container .entry__contents dd .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
.single-tourism .main .container .entry__contents dd .icon {
  width: 25px;
}
.single-tourism .main .container .entry__contents dd .icon + .icon {
  margin-left: 20px;
}
.single-tourism .main .container .entry__contents dd p > a {
  color: var(--cl-sec);
}
.single-tourism .main .container .entry__contents .iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.single-tourism .main .container .entry__contents .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-tourism .main .container .back-btn {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .single-tourism .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-tourism .main {
    padding-bottom: 100px;
  }
  .single-tourism .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .single-tourism .main .container .entry {
    padding: 60px 0 180px;
  }
  .single-tourism .main .container .entry::after {
    width: calc(100vw - 60px);
  }
  .single-tourism .main .container .entry__head {
    padding-bottom: 28px;
  }
  .single-tourism .main .container .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .single-tourism .main .container .entry__title {
    margin-top: 20px;
    font-size: 24px;
  }
  .single-tourism .main .container .entry__thumb {
    padding-top: 35px;
  }
  .single-tourism .main .container .entry .secondary {
    margin-top: 8px;
  }
  .single-tourism .main .container .entry .secondary .thumb-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 5);
            flex: 0 0 calc((100% - 32px) / 5);
    width: calc((100% - 32px) / 5);
  }
  .single-tourism .main .container .entry .secondary .thumb-wrap + .thumb-wrap {
    margin-left: 8px;
  }
  .single-tourism .main .container .entry .secondary .thumb:hover {
    opacity: 1;
  }
  .single-tourism .main .container .entry__body {
    padding-top: 50px;
    font-size: 16px;
  }
  .single-tourism .main .container .entry__body > h2, .single-tourism .main .container .entry__body > h3, .single-tourism .main .container .entry__body > h4 {
    margin-top: 45px;
  }
  .single-tourism .main .container .entry__body > h5, .single-tourism .main .container .entry__body > h6 {
    margin-top: 35px;
  }
  .single-tourism .main .container .entry__body > p {
    margin-top: 35px;
  }
  .single-tourism .main .container .entry__body > .wp-block-image, .single-tourism .main .container .entry__body > .wp-block-buttons, .single-tourism .main .container .entry__body > .wp-block-liquid-speech-balloon, .single-tourism .main .container .entry__body > .toc-mokuji-content, .single-tourism .main .container .entry__body > figure.wp-block-embed-youtube, .single-tourism .main .container .entry__body > table, .single-tourism .main .container .entry__body > ol, .single-tourism .main .container .entry__body > ul, .single-tourism .main .container .entry__body > blockquote, .single-tourism .main .container .entry__body > iframe, .single-tourism .main .container .entry__body > details {
    margin-top: 35px;
  }
  .single-tourism .main .container .entry__body h2 {
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .single-tourism .main .container .entry__body h2::after {
    bottom: -15px;
  }
  .single-tourism .main .container .entry__body h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .single-tourism .main .container .entry__body h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .single-tourism .main .container .entry__body h3::after {
    bottom: -8px;
  }
  .single-tourism .main .container .entry__body h4 {
    padding: 8px 8px 8px 28px;
    font-size: 18px;
  }
  .single-tourism .main .container .entry__body h4::before {
    top: 1.05em;
    left: 10px;
    width: 8px;
    height: 8px;
  }
  .single-tourism .main .container .entry__body h5 {
    font-size: 16px;
  }
  .single-tourism .main .container .entry__body p + p {
    margin-top: 1em;
  }
  .single-tourism .main .container .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single-tourism .main .container .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single-tourism .main .container .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single-tourism .main .container .entry__body table td {
    height: 58px;
  }
  .single-tourism .main .container .entry__body ul li {
    text-indent: -1em;
  }
  .single-tourism .main .container .entry__body ul li::before {
    position: relative;
    top: -0.23em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    width: 6px;
    height: 6px;
  }
  .single-tourism .main .container .entry__body ol {
    padding-left: 2em;
  }
  .single-tourism .main .container .entry__body ol li {
    text-indent: -1.9em;
  }
  .single-tourism .main .container .entry__body ol li::before {
    top: -2px;
    margin-right: 8px;
    padding-left: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .single-tourism .main .container .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    height: 50px;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single-tourism .main .container .entry__body blockquote {
    padding: 30px 50px;
  }
  .single-tourism .main .container .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .single-tourism .main .container .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single-tourism .main .container .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single-tourism .main .container .entry__body iframe {
    margin-top: 35px;
  }
  .single-tourism .main .container .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .single-tourism .main .container .entry-info {
    padding-top: 100px;
  }
  .single-tourism .main .container .entry__heading {
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .single-tourism .main .container .entry__heading::after {
    bottom: -15px;
  }
  .single-tourism .main .container .entry__contents {
    margin-top: 40px;
  }
  .single-tourism .main .container .entry__contents dl {
    font-size: 15px;
  }
  .single-tourism .main .container .entry__contents dt {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding: 15px 10px;
  }
  .single-tourism .main .container .entry__contents dd {
    padding: 15px;
  }
  .single-tourism .main .container .entry__contents dd .icon {
    width: 22px;
  }
  .single-tourism .main .container .entry__contents dd .icon + .icon {
    margin-left: 15px;
  }
  .single-tourism .main .container .back-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .single-tourism .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-tourism .main {
    padding-bottom: 90px;
  }
  .single-tourism .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .single-tourism .main .container .entry {
    padding: 50px 0 90px;
  }
  .single-tourism .main .container .entry::after {
    width: calc(100vw - 40px);
  }
  .single-tourism .main .container .entry__head {
    padding-bottom: 25px;
  }
  .single-tourism .main .container .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .single-tourism .main .container .entry__title {
    margin-top: 16px;
    font-size: 18px;
  }
  .single-tourism .main .container .entry__thumb {
    padding-top: 30px;
  }
  .single-tourism .main .container .entry .secondary {
    margin-top: 5px;
  }
  .single-tourism .main .container .entry .secondary .thumb-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 5);
            flex: 0 0 calc((100% - 20px) / 5);
    width: calc((100% - 20px) / 5);
  }
  .single-tourism .main .container .entry .secondary .thumb-wrap + .thumb-wrap {
    margin-left: 5px;
  }
  .single-tourism .main .container .entry__body {
    padding-top: 40px;
    font-size: 14px;
  }
  .single-tourism .main .container .entry__body > h2, .single-tourism .main .container .entry__body > h3, .single-tourism .main .container .entry__body > h4 {
    margin-top: 40px;
  }
  .single-tourism .main .container .entry__body > h5, .single-tourism .main .container .entry__body > h6 {
    margin-top: 30px;
  }
  .single-tourism .main .container .entry__body > p {
    margin-top: 25px;
  }
  .single-tourism .main .container .entry__body > .wp-block-image, .single-tourism .main .container .entry__body > .wp-block-buttons, .single-tourism .main .container .entry__body > .wp-block-liquid-speech-balloon, .single-tourism .main .container .entry__body > .toc-mokuji-content, .single-tourism .main .container .entry__body > figure.wp-block-embed-youtube, .single-tourism .main .container .entry__body > table, .single-tourism .main .container .entry__body > ol, .single-tourism .main .container .entry__body > ul, .single-tourism .main .container .entry__body > blockquote, .single-tourism .main .container .entry__body > iframe, .single-tourism .main .container .entry__body > details {
    margin-top: 30px;
  }
  .single-tourism .main .container .entry__body h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .single-tourism .main .container .entry__body h2::after {
    bottom: -12px;
  }
  .single-tourism .main .container .entry__body h3 {
    font-size: 16px;
  }
  .single-tourism .main .container .entry__body h3::after {
    bottom: -10px;
  }
  .single-tourism .main .container .entry__body h4 {
    font-size: 15px;
  }
  .single-tourism .main .container .entry__body h5 {
    font-size: 15px;
  }
  .single-tourism .main .container .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single-tourism .main .container .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single-tourism .main .container .entry__body table td {
    height: 45px;
  }
  .single-tourism .main .container .entry__body ul li {
    padding-left: 1.2em;
    text-indent: -0.95em;
  }
  .single-tourism .main .container .entry__body ul li::before {
    top: -2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .single-tourism .main .container .entry__body ol {
    padding-left: 1.8em;
  }
  .single-tourism .main .container .entry__body ol li {
    text-indent: -1.8em;
  }
  .single-tourism .main .container .entry__body ol li::before {
    top: -2px;
    margin-right: 5px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single-tourism .main .container .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .single-tourism .main .container .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .single-tourism .main .container .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .single-tourism .main .container .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single-tourism .main .container .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .single-tourism .main .container .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single-tourism .main .container .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .single-tourism .main .container .entry-info {
    padding-top: 80px;
  }
  .single-tourism .main .container .entry__heading {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .single-tourism .main .container .entry__heading::after {
    bottom: -12px;
  }
  .single-tourism .main .container .entry__contents {
    margin-top: 35px;
  }
  .single-tourism .main .container .entry__contents dl {
    display: block;
    font-size: 14px;
  }
  .single-tourism .main .container .entry__contents dt {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px 15px;
  }
  .single-tourism .main .container .entry__contents dd {
    padding: 15px;
  }
  .single-tourism .main .container .entry__contents dd .icon + .icon {
    margin-left: 12px;
  }
  .single-tourism .main .container .back-btn {
    margin-top: 30px;
  }
}
/* ===================================

  芸西村とは

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-aboutus .t-mv__inner {
  background-image: url(img/aboutus-mv.jpg);
  background-position: top 0 center;
}
.page-aboutus .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main {
    padding-bottom: 90px;
  }
}
/* ===================================

  Concept

====================================== */
.page-aboutus .main .concept {
  padding-top: 225px;
}
.page-aboutus .main .concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: var(--cm-padding);
}
.page-aboutus .main .concept__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
  padding-top: 40px;
}
.page-aboutus .main .concept__title p {
  display: block;
}
.page-aboutus .main .concept__title p + p {
  margin-top: 20px;
}
.page-aboutus .main .concept__title span {
  display: inline-block;
  padding-bottom: 17px;
  font-size: calc(20px + 16 * (100vw - 940px) / 980);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 3px solid var(--cl-pri);
}
.page-aboutus .main .concept__txt {
  margin-top: 84px;
  font-size: 18px;
  line-height: 2;
}
.page-aboutus .main .concept__thumb {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 39.6vw;
  margin-left: 10.4vw;
}
.page-aboutus .main .concept__img {
  width: 100%;
  height: 100%;
  background-image: url(img/aboutus-concept-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right 0;
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main .concept {
    padding-top: 120px;
  }
  .page-aboutus .main .concept__inner {
    padding-left: 30px;
  }
  .page-aboutus .main .concept__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42vw;
            flex: 0 0 42vw;
    width: 42vw;
    padding-top: 20px;
  }
  .page-aboutus .main .concept__title p + p {
    margin-top: 18px;
  }
  .page-aboutus .main .concept__title span {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid var(--cl-pri);
  }
  .page-aboutus .main .concept__txt {
    margin-top: 50px;
    font-size: 15px;
  }
  .page-aboutus .main .concept__thumb {
    height: 50vw;
    margin-left: 50px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .concept {
    padding-top: 60px;
  }
  .page-aboutus .main .concept__inner {
    display: block;
    padding-left: 0;
  }
  .page-aboutus .main .concept__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
  }
  .page-aboutus .main .concept__txt {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-aboutus .main .concept__thumb {
    height: 70vw;
    margin-top: 50px;
    margin-left: 20px;
  }
}
/* ===================================

  連続スライダー

====================================== */
.page-aboutus .main .sldr {
  padding-top: 180px;
}
.page-aboutus .main .sldr .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main .sldr {
    padding-top: 80px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .sldr {
    padding-top: 60px;
  }
}
/* ===================================

  村長挨拶

====================================== */
.page-aboutus .main .msg {
  padding-top: 200px;
}
.page-aboutus .main .msg .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-aboutus .main .msg__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 92px;
}
.page-aboutus .main .msg__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27vw;
          flex: 0 0 27vw;
  width: 27vw;
  max-width: 520px;
}
.page-aboutus .main .msg__img {
  display: block;
  width: 100%;
}
.page-aboutus .main .msg__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: -0.5em;
  padding-left: 9.3vw;
}
.page-aboutus .main .msg__txt p {
  font-size: 18px;
  line-height: 2;
}
.page-aboutus .main .msg__txt p + p {
  margin-top: 2em;
}
.page-aboutus .main .msg__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 46px;
}
.page-aboutus .main .msg__name p {
  font-size: 18px;
}
.page-aboutus .main .msg__name p span {
  margin-left: 1em;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main .msg {
    padding-top: 100px;
  }
  .page-aboutus .main .msg .container {
    padding: 0 30px;
  }
  .page-aboutus .main .msg__contents {
    margin-top: 60px;
  }
  .page-aboutus .main .msg__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 100%;
  }
  .page-aboutus .main .msg__body {
    padding-left: 40px;
  }
  .page-aboutus .main .msg__txt p {
    font-size: 15px;
  }
  .page-aboutus .main .msg__name {
    margin-top: 30px;
  }
  .page-aboutus .main .msg__name p {
    font-size: 15px;
  }
  .page-aboutus .main .msg__name p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .msg {
    padding-top: 90px;
  }
  .page-aboutus .main .msg .container {
    padding: 0 20px;
  }
  .page-aboutus .main .msg__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .page-aboutus .main .msg__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-aboutus .main .msg__body {
    margin-top: 30px;
    padding-left: 0;
  }
  .page-aboutus .main .msg__txt p {
    font-size: 14px;
  }
  .page-aboutus .main .msg__name {
    margin-top: 2em;
  }
  .page-aboutus .main .msg__name p {
    font-size: 14px;
  }
  .page-aboutus .main .msg__name p span {
    font-size: 16px;
  }
}
/* ===================================

  各ページへのリンク

====================================== */
.page-aboutus .main .anchors {
  padding-top: 145px;
}
.page-aboutus .main .anchors .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-aboutus .main .anchors .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-aboutus .main .anchors .item {
  width: calc((100% - 2vw) / 2);
  height: 11.2vw;
}
.page-aboutus .main .anchors .item:nth-child(n+3) {
  margin-top: 2vw;
}
.page-aboutus .main .anchors .item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page-aboutus .main .anchors .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.2%;
          flex: 0 0 40.2%;
  width: 40.2%;
  overflow: hidden;
}
.page-aboutus .main .anchors .item__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-aboutus .main .anchors .item__link:hover .item__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-aboutus .main .anchors .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 0;
  background-color: #f9f8f6;
}
.page-aboutus .main .anchors .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 30px;
}
.page-aboutus .main .anchors .item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.page-aboutus .main .anchors .item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 100%;
  border-left: 1px solid #cbcbcb;
}
.page-aboutus .main .anchors .item__ico {
  width: 40px;
}

@media screen and (max-width: 1199px) {
  .page-aboutus .main .anchors {
    padding-top: 100px;
  }
  .page-aboutus .main .anchors .container {
    padding: 0 30px;
  }
  .page-aboutus .main .anchors .item {
    width: calc((100% - 20px) / 2);
    height: 12vw;
  }
  .page-aboutus .main .anchors .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .page-aboutus .main .anchors .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .page-aboutus .main .anchors .item__link:hover .item__img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .page-aboutus .main .anchors .item__body {
    padding: 15px 0;
  }
  .page-aboutus .main .anchors .item__contents {
    padding: 0 10px 0 20px;
  }
  .page-aboutus .main .anchors .item__title {
    font-size: 15px;
  }
  .page-aboutus .main .anchors .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
  .page-aboutus .main .anchors .item__ico {
    width: 22px;
  }
  .page-aboutus .main .anchors .item:nth-child(4) .item__img {
    background-position: center left 0;
  }
}
@media screen and (max-width: 758px) {
  .page-aboutus .main .anchors {
    padding-top: 90px;
  }
  .page-aboutus .main .anchors .container {
    padding: 0 20px;
  }
  .page-aboutus .main .anchors .items {
    display: block;
  }
  .page-aboutus .main .anchors .item {
    width: 100%;
    height: 26.22vw;
  }
  .page-aboutus .main .anchors .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .page-aboutus .main .anchors .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .page-aboutus .main .anchors .item__body {
    padding: 15px 0;
  }
  .page-aboutus .main .anchors .item__contents {
    padding: 0 10px 0 15px;
  }
  .page-aboutus .main .anchors .item__title {
    font-size: 14px;
  }
  .page-aboutus .main .anchors .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
  .page-aboutus .main .anchors .item__ico {
    width: 20px;
  }
}
/* ===================================

  ふるさと納税お役立ち情報

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-furusato-tax .t-mv__inner {
  background-image: url(img/hometown-tax-donation-mv.jpg);
  background-position: top 0 center;
}
.page-furusato-tax .main {
  padding-top: 225px;
  padding-bottom: 180px;
}
.page-furusato-tax .tax-title {
  padding-bottom: 98px;
  border-bottom: 1px solid #ccc;
}
.page-furusato-tax .tax-title .title {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .page-furusato-tax .main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-furusato-tax .tax-title {
    padding-bottom: 50px;
  }
  .page-furusato-tax .tax-title .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 758px) {
  .page-furusato-tax .t-mv__inner {
    background-position: top 0 right 0;
  }
  .page-furusato-tax .main {
    padding: 90px 0;
  }
  .page-furusato-tax .tax-title {
    padding-bottom: 30px;
  }
  .page-furusato-tax .tax-title .title {
    font-size: 20px;
  }
}
/* ===================================

  ふるさと納税について

====================================== */
.page-furusato-tax .main .about .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-furusato-tax .main .about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 90px;
}
.page-furusato-tax .main .about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 7.3vw;
}
.page-furusato-tax .main .about__title {
  font-size: 24px;
  font-weight: 500;
}
.page-furusato-tax .main .about__txt {
  margin-top: 52px;
  font-size: 18px;
  line-height: 2;
}
.page-furusato-tax .main .about__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.8vw;
          flex: 0 0 40.8vw;
  width: 40.8vw;
  padding-top: 25px;
}
.page-furusato-tax .main .about__img {
  display: block;
  width: 100%;
}
.page-furusato-tax .main .about__img.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-furusato-tax .main .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-furusato-tax .main .about__contents {
    display: block;
    margin-top: 60px;
  }
  .page-furusato-tax .main .about__body {
    padding-right: 0;
  }
  .page-furusato-tax .main .about__title {
    font-size: 22px;
  }
  .page-furusato-tax .main .about__txt {
    margin-top: 40px;
    font-size: 15px;
  }
  .page-furusato-tax .main .about__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  .page-furusato-tax .main .about__img {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 758px) {
  .page-furusato-tax .main .about .container {
    padding: 0 20px;
  }
  .page-furusato-tax .main .about__contents {
    margin-top: 40px;
  }
  .page-furusato-tax .main .about__title {
    font-size: 17px;
  }
  .page-furusato-tax .main .about__txt {
    margin-top: 30px;
    font-size: 14px;
  }
  .page-furusato-tax .main .about__figure {
    margin-top: 40px;
  }
  .page-furusato-tax .main .about__img {
    max-width: 100%;
  }
  .page-furusato-tax .main .about__img.pc {
    display: none;
  }
  .page-furusato-tax .main .about__img.sp {
    display: block;
  }
}
/* ===================================

  ふるさと納税の魅力

====================================== */
.page-furusato-tax .main .charm {
  padding-top: 130px;
}
.page-furusato-tax .main .charm .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-furusato-tax .main .charm__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-furusato-tax .main .charm__title .title {
  position: relative;
  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;
  width: 380px;
  height: 55px;
  background-color: #a89469;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.page-furusato-tax .main .charm__title .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 87.5vw;
  height: 2px;
  background-color: #a89469;
  z-index: -1;
}
.page-furusato-tax .main .charm__contents {
  margin-top: 90px;
}
.page-furusato-tax .main .charm .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-furusato-tax .main .charm .item {
  width: calc((100% - 4vw) / 3);
}
.page-furusato-tax .main .charm .item__head {
  position: relative;
  width: 100%;
}
.page-furusato-tax .main .charm .item__img {
  display: block;
  width: 100%;
}
.page-furusato-tax .main .charm .item__num {
  position: absolute;
  bottom: -36px;
  left: 0;
  font-family: "Inter", sans-serif;
  font-size: 72px;
  font-weight: 500;
  color: #a89469;
  z-index: 1;
}
.page-furusato-tax .main .charm .item__body {
  padding-top: 60px;
}
.page-furusato-tax .main .charm .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-furusato-tax .main .charm .item__txt {
  margin-top: 24px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-furusato-tax .main .charm {
    padding-top: 100px;
  }
  .page-furusato-tax .main .charm .container {
    padding: 0 30px;
  }
  .page-furusato-tax .main .charm__title .title {
    width: 280px;
    height: 45px;
    font-size: 22px;
  }
  .page-furusato-tax .main .charm__title .title::after {
    width: calc(100vw - 60px);
  }
  .page-furusato-tax .main .charm__contents {
    margin-top: 60px;
  }
  .page-furusato-tax .main .charm .item {
    width: calc((100% - 60px) / 3);
  }
  .page-furusato-tax .main .charm .item__num {
    bottom: -25px;
    font-size: 50px;
  }
  .page-furusato-tax .main .charm .item__body {
    padding-top: 35px;
  }
  .page-furusato-tax .main .charm .item__title {
    font-size: 16px;
  }
  .page-furusato-tax .main .charm .item__txt {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-furusato-tax .main .charm {
    padding-top: 90px;
  }
  .page-furusato-tax .main .charm .container {
    padding: 0 20px;
  }
  .page-furusato-tax .main .charm__title .title {
    width: 220px;
    height: 40px;
    font-size: 17px;
  }
  .page-furusato-tax .main .charm__title .title::after {
    width: calc(100vw - 40px);
  }
  .page-furusato-tax .main .charm__contents {
    margin-top: 40px;
  }
  .page-furusato-tax .main .charm .items {
    display: block;
    padding: 0 10px;
  }
  .page-furusato-tax .main .charm .item {
    width: 100%;
  }
  .page-furusato-tax .main .charm .item + .item {
    margin-top: 50px;
  }
}
/* ===================================

  手続きの流れ

====================================== */
.page-furusato-tax .main .flow {
  padding-top: 180px;
}
.page-furusato-tax .main .flow .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-furusato-tax .main .flow__contents {
  width: 1080px;
  margin: 90px auto 0;
}
.page-furusato-tax .main .flow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.page-furusato-tax .main .flow .item + .item {
  margin-top: 83px;
}
.page-furusato-tax .main .flow .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
}
.page-furusato-tax .main .flow .item__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  padding-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-furusato-tax .main .flow .item__step span {
  margin-top: 2px;
  font-size: 24px;
}
.page-furusato-tax .main .flow .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 0.75em;
}
.page-furusato-tax .main .flow .item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page-furusato-tax .main .flow .item__txt {
  margin-top: 23px;
  font-size: 18px;
  line-height: 2;
}
.page-furusato-tax .main .flow .item__figure {
  margin-top: 46px;
}
.page-furusato-tax .main .flow .item__figure.calc {
  padding-right: 75px;
}
.page-furusato-tax .main .flow .item__figure img {
  display: block;
  width: 100%;
}
.page-furusato-tax .main .flow .item__figure img.sp {
  display: none;
}
.page-furusato-tax .main .flow .item__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.page-furusato-tax .main .flow .item .banner {
  width: calc((100% - 3vw) / 4);
}
.page-furusato-tax .main .flow .item .banner + .banner {
  margin-left: 1vw;
}
.page-furusato-tax .main .flow .item .banner:nth-child(4n+1) {
  margin-left: 0;
}
.page-furusato-tax .main .flow .item .banner:nth-child(n+5) {
  margin-top: 1vw;
}
.page-furusato-tax .main .flow .item .banner__link {
  display: block;
  width: 100%;
}
.page-furusato-tax .main .flow .item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
.page-furusato-tax .main .flow .item__btns.sp {
  display: none;
}
.page-furusato-tax .main .flow .item__btn {
  position: relative;
  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;
  width: calc((100% - 1.83vw) / 2);
  height: 60px;
  background-color: #57973e;
  background-image: url(img/ico/ico-arrow-right-wh.webp);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center right 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.page-furusato-tax .main .flow .item__btn:nth-child(2) {
  background-color: #4e9db3;
}

@media screen and (max-width: 1199px) {
  .page-furusato-tax .main .flow {
    padding-top: 100px;
  }
  .page-furusato-tax .main .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-furusato-tax .main .flow__contents {
    width: 100%;
    margin: 60px auto 0;
  }
  .page-furusato-tax .main .flow .item + .item {
    margin-top: 60px;
  }
  .page-furusato-tax .main .flow .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
  }
  .page-furusato-tax .main .flow .item__step {
    width: 54px;
    height: 54px;
    padding-top: 0.8em;
    font-size: 14px;
  }
  .page-furusato-tax .main .flow .item__step span {
    font-size: 20px;
  }
  .page-furusato-tax .main .flow .item__body {
    padding-top: 0.75em;
  }
  .page-furusato-tax .main .flow .item__title {
    font-size: 20px;
  }
  .page-furusato-tax .main .flow .item__txt {
    margin-top: 20px;
    font-size: 15px;
  }
  .page-furusato-tax .main .flow .item__figure {
    margin-top: 40px;
  }
  .page-furusato-tax .main .flow .item__figure.calc {
    padding-right: 0;
  }
  .page-furusato-tax .main .flow .item__banners {
    margin-top: 40px;
  }
  .page-furusato-tax .main .flow .item .banner {
    width: calc((100% - 2vw) / 3);
  }
  .page-furusato-tax .main .flow .item .banner + .banner {
    margin-left: 1vw;
  }
  .page-furusato-tax .main .flow .item .banner:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-furusato-tax .main .flow .item .banner:nth-child(n+4) {
    margin-top: 1vw;
  }
  .page-furusato-tax .main .flow .item__btn {
    width: calc((100% - 10px) / 2);
    height: 50px;
    background-size: 12px 8px;
    background-position: center right 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .page-furusato-tax .main .flow {
    padding-top: 90px;
  }
  .page-furusato-tax .main .flow .container {
    padding: 0 20px;
  }
  .page-furusato-tax .main .flow__contents {
    margin-top: 40px;
  }
  .page-furusato-tax .main .flow .item + .item {
    margin-top: 40px;
  }
  .page-furusato-tax .main .flow .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .page-furusato-tax .main .flow .item__step {
    width: 50px;
    height: 50px;
    padding-top: 1em;
    font-size: 12px;
  }
  .page-furusato-tax .main .flow .item__step span {
    font-size: 17px;
  }
  .page-furusato-tax .main .flow .item__body {
    padding-top: 0.8em;
  }
  .page-furusato-tax .main .flow .item__title {
    font-size: 17px;
  }
  .page-furusato-tax .main .flow .item__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-furusato-tax .main .flow .item__figure {
    margin-top: 35px;
  }
  .page-furusato-tax .main .flow .item__figure img.pc {
    display: none;
  }
  .page-furusato-tax .main .flow .item__figure img.sp {
    display: block;
  }
  .page-furusato-tax .main .flow .item__banners {
    margin-top: 35px;
  }
  .page-furusato-tax .main .flow .item .banner {
    width: calc((100% - 10px) / 2);
  }
  .page-furusato-tax .main .flow .item .banner + .banner {
    margin-left: 10px;
  }
  .page-furusato-tax .main .flow .item .banner:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-furusato-tax .main .flow .item .banner:nth-child(n+3) {
    margin-top: 10px;
  }
  .page-furusato-tax .main .flow .item__btns {
    margin-top: 15px;
  }
  .page-furusato-tax .main .flow .item__btns.pc {
    display: none;
  }
  .page-furusato-tax .main .flow .item__btns.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-furusato-tax .main .flow .item__btn {
    padding-bottom: 16px;
    width: calc((100% - 10px) / 2);
    height: 70px;
    background-image: url(img/ico/ico-arrow-btm@2x.webp);
    background-size: 10px 12px;
    background-position: bottom 10px center;
    font-size: 14px;
    line-height: 1.26;
    text-align: center;
  }
}
/* ===================================

  イベント一覧

====================================== */
.post-type-archive-event .main {
  padding-top: 120px;
  padding-bottom: 180px;
}
.post-type-archive-event .main .container {
  padding-left: 14vw;
  padding-right: 14vw;
}
.post-type-archive-event .main .entries {
  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;
}
.post-type-archive-event .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 4.1vw) / 3);
}
.post-type-archive-event .main .entry {
  width: calc((100% - 4.1vw) / 3);
}
.post-type-archive-event .main .entry:nth-child(n+4) {
  margin-top: 55px;
}
.post-type-archive-event .main .entry__link {
  display: block;
  width: 100%;
}
.post-type-archive-event .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-event .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post-type-archive-event .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-event .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-event .main .entry__body {
  word-break: break-all;
  padding-top: 22px;
}
.post-type-archive-event .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cl-ac);
}
.post-type-archive-event .main .entry__info span {
  font-size: 18px;
  padding-bottom: 0.35em;
  font-weight: 700;
  margin: 0 2px;
}
.post-type-archive-event .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.post-type-archive-event .main .entry__title {
  margin-top: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-event .main {
    padding: 100px 0;
  }
  .post-type-archive-event .main .container {
    padding: 0 30px;
  }
  .post-type-archive-event .main .entries::after {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-event .main .entry {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-event .main .entry:nth-child(n+4) {
    margin-top: 50px;
  }
  .post-type-archive-event .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-event .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-event .main .entry__body {
    padding-top: 20px;
  }
  .post-type-archive-event .main .entry__body span {
    font-size: 15px;
  }
  .post-type-archive-event .main .entry__date {
    font-size: 15px;
  }
  .post-type-archive-event .main .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-event .main {
    padding: 60px 0 90px;
  }
  .post-type-archive-event .main .entries {
    display: block;
  }
  .post-type-archive-event .main .entries::after {
    display: none;
  }
  .post-type-archive-event .main .entry {
    width: 100%;
  }
  .post-type-archive-event .main .entry:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* ===================================

  イベント詳細

====================================== */
.single-event .l-mv {
  padding: 0;
}
.single-event .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.single-event .main {
  padding-bottom: 140px;
}
.single-event .main .container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.single-event .main .entry {
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
  word-break: break-all;
}
.single-event .main .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.5vw;
  height: 1px;
  background-color: #ccc;
}
.single-event .main .entry__head {
  padding-bottom: 37px;
  border-bottom: 1px solid #ccc;
}
.single-event .main .entry__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 41px;
  color: var(--cl-ac);
}
.single-event .main .entry__time span {
  font-size: 18px;
  padding-bottom: 0.35em;
  font-weight: 700;
  margin: 0 2px;
}
.single-event .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.single-event .main .entry__title {
  margin-top: 23px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single-event .main .entry__thumb {
  padding-top: 50px;
}
.single-event .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single-event .main .entry__body {
  padding-top: 90px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.single-event .main .entry__body .rtoc-mokuji-content {
  display: none !important;
}
.single-event .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single-event .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single-event .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single-event .main .entry__body h2,
.single-event .main .entry__body h3,
.single-event .main .entry__body h4,
.single-event .main .entry__body h5,
.single-event .main .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.single-event .main .entry__body > h2, .single-event .main .entry__body > h3, .single-event .main .entry__body > h4 {
  margin-top: 50px;
}
.single-event .main .entry__body > h5, .single-event .main .entry__body > h6 {
  margin-top: 40px;
}
.single-event .main .entry__body > p {
  margin-top: 50px;
}
.single-event .main .entry__body > .wp-block-image, .single-event .main .entry__body > .wp-block-buttons, .single-event .main .entry__body > .wp-block-liquid-speech-balloon, .single-event .main .entry__body > .toc-mokuji-content, .single-event .main .entry__body > figure.wp-block-embed-youtube, .single-event .main .entry__body > table, .single-event .main .entry__body > ol, .single-event .main .entry__body > ul, .single-event .main .entry__body > blockquote, .single-event .main .entry__body > iframe {
  margin-top: 40px;
}
.single-event .main .entry__body > details {
  margin-top: 2em;
}
.single-event .main .entry__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.single-event .main .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-event .main .entry__body h3 {
  position: relative;
  font-size: 22px;
  padding-left: 25px;
}
.single-event .main .entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.single-event .main .entry__body h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-event .main .entry__body h4 {
  position: relative;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.single-event .main .entry__body h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.single-event .main .entry__body h5 {
  font-size: 18px;
  font-weight: 500;
}
.single-event .main .entry__body p {
  line-height: 2;
}
.single-event .main .entry__body p + p {
  margin-top: 1.5em;
}
.single-event .main .entry__body .wp-block-image img {
  margin: 0;
}
.single-event .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single-event .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single-event .main .entry__body .alignright {
  margin-left: auto;
}
.single-event .main .entry__body .wp-caption {
  max-width: 100%;
}
.single-event .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single-event .main .entry__body pre {
  overflow-x: auto;
}
.single-event .main .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single-event .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single-event .main .entry__body table th a {
  color: inherit;
}
.single-event .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single-event .main .entry__body table td a {
  color: inherit;
}
.single-event .main .entry__body ol li,
.single-event .main .entry__body ul li {
  display: block;
  line-height: 1.5;
}
.single-event .main .entry__body ol li + li,
.single-event .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.single-event .main .entry__body ul li {
  padding-left: 1.4em;
  text-indent: -1.1em;
}
.single-event .main .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.12em;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-pri);
  border-radius: 50%;
}
.single-event .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
  padding-left: 2.25em;
}
.single-event .main .entry__body ol li {
  text-indent: -2em;
  line-height: 1.5;
}
.single-event .main .entry__body ol li::before {
  display: inline-block;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: -2px;
  margin-right: 10px;
  padding-bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
.single-event .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.single-event .main .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single-event .main .entry__body details {
  margin-top: 2em;
}
.single-event .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single-event .main .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.single-event .main .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.single-event .main .entry__body blockquote p {
  margin-top: 0;
}
.single-event .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single-event .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.single-event .main .entry__body blockquote a {
  -webkit-transition: all 1s;
  transition: all 1s;
  color: var(--cl-ac);
}
.single-event .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single-event .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.single-event .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single-event .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single-event .main .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.single-event .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single-event .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single-event .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.single-event .main .entry-info {
  padding-top: 120px;
}
.single-event .main .entry__heading {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  border-left: 2px solid var(--cl-ac);
}
.single-event .main .entry__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-event .main .entry__contents {
  margin-top: 60px;
}
.single-event .main .entry__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 2;
}
.single-event .main .entry__contents dl:first-child {
  border-top: 1px solid #ccc;
}
.single-event .main .entry__contents dt {
  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;
  width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding: 18px 10px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.single-event .main .entry__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 18px 20px;
  word-break: break-all;
}
.single-event .main .entry__contents dd .anchor {
  color: var(--cl-sec);
}
.single-event .main .entry__contents dd .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}
.single-event .main .entry__contents dd .icon {
  width: 25px;
}
.single-event .main .entry__contents dd .icon + .icon {
  margin-left: 20px;
}
.single-event .main .entry__contents dd p > a {
  color: var(--cl-sec);
}
.single-event .main .entry__contents .iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.single-event .main .entry__contents .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-event .main .entry-contactbtn {
  margin-top: 120px;
}
.single-event .main .entry-contactbtn .contactbtn {
  position: relative;
  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;
  margin: 0 auto;
  width: 470px;
  height: 70px;
  background-color: var(--cl-ac);
  background-image: url(img/ico/ico-arrow-right-circle-wh.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center right 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  z-index: 1;
}
.single-event .main .back-btn {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .single-event .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-event .main {
    padding-bottom: 100px;
  }
  .single-event .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .single-event .main .entry {
    padding: 60px 0 100px;
  }
  .single-event .main .entry::after {
    width: calc(100vw - 60px);
  }
  .single-event .main .entry__head {
    padding-bottom: 28px;
  }
  .single-event .main .entry__time {
    margin-top: 28px;
  }
  .single-event .main .entry__date {
    font-size: 15px;
  }
  .single-event .main .entry__title {
    margin-top: 20px;
    font-size: 24px;
  }
  .single-event .main .entry__thumb {
    padding-top: 35px;
  }
  .single-event .main .entry__body {
    padding-top: 60px;
    font-size: 16px;
  }
  .single-event .main .entry__body > h2, .single-event .main .entry__body > h3, .single-event .main .entry__body > h4 {
    margin-top: 45px;
  }
  .single-event .main .entry__body > h5, .single-event .main .entry__body > h6 {
    margin-top: 35px;
  }
  .single-event .main .entry__body > p {
    margin-top: 35px;
  }
  .single-event .main .entry__body > .wp-block-image, .single-event .main .entry__body > .wp-block-buttons, .single-event .main .entry__body > .wp-block-liquid-speech-balloon, .single-event .main .entry__body > .toc-mokuji-content, .single-event .main .entry__body > figure.wp-block-embed-youtube, .single-event .main .entry__body > table, .single-event .main .entry__body > ol, .single-event .main .entry__body > ul, .single-event .main .entry__body > blockquote, .single-event .main .entry__body > iframe, .single-event .main .entry__body > details {
    margin-top: 35px;
  }
  .single-event .main .entry__body h2 {
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .single-event .main .entry__body h2::after {
    bottom: -15px;
  }
  .single-event .main .entry__body h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .single-event .main .entry__body h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .single-event .main .entry__body h3::after {
    bottom: -8px;
  }
  .single-event .main .entry__body h4 {
    padding: 8px 8px 8px 28px;
    font-size: 18px;
  }
  .single-event .main .entry__body h4::before {
    top: 1.05em;
    left: 10px;
    width: 8px;
    height: 8px;
  }
  .single-event .main .entry__body h5 {
    font-size: 16px;
  }
  .single-event .main .entry__body p + p {
    margin-top: 1em;
  }
  .single-event .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single-event .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single-event .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single-event .main .entry__body table td {
    height: 58px;
  }
  .single-event .main .entry__body ul li {
    text-indent: -1em;
  }
  .single-event .main .entry__body ul li::before {
    position: relative;
    top: -0.23em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    width: 6px;
    height: 6px;
  }
  .single-event .main .entry__body ol {
    padding-left: 2em;
  }
  .single-event .main .entry__body ol li {
    text-indent: -1.9em;
  }
  .single-event .main .entry__body ol li::before {
    top: -2px;
    margin-right: 8px;
    padding-left: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .single-event .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    height: 50px;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single-event .main .entry__body blockquote {
    padding: 30px 50px;
  }
  .single-event .main .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .single-event .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single-event .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single-event .main .entry__body iframe {
    margin-top: 35px;
  }
  .single-event .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .single-event .main .entry-info {
    padding-top: 100px;
  }
  .single-event .main .entry__heading {
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .single-event .main .entry__heading::after {
    bottom: -15px;
  }
  .single-event .main .entry__contents {
    margin-top: 40px;
  }
  .single-event .main .entry__contents dl {
    font-size: 15px;
  }
  .single-event .main .entry__contents dt {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding: 15px 10px;
  }
  .single-event .main .entry__contents dd {
    padding: 15px;
  }
  .single-event .main .entry__contents dd .icon {
    width: 22px;
  }
  .single-event .main .entry__contents dd .icon + .icon {
    margin-left: 15px;
  }
  .single-event .main .entry-contactbtn {
    margin-top: 80px;
  }
  .single-event .main .entry-contactbtn .contactbtn {
    width: 350px;
    height: 60px;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 16px;
  }
  .single-event .main .back-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .single-event .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-event .main {
    padding-bottom: 90px;
  }
  .single-event .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .single-event .main .entry {
    padding: 50px 0 90px;
  }
  .single-event .main .entry::after {
    width: calc(100vw - 40px);
  }
  .single-event .main .entry__head {
    padding-bottom: 25px;
  }
  .single-event .main .entry__title {
    margin-top: 16px;
    font-size: 18px;
  }
  .single-event .main .entry__time {
    margin-top: 25px;
  }
  .single-event .main .entry__thumb {
    padding-top: 30px;
  }
  .single-event .main .entry__body {
    padding-top: 50px;
    font-size: 14px;
  }
  .single-event .main .entry__body > h2, .single-event .main .entry__body > h3, .single-event .main .entry__body > h4 {
    margin-top: 40px;
  }
  .single-event .main .entry__body > h5, .single-event .main .entry__body > h6 {
    margin-top: 30px;
  }
  .single-event .main .entry__body > p {
    margin-top: 25px;
  }
  .single-event .main .entry__body > .wp-block-image, .single-event .main .entry__body > .wp-block-buttons, .single-event .main .entry__body > .wp-block-liquid-speech-balloon, .single-event .main .entry__body > .toc-mokuji-content, .single-event .main .entry__body > figure.wp-block-embed-youtube, .single-event .main .entry__body > table, .single-event .main .entry__body > ol, .single-event .main .entry__body > ul, .single-event .main .entry__body > blockquote, .single-event .main .entry__body > iframe, .single-event .main .entry__body > details {
    margin-top: 30px;
  }
  .single-event .main .entry__body h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .single-event .main .entry__body h2::after {
    bottom: -12px;
  }
  .single-event .main .entry__body h3 {
    font-size: 16px;
  }
  .single-event .main .entry__body h3::after {
    bottom: -10px;
  }
  .single-event .main .entry__body h4 {
    font-size: 15px;
  }
  .single-event .main .entry__body h5 {
    font-size: 15px;
  }
  .single-event .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single-event .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single-event .main .entry__body table td {
    height: 45px;
  }
  .single-event .main .entry__body ul li {
    padding-left: 1.2em;
    text-indent: -0.95em;
  }
  .single-event .main .entry__body ul li::before {
    top: -2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .single-event .main .entry__body ol {
    padding-left: 1.8em;
  }
  .single-event .main .entry__body ol li {
    text-indent: -1.8em;
  }
  .single-event .main .entry__body ol li::before {
    top: -2px;
    margin-right: 5px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single-event .main .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .single-event .main .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .single-event .main .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .single-event .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single-event .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .single-event .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single-event .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .single-event .main .entry-info {
    padding-top: 60px;
  }
  .single-event .main .entry__heading {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .single-event .main .entry__heading::after {
    bottom: -12px;
  }
  .single-event .main .entry__contents {
    margin-top: 35px;
  }
  .single-event .main .entry__contents dl {
    display: block;
    font-size: 14px;
  }
  .single-event .main .entry__contents dt {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px 15px;
  }
  .single-event .main .entry__contents dd {
    padding: 15px;
  }
  .single-event .main .entry__contents dd .icon + .icon {
    margin-left: 12px;
  }
  .single-event .main .entry-contactbtn {
    margin-top: 80px;
  }
  .single-event .main .entry-contactbtn .contactbtn {
    width: 100%;
    height: 50px;
    background-size: 24px 24px;
    font-size: 15px;
  }
  .single-event .main .back-btn {
    margin-top: 30px;
  }
}
/* ===================================

  特集一覧

====================================== */
.post-type-archive-feature .main,
.tax-category-feature .main {
  padding-top: 60px;
  padding-bottom: 180px;
}
.post-type-archive-feature .main .container,
.tax-category-feature .main .container {
  padding-left: 14vw;
  padding-right: 14vw;
}
.post-type-archive-feature .main .tabs,
.tax-category-feature .main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-feature .main .tab,
.tax-category-feature .main .tab {
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 220px;
}
.post-type-archive-feature .main .tab__link,
.tax-category-feature .main .tab__link {
  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;
  padding: 0 20px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post-type-archive-feature .main .tab__link.current,
.tax-category-feature .main .tab__link.current {
  background-color: #eeeae6;
  border: 1px solid #cbcbcb;
}
.post-type-archive-feature .main .tab__link:hover,
.tax-category-feature .main .tab__link:hover {
  opacity: 1;
  background-color: #eeeae6;
}
.post-type-archive-feature .main .entries,
.tax-category-feature .main .entries {
  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: 50px;
}
.post-type-archive-feature .main .entries::after,
.tax-category-feature .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 4.1vw) / 3);
}
.post-type-archive-feature .main .entry,
.tax-category-feature .main .entry {
  width: calc((100% - 4.1vw) / 3);
  border-bottom: 1px solid #ccc;
}
.post-type-archive-feature .main .entry:nth-child(n+4),
.tax-category-feature .main .entry:nth-child(n+4) {
  margin-top: 60px;
}
.post-type-archive-feature .main .entry__link,
.tax-category-feature .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 55px;
}
.post-type-archive-feature .main .entry__thumb,
.tax-category-feature .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-feature .main .entry__thumb-img,
.tax-category-feature .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post-type-archive-feature .main .entry__link:hover,
.tax-category-feature .main .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-feature .main .entry__link:hover .entry__thumb-img,
.tax-category-feature .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-feature .main .entry__body,
.tax-category-feature .main .entry__body {
  padding-top: 22px;
  word-break: break-all;
}
.post-type-archive-feature .main .entry__info,
.tax-category-feature .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-feature .main .entry__date,
.tax-category-feature .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-feature .main .entry__cates,
.tax-category-feature .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.post-type-archive-feature .main .entry__cate,
.tax-category-feature .main .entry__cate {
  padding: 3px 12px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.post-type-archive-feature .main .entry__title,
.tax-category-feature .main .entry__title {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  .post-type-archive-feature .main .entry__info,
  .tax-category-feature .main .entry__info {
    display: block;
  }
  .post-type-archive-feature .main .entry__cates,
  .tax-category-feature .main .entry__cates {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-archive-feature .main,
  .tax-category-feature .main {
    padding: 100px 0;
  }
  .post-type-archive-feature .main .container,
  .tax-category-feature .main .container {
    padding: 0 30px;
  }
  .post-type-archive-feature .main .tab,
  .tax-category-feature .main .tab {
    margin-right: 0;
    margin-bottom: 15px;
    width: 33.3333333333%;
    min-width: 0;
  }
  .post-type-archive-feature .main .tab__link,
  .tax-category-feature .main .tab__link {
    font-size: 13px;
  }
  .post-type-archive-feature .main .tab__link:hover,
  .tax-category-feature .main .tab__link:hover {
    opacity: 1;
    background-color: transparent;
    border: none;
  }
  .post-type-archive-feature .main .entries::after,
  .tax-category-feature .main .entries::after {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-feature .main .entry,
  .tax-category-feature .main .entry {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-feature .main .entry:nth-child(n+4),
  .tax-category-feature .main .entry:nth-child(n+4) {
    margin-top: 40px;
  }
  .post-type-archive-feature .main .entry__link,
  .tax-category-feature .main .entry__link {
    padding-bottom: 30px;
  }
  .post-type-archive-feature .main .entry__link:hover,
  .tax-category-feature .main .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-feature .main .entry__link:hover .entry__thumb-img,
  .tax-category-feature .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-feature .main .entry__body,
  .tax-category-feature .main .entry__body {
    padding-top: 15px;
  }
  .post-type-archive-feature .main .entry__date,
  .tax-category-feature .main .entry__date {
    font-size: 15px;
  }
  .post-type-archive-feature .main .entry__cates,
  .tax-category-feature .main .entry__cates {
    margin-left: 0;
  }
  .post-type-archive-feature .main .entry__cate,
  .tax-category-feature .main .entry__cate {
    font-size: 12px;
  }
  .post-type-archive-feature .main .entry__title,
  .tax-category-feature .main .entry__title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-feature .main,
  .tax-category-feature .main {
    padding: 60px 0 90px;
  }
  .post-type-archive-feature .main .tabs,
  .tax-category-feature .main .tabs {
    display: block;
  }
  .post-type-archive-feature .main .tab,
  .tax-category-feature .main .tab {
    width: 100%;
  }
  .post-type-archive-feature .main .tab__link,
  .tax-category-feature .main .tab__link {
    font-size: 12px;
  }
  .post-type-archive-feature .main .entries,
  .tax-category-feature .main .entries {
    display: block;
  }
  .post-type-archive-feature .main .entries::after,
  .tax-category-feature .main .entries::after {
    display: none;
  }
  .post-type-archive-feature .main .entry,
  .tax-category-feature .main .entry {
    width: 100%;
  }
  .post-type-archive-feature .main .entry:nth-child(n+2),
  .tax-category-feature .main .entry:nth-child(n+2) {
    margin-top: 40px;
  }
  .post-type-archive-feature .main .entry__link,
  .tax-category-feature .main .entry__link {
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .post-type-archive-feature .main .entry__body,
  .tax-category-feature .main .entry__body {
    padding-top: 20px;
  }
}
/* ===================================

  イベント詳細

====================================== */
/* ---------------------------------
  目視
----------------------------------- */
.single .main .entry__body .rtoc-mokuji-content .rtoc_left span {
  font-size: 22px !important;
  font-weight: 500;
}
.single .main .entry__body .rtoc-mokuji-content button.rtoc_open_close {
  font-family: "Inter", sans-serif;
  font-size: 0.52em !important;
  font-weight: 500;
  background-color: transparent !important;
}
.single .main .entry__body .rtoc-mokuji-content .rtoc-mokuji {
  padding-bottom: 3em;
}
.single .main .entry__body .rtoc-mokuji-content .rtoc-item a {
  font-size: 18px !important;
  color: inherit;
}
.single .main .entry__body .rtoc-mokuji-content .rtoc-item a strong {
  font-weight: 500 !important;
}
.single .main .entry__body .rtoc-mokuji-content .rtoc-item ol a {
  font-size: 16px !important;
}
.single .main .entry__body .rtoc-mokuji-content .rtoc-item ol a strong {
  font-weight: 400 !important;
}

@media screen and (max-width: 1199px) {
  .single .main .entry__body .rtoc-mokuji-content .rtoc_left span {
    font-size: 20px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content button.rtoc_open_close {
    font-size: 13px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content .rtoc-item a {
    font-size: 15px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content .rtoc-item ol a {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 758px) {
  .single .main .entry__body .rtoc-mokuji-content .rtoc_left span {
    font-size: 18px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content button.rtoc_open_close {
    font-size: 12px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content .rtoc-item a {
    font-size: 14px !important;
  }
  .single .main .entry__body .rtoc-mokuji-content .rtoc-item ol a {
    font-size: 12px !important;
  }
}
/* ---------------------------------
  共通
----------------------------------- */
.single-feature .l-mv {
  padding: 0;
}
.single-feature .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.single-feature .main {
  padding-bottom: 140px;
}
.single-feature .main .container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.single-feature .main .entry {
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
  word-break: break-all;
}
.single-feature .main .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.5vw;
  height: 1px;
  background-color: #ccc;
}
.single-feature .main .entry__head {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.single-feature .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-feature .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.single-feature .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
.single-feature .main .entry__cate {
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.single-feature .main .entry__title {
  margin-top: 46px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.single-feature .main .entry__thumb {
  padding-top: 50px;
}
.single-feature .main .entry__thumb img {
  display: block;
  width: 100%;
}
.single-feature .main .entry__body {
  padding-top: 70px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.single-feature .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single-feature .main .entry__body .wp-block-flexible-table-block-table {
  margin-top: 2em;
}
.single-feature .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.single-feature .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.single-feature .main .entry__body h2,
.single-feature .main .entry__body h3,
.single-feature .main .entry__body h4,
.single-feature .main .entry__body h5,
.single-feature .main .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.single-feature .main .entry__body > h2, .single-feature .main .entry__body > h3, .single-feature .main .entry__body > h4 {
  margin-top: 50px;
}
.single-feature .main .entry__body > h5, .single-feature .main .entry__body > h6 {
  margin-top: 40px;
}
.single-feature .main .entry__body > p {
  margin-top: 50px;
}
.single-feature .main .entry__body > .wp-block-image, .single-feature .main .entry__body > .wp-block-buttons, .single-feature .main .entry__body > .wp-block-liquid-speech-balloon, .single-feature .main .entry__body > .toc-mokuji-content, .single-feature .main .entry__body > figure.wp-block-embed-youtube, .single-feature .main .entry__body > table, .single-feature .main .entry__body > ol, .single-feature .main .entry__body > ul, .single-feature .main .entry__body > blockquote, .single-feature .main .entry__body > iframe {
  margin-top: 40px;
}
.single-feature .main .entry__body > details {
  margin-top: 2em;
}
.single-feature .main .entry__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.single-feature .main .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-feature .main .entry__body h3 {
  position: relative;
  font-size: 22px;
  padding-left: 25px;
}
.single-feature .main .entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.single-feature .main .entry__body h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.single-feature .main .entry__body h4 {
  position: relative;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.single-feature .main .entry__body h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.single-feature .main .entry__body h5 {
  font-size: 18px;
  font-weight: 500;
}
.single-feature .main .entry__body p {
  line-height: 2;
}
.single-feature .main .entry__body p + p {
  margin-top: 1.5em;
}
.single-feature .main .entry__body .wp-block-image img {
  margin: 0;
}
.single-feature .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single-feature .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single-feature .main .entry__body .alignright {
  margin-left: auto;
}
.single-feature .main .entry__body .wp-caption {
  max-width: 100%;
}
.single-feature .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single-feature .main .entry__body pre {
  overflow-x: auto;
}
.single-feature .main .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single-feature .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.single-feature .main .entry__body table th a {
  color: inherit;
}
.single-feature .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single-feature .main .entry__body table td a {
  color: inherit;
}
.single-feature .main .entry__body ol li,
.single-feature .main .entry__body ul li {
  display: block;
  line-height: 1.5;
}
.single-feature .main .entry__body ol li + li,
.single-feature .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.single-feature .main .entry__body ul li {
  padding-left: 1.4em;
  text-indent: -1.1em;
}
.single-feature .main .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.12em;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-pri);
  border-radius: 50%;
}
.single-feature .main .entry__body ol:not(.rtoc-mokuji) {
  counter-reset: num;
  list-style-type: none;
  padding-left: 2.25em;
}
.single-feature .main .entry__body ol:not(.rtoc-mokuji) li {
  text-indent: -2em;
  line-height: 1.5;
}
.single-feature .main .entry__body ol:not(.rtoc-mokuji) li::before {
  display: inline-block;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: -2px;
  margin-right: 10px;
  padding-bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
.single-feature .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.single-feature .main .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.single-feature .main .entry__body details {
  margin-top: 2em;
}
.single-feature .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.single-feature .main .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.single-feature .main .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.single-feature .main .entry__body blockquote p {
  margin-top: 0;
}
.single-feature .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.single-feature .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.single-feature .main .entry__body blockquote a {
  -webkit-transition: all 1s;
  transition: all 1s;
  color: var(--cl-ac);
}
.single-feature .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single-feature .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.single-feature .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.single-feature .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single-feature .main .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.single-feature .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.single-feature .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single-feature .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.single-feature .main .back-btn {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .single-feature .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-feature .main {
    padding-bottom: 100px;
  }
  .single-feature .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .single-feature .main .entry {
    padding: 60px 0 100px;
  }
  .single-feature .main .entry::after {
    width: calc(100vw - 60px);
  }
  .single-feature .main .entry__head {
    padding-bottom: 28px;
  }
  .single-feature .main .entry__cate {
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .single-feature .main .entry__date {
    font-size: 15px;
    line-height: 1.3;
  }
  .single-feature .main .entry__title {
    margin-top: 20px;
    font-size: 24px;
  }
  .single-feature .main .entry__thumb {
    padding-top: 35px;
  }
  .single-feature .main .entry__body {
    padding-top: 60px;
    font-size: 16px;
  }
  .single-feature .main .entry__body > h2, .single-feature .main .entry__body > h3, .single-feature .main .entry__body > h4 {
    margin-top: 45px;
  }
  .single-feature .main .entry__body > h5, .single-feature .main .entry__body > h6 {
    margin-top: 35px;
  }
  .single-feature .main .entry__body > p {
    margin-top: 35px;
  }
  .single-feature .main .entry__body > .wp-block-image, .single-feature .main .entry__body > .wp-block-buttons, .single-feature .main .entry__body > .wp-block-liquid-speech-balloon, .single-feature .main .entry__body > .toc-mokuji-content, .single-feature .main .entry__body > figure.wp-block-embed-youtube, .single-feature .main .entry__body > table, .single-feature .main .entry__body > ol, .single-feature .main .entry__body > ul, .single-feature .main .entry__body > blockquote, .single-feature .main .entry__body > iframe, .single-feature .main .entry__body > details {
    margin-top: 35px;
  }
  .single-feature .main .entry__body h2 {
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .single-feature .main .entry__body h2::after {
    bottom: -15px;
  }
  .single-feature .main .entry__body h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .single-feature .main .entry__body h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .single-feature .main .entry__body h3::after {
    bottom: -8px;
  }
  .single-feature .main .entry__body h4 {
    padding: 8px 8px 8px 28px;
    font-size: 18px;
  }
  .single-feature .main .entry__body h4::before {
    top: 1.05em;
    left: 10px;
    width: 8px;
    height: 8px;
  }
  .single-feature .main .entry__body h5 {
    font-size: 16px;
  }
  .single-feature .main .entry__body p + p {
    margin-top: 1em;
  }
  .single-feature .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .single-feature .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single-feature .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single-feature .main .entry__body table td {
    height: 58px;
  }
  .single-feature .main .entry__body ul li {
    text-indent: -1em;
  }
  .single-feature .main .entry__body ul li::before {
    position: relative;
    top: -0.23em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    width: 6px;
    height: 6px;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) {
    padding-left: 2em;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) li {
    text-indent: -1.9em;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) li::before {
    top: -2px;
    margin-right: 8px;
    padding-left: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .single-feature .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    height: 50px;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .single-feature .main .entry__body blockquote {
    padding: 30px 50px;
  }
  .single-feature .main .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .single-feature .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .single-feature .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .single-feature .main .entry__body iframe {
    margin-top: 35px;
  }
  .single-feature .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .single-feature .main .back-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .single-feature .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-feature .main {
    padding-bottom: 90px;
  }
  .single-feature .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .single-feature .main .entry {
    padding: 50px 0 90px;
  }
  .single-feature .main .entry::after {
    width: calc(100vw - 40px);
  }
  .single-feature .main .entry__head {
    padding-bottom: 25px;
  }
  .single-feature .main .entry__info {
    display: block;
  }
  .single-feature .main .entry__cates {
    margin-left: 0;
    margin-top: 1em;
  }
  .single-feature .main .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .single-feature .main .entry__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .single-feature .main .entry__thumb {
    padding-top: 30px;
  }
  .single-feature .main .entry__body {
    padding-top: 50px;
    font-size: 14px;
  }
  .single-feature .main .entry__body > h2, .single-feature .main .entry__body > h3, .single-feature .main .entry__body > h4 {
    margin-top: 40px;
  }
  .single-feature .main .entry__body > h5, .single-feature .main .entry__body > h6 {
    margin-top: 30px;
  }
  .single-feature .main .entry__body > p {
    margin-top: 25px;
  }
  .single-feature .main .entry__body > .wp-block-image, .single-feature .main .entry__body > .wp-block-buttons, .single-feature .main .entry__body > .wp-block-liquid-speech-balloon, .single-feature .main .entry__body > .toc-mokuji-content, .single-feature .main .entry__body > figure.wp-block-embed-youtube, .single-feature .main .entry__body > table, .single-feature .main .entry__body > ol, .single-feature .main .entry__body > ul, .single-feature .main .entry__body > blockquote, .single-feature .main .entry__body > iframe, .single-feature .main .entry__body > details {
    margin-top: 30px;
  }
  .single-feature .main .entry__body h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .single-feature .main .entry__body h2::after {
    bottom: -12px;
  }
  .single-feature .main .entry__body h3 {
    font-size: 16px;
  }
  .single-feature .main .entry__body h3::after {
    bottom: -10px;
  }
  .single-feature .main .entry__body h4 {
    font-size: 15px;
  }
  .single-feature .main .entry__body h5 {
    font-size: 15px;
  }
  .single-feature .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single-feature .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single-feature .main .entry__body table td {
    height: 45px;
  }
  .single-feature .main .entry__body ul li {
    padding-left: 1.2em;
    text-indent: -0.95em;
  }
  .single-feature .main .entry__body ul li::before {
    top: -2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) {
    padding-left: 1.8em;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) li {
    text-indent: -1.8em;
  }
  .single-feature .main .entry__body ol:not(.rtoc-mokuji) li::before {
    top: -2px;
    margin-right: 5px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .single-feature .main .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .single-feature .main .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .single-feature .main .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .single-feature .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .single-feature .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .single-feature .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .single-feature .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .single-feature .main .back-btn {
    margin-top: 30px;
  }
}
/* ===================================

  お知らせ一覧

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.blog .l-mv__inner,
.category .l-mv__inner {
  border-bottom: none;
}
.blog .wrap,
.category .wrap {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
  padding-bottom: 180px;
}
.blog .wrap__inner,
.category .wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blog .wrap .main,
.category .wrap .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.63vw;
          flex: 0 0 65.63vw;
  width: 65.63vw;
}
.blog .wrap .sidebar,
.category .wrap .sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 15px;
  padding-right: 4vw;
}
.blog .bcn-wrap,
.category .bcn-wrap {
  background-color: #f1f1f1;
}

@media screen and (max-width: 1199px) {
  .blog .wrap,
  .category .wrap {
    padding: 0 30px 100px;
  }
  .blog .wrap__inner,
  .category .wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog .wrap .main,
  .category .wrap .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .blog .wrap .sidebar,
  .category .wrap .sidebar {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .blog .wrap,
  .category .wrap {
    padding: 0 30px 90px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.blog .main .entry,
.category .main .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.blog .main .entry__link,
.category .main .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
}
.blog .main .entry:first-child .entry__link,
.category .main .entry:first-child .entry__link {
  padding-top: 0;
}
.blog .main .entry__head,
.category .main .entry__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  width: 175px;
}
.blog .main .entry__thumb,
.category .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.blog .main .entry__thumb-img,
.category .main .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.blog .main .entry__link:hover,
.category .main .entry__link:hover {
  opacity: 0.6;
}
.blog .main .entry__link:hover .entry__thumb-img,
.category .main .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .main .entry__body,
.category .main .entry__body {
  padding-left: 2.34vw;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.blog .main .entry__info,
.category .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .main .entry__date,
.category .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.blog .main .entry__cates,
.category .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 14px;
}
.blog .main .entry__cate,
.category .main .entry__cate {
  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;
  min-width: 80px;
  padding: 3px 12px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.blog .main .entry__title,
.category .main .entry__title {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .blog .main,
  .category .main {
    margin-top: 50px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    padding: 30px 0;
  }
  .blog .main .entry__head,
  .category .main .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
  .blog .main .entry__link:hover,
  .category .main .entry__link:hover {
    opacity: 1;
  }
  .blog .main .entry__link:hover .entry__thumb-img,
  .category .main .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    padding-left: 30px;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    font-size: 15px;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-left: 12px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    min-width: 72px;
    font-size: 12px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main .entry + .entry,
  .category .main .entry + .entry {
    margin-top: 40px;
  }
  .blog .main .entry__link,
  .category .main .entry__link {
    display: block;
    padding: 0 0 24px;
  }
  .blog .main .entry__head,
  .category .main .entry__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .blog .main .entry__body,
  .category .main .entry__body {
    margin-top: 20px;
    padding-left: 0;
  }
  .blog .main .entry__date,
  .category .main .entry__date {
    font-size: 15px;
  }
  .blog .main .entry__cates,
  .category .main .entry__cates {
    margin-left: 12px;
  }
  .blog .main .entry__cate,
  .category .main .entry__cate {
    font-size: 12px;
  }
  .blog .main .entry__title,
  .category .main .entry__title {
    margin-top: 10px;
  }
}
/* ===================================

  お知らせ詳細

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.post-template-default .l-mv {
  padding: 0;
}
.post-template-default .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}

@media screen and (max-width: 1199px) {
  .post-template-default .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-template-default .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.post-template-default .main {
  padding-bottom: 140px;
}
.post-template-default .main .container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.post-template-default .main .entry {
  position: relative;
  width: 100%;
  padding: 80px 0 120px;
  word-break: break-all;
}
.post-template-default .main .entry::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 87.5vw;
  height: 1px;
  background-color: #ccc;
}
.post-template-default .main .entry__head {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.post-template-default .main .entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-template-default .main .entry__date {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.post-template-default .main .entry__cates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
.post-template-default .main .entry__cate {
  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;
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  min-width: 80px;
  background-color: var(--cl-ac);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.post-template-default .main .entry__title {
  margin-top: 46px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.post-template-default .main .entry__thumb {
  padding-top: 50px;
}
.post-template-default .main .entry__thumb img {
  display: block;
  width: 100%;
}
.post-template-default .main .entry__body {
  padding-top: 70px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.post-template-default .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.post-template-default .main .entry__body .rtoc-mokuji-content {
  display: none !important;
}
.post-template-default .main .entry__body .wp-block-columns {
  margin-top: 2em;
}
.post-template-default .main .entry__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.post-template-default .main .entry__body h2,
.post-template-default .main .entry__body h3,
.post-template-default .main .entry__body h4,
.post-template-default .main .entry__body h5,
.post-template-default .main .entry__body h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.post-template-default .main .entry__body > h2, .post-template-default .main .entry__body > h3, .post-template-default .main .entry__body > h4 {
  margin-top: 50px;
}
.post-template-default .main .entry__body > h5, .post-template-default .main .entry__body > h6 {
  margin-top: 40px;
}
.post-template-default .main .entry__body > p {
  margin-top: 50px;
}
.post-template-default .main .entry__body > .wp-block-image, .post-template-default .main .entry__body > .wp-block-buttons, .post-template-default .main .entry__body > .wp-block-liquid-speech-balloon, .post-template-default .main .entry__body > .toc-mokuji-content, .post-template-default .main .entry__body > figure.wp-block-embed-youtube, .post-template-default .main .entry__body > table, .post-template-default .main .entry__body > ol, .post-template-default .main .entry__body > ul, .post-template-default .main .entry__body > blockquote, .post-template-default .main .entry__body > iframe {
  margin-top: 40px;
}
.post-template-default .main .entry__body > details {
  margin-top: 2em;
}
.post-template-default .main .entry__body h2 {
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.post-template-default .main .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.post-template-default .main .entry__body h3 {
  position: relative;
  font-size: 22px;
  padding-left: 25px;
}
.post-template-default .main .entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.post-template-default .main .entry__body h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.post-template-default .main .entry__body h4 {
  position: relative;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f9f8f6;
}
.post-template-default .main .entry__body h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.post-template-default .main .entry__body h5 {
  font-size: 18px;
  font-weight: 500;
}
.post-template-default .main .entry__body p {
  line-height: 2;
}
.post-template-default .main .entry__body p + p {
  margin-top: 1.5em;
}
.post-template-default .main .entry__body .wp-block-image img {
  margin: 0;
}
.post-template-default .main .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.post-template-default .main .entry__body .aligncenter {
  margin: 40px auto 0;
}
.post-template-default .main .entry__body .alignright {
  margin-left: auto;
}
.post-template-default .main .entry__body .wp-caption {
  max-width: 100%;
}
.post-template-default .main .entry__body .wp-caption-text {
  margin-top: 3px;
}
.post-template-default .main .entry__body pre {
  overflow-x: auto;
}
.post-template-default .main .entry__body table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.post-template-default .main .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
}
.post-template-default .main .entry__body table th a {
  color: inherit;
}
.post-template-default .main .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.post-template-default .main .entry__body table td a {
  color: inherit;
}
.post-template-default .main .entry__body ol li,
.post-template-default .main .entry__body ul li {
  display: block;
  line-height: 1.5;
}
.post-template-default .main .entry__body ol li + li,
.post-template-default .main .entry__body ul li + li {
  margin-top: 0.75em;
}
.post-template-default .main .entry__body ul li {
  padding-left: 1.4em;
  text-indent: -1.1em;
}
.post-template-default .main .entry__body ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.12em;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-pri);
  border-radius: 50%;
}
.post-template-default .main .entry__body ol {
  counter-reset: num;
  list-style-type: none;
  padding-left: 2.25em;
}
.post-template-default .main .entry__body ol li {
  text-indent: -2em;
  line-height: 1.5;
}
.post-template-default .main .entry__body ol li::before {
  display: inline-block;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: -2px;
  margin-right: 10px;
  padding-bottom: 0;
  width: 25px;
  height: 25px;
  background-color: var(--cl-ac);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
.post-template-default .main .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post-template-default .main .entry__body .wp-block-buttons .wp-block-button a {
  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;
  min-width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--cl-ac) !important;
  background-image: url(img/ico/ico-link-btn.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right 25px;
}
.post-template-default .main .entry__body details {
  margin-top: 2em;
}
.post-template-default .main .entry__body .wp-calendar-table caption {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.post-template-default .main .entry__body blockquote {
  word-break: break-all;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 35px 40px 35px 60px;
  border: 1px solid #ccc;
}
.post-template-default .main .entry__body blockquote::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: calc(100% - 60px);
  background-color: var(--cl-ac);
}
.post-template-default .main .entry__body blockquote p {
  margin-top: 0;
}
.post-template-default .main .entry__body blockquote p + p {
  margin-top: 1em;
}
.post-template-default .main .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-style: normal;
  color: var(--cl-ac);
}
.post-template-default .main .entry__body blockquote a {
  -webkit-transition: all 1s;
  transition: all 1s;
  color: var(--cl-ac);
}
.post-template-default .main .entry__body blockquote a:hover {
  opacity: 0.6;
}
.post-template-default .main .entry__body hr.wp-block-separator {
  margin: 40px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid var(--cl-ac);
  border-top: none;
}
.post-template-default .main .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed var(--cl-ac);
}
.post-template-default .main .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.post-template-default .main .entry__body iframe {
  max-width: 100%;
  width: 100%;
}
.post-template-default .main .entry__body figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0;
  padding-top: 56.25%;
  width: 100%;
}
.post-template-default .main .entry__body figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.post-template-default .main .entry__body .wp-block-columns.is-layout-flex {
  gap: 2em;
}
.post-template-default .main .back-btn {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .post-template-default .main {
    padding-bottom: 100px;
  }
  .post-template-default .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .post-template-default .main .entry {
    padding: 60px 0 100px;
  }
  .post-template-default .main .entry::after {
    width: calc(100vw - 60px);
  }
  .post-template-default .main .entry__head {
    padding-bottom: 28px;
  }
  .post-template-default .main .entry__cate {
    min-width: 72px;
    font-size: 12px;
    margin: 0 6px 6px 0;
  }
  .post-template-default .main .entry__date {
    font-size: 15px;
    line-height: 1.3;
  }
  .post-template-default .main .entry__title {
    margin-top: 20px;
    font-size: 24px;
  }
  .post-template-default .main .entry__thumb {
    padding-top: 35px;
  }
  .post-template-default .main .entry__body {
    padding-top: 60px;
    font-size: 16px;
  }
  .post-template-default .main .entry__body > h2, .post-template-default .main .entry__body > h3, .post-template-default .main .entry__body > h4 {
    margin-top: 45px;
  }
  .post-template-default .main .entry__body > h5, .post-template-default .main .entry__body > h6 {
    margin-top: 35px;
  }
  .post-template-default .main .entry__body > p {
    margin-top: 35px;
  }
  .post-template-default .main .entry__body > .wp-block-image, .post-template-default .main .entry__body > .wp-block-buttons, .post-template-default .main .entry__body > .wp-block-liquid-speech-balloon, .post-template-default .main .entry__body > .toc-mokuji-content, .post-template-default .main .entry__body > figure.wp-block-embed-youtube, .post-template-default .main .entry__body > table, .post-template-default .main .entry__body > ol, .post-template-default .main .entry__body > ul, .post-template-default .main .entry__body > blockquote, .post-template-default .main .entry__body > iframe, .post-template-default .main .entry__body > details {
    margin-top: 35px;
  }
  .post-template-default .main .entry__body h2 {
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .post-template-default .main .entry__body h2::after {
    bottom: -15px;
  }
  .post-template-default .main .entry__body h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .post-template-default .main .entry__body h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .post-template-default .main .entry__body h3::after {
    bottom: -8px;
  }
  .post-template-default .main .entry__body h4 {
    padding: 8px 8px 8px 28px;
    font-size: 18px;
  }
  .post-template-default .main .entry__body h4::before {
    top: 1.05em;
    left: 10px;
    width: 8px;
    height: 8px;
  }
  .post-template-default .main .entry__body h5 {
    font-size: 16px;
  }
  .post-template-default .main .entry__body p + p {
    margin-top: 1em;
  }
  .post-template-default .main .entry__body .aligncenter {
    margin: 35px auto 0;
  }
  .post-template-default .main .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .post-template-default .main .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .post-template-default .main .entry__body table td {
    height: 58px;
  }
  .post-template-default .main .entry__body ul li {
    text-indent: -1em;
  }
  .post-template-default .main .entry__body ul li::before {
    position: relative;
    top: -0.23em;
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    width: 6px;
    height: 6px;
  }
  .post-template-default .main .entry__body ol {
    padding-left: 2em;
  }
  .post-template-default .main .entry__body ol li {
    text-indent: -1.9em;
  }
  .post-template-default .main .entry__body ol li::before {
    top: -2px;
    margin-right: 8px;
    padding-left: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .post-template-default .main .entry__body .wp-block-buttons .wp-block-button a {
    max-width: 100%;
    height: 50px;
    background-size: 30px 30px;
    background-position: center right 15px;
    font-size: 15px;
  }
  .post-template-default .main .entry__body blockquote {
    padding: 30px 50px;
  }
  .post-template-default .main .entry__body blockquote::before {
    left: 25px;
    width: 4px;
    height: calc(100% - 30px);
  }
  .post-template-default .main .entry__body blockquote cite {
    margin-top: 35px;
    font-size: 12px;
  }
  .post-template-default .main .entry__body hr.wp-block-separator {
    margin: 35px auto;
    width: 30%;
    height: 2px;
  }
  .post-template-default .main .entry__body iframe {
    margin-top: 35px;
  }
  .post-template-default .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1.5em;
  }
  .post-template-default .main .back-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 758px) {
  .post-template-default .main {
    padding-bottom: 90px;
  }
  .post-template-default .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .post-template-default .main .entry {
    padding: 50px 0 90px;
  }
  .post-template-default .main .entry::after {
    width: calc(100vw - 40px);
  }
  .post-template-default .main .entry__head {
    padding-bottom: 25px;
  }
  .post-template-default .main .entry__info {
    display: block;
  }
  .post-template-default .main .entry__cates {
    margin-left: 0;
    margin-top: 1em;
  }
  .post-template-default .main .entry__cate {
    font-size: 11px;
    margin: 0 5px 5px 0;
  }
  .post-template-default .main .entry__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .post-template-default .main .entry__thumb {
    padding-top: 30px;
  }
  .post-template-default .main .entry__body {
    padding-top: 50px;
    font-size: 14px;
  }
  .post-template-default .main .entry__body > h2, .post-template-default .main .entry__body > h3, .post-template-default .main .entry__body > h4 {
    margin-top: 40px;
  }
  .post-template-default .main .entry__body > h5, .post-template-default .main .entry__body > h6 {
    margin-top: 30px;
  }
  .post-template-default .main .entry__body > p {
    margin-top: 25px;
  }
  .post-template-default .main .entry__body > .wp-block-image, .post-template-default .main .entry__body > .wp-block-buttons, .post-template-default .main .entry__body > .wp-block-liquid-speech-balloon, .post-template-default .main .entry__body > .toc-mokuji-content, .post-template-default .main .entry__body > figure.wp-block-embed-youtube, .post-template-default .main .entry__body > table, .post-template-default .main .entry__body > ol, .post-template-default .main .entry__body > ul, .post-template-default .main .entry__body > blockquote, .post-template-default .main .entry__body > iframe, .post-template-default .main .entry__body > details {
    margin-top: 30px;
  }
  .post-template-default .main .entry__body h2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .post-template-default .main .entry__body h2::after {
    bottom: -12px;
  }
  .post-template-default .main .entry__body h3 {
    font-size: 16px;
  }
  .post-template-default .main .entry__body h3::after {
    bottom: -10px;
  }
  .post-template-default .main .entry__body h4 {
    font-size: 15px;
  }
  .post-template-default .main .entry__body h5 {
    font-size: 15px;
  }
  .post-template-default .main .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .post-template-default .main .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .post-template-default .main .entry__body table td {
    height: 45px;
  }
  .post-template-default .main .entry__body ul li {
    padding-left: 1.2em;
    text-indent: -0.95em;
  }
  .post-template-default .main .entry__body ul li::before {
    top: -2px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .post-template-default .main .entry__body ol {
    padding-left: 1.8em;
  }
  .post-template-default .main .entry__body ol li {
    text-indent: -1.8em;
  }
  .post-template-default .main .entry__body ol li::before {
    top: -2px;
    margin-right: 5px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .post-template-default .main .entry__body blockquote {
    padding: 20px 20px 20px 30px;
  }
  .post-template-default .main .entry__body blockquote::before {
    left: 15px;
    height: calc(100% - 30px);
  }
  .post-template-default .main .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 11px;
  }
  .post-template-default .main .entry__body .wp-block-buttons .wp-block-button {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .post-template-default .main .entry__body .wp-block-buttons .wp-block-button a {
    min-width: 100%;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .post-template-default .main .entry__body hr.wp-block-separator {
    margin: 25px auto;
    height: 2px;
  }
  .post-template-default .main .entry__body .wp-block-columns.is-layout-flex {
    gap: 1em;
  }
  .post-template-default .main .back-btn {
    margin-top: 30px;
  }
}
/* ===================================

  確定申告について

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-tax-return .l-mv {
  padding: 0;
}
.page-tax-return .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}

@media screen and (max-width: 1199px) {
  .page-tax-return .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-tax-return .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-tax-return .main {
  padding-bottom: 280px;
}
.page-tax-return .main .container {
  width: 960px;
}
.page-tax-return .main .contents {
  padding-top: 85px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.page-tax-return .main .contents > *:first-child {
  margin-top: 0 !important;
}
.page-tax-return .main .contents h2,
.page-tax-return .main .contents h3,
.page-tax-return .main .contents h4,
.page-tax-return .main .contents h5,
.page-tax-return .main .contents h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page-tax-return .main .contents > h2 {
  position: relative;
  margin-top: 95px;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.page-tax-return .main .contents > h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.page-tax-return .main .contents > h3 {
  position: relative;
  padding-left: 25px;
  margin-top: 80px;
  font-size: 22px;
}
.page-tax-return .main .contents > h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-tax-return .main .contents > h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.page-tax-return .main .contents > p {
  margin-top: 40px;
  line-height: 2;
}
.page-tax-return .main .contents > p + p {
  margin-top: 1.5em;
}
.page-tax-return .main .contents > p a {
  color: var(--cl-sec);
}
.page-tax-return .main .contents > p a span {
  position: relative;
  top: -0.1em;
  margin-left: 3px;
}
.page-tax-return .main .contents > p a.out {
  display: block;
}
.page-tax-return .main .contents > p a.out::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0.88em;
  height: 0.88em;
  background-image: url(img/ico/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 0.88em 0.88em;
  background-position: center;
}
.page-tax-return .main .contents > p > span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.5;
}
.page-tax-return .main .contents img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.page-tax-return .main .contents img.sp {
  display: none;
}
.page-tax-return .main .contents .list-1 {
  margin-top: 40px;
  padding: 36px 28px 46px;
  background-color: #f9f8f6;
}
.page-tax-return .main .contents .list-1 li + li {
  margin-top: 23px;
}
.page-tax-return .main .contents .list-1 li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.075em;
  margin-right: 14px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-tax-return .main .contents .list-1 li span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  padding-left: 2.65em;
}
.page-tax-return .main .contents .heading4 {
  margin-top: 60px;
  padding: 6px 10px;
  background-color: #f9f8f6;
}
.page-tax-return .main .contents .heading4 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-tax-return .main .contents .heading4 p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.075em;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.page-tax-return .main .contents .heading4 + p {
  margin-top: 27px;
}
.page-tax-return .main .contents .heading5 {
  margin-top: 40px;
}
.page-tax-return .main .contents .heading5 p {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.page-tax-return .main .contents .heading5 + p {
  margin-top: 20px;
}
.page-tax-return .main .contents .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-tax-return .main .contents .cards .card {
  width: calc((100% - 40px) / 2);
  background-color: #f9f8f6;
}
.page-tax-return .main .contents .cards .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}
.page-tax-return .main .contents .cards .card__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
}
.page-tax-return .main .contents .cards .card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 50px;
  background-image: url(img/ico/ico-arrow-btm-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
}
.page-tax-return .main .contents .cards .card__img {
  margin: 0;
}
.page-tax-return .main .contents .cards .card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.page-tax-return .main .contents .cards .card__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.page-tax-return .main .contents .items-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-tax-return .main .contents .items-5 .item {
  width: calc((100% - 120px) / 5);
}
.page-tax-return .main .contents .items-5 .item__head {
  width: 100%;
}
.page-tax-return .main .contents .items-5 .item__img {
  margin: 0;
  display: block;
  width: 100%;
}
.page-tax-return .main .contents .items-5 .item__body {
  padding-top: 20px;
}
.page-tax-return .main .contents .items-5 .item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.page-tax-return .main .contents .items-5 .item span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}
.page-tax-return .main .contents .item-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-tax-return .main .contents .item-4 .item {
  width: calc((100% - 240px) / 4);
}
.page-tax-return .main .contents .item-4 .item__head {
  width: 100%;
}
.page-tax-return .main .contents .item-4 .item__img {
  display: block;
  width: 168px;
  margin: 0 auto;
}
.page-tax-return .main .contents .item-4 .item__body {
  padding-top: 18px;
  text-align: center;
}
.page-tax-return .main .contents .item-4 .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-tax-return .main .contents .item-4 .item span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}
.page-tax-return .main .contents p.note {
  margin-top: 50px;
  font-size: 16px;
}
.page-tax-return .main .contents p.note a {
  display: block;
  color: var(--cl-sec);
}
.page-tax-return .main .contents p.note a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0.88em;
  height: 0.88em;
  background-image: url(img/ico/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 0.88em 0.88em;
  background-position: center;
}
.page-tax-return .main .contents .outlink {
  margin-top: 40px;
}
.page-tax-return .main .contents .outlink .link {
  position: relative;
  display: inline-block;
  padding: 20px 50px 20px 20px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-outlink-wh.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center right 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}
.page-tax-return .main .contents .box-1 {
  margin-top: 40px;
  padding: 35px;
  background-color: #f9f8f6;
}
.page-tax-return .main .contents .box-1__title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 2px solid var(--cl-sec);
}
.page-tax-return .main .contents .box-1__txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
}
.page-tax-return .main .contents .box-1__txt span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.page-tax-return .main .contents .mn-have {
  position: relative;
  margin: 30px auto 0;
  padding: 30px 0;
  width: 600px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  z-index: 1;
}
.page-tax-return .main .contents .mn-have img {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.page-tax-return .main .contents .inner600 {
  width: 600px;
  margin: 0 auto;
}
.page-tax-return .main .contents .inner600 p {
  margin-top: 21px;
  font-size: 18px;
  line-height: 2;
}
.page-tax-return .main .contents .inner600 .note {
  margin-top: 0;
  margin-bottom: 50px;
}
.page-tax-return .main .contents .inner600 .note span {
  margin-top: 36px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}
.page-tax-return .main .contents .inner600 .note span + span {
  margin-top: 0;
}
.page-tax-return .main .contents .mn-nohave {
  margin-top: 30px;
}
.page-tax-return .main .contents .mn-nohave .item {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 600px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  z-index: 1;
}
.page-tax-return .main .contents .mn-nohave .item img {
  width: 480px;
  margin: 0 auto;
}
.page-tax-return .main .contents .mn-nohave .ico {
  margin: 20px 0;
}
.page-tax-return .main .contents .mn-nohave .ico img {
  width: 30px;
  margin: 0 auto;
}
.page-tax-return .main .contents .check {
  margin-top: 28px;
}
.page-tax-return .main .contents .check li {
  font-size: 18px;
  line-height: 1.5;
}
.page-tax-return .main .contents .check li + li {
  margin-top: 9px;
}
.page-tax-return .main .contents .check li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125em;
  margin-right: 10px;
  width: 22px;
  height: 18px;
  background-image: url(img/ico/ico-check-gr.svg);
  background-repeat: no-repeat;
  background-size: 22px 18px;
  background-position: center;
}
.page-tax-return .main .contents .faq-cmp {
  margin-top: 60px;
}
.page-tax-return .main .contents .faq-cmp .item + .item {
  margin-top: 45px;
}
.page-tax-return .main .contents .faq-cmp .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 60px 10px 15px;
  background: #f9f8f6;
  background-image: url(img/ico/ico-faq-open.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center right 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.page-tax-return .main .contents .faq-cmp .item__head.active {
  background-image: url(img/ico/ico-faq-close.svg);
}
.page-tax-return .main .contents .faq-cmp .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.page-tax-return .main .contents .faq-cmp .item__ico span {
  display: block;
  color: var(--cl-ac);
}
.page-tax-return .main .contents .faq-cmp .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page-tax-return .main .contents .faq-cmp .item__inner {
  padding: 30px 60px 0 40px;
  word-break: break-all;
}
.page-tax-return .main .contents .faq-cmp .item__inner > *:first-child {
  margin-top: 0 !important;
}
.page-tax-return .main .contents .faq-cmp .item__inner img {
  display: block;
  width: 100%;
}
.page-tax-return .main .contents .faq-cmp .item__inner p {
  font-size: 18px;
  line-height: 2;
}
.page-tax-return .main .contents .faq-cmp .item__inner ul {
  margin-top: 27px;
}
.page-tax-return .main .contents .faq-cmp .item__inner ul li {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .page-tax-return .main {
    padding-bottom: 180px;
  }
  .page-tax-return .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-tax-return .main .contents {
    padding-top: 60px;
    font-size: 16px;
  }
  .page-tax-return .main .contents > h2 {
    margin-top: 80px;
    padding-left: 10px;
    font-size: 22px;
  }
  .page-tax-return .main .contents > h2::after {
    bottom: -15px;
  }
  .page-tax-return .main .contents > h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .page-tax-return .main .contents > h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .page-tax-return .main .contents > h3::after {
    bottom: -8px;
  }
  .page-tax-return .main .contents > p {
    margin-top: 50px;
  }
  .page-tax-return .main .contents > p + p {
    margin-top: 1.25em;
  }
  .page-tax-return .main .contents > p a.out::after {
    margin-left: 4px;
    width: 0.8em;
    height: 0.8em;
    background-size: 0.8em 0.8em;
  }
  .page-tax-return .main .contents > p > span {
    margin-top: 11px;
    font-size: 13px;
  }
  .page-tax-return .main .contents img {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .list-1 {
    margin-top: 50px;
    padding: 30px 20px 40px;
  }
  .page-tax-return .main .contents .list-1 li + li {
    margin-top: 1.25em;
  }
  .page-tax-return .main .contents .list-1 li::before {
    top: -0.085em;
    margin-right: 12px;
    width: 8px;
    height: 8px;
  }
  .page-tax-return .main .contents .list-1 li span {
    margin-top: 7px;
    font-size: 11px;
    padding-left: 2em;
  }
  .page-tax-return .main .contents .heading4 {
    margin-top: 50px;
    padding: 5px 10px;
  }
  .page-tax-return .main .contents .heading4 p {
    font-size: 16px;
  }
  .page-tax-return .main .contents .heading4 p::before {
    top: -0.09em;
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
  .page-tax-return .main .contents .heading4 + p {
    margin-top: 25px;
  }
  .page-tax-return .main .contents .heading5 {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .heading5 p {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .heading5 + p {
    margin-top: 25px;
  }
  .page-tax-return .main .contents .cards {
    margin-top: 60px;
  }
  .page-tax-return .main .contents .cards .card {
    width: calc((100% - 20px) / 2);
  }
  .page-tax-return .main .contents .cards .card__link {
    padding: 25px 15px;
  }
  .page-tax-return .main .contents .cards .card__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .page-tax-return .main .contents .cards .card__body {
    padding-left: 15px;
    padding-right: 30px;
    background-size: 16px 16px;
  }
  .page-tax-return .main .contents .cards .card__title {
    font-size: 16px;
  }
  .page-tax-return .main .contents .cards .card__txt {
    margin-top: 8px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .items-5 {
    margin-top: 50px;
  }
  .page-tax-return .main .contents .items-5 .item {
    width: calc((100% - 80px) / 5);
  }
  .page-tax-return .main .contents .items-5 .item__body {
    padding-top: 18px;
  }
  .page-tax-return .main .contents .items-5 .item__title {
    font-size: 16px;
  }
  .page-tax-return .main .contents .items-5 .item span {
    margin-top: 5px;
    font-size: 12px;
  }
  .page-tax-return .main .contents .item-4 {
    margin-top: 50px;
  }
  .page-tax-return .main .contents .item-4 .item {
    width: calc((100% - 150px) / 4);
  }
  .page-tax-return .main .contents .item-4 .item__img {
    width: 90%;
  }
  .page-tax-return .main .contents .item-4 .item__body {
    padding-top: 16px;
  }
  .page-tax-return .main .contents .item-4 .item__title {
    font-size: 17px;
  }
  .page-tax-return .main .contents .item-4 .item span {
    margin-top: 3px;
    font-size: 12px;
  }
  .page-tax-return .main .contents p.note {
    margin-top: 50px;
    font-size: 15px;
  }
  .page-tax-return .main .contents p.note a::after {
    margin-left: 4px;
    width: 0.8em;
    height: 0.8em;
    background-size: 0.8em 0.8em;
  }
  .page-tax-return .main .contents .outlink {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .outlink .link {
    padding: 15px 40px 15px 15px;
    background-size: 1em 1em;
    background-position: center right 12px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .box-1 {
    margin-top: 50px;
    padding: 25px;
  }
  .page-tax-return .main .contents .box-1__title {
    padding-left: 12px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .box-1__txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .box-1__txt span {
    margin-top: 2px;
    font-size: 12px;
  }
  .page-tax-return .main .contents .mn-have {
    margin: 35px auto 0;
    padding: 30px 0;
    width: calc(100% - 120px);
    border-radius: 6px;
  }
  .page-tax-return .main .contents .mn-have img {
    width: 40%;
  }
  .page-tax-return .main .contents .inner600 {
    width: calc(100% - 120px);
  }
  .page-tax-return .main .contents .inner600 p {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .inner600 .note {
    margin-bottom: 40px;
  }
  .page-tax-return .main .contents .inner600 .note span {
    margin-top: 18px;
    font-size: 12px;
  }
  .page-tax-return .main .contents .mn-nohave {
    margin-top: 35px;
  }
  .page-tax-return .main .contents .mn-nohave .item {
    padding: 30px 0;
    width: 100%;
    border-radius: 6px;
  }
  .page-tax-return .main .contents .mn-nohave .item img {
    width: 63%;
  }
  .page-tax-return .main .contents .mn-nohave .ico {
    margin: 25px 0;
  }
  .page-tax-return .main .contents .mn-nohave .ico img {
    width: 25px;
  }
  .page-tax-return .main .contents .check {
    margin-top: 20px;
  }
  .page-tax-return .main .contents .check li {
    font-size: 16px;
  }
  .page-tax-return .main .contents .check li + li {
    margin-top: 0.75em;
  }
  .page-tax-return .main .contents .check li::before {
    top: 0.125em;
    margin-right: 8px;
    width: 1.22em;
    height: 1em;
    background-size: 1.22em 1em;
  }
  .page-tax-return .main .contents .faq-cmp {
    margin-top: 50px;
  }
  .page-tax-return .main .contents .faq-cmp .item + .item {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .faq-cmp .item__head {
    padding: 10px 50px 10px 15px;
    background-size: 12px 8px;
    background-position: center right 15px;
    font-size: 16px;
  }
  .page-tax-return .main .contents .faq-cmp .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner {
    padding: 28px 38px 0 38px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner p {
    font-size: 16px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner ul {
    margin-top: 22px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 758px) {
  .page-tax-return .main {
    padding-bottom: 120px;
  }
  .page-tax-return .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-tax-return .main .contents {
    padding-top: 50px;
    font-size: 14px;
  }
  .page-tax-return .main .contents > h2 {
    margin-top: 70px;
    font-size: 18px;
  }
  .page-tax-return .main .contents > h2::after {
    bottom: -12px;
  }
  .page-tax-return .main .contents > h3 {
    margin-top: 40px;
    font-size: 16px;
  }
  .page-tax-return .main .contents > h3::after {
    bottom: -10px;
  }
  .page-tax-return .main .contents > p {
    margin-top: 35px;
  }
  .page-tax-return .main .contents > p > span {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-tax-return .main .contents img {
    margin-top: 35px;
  }
  .page-tax-return .main .contents img.pc {
    display: none;
  }
  .page-tax-return .main .contents img.sp {
    display: block;
  }
  .page-tax-return .main .contents .list-1 {
    margin-top: 40px;
    padding: 25px 15px 30px;
  }
  .page-tax-return .main .contents .list-1 li {
    text-indent: -1.05em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .page-tax-return .main .contents .list-1 li + li {
    margin-top: 1em;
  }
  .page-tax-return .main .contents .list-1 li::before {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
  .page-tax-return .main .contents .list-1 li span {
    text-indent: -1.05em;
    margin-top: 3px;
    font-size: 11px;
    padding-left: 1.1em;
  }
  .page-tax-return .main .contents .heading4 {
    margin-top: 40px;
    padding: 10px;
  }
  .page-tax-return .main .contents .heading4 p {
    text-indent: -0.8em;
    padding-left: 0.8em;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-tax-return .main .contents .heading4 p::before {
    top: -0.1em;
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
  .page-tax-return .main .contents .heading4 + p {
    margin-top: 22px;
  }
  .page-tax-return .main .contents .heading5 {
    margin-top: 35px;
  }
  .page-tax-return .main .contents .heading5 p {
    padding-bottom: 3px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .heading5 + p {
    margin-top: 22px;
  }
  .page-tax-return .main .contents .cards {
    display: block;
    margin-top: 40px;
  }
  .page-tax-return .main .contents .cards .card {
    width: 100%;
  }
  .page-tax-return .main .contents .cards .card + .card {
    margin-top: 20px;
  }
  .page-tax-return .main .contents .cards .card__link {
    padding: 25px 12px;
  }
  .page-tax-return .main .contents .cards .card__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    width: 56px;
  }
  .page-tax-return .main .contents .cards .card__body {
    padding-left: 12px;
    padding-right: 25px;
    background-size: 14px 14px;
  }
  .page-tax-return .main .contents .cards .card__title {
    font-size: 15px;
  }
  .page-tax-return .main .contents .cards .card__txt {
    font-size: 13px;
  }
  .page-tax-return .main .contents .items-5 {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-tax-return .main .contents .items-5 .item {
    width: calc((100% - 20px) / 2);
  }
  .page-tax-return .main .contents .items-5 .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .items-5 .item__body {
    padding-top: 12px;
  }
  .page-tax-return .main .contents .items-5 .item__title {
    font-size: 14px;
  }
  .page-tax-return .main .contents .item-4 {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-tax-return .main .contents .item-4 .item {
    width: calc((100% - 20px) / 2);
  }
  .page-tax-return .main .contents .item-4 .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .item-4 .item__img {
    width: 100%;
  }
  .page-tax-return .main .contents .item-4 .item__body {
    padding-top: 12px;
  }
  .page-tax-return .main .contents .item-4 .item__title {
    font-size: 14px;
  }
  .page-tax-return .main .contents p.note {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .outlink {
    margin-top: 35px;
  }
  .page-tax-return .main .contents .outlink .link {
    padding: 12px 40px 12px 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-tax-return .main .contents .box-1 {
    margin-top: 40px;
    padding: 25px 20px;
  }
  .page-tax-return .main .contents .box-1__title {
    padding-left: 10px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .box-1__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .mn-have {
    margin: 30px auto 0;
    width: 100%;
  }
  .page-tax-return .main .contents .mn-have img {
    width: 200px;
  }
  .page-tax-return .main .contents .inner600 {
    width: 100%;
  }
  .page-tax-return .main .contents .inner600 p {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-tax-return .main .contents .mn-nohave {
    margin-top: 30px;
  }
  .page-tax-return .main .contents .mn-nohave .item img {
    width: 300px;
    max-width: 100%;
  }
  .page-tax-return .main .contents .mn-nohave .ico {
    margin: 22px 0;
  }
  .page-tax-return .main .contents .mn-nohave .ico img {
    width: 20px;
  }
  .page-tax-return .main .contents .check li {
    text-indent: -1.65em;
    padding-left: 1.7em;
    font-size: 14px;
  }
  .page-tax-return .main .contents .check li::before {
    top: 0.125em;
    margin-right: 6px;
  }
  .page-tax-return .main .contents .faq-cmp {
    margin-top: 40px;
  }
  .page-tax-return .main .contents .faq-cmp .item + .item {
    margin-top: 20px;
  }
  .page-tax-return .main .contents .faq-cmp .item__head {
    font-size: 14px;
  }
  .page-tax-return .main .contents .faq-cmp .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
  }
  .page-tax-return .main .contents .faq-cmp .item__ico span {
    margin-top: -0.2em;
    font-size: 20px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner {
    padding: 18px 10px 30px 42px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner p {
    font-size: 14px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner ul {
    margin-top: 20px;
  }
  .page-tax-return .main .contents .faq-cmp .item__inner ul li {
    font-size: 12px;
  }
}
/* ===================================

  確定申告について

====================================== */
/* ---------------------------------
  共通
----------------------------------- */
.page-onestop .l-mv {
  padding: 0;
}
.page-onestop .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}

@media screen and (max-width: 1199px) {
  .page-onestop .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-onestop .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-onestop .main {
  padding-bottom: 280px;
}
.page-onestop .main .container {
  width: 960px;
}
.page-onestop .main .contents {
  padding-top: 85px;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
}
.page-onestop .main .contents > *:first-child {
  margin-top: 0 !important;
}
.page-onestop .main .contents h2,
.page-onestop .main .contents h3,
.page-onestop .main .contents h4,
.page-onestop .main .contents h5,
.page-onestop .main .contents h6 {
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page-onestop .main .contents > h2 {
  position: relative;
  margin-top: 95px;
  padding-left: 15px;
  font-size: 26px;
  border-left: 2px solid var(--cl-sec);
}
.page-onestop .main .contents > h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.page-onestop .main .contents > h3 {
  position: relative;
  padding-left: 25px;
  margin-top: 80px;
  font-size: 22px;
}
.page-onestop .main .contents > h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-onestop .main .contents > h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.page-onestop .main .contents > p {
  margin-top: 40px;
  line-height: 2;
}
.page-onestop .main .contents > p + p {
  margin-top: 1.5em;
}
.page-onestop .main .contents > p a {
  color: var(--cl-sec);
}
.page-onestop .main .contents > p a span {
  position: relative;
  top: -0.1em;
  margin-left: 3px;
}
.page-onestop .main .contents > p a.out {
  display: block;
}
.page-onestop .main .contents > p a.out::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0.88em;
  height: 0.88em;
  background-image: url(img/ico/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 0.88em 0.88em;
  background-position: center;
}
.page-onestop .main .contents > p > span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.5;
}
.page-onestop .main .contents img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.page-onestop .main .contents img.sp {
  display: none;
}
.page-onestop .main .contents .list-1 {
  margin-top: 40px;
  padding: 36px 28px 46px;
  background-color: #f9f8f6;
}
.page-onestop .main .contents .list-1 li + li {
  margin-top: 23px;
}
.page-onestop .main .contents .list-1 li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.075em;
  margin-right: 14px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-onestop .main .contents .list-1 li span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  padding-left: 2.65em;
}
.page-onestop .main .contents .heading4 {
  margin-top: 60px;
  padding: 6px 10px;
  background-color: #f9f8f6;
}
.page-onestop .main .contents .heading4 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-onestop .main .contents .heading4 p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.075em;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-pri);
  border-radius: 50%;
  z-index: 1;
}
.page-onestop .main .contents .heading4 + p {
  margin-top: 27px;
}
.page-onestop .main .contents .heading5 {
  margin-top: 40px;
}
.page-onestop .main .contents .heading5 p {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.page-onestop .main .contents .heading5 + p {
  margin-top: 20px;
}
.page-onestop .main .contents .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-onestop .main .contents .cards .card {
  width: calc((100% - 40px) / 2);
  background-color: #f9f8f6;
}
.page-onestop .main .contents .cards .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}
.page-onestop .main .contents .cards .card__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
}
.page-onestop .main .contents .cards .card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 50px;
  background-image: url(img/ico/ico-arrow-btm-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 0;
}
.page-onestop .main .contents .cards .card__img {
  margin: 0;
}
.page-onestop .main .contents .cards .card__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.page-onestop .main .contents .cards .card__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.page-onestop .main .contents .items-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-onestop .main .contents .items-5 .item {
  width: calc((100% - 120px) / 5);
}
.page-onestop .main .contents .items-5 .item__head {
  width: 100%;
}
.page-onestop .main .contents .items-5 .item__img {
  margin: 0;
  display: block;
  width: 100%;
}
.page-onestop .main .contents .items-5 .item__body {
  padding-top: 20px;
}
.page-onestop .main .contents .items-5 .item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.page-onestop .main .contents .items-5 .item span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}
.page-onestop .main .contents .item-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.page-onestop .main .contents .item-4 .item {
  width: calc((100% - 240px) / 4);
}
.page-onestop .main .contents .item-4 .item__head {
  width: 100%;
}
.page-onestop .main .contents .item-4 .item__img {
  display: block;
  width: 168px;
  margin: 0 auto;
}
.page-onestop .main .contents .item-4 .item__body {
  padding-top: 18px;
  text-align: center;
}
.page-onestop .main .contents .item-4 .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.page-onestop .main .contents .item-4 .item span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}
.page-onestop .main .contents p.note {
  margin-top: 50px;
  font-size: 16px;
}
.page-onestop .main .contents p.note a {
  display: block;
  color: var(--cl-sec);
}
.page-onestop .main .contents p.note a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0.88em;
  height: 0.88em;
  background-image: url(img/ico/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 0.88em 0.88em;
  background-position: center;
}
.page-onestop .main .contents .outlink {
  margin-top: 40px;
}
.page-onestop .main .contents .outlink .link {
  position: relative;
  display: inline-block;
  padding: 20px 50px 20px 20px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-outlink-wh.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center right 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}
.page-onestop .main .contents .box-1 {
  margin-top: 60px;
  padding: 35px;
  background-color: #f9f8f6;
}
.page-onestop .main .contents .box-1 + .box-1 {
  margin-top: 40px;
}
.page-onestop .main .contents .box-1__title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-left: 2px solid var(--cl-sec);
}
.page-onestop .main .contents .box-1__txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
}
.page-onestop .main .contents .box-1__txt span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.page-onestop .main .contents .mn-have {
  position: relative;
  margin: 30px auto 0;
  padding: 30px 0;
  width: 600px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  z-index: 1;
}
.page-onestop .main .contents .mn-have img {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.page-onestop .main .contents .inner600 {
  width: 600px;
  margin: 0 auto;
}
.page-onestop .main .contents .inner600 p {
  margin-top: 21px;
  font-size: 18px;
  line-height: 2;
}
.page-onestop .main .contents .inner600 .note {
  margin-top: 0;
  margin-bottom: 50px;
}
.page-onestop .main .contents .inner600 .note span {
  margin-top: 36px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}
.page-onestop .main .contents .inner600 .note span + span {
  margin-top: 0;
}
.page-onestop .main .contents .mn-nohave {
  margin-top: 30px;
}
.page-onestop .main .contents .mn-nohave .item {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 600px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  z-index: 1;
}
.page-onestop .main .contents .mn-nohave .item img {
  width: 480px;
  margin: 0 auto;
}
.page-onestop .main .contents .mn-nohave .ico {
  margin: 20px 0;
}
.page-onestop .main .contents .mn-nohave .ico img {
  width: 30px;
  margin: 0 auto;
}
.page-onestop .main .contents .check {
  margin-top: 28px;
}
.page-onestop .main .contents .check li {
  font-size: 18px;
  line-height: 1.5;
}
.page-onestop .main .contents .check li + li {
  margin-top: 9px;
}
.page-onestop .main .contents .check li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.125em;
  margin-right: 10px;
  width: 22px;
  height: 18px;
  background-image: url(img/ico/ico-check-gr.svg);
  background-repeat: no-repeat;
  background-size: 22px 18px;
  background-position: center;
}
.page-onestop .main .contents .faq-cmp {
  margin-top: 60px;
}
.page-onestop .main .contents .faq-cmp .item + .item {
  margin-top: 45px;
}
.page-onestop .main .contents .faq-cmp .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 60px 10px 15px;
  background: #f9f8f6;
  background-image: url(img/ico/ico-faq-open.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center right 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.page-onestop .main .contents .faq-cmp .item__head.active {
  background-image: url(img/ico/ico-faq-close.svg);
}
.page-onestop .main .contents .faq-cmp .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.page-onestop .main .contents .faq-cmp .item__ico span {
  display: block;
  color: var(--cl-ac);
}
.page-onestop .main .contents .faq-cmp .item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-all;
}
.page-onestop .main .contents .faq-cmp .item__inner {
  padding: 30px 60px 0 40px;
  word-break: break-all;
}
.page-onestop .main .contents .faq-cmp .item__inner > *:first-child {
  margin-top: 0 !important;
}
.page-onestop .main .contents .faq-cmp .item__inner img {
  display: block;
  width: 100%;
}
.page-onestop .main .contents .faq-cmp .item__inner p {
  font-size: 18px;
  line-height: 2;
}
.page-onestop .main .contents .faq-cmp .item__inner ul {
  margin-top: 27px;
}
.page-onestop .main .contents .faq-cmp .item__inner ul li {
  font-size: 12px;
  line-height: 1.5;
}
.page-onestop .main .contents .box-2 {
  margin-top: 40px;
  padding: 35px 28px;
  background-color: #f9f8f6;
}
.page-onestop .main .contents .box-2__title {
  font-size: 18px;
  font-weight: 500;
}
.page-onestop .main .contents .box-2__title::before {
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  background-color: var(--cl-ac);
  border-radius: 50%;
  z-index: 1;
}
.page-onestop .main .contents .box-2__body {
  margin-top: 16px;
  padding-left: 25px;
}
.page-onestop .main .contents .box-2__body p {
  font-size: 18px;
  line-height: 2;
}
.page-onestop .main .contents .box-3 {
  margin-top: 60px;
  padding: 35px 40px 40px;
  background-color: #f9f8f6;
}
.page-onestop .main .contents .box-3__title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  border-left: 2px solid var(--cl-sec);
}
.page-onestop .main .contents .box-3__group {
  margin-top: 40px;
}
.page-onestop .main .contents .box-3__group + .box-3__group {
  margin-top: 90px;
}
.page-onestop .main .contents .box-3__subtitle p {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid var(--cl-pri);
}
.page-onestop .main .contents .box-3__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
}
.page-onestop .main .contents .box-3__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
}
.page-onestop .main .contents .box-3__head img {
  display: block;
  margin: 0;
  width: 100%;
}
.page-onestop .main .contents .box-3__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 11px;
  padding-left: 40px;
  word-break: break-all;
}
.page-onestop .main .contents .box-3__body p {
  font-size: 18px;
  line-height: 2;
}
.page-onestop .main .contents .note2 {
  margin-top: 26px;
}
.page-onestop .main .contents .note2 span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5;
}
.page-onestop .main .contents .note2 span + span {
  margin-top: 0;
}
.page-onestop .main .contents .long-img {
  margin-top: 40px;
  padding: 0 80px;
}
.page-onestop .main .contents .long-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.page-onestop .main .contents .w800 {
  margin: 40px auto 0;
  width: 800px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-onestop .main {
    padding-bottom: 180px;
  }
  .page-onestop .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-onestop .main .contents {
    padding-top: 60px;
    font-size: 16px;
  }
  .page-onestop .main .contents > h2 {
    margin-top: 80px;
    padding-left: 10px;
    font-size: 22px;
  }
  .page-onestop .main .contents > h2::after {
    bottom: -15px;
  }
  .page-onestop .main .contents > h3 {
    font-size: 20px;
    padding-left: 18px;
  }
  .page-onestop .main .contents > h3::before {
    top: 0.6em;
    width: 8px;
    height: 8px;
  }
  .page-onestop .main .contents > h3::after {
    bottom: -8px;
  }
  .page-onestop .main .contents > p {
    margin-top: 50px;
  }
  .page-onestop .main .contents > p + p {
    margin-top: 1.25em;
  }
  .page-onestop .main .contents > p a.out::after {
    margin-left: 4px;
    width: 0.8em;
    height: 0.8em;
    background-size: 0.8em 0.8em;
  }
  .page-onestop .main .contents > p > span {
    margin-top: 11px;
    font-size: 13px;
  }
  .page-onestop .main .contents img {
    margin-top: 40px;
  }
  .page-onestop .main .contents .list-1 {
    margin-top: 50px;
    padding: 30px 20px 40px;
  }
  .page-onestop .main .contents .list-1 li + li {
    margin-top: 1.25em;
  }
  .page-onestop .main .contents .list-1 li::before {
    top: -0.085em;
    margin-right: 12px;
    width: 8px;
    height: 8px;
  }
  .page-onestop .main .contents .list-1 li span {
    margin-top: 7px;
    font-size: 11px;
    padding-left: 2em;
  }
  .page-onestop .main .contents .heading4 {
    margin-top: 50px;
    padding: 5px 10px;
  }
  .page-onestop .main .contents .heading4 p {
    font-size: 16px;
  }
  .page-onestop .main .contents .heading4 p::before {
    top: -0.09em;
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
  .page-onestop .main .contents .heading4 + p {
    margin-top: 25px;
  }
  .page-onestop .main .contents .heading5 {
    margin-top: 40px;
  }
  .page-onestop .main .contents .heading5 p {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .page-onestop .main .contents .heading5 + p {
    margin-top: 25px;
  }
  .page-onestop .main .contents .cards {
    margin-top: 60px;
  }
  .page-onestop .main .contents .cards .card {
    width: calc((100% - 20px) / 2);
  }
  .page-onestop .main .contents .cards .card__link {
    padding: 25px 15px;
  }
  .page-onestop .main .contents .cards .card__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  .page-onestop .main .contents .cards .card__body {
    padding-left: 15px;
    padding-right: 30px;
    background-size: 16px 16px;
  }
  .page-onestop .main .contents .cards .card__title {
    font-size: 16px;
  }
  .page-onestop .main .contents .cards .card__txt {
    margin-top: 8px;
    font-size: 14px;
  }
  .page-onestop .main .contents .items-5 {
    margin-top: 50px;
  }
  .page-onestop .main .contents .items-5 .item {
    width: calc((100% - 80px) / 5);
  }
  .page-onestop .main .contents .items-5 .item__body {
    padding-top: 18px;
  }
  .page-onestop .main .contents .items-5 .item__title {
    font-size: 16px;
  }
  .page-onestop .main .contents .items-5 .item span {
    margin-top: 5px;
    font-size: 12px;
  }
  .page-onestop .main .contents .item-4 {
    margin-top: 50px;
  }
  .page-onestop .main .contents .item-4 .item {
    width: calc((100% - 150px) / 4);
  }
  .page-onestop .main .contents .item-4 .item__img {
    width: 90%;
  }
  .page-onestop .main .contents .item-4 .item__body {
    padding-top: 16px;
  }
  .page-onestop .main .contents .item-4 .item__title {
    font-size: 17px;
  }
  .page-onestop .main .contents .item-4 .item span {
    margin-top: 3px;
    font-size: 12px;
  }
  .page-onestop .main .contents p.note {
    margin-top: 50px;
    font-size: 15px;
  }
  .page-onestop .main .contents p.note a::after {
    margin-left: 4px;
    width: 0.8em;
    height: 0.8em;
    background-size: 0.8em 0.8em;
  }
  .page-onestop .main .contents .outlink {
    margin-top: 40px;
  }
  .page-onestop .main .contents .outlink .link {
    padding: 15px 40px 15px 15px;
    background-size: 1em 1em;
    background-position: center right 12px;
    font-size: 16px;
  }
  .page-onestop .main .contents .box-1 {
    margin-top: 50px;
    padding: 25px;
  }
  .page-onestop .main .contents .box-1__title {
    padding-left: 12px;
    font-size: 16px;
  }
  .page-onestop .main .contents .box-1__txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-onestop .main .contents .box-1__txt span {
    margin-top: 2px;
    font-size: 12px;
  }
  .page-onestop .main .contents .mn-have {
    margin: 35px auto 0;
    padding: 30px 0;
    width: calc(100% - 120px);
    border-radius: 6px;
  }
  .page-onestop .main .contents .mn-have img {
    width: 40%;
  }
  .page-onestop .main .contents .inner600 {
    width: calc(100% - 120px);
  }
  .page-onestop .main .contents .inner600 p {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-onestop .main .contents .inner600 .note {
    margin-bottom: 40px;
  }
  .page-onestop .main .contents .inner600 .note span {
    margin-top: 18px;
    font-size: 12px;
  }
  .page-onestop .main .contents .mn-nohave {
    margin-top: 35px;
  }
  .page-onestop .main .contents .mn-nohave .item {
    padding: 30px 0;
    width: 100%;
    border-radius: 6px;
  }
  .page-onestop .main .contents .mn-nohave .item img {
    width: 63%;
  }
  .page-onestop .main .contents .mn-nohave .ico {
    margin: 25px 0;
  }
  .page-onestop .main .contents .mn-nohave .ico img {
    width: 25px;
  }
  .page-onestop .main .contents .check {
    margin-top: 20px;
  }
  .page-onestop .main .contents .check li {
    font-size: 16px;
  }
  .page-onestop .main .contents .check li + li {
    margin-top: 0.75em;
  }
  .page-onestop .main .contents .check li::before {
    top: 0.125em;
    margin-right: 8px;
    width: 1.22em;
    height: 1em;
    background-size: 1.22em 1em;
  }
  .page-onestop .main .contents .faq-cmp {
    margin-top: 50px;
  }
  .page-onestop .main .contents .faq-cmp .item + .item {
    margin-top: 40px;
  }
  .page-onestop .main .contents .faq-cmp .item__head {
    padding: 10px 50px 10px 15px;
    background-size: 12px 8px;
    background-position: center right 15px;
    font-size: 16px;
  }
  .page-onestop .main .contents .faq-cmp .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner {
    padding: 28px 38px 0 38px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner p {
    font-size: 16px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner ul {
    margin-top: 22px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner ul li {
    font-size: 11px;
  }
  .page-onestop .main .contents .box-2 {
    margin-top: 35px;
    padding: 25px 25px;
  }
  .page-onestop .main .contents .box-2 + .box-2 {
    margin-top: 25px;
  }
  .page-onestop .main .contents .box-2__title {
    font-size: 16px;
  }
  .page-onestop .main .contents .box-2__title::before {
    margin-right: 12px;
    width: 8px;
    height: 8px;
  }
  .page-onestop .main .contents .box-2__body {
    margin-top: 15px;
    padding-left: 20px;
  }
  .page-onestop .main .contents .box-2__body p {
    font-size: 16px;
  }
  .page-onestop .main .contents .box-3 {
    margin-top: 50px;
    padding: 25px 25px 30px;
  }
  .page-onestop .main .contents .box-3__title {
    padding-left: 12px;
    font-size: 16px;
  }
  .page-onestop .main .contents .box-3__group {
    margin-top: 30px;
  }
  .page-onestop .main .contents .box-3__group + .box-3__group {
    margin-top: 60px;
  }
  .page-onestop .main .contents .box-3__subtitle p {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .page-onestop .main .contents .box-3__contents {
    margin-top: 25px;
  }
  .page-onestop .main .contents .box-3__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    width: 46%;
  }
  .page-onestop .main .contents .box-3__body {
    padding-top: 8px;
    padding-left: 30px;
  }
  .page-onestop .main .contents .box-3__body p {
    font-size: 16px;
  }
  .page-onestop .main .contents .note2 {
    margin-top: 24px;
  }
  .page-onestop .main .contents .note2 span {
    font-size: 14px;
  }
  .page-onestop .main .contents .long-img {
    margin-top: 35px;
    padding: 0 80px;
  }
  .page-onestop .main .contents .w800 {
    margin: 35px auto 0;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 758px) {
  .page-onestop .main {
    padding-bottom: 120px;
  }
  .page-onestop .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-onestop .main .contents {
    padding-top: 50px;
    font-size: 14px;
  }
  .page-onestop .main .contents > h2 {
    margin-top: 70px;
    font-size: 18px;
  }
  .page-onestop .main .contents > h2::after {
    bottom: -12px;
  }
  .page-onestop .main .contents > h3 {
    margin-top: 40px;
    font-size: 16px;
  }
  .page-onestop .main .contents > h3::after {
    bottom: -10px;
  }
  .page-onestop .main .contents > p {
    margin-top: 35px;
  }
  .page-onestop .main .contents > p > span {
    margin-top: 10px;
    font-size: 12px;
  }
  .page-onestop .main .contents img {
    margin-top: 35px;
  }
  .page-onestop .main .contents img.pc {
    display: none;
  }
  .page-onestop .main .contents img.sp {
    display: block;
  }
  .page-onestop .main .contents .list-1 {
    margin-top: 40px;
    padding: 25px 15px 30px;
  }
  .page-onestop .main .contents .list-1 li {
    text-indent: -1.05em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .page-onestop .main .contents .list-1 li + li {
    margin-top: 1em;
  }
  .page-onestop .main .contents .list-1 li::before {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
  .page-onestop .main .contents .list-1 li span {
    text-indent: -1.05em;
    margin-top: 3px;
    font-size: 11px;
    padding-left: 1.1em;
  }
  .page-onestop .main .contents .heading4 {
    margin-top: 40px;
    padding: 10px;
  }
  .page-onestop .main .contents .heading4 p {
    text-indent: -0.8em;
    padding-left: 0.8em;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-onestop .main .contents .heading4 p::before {
    top: -0.1em;
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
  .page-onestop .main .contents .heading4 + p {
    margin-top: 22px;
  }
  .page-onestop .main .contents .heading5 {
    margin-top: 35px;
  }
  .page-onestop .main .contents .heading5 p {
    padding-bottom: 3px;
    font-size: 14px;
  }
  .page-onestop .main .contents .heading5 + p {
    margin-top: 22px;
  }
  .page-onestop .main .contents .cards {
    display: block;
    margin-top: 40px;
  }
  .page-onestop .main .contents .cards .card {
    width: 100%;
  }
  .page-onestop .main .contents .cards .card + .card {
    margin-top: 20px;
  }
  .page-onestop .main .contents .cards .card__link {
    padding: 25px 12px;
  }
  .page-onestop .main .contents .cards .card__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    width: 56px;
  }
  .page-onestop .main .contents .cards .card__body {
    padding-left: 12px;
    padding-right: 25px;
    background-size: 14px 14px;
  }
  .page-onestop .main .contents .cards .card__title {
    font-size: 15px;
  }
  .page-onestop .main .contents .cards .card__txt {
    font-size: 13px;
  }
  .page-onestop .main .contents .items-5 {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-onestop .main .contents .items-5 .item {
    width: calc((100% - 20px) / 2);
  }
  .page-onestop .main .contents .items-5 .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-onestop .main .contents .items-5 .item__body {
    padding-top: 12px;
  }
  .page-onestop .main .contents .items-5 .item__title {
    font-size: 14px;
  }
  .page-onestop .main .contents .item-4 {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-onestop .main .contents .item-4 .item {
    width: calc((100% - 20px) / 2);
  }
  .page-onestop .main .contents .item-4 .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .page-onestop .main .contents .item-4 .item__img {
    width: 100%;
  }
  .page-onestop .main .contents .item-4 .item__body {
    padding-top: 12px;
  }
  .page-onestop .main .contents .item-4 .item__title {
    font-size: 14px;
  }
  .page-onestop .main .contents p.note {
    margin-top: 40px;
    font-size: 14px;
  }
  .page-onestop .main .contents .outlink {
    margin-top: 35px;
  }
  .page-onestop .main .contents .outlink .link {
    padding: 12px 40px 12px 12px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-onestop .main .contents .box-1 {
    margin-top: 40px;
    padding: 25px 20px;
  }
  .page-onestop .main .contents .box-1__title {
    padding-left: 10px;
    font-size: 14px;
  }
  .page-onestop .main .contents .box-1__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-onestop .main .contents .mn-have {
    margin: 30px auto 0;
    width: 100%;
  }
  .page-onestop .main .contents .mn-have img {
    width: 200px;
  }
  .page-onestop .main .contents .inner600 {
    width: 100%;
  }
  .page-onestop .main .contents .inner600 p {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-onestop .main .contents .mn-nohave {
    margin-top: 30px;
  }
  .page-onestop .main .contents .mn-nohave .item img {
    width: 300px;
    max-width: 100%;
  }
  .page-onestop .main .contents .mn-nohave .ico {
    margin: 22px 0;
  }
  .page-onestop .main .contents .mn-nohave .ico img {
    width: 20px;
  }
  .page-onestop .main .contents .check li {
    text-indent: -1.65em;
    padding-left: 1.7em;
    font-size: 14px;
  }
  .page-onestop .main .contents .check li::before {
    top: 0.125em;
    margin-right: 6px;
  }
  .page-onestop .main .contents .faq-cmp {
    margin-top: 40px;
  }
  .page-onestop .main .contents .faq-cmp .item + .item {
    margin-top: 20px;
  }
  .page-onestop .main .contents .faq-cmp .item__head {
    font-size: 14px;
  }
  .page-onestop .main .contents .faq-cmp .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 25px;
  }
  .page-onestop .main .contents .faq-cmp .item__ico span {
    margin-top: -0.2em;
    font-size: 20px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner {
    padding: 18px 10px 30px 42px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner p {
    font-size: 14px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner ul {
    margin-top: 20px;
  }
  .page-onestop .main .contents .faq-cmp .item__inner ul li {
    font-size: 12px;
  }
  .page-onestop .main .contents .box-2 {
    padding: 25px 20px;
  }
  .page-onestop .main .contents .box-2 + .box-2 {
    margin-top: 22px;
  }
  .page-onestop .main .contents .box-2__title {
    font-size: 14px;
  }
  .page-onestop .main .contents .box-2__title::before {
    margin-right: 10px;
    width: 6px;
    height: 6px;
  }
  .page-onestop .main .contents .box-2__body {
    padding-left: 16px;
  }
  .page-onestop .main .contents .box-2__body p {
    font-size: 14px;
  }
  .page-onestop .main .contents .box-3 {
    margin-top: 50px;
    padding: 25px 20px;
  }
  .page-onestop .main .contents .box-3__title {
    padding-left: 10px;
    font-size: 14px;
  }
  .page-onestop .main .contents .box-3__group {
    margin-top: 25px;
  }
  .page-onestop .main .contents .box-3__group + .box-3__group {
    margin-top: 50px;
  }
  .page-onestop .main .contents .box-3__subtitle p {
    padding-bottom: 3px;
    font-size: 14px;
  }
  .page-onestop .main .contents .box-3__contents {
    display: block;
    margin-top: 20px;
  }
  .page-onestop .main .contents .box-3__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-onestop .main .contents .box-3__body {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
  }
  .page-onestop .main .contents .box-3__body p {
    font-size: 14px;
  }
  .page-onestop .main .contents .note2 {
    margin-top: 22px;
  }
  .page-onestop .main .contents .note2 span {
    font-size: 12px;
  }
  .page-onestop .main .contents .long-img {
    padding: 0;
  }
  .page-onestop .main .contents .w800 {
    width: 100%;
  }
}
/* ===================================

  アクセス

====================================== */
/* ---------------------------------
  メインビジュアル・共通
----------------------------------- */
.page-access .t-mv__inner {
  background-image: url(img/access-mv.jpg);
  background-position: center center;
}
.page-access .main {
  padding-bottom: 180px;
}

@media screen and (max-width: 1199px) {
  .page-access .main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .main {
    padding-bottom: 90px;
  }
}
/* ---------------------------------
  コンテンツ
----------------------------------- */
.page-access .main {
  padding-top: 225px;
}
.page-access .main .container {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-access .main .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-access .main .contents__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.7vw;
          flex: 0 0 41.7vw;
  width: 41.7vw;
}
.page-access .main .contents__img {
  display: block;
  width: 100%;
}
.page-access .main .contents__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 4.17vw;
  word-break: break-all;
}
.page-access .main .contents__body > *:first-child {
  margin-top: 0 !important;
}
.page-access .main .contents__body h2 {
  margin-top: 100px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #cbcbcb;
}
.page-access .main .contents__body h2 span {
  font-size: 18px;
}
.page-access .main .contents__body ul {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-access .main .contents__body ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.page-access .main .contents__body ul li::before {
  content: "";
  position: relative;
  top: -0.15em;
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}
.page-access .main .contents__body ul li:nth-child(n+3) {
  margin-top: 13px;
}
.page-access .main .contents__body p {
  margin-top: 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.page-access .main .contents__body p.mark {
  text-indent: -1.4em;
  padding-left: 1.45em;
}
.page-access .main .contents__body p.mark::before {
  content: "";
  position: relative;
  top: -0.15em;
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--cl-ac);
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .page-access .main {
    padding-top: 100px;
  }
  .page-access .main .container {
    padding: 0 30px;
  }
  .page-access .main .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
  .page-access .main .contents__body {
    padding-left: 30px;
  }
  .page-access .main .contents__body h2 {
    margin-top: 60px;
    padding-bottom: 12px;
    font-size: 20px;
  }
  .page-access .main .contents__body h2 span {
    font-size: 16px;
  }
  .page-access .main .contents__body ul {
    margin-top: 25px;
  }
  .page-access .main .contents__body ul li {
    font-size: 16px;
  }
  .page-access .main .contents__body ul li::before {
    top: -0.2em;
    margin-right: 10px;
    width: 6px;
    height: 6px;
  }
  .page-access .main .contents__body ul li:nth-child(n+3) {
    margin-top: 1em;
  }
  .page-access .main .contents__body p {
    margin-top: 25px;
    font-size: 16px;
  }
  .page-access .main .contents__body p.mark {
    text-indent: -1.3em;
    padding-left: 1.35em;
  }
  .page-access .main .contents__body p.mark::before {
    top: -0.2em;
    margin-right: 10px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 758px) {
  .page-access .main {
    padding-top: 60px;
  }
  .page-access .main .container {
    padding: 0 20px;
  }
  .page-access .main .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-access .main .contents__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-access .main .contents__body {
    margin-top: 50px;
    padding-left: 0;
  }
  .page-access .main .contents__body h2 {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .page-access .main .contents__body h2 span {
    font-size: 14px;
  }
  .page-access .main .contents__body ul {
    margin-top: 20px;
  }
  .page-access .main .contents__body ul li {
    font-size: 14px;
  }
  .page-access .main .contents__body ul li::before {
    top: -0.125em;
  }
  .page-access .main .contents__body ul li:nth-child(n+3) {
    margin-top: 1em;
  }
  .page-access .main .contents__body p {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-access .main .contents__body p.mark {
    text-indent: -1.45em;
    padding-left: 1.45em;
  }
  .page-access .main .contents__body p.mark::before {
    top: -0.125em;
  }
}
/* ===================================

  プライバシーポリシー

====================================== */
.page-privacypolicy .l-mv {
  padding: 0;
}
.page-privacypolicy .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.page-privacypolicy .main {
  padding-bottom: 180px;
}
.page-privacypolicy .main .container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.page-privacypolicy .main .entry {
  padding-top: 85px;
}
.page-privacypolicy .main .entry__body > *:first-child {
  margin-top: 0 !important;
}
.page-privacypolicy .main .entry__body h2 {
  margin-top: 62px;
  position: relative;
  padding-left: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  border-left: 2px solid var(--cl-sec);
}
.page-privacypolicy .main .entry__body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.page-privacypolicy .main .entry__body p {
  margin-top: 41px;
  font-size: 18px;
  line-height: 2;
}
.page-privacypolicy .main .entry__body p a {
  color: var(--cl-ac);
  text-decoration: underline;
}
.page-privacypolicy .main .entry__body ol {
  margin-top: 22px;
  padding-left: 1.2em;
}
.page-privacypolicy .main .entry__body ol li {
  font-size: 18px;
  line-height: 2;
}
.page-privacypolicy .main .entry__body ul {
  margin-top: 22px;
  padding-left: 1em;
}
.page-privacypolicy .main .entry__body ul li {
  text-indent: -1em;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-privacypolicy .main {
    padding-bottom: 100px;
  }
  .page-privacypolicy .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .page-privacypolicy .main .entry {
    padding-top: 60px;
  }
  .page-privacypolicy .main .entry__body h2 {
    margin-top: 50px;
    padding-left: 10px;
    font-size: 22px;
  }
  .page-privacypolicy .main .entry__body h2::after {
    bottom: -15px;
  }
  .page-privacypolicy .main .entry__body p {
    margin-top: 40px;
    font-size: 16px;
  }
  .page-privacypolicy .main .entry__body ol {
    margin-top: 20px;
    padding-left: 1.3em;
  }
  .page-privacypolicy .main .entry__body ol li {
    font-size: 16px;
  }
  .page-privacypolicy .main .entry__body ul {
    margin-top: 20px;
  }
  .page-privacypolicy .main .entry__body ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-privacypolicy .main {
    padding-bottom: 90px;
  }
  .page-privacypolicy .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .page-privacypolicy .main .entry {
    padding-top: 50px;
  }
  .page-privacypolicy .main .entry__body h2 {
    margin-top: 50px;
    font-size: 18px;
  }
  .page-privacypolicy .main .entry__body h2::after {
    bottom: -12px;
  }
  .page-privacypolicy .main .entry__body p {
    margin-top: 30px;
    font-size: 14px;
  }
  .page-privacypolicy .main .entry__body ol {
    margin-top: 18px;
    padding-left: 1.2em;
  }
  .page-privacypolicy .main .entry__body ol li {
    font-size: 14px;
  }
  .page-privacypolicy .main .entry__body ul {
    margin-top: 18px;
  }
  .page-privacypolicy .main .entry__body ul li {
    font-size: 14px;
  }
}
/* ===================================

  イベント一覧

====================================== */
.post-type-archive-brochure .main {
  padding-top: 120px;
  padding-bottom: 180px;
}
.post-type-archive-brochure .main .container {
  padding-left: 14vw;
  padding-right: 14vw;
}
.post-type-archive-brochure .main .entries {
  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;
}
.post-type-archive-brochure .main .entries::after {
  content: "";
  display: block;
  width: calc((100% - 4.1vw) / 3);
}
.post-type-archive-brochure .main .entry {
  width: calc((100% - 4.1vw) / 3);
}
.post-type-archive-brochure .main .entry:nth-child(n+4) {
  margin-top: 80px;
}
.post-type-archive-brochure .main .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-brochure .main .entry__thumb-img {
  width: 100%;
  padding-top: 141.4%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post-type-archive-brochure .main .entry__body {
  padding-top: 22px;
}
.post-type-archive-brochure .main .entry__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.post-type-archive-brochure .main .entry__btn {
  margin-top: 30px;
  text-align: center;
}
.post-type-archive-brochure .main .entry__btn a {
  position: relative;
  display: inline-block;
  padding: 20px 50px 20px 20px;
  background-color: var(--cl-sec);
  background-image: url(img/ico/ico-dl.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: top 21px right 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-brochure .main {
    padding: 100px 0;
  }
  .post-type-archive-brochure .main .container {
    padding: 0 30px;
  }
  .post-type-archive-brochure .main .entries::after {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-brochure .main .entry {
    width: calc((100% - 3vw) / 3);
  }
  .post-type-archive-brochure .main .entry:nth-child(n+4) {
    margin-top: 50px;
  }
  .post-type-archive-brochure .main .entry__body {
    padding-top: 15px;
  }
  .post-type-archive-brochure .main .entry__title {
    font-size: 18px;
  }
  .post-type-archive-brochure .main .entry__btn {
    margin-top: 20px;
    text-align: center;
  }
  .post-type-archive-brochure .main .entry__btn a {
    padding: 15px 40px 15px 15px;
    background-size: 1em 1em;
    background-position: top 15px right 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-brochure .main {
    padding: 60px 0 90px;
  }
  .post-type-archive-brochure .main .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-type-archive-brochure .main .entries::after {
    display: none;
  }
  .post-type-archive-brochure .main .entry {
    width: calc(100% - 40px);
  }
  .post-type-archive-brochure .main .entry:nth-child(n+2) {
    margin-top: 50px;
  }
  .post-type-archive-brochure .main .entry__btn {
    text-align: center;
  }
  .post-type-archive-brochure .main .entry__btn a {
    padding: 12px 40px 12px 12px;
    background-position: top 16px right 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}
/* ===================================

  404エラーページ

====================================== */
.error404 .l-mv {
  padding: 0;
}
.error404 .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.error404 .main {
  padding: 100px 0 180px;
}
.error404 .main .container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.error404 .main .contents__txt {
  font-size: 18px;
  line-height: 2;
}
.error404 .main .contents .link-btn {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .error404 .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .error404 .main {
    padding: 120px 0 100px;
  }
  .error404 .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .error404 .main .contents__txt {
    font-size: 16px;
  }
  .error404 .main .contents .link-btn {
    margin-top: 100px;
  }
  .error404 .main .contents .link-btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .error404 .main {
    padding: 50px 0 90px;
  }
  .error404 .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .error404 .main .contents__txt {
    font-size: 14px;
  }
  .error404 .main .contents .link-btn {
    margin-top: 60px;
  }
  .error404 .main .contents .link-btn span {
    font-size: 14px;
  }
}
/* ===================================

  検索機能

====================================== */
/* ---------------------------------
  検索ボックス
----------------------------------- */
.search-btn {
  margin-left: 20px;
}
.search-btn form#searchform {
  position: relative;
  width: 220px;
  height: 30px;
}
.search-btn input {
  padding: 0 33px 0 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.search-btn input::-webkit-input-placeholder {
  color: #808080;
}
.search-btn input::-moz-placeholder {
  color: #808080;
}
.search-btn input:-ms-input-placeholder {
  color: #808080;
}
.search-btn input::-ms-input-placeholder {
  color: #808080;
}
.search-btn input::placeholder {
  color: #808080;
}
.search-btn button[type=submit] {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.search-btn .submit__ico {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .search-btn {
    margin-left: 0;
    padding: 15px 0;
    background-color: var(--cl-sec);
  }
  .search-btn__inner {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .search-btn form#searchform {
    width: 300px;
    height: 40px;
  }
  .search-btn input {
    position: relative;
    padding: 0 35px 0 20px;
    font-size: 15px;
    border-bottom: none;
    border-radius: 8px;
  }
}
@media screen and (max-width: 758px) {
  .search-btn__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .search-btn form#searchform {
    width: 100%;
    max-width: 400px;
  }
  .search-btn input {
    font-size: 14px;
  }
}
/* ---------------------------------
  検索結果
----------------------------------- */
.search .l-mv {
  padding: 0;
}
.search .l-mv__inner {
  padding-left: var(--cm-padding);
  padding-right: var(--cm-padding);
}
.search .main {
  padding: 75px 0 140px;
}
.search .main .container {
  width: 960px;
  margin: 0 auto;
}
.search .main .entry {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}
.search .main .entry__link {
  display: block;
  padding: 11px 0;
  width: 100%;
  font-size: 18px;
  color: var(--cl-ac);
  line-height: 2;
  word-break: break-all;
}
.search .main .no-result {
  font-size: 18px;
  line-height: 2;
}
.search .main .search-btn {
  padding: 0;
  margin-top: 60px;
  margin-left: 0;
  background-color: transparent;
}
.search .main .search-btn__inner {
  padding: 0;
  margin: 0;
  width: 100%;
}
.search .main .search-btn form#searchform {
  width: 300px;
  height: 46px;
}
.search .main .search-btn input {
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .search .l-mv__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search .main {
    padding: 60px 0 100px;
  }
  .search .main .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  .search .main .entry__link {
    padding: 12px 0;
    font-size: 16px;
  }
  .search .main .no-result {
    font-size: 16px;
  }
  .search .main .search-btn {
    margin-top: 50px;
  }
  .search .main .search-btn form#searchform {
    width: 280px;
    height: 42px;
  }
  .search .main .search-btn input {
    font-size: 15px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 758px) {
  .search .l-mv__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search .main {
    padding: 50px 0 90px;
  }
  .search .main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .search .main .entry__link {
    font-size: 14px;
  }
  .search .main .no-result {
    font-size: 14px;
  }
  .search .main .search-btn {
    margin-top: 40px;
  }
  .search .main .search-btn form#searchform {
    width: 100%;
    height: 40px;
  }
  .search .main .search-btn input {
    font-size: 14px;
  }
}