@charset "UTF-8";
/* reset
------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@100;400;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

.wp-block-image .aligncenter img, .form_btn_container, .content {
  margin-left: auto;
  margin-right: auto;
}

.fadein {
  opacity: 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* Basic
------------------------------------------ */
html {
  height: 100dvh;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 62.5%;
  line-height: 10px;
  letter-spacing: 0.1em;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  html {
    line-height: 9px;
    scroll-padding-top: 60px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
}

/* link
------------------------------------------ */
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:link, a:visited {
  color: #333;
}
a:hover, a:active {
  color: #00A1A2;
}

a.link_white:link, a.link_white:visited {
  color: #fff;
}

a.link_color:link, a.link_color:visited {
  color: #00A1A2;
}

a.img_hover:hover img, a.img_hover:hover video {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* space
------------------------------------------ */
.mar_t_10 {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_10 {
    margin-top: 0.5rem;
  }
}

.mar_b_10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_10 {
    margin-bottom: 0.5rem;
  }
}

.pad_t_10 {
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_10 {
    padding-top: 0.5rem;
  }
}

.pad_b_10 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_10 {
    padding-bottom: 0.5rem;
  }
}

.pad_10 {
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .pad_10 {
    padding: 0.5rem;
  }
}

.mar_t_20 {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_20 {
    margin-top: 1rem;
  }
}

.mar_b_20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_20 {
    margin-bottom: 1rem;
  }
}

.pad_t_20 {
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_20 {
    padding-top: 1rem;
  }
}

.pad_b_20 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_20 {
    padding-bottom: 1rem;
  }
}

.pad_20 {
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .pad_20 {
    padding: 1rem;
  }
}

.mar_t_30 {
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_30 {
    margin-top: 1.5rem;
  }
}

.mar_b_30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_30 {
    margin-bottom: 1.5rem;
  }
}

.pad_t_30 {
  padding-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_30 {
    padding-top: 1.5rem;
  }
}

.pad_b_30 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_30 {
    padding-bottom: 1.5rem;
  }
}

.pad_30 {
  padding: 3rem;
}
@media screen and (max-width: 1023px) {
  .pad_30 {
    padding: 1.5rem;
  }
}

.mar_t_40 {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_40 {
    margin-top: 2rem;
  }
}

.mar_b_40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_40 {
    margin-bottom: 2rem;
  }
}

.pad_t_40 {
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_40 {
    padding-top: 2rem;
  }
}

.pad_b_40 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_40 {
    padding-bottom: 2rem;
  }
}

.pad_40 {
  padding: 4rem;
}
@media screen and (max-width: 1023px) {
  .pad_40 {
    padding: 2rem;
  }
}

.mar_t_50 {
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_50 {
    margin-top: 2.5rem;
  }
}

.mar_b_50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_50 {
    margin-bottom: 2.5rem;
  }
}

.pad_t_50 {
  padding-top: 5rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_50 {
    padding-top: 2.5rem;
  }
}

.pad_b_50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_50 {
    padding-bottom: 2.5rem;
  }
}

.pad_50 {
  padding: 5rem;
}
@media screen and (max-width: 1023px) {
  .pad_50 {
    padding: 2.5rem;
  }
}

.mar_t_60 {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_60 {
    margin-top: 3rem;
  }
}

.mar_b_60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_60 {
    margin-bottom: 3rem;
  }
}

.pad_t_60 {
  padding-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_60 {
    padding-top: 3rem;
  }
}

.pad_b_60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_60 {
    padding-bottom: 3rem;
  }
}

.pad_60 {
  padding: 6rem;
}
@media screen and (max-width: 1023px) {
  .pad_60 {
    padding: 3rem;
  }
}

.mar_t_70 {
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_70 {
    margin-top: 3.5rem;
  }
}

.mar_b_70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_70 {
    margin-bottom: 3.5rem;
  }
}

.pad_t_70 {
  padding-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_70 {
    padding-top: 3.5rem;
  }
}

.pad_b_70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_70 {
    padding-bottom: 3.5rem;
  }
}

.pad_70 {
  padding: 7rem;
}
@media screen and (max-width: 1023px) {
  .pad_70 {
    padding: 3.5rem;
  }
}

.mar_t_80 {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_80 {
    margin-top: 4rem;
  }
}

.mar_b_80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_80 {
    margin-bottom: 4rem;
  }
}

.pad_t_80 {
  padding-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_80 {
    padding-top: 4rem;
  }
}

.pad_b_80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_80 {
    padding-bottom: 4rem;
  }
}

.pad_80 {
  padding: 8rem;
}
@media screen and (max-width: 1023px) {
  .pad_80 {
    padding: 4rem;
  }
}

.mar_t_90 {
  margin-top: 9rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_90 {
    margin-top: 4.5rem;
  }
}

.mar_b_90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_90 {
    margin-bottom: 4.5rem;
  }
}

.pad_t_90 {
  padding-top: 9rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_90 {
    padding-top: 4.5rem;
  }
}

.pad_b_90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_90 {
    padding-bottom: 4.5rem;
  }
}

.pad_90 {
  padding: 9rem;
}
@media screen and (max-width: 1023px) {
  .pad_90 {
    padding: 4.5rem;
  }
}

.mar_t_100 {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_100 {
    margin-top: 5rem;
  }
}

.mar_b_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_100 {
    margin-bottom: 5rem;
  }
}

.pad_t_100 {
  padding-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_100 {
    padding-top: 5rem;
  }
}

.pad_b_100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_100 {
    padding-bottom: 5rem;
  }
}

.pad_100 {
  padding: 10rem;
}
@media screen and (max-width: 1023px) {
  .pad_100 {
    padding: 5rem;
  }
}

.mar_t_110 {
  margin-top: 11rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_110 {
    margin-top: 5.5rem;
  }
}

.mar_b_110 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_110 {
    margin-bottom: 5.5rem;
  }
}

.pad_t_110 {
  padding-top: 11rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_110 {
    padding-top: 5.5rem;
  }
}

.pad_b_110 {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_110 {
    padding-bottom: 5.5rem;
  }
}

.pad_110 {
  padding: 11rem;
}
@media screen and (max-width: 1023px) {
  .pad_110 {
    padding: 5.5rem;
  }
}

.mar_t_120 {
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_120 {
    margin-top: 6rem;
  }
}

.mar_b_120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_120 {
    margin-bottom: 6rem;
  }
}

.pad_t_120 {
  padding-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_120 {
    padding-top: 6rem;
  }
}

.pad_b_120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_120 {
    padding-bottom: 6rem;
  }
}

.pad_120 {
  padding: 12rem;
}
@media screen and (max-width: 1023px) {
  .pad_120 {
    padding: 6rem;
  }
}

.mar_t_130 {
  margin-top: 13rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_130 {
    margin-top: 6.5rem;
  }
}

.mar_b_130 {
  margin-bottom: 13rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_130 {
    margin-bottom: 6.5rem;
  }
}

.pad_t_130 {
  padding-top: 13rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_130 {
    padding-top: 6.5rem;
  }
}

.pad_b_130 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_130 {
    padding-bottom: 6.5rem;
  }
}

.pad_130 {
  padding: 13rem;
}
@media screen and (max-width: 1023px) {
  .pad_130 {
    padding: 6.5rem;
  }
}

.mar_t_140 {
  margin-top: 14rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_140 {
    margin-top: 7rem;
  }
}

.mar_b_140 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_140 {
    margin-bottom: 7rem;
  }
}

.pad_t_140 {
  padding-top: 14rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_140 {
    padding-top: 7rem;
  }
}

.pad_b_140 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_140 {
    padding-bottom: 7rem;
  }
}

.pad_140 {
  padding: 14rem;
}
@media screen and (max-width: 1023px) {
  .pad_140 {
    padding: 7rem;
  }
}

.mar_t_150 {
  margin-top: 15rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_150 {
    margin-top: 7.5rem;
  }
}

.mar_b_150 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_150 {
    margin-bottom: 7.5rem;
  }
}

.pad_t_150 {
  padding-top: 15rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_150 {
    padding-top: 7.5rem;
  }
}

.pad_b_150 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_150 {
    padding-bottom: 7.5rem;
  }
}

.pad_150 {
  padding: 15rem;
}
@media screen and (max-width: 1023px) {
  .pad_150 {
    padding: 7.5rem;
  }
}

.mar_t_160 {
  margin-top: 16rem;
}
@media screen and (max-width: 1023px) {
  .mar_t_160 {
    margin-top: 8rem;
  }
}

.mar_b_160 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .mar_b_160 {
    margin-bottom: 8rem;
  }
}

.pad_t_160 {
  padding-top: 16rem;
}
@media screen and (max-width: 1023px) {
  .pad_t_160 {
    padding-top: 8rem;
  }
}

.pad_b_160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .pad_b_160 {
    padding-bottom: 8rem;
  }
}

.pad_160 {
  padding: 16rem;
}
@media screen and (max-width: 1023px) {
  .pad_160 {
    padding: 8rem;
  }
}

.mar_auto {
  margin-left: auto;
  margin-right: auto;
}

/* text
------------------------------------------ */
.txt_bold {
  font-weight: bold;
}

.txt_lighter {
  font-weight: lighter;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_en {
  font-family: "Poppins", sans-serif;
}

.txt_ja_go {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.txt_red {
  color: #ed344c;
}

.txt_white {
  color: #fff;
}

.txt_bk {
  color: #333;
}

.txt_color {
  color: #00A1A2;
}

.txt_small {
  font-size: 1.2rem;
}

.txt_x-large {
  font-size: 2rem;
}

.txt_xx-large {
  font-size: 2.8rem;
}

@media screen and (max-width: 1023px) {
  .brpc {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .brsp {
    display: none;
  }
}

/* clear
------------------------------------------ */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* img
------------------------------------------ */
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .image {
    max-width: 100%;
  }
}

.roundimg {
  border-radius: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .roundimg {
    border-radius: 1rem;
  }
}

.roundcorner {
  border-radius: 2rem;
}

/* flexbox
------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.flex-jc-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .flex-sp-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* background
------------------------------------------ */
.bg_blue {
  background: rgba(0, 161, 162, 0.2);
}

.bg_gray {
  background: #F7F7F7;
}

.bg2 {
  background: #FAFAFA;
}

.bg_w {
  background: #fff;
}

/* border
------------------------------------------ */
.bor {
  border: 1px solid #b6bebe;
}

.bor_b {
  border-bottom: 1px solid #b6bebe;
}

.bor_b_color {
  border-bottom: 1px solid #00A1A2;
}

.bor_b_w {
  border-bottom: 1px solid #fff;
}

/* hidden
------------------------------------------ */
.hide_pc {
  display: none !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
@media screen and (max-width: 1023px) {
  .hide_pc {
    display: block !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 1023px) {
  .hide_sp {
    display: none !important;
    overflow: hidden !important;
  }
}

header .hide_header {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .hide_header {
    display: block;
  }
}

/* loading
------------------------------------------ */
/* 画面全体の設定 */
#loader_wrap {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #fff;
  z-index: 999999;
}

/* ローディングアニメーションの設定 */
.loader {
  width: 28rem;
  height: 11.3rem;
  background: url("../images/logo.svg") no-repeat;
  background-size: 28rem auto;
  -webkit-animation: blink 1.5s infinite linear;
          animation: blink 1.5s infinite linear;
}
@media screen and (max-width: 1023px) {
  .loader {
    width: 24rem;
    height: 9.7rem;
    background-size: 24rem auto;
  }
}

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ローディング終了後 */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* header
------------------------------------------ */
header {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  header .content {
    margin-left: 0;
    margin-right: 0;
  }
}
header h1 {
  padding: 1.5rem 0 1.5rem 2rem;
  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
}
@media screen and (max-width: 1023px) {
  header h1 {
    padding: 1rem 0 1rem 1rem;
  }
}
header h1 img {
  max-height: 8rem;
  width: auto;
  display: block;
  margin: auto auto auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  header h1 img {
    width: 14.5rem;
    height: 5rem;
    max-height: 5rem;
  }
}
header h1.scroll-nav {
  padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 1023px) {
  header h1.scroll-nav {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
header h1.scroll-nav img {
  max-height: 5.5rem;
}
@media screen and (max-width: 1023px) {
  header h1.scroll-nav img {
    width: 11.5rem;
    height: 4rem;
    max-height: 4rem;
  }
}
header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4rem;
}
@media screen and (max-width: 1023px) {
  header .header_right {
    padding-right: 1rem;
  }
}
header .search {
  cursor: pointer;
  padding: 0 2rem 0.5rem 2rem;
  z-index: 99;
}
header .search:before {
  font-family: "remixicon";
  content: "\f0d1";
  font-size: 3.8rem;
  line-height: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1023px) {
  header .search {
    font-size: 3rem;
    padding: 0 1rem 0 1rem;
  }
}
header .search.active:before {
  content: "\f4c8";
  color: #fff;
}
header .search_content, header nav {
  background: rgba(0, 161, 162, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  line-height: 2;
  display: block;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  header .search_content, header nav {
    display: block !important;
    padding: 6rem 2rem 2rem;
  }
}
header .search_content.active, header nav.active {
  visibility: visible;
  opacity: 10;
}
header .toggle {
  display: block;
  width: 4rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  z-index: 99;
  /* closeボタン */
  /* closeボタン */
}
@media screen and (max-width: 1023px) {
  header .toggle {
    width: 3rem;
  }
}
header .toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 3px #333;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 4rem;
  left: 0;
}
@media screen and (max-width: 1023px) {
  header .toggle span {
    width: 3rem;
  }
}
header .toggle span:nth-child(1) {
  top: 0.2rem;
}
@media screen and (max-width: 1023px) {
  header .toggle span:nth-child(1) {
    top: 0.5rem;
  }
}
header .toggle span:nth-child(2) {
  top: 1.4rem;
}
@media screen and (max-width: 1023px) {
  header .toggle span:nth-child(2) {
    top: 1.4rem;
  }
}
header .toggle span:nth-child(3) {
  top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  header .toggle span:nth-child(3) {
    top: 2.3rem;
  }
}
header .toggle.active span:nth-child(1) {
  border-bottom: solid 3px #fff;
  top: 1.4rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  header .toggle.active span:nth-child(1) {
    top: 1.4rem;
  }
}
header .toggle.active span:nth-child(2), header .toggle.active span:nth-child(3) {
  border-bottom: solid 3px #fff;
  top: 1.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  header .toggle.active span:nth-child(2), header .toggle.active span:nth-child(3) {
    top: 1.4rem;
  }
}

/* ナビゲーションメニュー（header・footer 共通）
------------------------------------------ */
nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
nav a:link, nav a:visited {
  color: #fff;
}
nav a:hover, nav a:active {
  color: #fff;
  text-decoration: underline;
}
nav .catnavi_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  padding-top: 8rem;
}
@media screen and (max-width: 1023px) {
  nav .catnavi_container {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  nav .catnavi_container ul {
    margin-top: 2rem;
  }
}
nav .catnavi_container ul > li {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  nav .catnavi_container ul > li {
    margin-top: 0.5rem;
  }
}
nav .catnavi_container ul > li a {
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1023px) {
  nav .catnavi_container ul > li ul {
    margin-top: 0;
  }
}
nav .catnavi_container ul > li ul li {
  padding-left: 2rem;
  margin-top: 0;
  position: relative;
}
nav .catnavi_container ul > li ul li:before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
nav .subnavi_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  margin-top: 4rem;
  padding: 2rem 0 6rem;
}
@media screen and (max-width: 1023px) {
  nav .subnavi_container {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 0 4rem;
  }
}
nav .subnavi_container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
nav .subnavi_container .notice li {
  font-size: 1.5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1023px) {
  nav .subnavi_container .notice li {
    font-size: 1.3rem;
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  nav .subnavi_container .sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
nav .subnavi_container .sns li {
  font-size: 2.9rem;
  line-height: 1;
  margin-left: 1rem;
}
@media screen and (max-width: 1023px) {
  nav .subnavi_container .sns li {
    margin-left: 0.5rem;
  }
}
nav .subnavi_container .sns li.title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}
nav .subnavi_container .sns li a {
  padding: 1.5rem;
  border-radius: 2rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1023px) {
  nav .subnavi_container .sns li a {
    padding: 1rem;
  }
}
nav .subnavi_container .sns li a:hover, nav .subnavi_container .sns li a:active {
  text-decoration: none;
  color: #fff;
}
nav .subnavi_container .sns li.instagram a:hover, nav .subnavi_container .sns li a:active {
  background: #ff0069;
}
nav .subnavi_container .sns li.facebook a:hover, nav .subnavi_container .sns li a:active {
  background: #1877f2;
}
nav .subnavi_container .sns li.twitter a:hover, nav .subnavi_container .sns li a:active {
  background: #000;
}
nav .subnavi_container .sns li.line a:hover, nav .subnavi_container .sns li a:active {
  background: #00B900;
}

/* 検索メニュー
------------------------------------------ */
.searchform_content {
  padding-top: 8rem;
  /* アクティブなタブ */
}
@media screen and (max-width: 1023px) {
  .searchform_content {
    padding-top: 0;
  }
}
.searchform_content input[type=text] {
  border: 0;
  padding: 0 1%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .searchform_content input[type=text] {
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
.searchform_content .tab_wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.searchform_content .tab_wrap:after {
  background: #fff;
}
.searchform_content .tab_label {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.searchform_content .tab_switch:checked + .tab_label {
  background: #fff;
  color: #00A1A2;
}
.searchform_content .searchcat_content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 6rem 0;
  padding: 6rem 0;
}
@media screen and (max-width: 1023px) {
  .searchform_content .searchcat_content {
    margin: 2rem 0;
    padding: 2rem 0;
  }
}
.searchform_content form {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .searchform_content form {
    margin-top: 2rem;
  }
}
.searchform_content input[type=submit] {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  line-height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00A1A2;
  width: 100%;
  padding: 0;
  font-family: "remixicon";
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .searchform_content input[type=submit] {
    line-height: 4rem;
  }
}
.searchform_content .searchcat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .searchform_content .searchcat {
    display: block;
    margin-bottom: 4rem;
  }
}
.searchform_content .searchcat_title {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .searchform_content .searchcat_title {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
  }
}
.searchform_content .checkbox_content {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  row-gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .searchform_content .checkbox_content {
    width: 100%;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.searchform_content input[type=checkbox] {
  color: #fff;
}
.searchform_content .searchcat_area label {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .searchform_content .searchcat_area label {
    margin-bottom: 1rem;
  }
}
.searchform_content .searchcat_child {
  padding-left: 2rem;
}

/* カテゴリーアイコン_共通スタイル
------------------------------------------ */
.top_caticon {
  width: 100%;
  padding: 0.5rem 0 1.5rem;
  border-top: 1px solid #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top_caticon {
    padding: 1rem 0 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .top_caticon .content {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.caticon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .caticon {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*overflow-x: scroll;
    padding-bottom: 2rem;*/
  }
}
.caticon li {
  text-align: center;
  width: 8.3%;
  max-width: 11rem;
}
@media screen and (max-width: 1023px) {
  .caticon li {
    width: auto;
    min-width: auto;
  }
}
.caticon li i {
  font-size: 3.5rem;
  line-height: 1.4;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1023px) {
  .caticon li i {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.caticon li i.gourmet {
  color: #D67D26;
}
.caticon li i.cafe {
  color: #A7896F;
}
.caticon li i.ramen {
  color: #DB6548;
}
.caticon li i.open {
  color: #D38DB8;
}
.caticon li i.event {
  color: #7DADD0;
}
.caticon li i.area {
  color: #60bd87;
}
.caticon li i.feature {
  color: #C46271;
}
.caticon li i.leisure {
  color: #6DAC94;
}
.caticon li i.beauty {
  color: #C49DC2;
}
.caticon li i.school {
  color: #C9BF58;
}
.caticon li i.zakka {
  color: #8FBE77;
}
.caticon li i.medical {
  color: #82AFD0;
}
.caticon li i.car {
  color: #8B8B8B;
}
.caticon li span {
  display: block;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.top_caticon.scroll-nav {
  padding: 1rem 0;
}

.top_caticon.scroll-nav .caticon li i {
  font-size: 0;
  line-height: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.caticonswiper .swiper-button-prev,
.caticonswiper .swiper-button-next {
  color: #00A1A2;
}
.caticonswiper .swiper-button-prev:after,
.caticonswiper .swiper-button-next:after {
  font-size: 1.6rem;
}
.caticonswiper .swiper-button-prev {
  left: -1rem;
}
.caticonswiper .swiper-button-next {
  right: -1rem;
}

/* title_共通スタイル
------------------------------------------ */
h2 {
  font-size: clamp(2.7rem, 3.6vw, 4.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
h2 span {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
}
h2 i.insta_icon {
  color: #ff0069;
  padding-right: 0.5rem;
}

h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  line-height: 1.4;
  position: relative;
}

h4 {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

h5 {
  font-size: clamp(1.4rem, 1.6vw, 1.5rem);
}

h6 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}

.title_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* box_共通スタイル
------------------------------------------ */
.content {
  width: 80vw;
  min-width: 100rem;
  max-width: 180rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .content {
    width: auto;
    min-width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

.pagecontent {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 1023px) {
  .pagecontent {
    padding: 4rem 0 4rem;
  }
}

/* ボタン_共通スタイル
------------------------------------------ */
.btn a {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 6rem;
}
@media screen and (max-width: 1023px) {
  .btn a {
    line-height: 4rem;
  }
}
.btn a:before {
  content: " ";
  width: 4rem;
  height: 0.8rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  right: 3rem;
  top: 2.6rem;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .btn a:before {
    right: 2rem;
    top: 1.6rem;
  }
}
.btn a:link, .btn a:visited {
  background: #fff;
  opacity: 1;
  color: #333;
  border: 2px solid #333;
}
.btn a:hover, .btn a:active {
  background: #00A1A2;
  border: 2px solid #00A1A2;
  color: #fff;
}
.btn a:hover:before, .btn a:active:before {
  right: 2rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .btn a:hover:before, .btn a:active:before {
    right: 1rem;
  }
}

/* 記事一覧_共通スタイル
------------------------------------------ */
.articlelist {
  /* スクロールバー */
  /* スクロールバーの形を設定する */
}
@media screen and (max-width: 1023px) {
  .articlelist li {
    margin-top: 2rem;
  }
}
.articlelist li .thumb_content {
  position: relative;
}
.articlelist li .thumb_content a {
  overflow: auto;
}
.articlelist li .thumb_content a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.articlelist li .thumb_content a:hover .badge_new {
  color: #333;
}
.articlelist li .thumb_content .thumb_img {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.articlelist li .thumb_content .thumb_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articlelist li .thumb_content .badge_new {
  position: absolute;
  top: -2.8rem;
  left: -2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #ffff00;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 5.6rem;
  text-align: center;
  border-radius: 9999px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .articlelist li .thumb_content .badge_new {
    font-size: 1.1rem;
    line-height: 4rem;
    top: -1.5rem;
    left: -1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.articlelist li .thumb_content .badge_pr {
  position: absolute;
  top: 0;
  right: 0;
  background: #00A1A2;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .articlelist li .thumb_content .badge_pr {
    font-size: 1.1rem;
  }
}
.articlelist li h4 {
  margin-top: 2rem;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .articlelist li h4 {
    margin-top: 1rem;
  }
}
.articlelist li h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-wrap: wrap;
  overflow: hidden;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .articlelist li h4 a {
    -webkit-line-clamp: 3;
  }
}
.articlelist li .date {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .articlelist li .date {
    margin-top: 0.3rem;
  }
}
.articlelist .cattag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.articlelist .cattag a {
  background: #00A1A2;
  border-radius: 9999px;
  padding: 0 1rem;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  margin-right: 1rem;
  margin-top: 1rem;
  display: inline-block;
}
.articlelist .cattag a:link, .articlelist .cattag a:visited {
  border: 1px solid #00A1A2;
  color: #fff;
}
.articlelist .cattag a:hover, .articlelist .cattag a:active {
  background: #fff;
  border: 1px solid #00A1A2;
  color: #00A1A2;
}
.articlelist::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #EFEFEF;
  border-radius: 9999px;
  -webkit-appearance: none;
}
.articlelist::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #333;
  -webkit-appearance: none;
}

/* top page
------------------------------------------ */
.mainimg {
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .mainimg {
    padding-top: 0;
  }
}
.mainimg .main-swiper {
  height: auto;
  width: 100%;
}
.mainimg .swiper-slide {
  position: relative;
  z-index: 0;
}
.mainimg .swiper-slide a {
  display: block;
}
.mainimg .swiper-slide .slider-caption {
  position: absolute;
  color: #000;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  font-weight: bold;
  z-index: 9;
}
.mainimg .swiper-slide .slider-caption span {
  background-color: rgba(255, 255, 255, 0.9);
}
.mainimg .swiper-slide .leftlower {
  bottom: 3rem;
  left: 3rem;
}
@media screen and (max-width: 1023px) {
  .mainimg .swiper-slide .leftlower {
    bottom: 2rem;
    left: 2rem;
  }
}
.mainimg .swiper-slide .rightlower {
  bottom: 3rem;
  right: 3rem;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .mainimg .swiper-slide .rightlower {
    bottom: 2rem;
    right: 2rem;
  }
}
.mainimg .swiper-slide .leftupper {
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 1023px) {
  .mainimg .swiper-slide .leftupper {
    bottom: 2rem;
    left: 2rem;
  }
}
.mainimg .swiper-slide .rightupper {
  top: 3rem;
  right: 3rem;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .mainimg .swiper-slide .rightupper {
    bottom: 2rem;
    right: 2rem;
  }
}
.mainimg .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  color: #00A1A2;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: clamp(2.3rem, 2.4vw, 3rem);
}

.swiper-pagination-bullet {
  background: #00A1A2;
}

.swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

/*お知らせ*/
.top_news {
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  .top_news {
    padding: 3rem 0;
  }
}

.top_news_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .top_news_content {
    padding: 1rem;
  }
}

.top_news_ttl {
  padding: 0 4rem 0 2rem;
  border-right: 1px solid #b6bebe;
}
@media screen and (max-width: 1023px) {
  .top_news_ttl {
    padding: 0 1rem 0 0;
    text-wrap: nowrap;
    overflow-wrap: normal;
  }
}

.top_news_date {
  padding: 0 2rem 0 4rem;
}
@media screen and (max-width: 1023px) {
  .top_news_date {
    padding: 0 0 0 1rem;
  }
}

.news_link {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*ピックアップ*/
.top_pickup {
  padding: 10rem 0;
}
.top_pickup:before, .top_pickup:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top_pickup {
    padding: 4rem 0;
  }
}

.pickuplist {
  margin-top: 4rem;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  -webkit-align-content: start;
      -ms-flex-line-pack: start;
          align-content: start;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .pickuplist {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    margin-top: 2rem;
  }
}
.pickuplist li {
  background: #fff;
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .pickuplist li {
    padding: 1rem;
    margin: 0;
  }
}

/*新着情報*/
.top_new {
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_new {
    padding: 4rem 0;
  }
}

.new {
  padding: 0 0 10rem;
}
@media screen and (max-width: 1023px) {
  .new {
    padding: 0 0 4rem;
  }
}

.newlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  padding: 6rem 0;
}
@media screen and (max-width: 1023px) {
  .newlist {
    padding: 1rem 0 0;
  }
}
.newlist li {
  width: 25%;
  padding-left: 4rem;
  scroll-snap-align: start;
}
@media screen and (max-width: 1023px) {
  .newlist li {
    width: 45%;
    padding-left: 2rem;
  }
}

/*特集*/
.top_feature {
  position: relative;
  padding: 10rem 0;
  /*
  &:before{
    background-color: rgba($maincolor,0.2);
    content:' ';
    width: 100%;
    height: 50vh;
    position: absolute;
    top:0;
    left: 0;
  }*/
}
@media screen and (max-width: 1023px) {
  .top_feature {
    padding: 4rem 0;
  }
}

.featureswiper {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .featureswiper {
    margin-top: 1rem;
  }
}
.featureswiper .swiper-pagination {
  bottom: 0rem;
}

.featurelist {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.featurelist_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .featurelist_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
.featurelist_content .featurelist_txt {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 1023px) {
  .featurelist_content .featurelist_txt {
    width: 100%;
    padding: 0;
  }
}
.featurelist_content .featurelist_txt h3 {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .featurelist_content .featurelist_txt h3 {
    margin-top: 1rem;
  }
}
.featurelist_content .featurelist_txt .top_feature_caption {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .featurelist_content .featurelist_txt .top_feature_caption {
    margin-top: 2rem;
  }
}
.featurelist_content .featurelist_txt .top_feature_caption a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-wrap: wrap;
  overflow: hidden;
  line-height: 1.4;
}
.featurelist_content .featurelist_txt .cattag, .featurelist_content .featurelist_txt .date {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .featurelist_content .featurelist_txt .cattag, .featurelist_content .featurelist_txt .date {
    margin-top: 1rem;
  }
}
.featurelist_content .thumb_content {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .featurelist_content .thumb_content {
    width: 100%;
  }
}

/*トップ_イベント情報*/
.top_events {
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_events {
    padding: 4rem 0;
  }
}

.top_eventlist {
  margin-top: 4rem;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5vw;
}
@media screen and (max-width: 1023px) {
  .top_eventlist {
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top_eventlist li .date, .top_eventlist li .place {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.top_eventlist li .date i, .top_eventlist li .place i {
  color: #00A1A2;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.btn_event {
  position: relative;
  text-align: center;
  line-height: 2.6;
  max-width: 32rem;
}
@media screen and (max-width: 1023px) {
  .btn_event {
    line-height: 2;
  }
}
.btn_event a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .btn_event a {
    max-width: 60vw;
  }
}
.btn_event a span {
  display: block;
  width: 100%;
  font-size: clamp(1.1rem, 1.3vw, 1.2rem);
  font-weight: bold;
  line-height: 1.4;
}
.btn_event a p {
  line-height: 1.3;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: bold;
  width: 100%;
}
.btn_event a p i {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.btn_event a:link, .btn_event a:visited {
  background: #FFFE64;
  color: #333;
  border-radius: 9999px;
}
.btn_event a:hover, .btn_event a:active {
  background: #00A1A2;
  color: #fff;
}

/*注目タグ*/
.top_tag {
  padding: 6rem 0;
}
@media screen and (max-width: 1023px) {
  .top_tag {
    padding: 3rem 0;
  }
}

.top_tag_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .top_tag_content {
    display: block;
  }
}
.top_tag_content .title_content {
  padding: 2rem 8rem 2rem 0;
  border-right: 1px solid #b6bebe;
  max-width: 35%;
}
@media screen and (max-width: 1023px) {
  .top_tag_content .title_content {
    padding: 0;
    border-right: none;
    max-width: 100%;
  }
}
.top_tag_content .top_tag_list {
  padding-left: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  max-width: 65%;
}
@media screen and (max-width: 1023px) {
  .top_tag_content .top_tag_list {
    padding-left: 0;
    margin-top: 2rem;
    max-width: 100%;
  }
}
.top_tag_content .top_tag_list li {
  margin: 1rem 2rem 1rem 0;
}
@media screen and (max-width: 1023px) {
  .top_tag_content .top_tag_list li {
    margin: 1rem 1rem 1rem 0;
  }
}
.top_tag_content .top_tag_list li a {
  background: #fff;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  color: #00A1A2;
}
.top_tag_content .top_tag_list li a:hover, .top_tag_content .top_tag_list li a:active {
  background: #00A1A2;
  color: #fff;
}

/*ランキング*/
.top_ranking {
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_ranking {
    padding: 3rem 0;
  }
}

.ranklist_content {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .ranklist_content {
    margin-top: 0;
  }
}

.ranklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll !important;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ranklist {
    padding: 2rem 0;
  }
}
.ranklist li {
  min-width: 20%;
  max-width: 20%;
  padding-left: 3rem;
  scroll-snap-align: start;
}
@media screen and (max-width: 1023px) {
  .ranklist li {
    min-width: 45%;
    max-width: 45%;
    padding-left: 2rem;
  }
}
.ranklist li .badge_rank {
  background: #D5D5D5;
  border-radius: 9999px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 4.4rem;
  position: absolute;
  top: -2.2rem;
  left: -2.2rem;
  z-index: 1;
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .ranklist li .badge_rank {
    font-size: 1.6rem;
    line-height: 3rem;
    top: -1.5rem;
    left: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
.ranklist li:first-child .badge_rank, .ranklist li:nth-child(2) .badge_rank, .ranklist li:nth-child(3) .badge_rank {
  background-repeat: no-repeat;
  background-size: 4.4rem auto;
  background-color: transparent;
  background-position: middle top;
  border-radius: 0;
  padding-top: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .ranklist li:first-child .badge_rank, .ranklist li:nth-child(2) .badge_rank, .ranklist li:nth-child(3) .badge_rank {
    background-size: 3rem auto;
  }
}
.ranklist li:first-child .badge_rank {
  background-image: url(../images/rank_1.svg);
}
.ranklist li:first-child .badge_rank:after {
  content: "1";
}
.ranklist li:nth-child(2) .badge_rank {
  background-image: url(../images/rank_2.svg);
}
.ranklist li:nth-child(2) .badge_rank:after {
  content: "2";
}
.ranklist li:nth-child(3) .badge_rank {
  background-image: url(../images/rank_3.svg);
}
.ranklist li:nth-child(3) .badge_rank:after {
  content: "3";
}
.ranklist li:nth-child(4) .badge_rank:after {
  content: "4";
}
.ranklist li:nth-child(5) .badge_rank:after {
  content: "5";
}
.ranklist li:nth-child(6) .badge_rank:after {
  content: "6";
}
.ranklist li:nth-child(7) .badge_rank:after {
  content: "7";
}
.ranklist li:nth-child(8) .badge_rank:after {
  content: "8";
}
.ranklist li:nth-child(9) .badge_rank:after {
  content: "9";
}
.ranklist li:nth-child(10) .badge_rank:after {
  content: "10";
}

/*雑誌情報*/
.top_magazine {
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_magazine {
    padding: 4rem 0;
  }
}

.top_mag_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .top_mag_content {
    display: block;
  }
}

.top_mag_img_content {
  width: 26%;
}
@media screen and (max-width: 1023px) {
  .top_mag_img_content {
    width: 60%;
    margin: 5rem auto 0;
  }
}
.top_mag_img_content .top_mag_img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top_mag_img_content .top_mag_img {
    margin: 0 auto;
  }
}
.top_mag_img_content .top_mag_img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .top_mag_img_content .top_mag_img img {
    width: 100%;
  }
}
.top_mag_img_content .top_mag_img div {
  position: absolute;
  top: -4.5rem;
  left: -4.5rem;
  background: #ffff00;
  width: 9rem;
  height: 9rem;
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top_mag_img_content .top_mag_img div {
    top: -3.5rem;
    left: -3.5rem;
    width: 7rem;
    height: 7rem;
  }
}
.top_mag_img_content .top_mag_img div p {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.3;
}
.top_mag_img_content .top_mag_img div span {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  line-height: 1;
  display: block;
  width: 100%;
}

.top_mag_txt_content {
  width: 60%;
  padding: 0 7%;
}
@media screen and (max-width: 1023px) {
  .top_mag_txt_content {
    width: 100%;
    padding: 0;
  }
}
.top_mag_txt_content h3 {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .top_mag_txt_content h3 {
    margin-top: 4rem;
  }
}
.top_mag_txt_content p {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .top_mag_txt_content p {
    margin-top: 1rem;
  }
}

/*link*/
.top_linkbn {
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_linkbn {
    padding: 4rem 0;
  }
}

.linkbn_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.5vw;
}
@media screen and (max-width: 1023px) {
  .linkbn_list {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }
}

/*広告についてバナー*/
.top_ad {
  padding: 0 0 12rem;
}
@media screen and (max-width: 1023px) {
  .top_ad {
    padding: 0 0 4rem;
  }
}

.ad_bn {
  max-width: 76rem;
  margin: 0 auto;
}
.ad_bn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  position: relative;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
}
@media screen and (max-width: 1023px) {
  .ad_bn a {
    height: 6rem;
  }
}
.ad_bn a:before {
  content: " ";
  width: 4rem;
  height: 0.8rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  right: 3rem;
  top: 3.6rem;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .ad_bn a:before {
    display: none;
  }
}
.ad_bn a:link, .ad_bn a:visited {
  background: #fff;
  opacity: 1;
  color: #333;
  border: 2px solid #333;
}
.ad_bn a:hover, .ad_bn a:active {
  background: #00A1A2;
  border: 2px solid #00A1A2;
  color: #fff;
}
.ad_bn a:hover:before, .ad_bn a:active:before {
  right: 2rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .ad_bn a:hover:before, .ad_bn a:active:before {
    right: 1rem;
  }
}
.ad_bn a:hover h3, .ad_bn a:active h3 {
  border-right: 1px solid #fff;
}
.ad_bn a h3 {
  font-size: clamp(1.3rem, 1.8vw, 2.2rem);
  padding: 0 5rem;
  border-right: 1px solid #b6bebe;
}
@media screen and (max-width: 1023px) {
  .ad_bn a h3 {
    padding: 0 1rem;
  }
}
.ad_bn a p {
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  padding-left: 5rem;
}
@media screen and (max-width: 1023px) {
  .ad_bn a p {
    padding-left: 1rem;
  }
}

/*instagram*/
.top_gallery {
  /*background: rgba(255, 0, 105,0.1);

  background: -webkit-linear-gradient(135deg, rgba(66, 126, 255, 0.2) 0%, rgba(241, 63, 121, 0.1) 70%) no-repeat;
  background: linear-gradient(135deg, rgba(66, 126, 255, 0.2) 0%, rgba(241, 63, 121, 0.1) 70%) no-repeat;
  */
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .top_gallery {
    padding: 4rem 0;
  }
}

.instalist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5vw;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .instalist {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2rem;
  }
}
.instalist li {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.instalist li a video, .instalist li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* トップページここまで
------------------------------------------ */
/* 記事一覧アーカイブ
------------------------------------------ */
.archive_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .archive_title {
    display: block;
  }
}

.select_cat_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .select_cat_content {
    display: block;
    margin-top: 2rem;
  }
}
.select_cat_content .select_cat {
  background: rgba(182, 190, 190, 0.1);
  width: 20%;
  position: relative;
  min-width: 28rem;
  height: 4rem;
  line-height: 4rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .select_cat_content .select_cat {
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.select_cat_content .select_cat:before {
  font-family: "remixicon";
  content: "\ea4e";
  line-height: 4rem;
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: -1;
}
.select_cat_content .select_cat select {
  background: transparent;
  border: none;
  padding: 0 1.5rem;
  line-height: 4rem;
  height: 4rem;
  width: 100%;
  cursor: pointer;
}
.select_cat_content .search_word {
  margin-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .select_cat_content .search_word {
    margin-left: 0;
  }
}
.select_cat_content .search_word form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.select_cat_content .search_word input[type=text] {
  background: rgba(182, 190, 190, 0.1);
  min-width: 26rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid rgba(182, 190, 190, 0.1);
  padding: 0 0.5rem;
}
@media screen and (max-width: 1023px) {
  .select_cat_content .search_word input[type=text] {
    min-width: 80%;
  }
}
.select_cat_content .search_word input[type=submit] {
  border: 1px solid #b6bebe;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00A1A2;
  color: #fff;
  cursor: pointer;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  padding: 0 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .select_cat_content .search_word input[type=submit] {
    width: 100%;
  }
}
.select_cat_content .search_word input[type=submit]:hover, .select_cat_content .search_word input[type=submit]:active {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search_box {
  max-width: 100%;
  min-width: 32rem;
  position: relative;
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 1023px) {
  .search_box {
    min-width: 100%;
    margin-bottom: 2rem;
  }
}
.search_box #search {
  background: transparent;
  border: 0;
  font-size: 1.4rem;
  line-height: 3rem;
  width: calc(100% - 5rem);
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}
.search_box #search::-webkit-input-placeholder {
  color: #999;
}
.search_box #search::-moz-placeholder {
  color: #999;
}
.search_box #search:-ms-input-placeholder {
  color: #999;
}
.search_box #search::-ms-input-placeholder {
  color: #999;
}
.search_box #search::placeholder {
  color: #999;
}
.search_box #search_btn {
  position: absolute;
  color: #333;
  top: 0.5rem;
  left: 1rem;
  line-height: 3rem;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

/*記事一覧*/
.archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5vw 1.5vw;
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .archive {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    grid-gap: 3vw;
  }
}

/* pager */
.page-numbers {
  line-height: 2.2;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .page-numbers {
    margin-top: 2rem;
  }
}
.page-numbers a, .page-numbers span {
  text-decoration: none;
  padding: 0 1rem;
  margin: 0.5rem;
  border: 1px solid #333;
}
@media screen and (max-width: 1023px) {
  .page-numbers a, .page-numbers span {
    padding: 0 0.5rem;
  }
}
.page-numbers a:hover {
  text-decoration: none;
  background: #00A1A2;
  border: 1px solid #00A1A2;
  color: #fff;
}
.page-numbers span.current {
  background: #F6F6F6;
  border-bottom: 1px solid #333;
}

/*エリア検索*/
.areasearchtoggle {
  display: none;
}

.areasearchtitle { /*タイトル*/
  padding: 1.5rem;
  display: block;
  border: 2px solid #00A1A2;
  margin-top: 4rem;
  color: #00A1A2;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .areasearchtitle {
    margin-top: 2rem;
  }
}
.areasearchtitle::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #00A1A2;
  border-right: 2px solid #00A1A2;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 2rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 1023px) {
  .areasearchtitle::before {
    right: 1rem;
  }
}

.areasearchtitle,
.areasearch_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.areasearch_content { /*本文*/
  height: 0;
  padding: 0 2rem !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden;
  background: rgba(0, 161, 162, 0.1);
}
.areasearch_content form {
  margin-top: 0;
}
.areasearch_content input[type=submit] {
  color: #fff;
  background-color: #00A1A2;
}
.areasearch_content .searchcat {
  color: #333;
  margin-bottom: 0 !important;
}
.areasearch_content .searchcat_title {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .areasearch_content .searchcat_title {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
  }
}
.areasearch_content .checkbox_content {
  width: 100%;
  padding-bottom: 2rem;
}
.areasearch_content input[type=checkbox] {
  color: #333;
}

.areasearchtoggle:checked + .areasearchtitle + .areasearch_content { /*開閉時*/
  height: auto;
  padding: 2rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.areasearchtoggle:checked + .areasearchtitle {
  background: #00A1A2;
  color: #fff;
}

.areasearchtoggle:checked + .areasearchtitle::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* 記事詳細
------------------------------------------ */
.single_title > h3 {
  position: relative;
  padding-bottom: 1rem;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  border-bottom: 1px solid #333;
  margin-top: 2rem;
  word-break: break-all;
}
.single_title .single_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_title .single_date .date {
  font-family: "Poppins", sans-serif;
}
.single_title .writer {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_title .writer img {
  border-radius: 9999px;
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .single_title .writer img {
    width: 4rem;
  }
}
.single_title .writer p {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding-left: 1rem;
}

.post_container {
  max-width: 86rem;
}
.post_container .post_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_container .post_share h4 {
  font-weight: normal;
}
.post_container .post_share .sharebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.post_container .post_share .sharebtn a {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  line-height: 1;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  .post_container .post_share .sharebtn a {
    padding: 1rem 0.5rem;
  }
}
.post_container .post_share .sharebtn .copyurl {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .post_container .post_share .sharebtn .copyurl {
    padding: 1rem 0.5rem;
  }
}
.post_container .post_share .sharebtn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0;
}
.post_container .post_share .sharebtn button:before {
  font-family: "remixicon";
  content: "\eeb8";
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  line-height: 1;
  text-indent: 0;
  color: #333;
}
.post_container .post_share .sharebtn button:hover:before {
  color: #00A1A2;
}
.post_container .post_share .sharebtn #message, .post_container .post_share .sharebtn #message2 {
  opacity: 0;
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 8rem);
}
.post_container .post_share .sharebtn #message p, .post_container .post_share .sharebtn #message2 p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  width: 16rem;
  height: 3rem;
  padding: 0.5rem;
  background: rgba(0, 161, 162, 0.9);
  color: #fff;
}
.post_container .post_share .sharebtn #message p:before, .post_container .post_share .sharebtn #message2 p:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 161, 162, 0.9);
}
.post_container .post_share .sharebtn #message.is-active, .post_container .post_share .sharebtn #message2.is-active {
  opacity: 1;
}

/*記事本文*/
.posttxt {
  margin: 4rem 0 2rem;
  padding-bottom: 6rem;
  position: relative;
  border-bottom: 1px solid #b6bebe;
}
@media screen and (max-width: 1023px) {
  .posttxt {
    margin: 2rem 0 1rem;
    padding-bottom: 2rem;
  }
}

/*タグ一覧*/
.tags_content {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .tags_content {
    margin-top: 1rem;
  }
}
.tags_content a {
  background: rgba(182, 190, 190, 0.2);
  color: #333;
  border-radius: 9999px;
  padding: 0 1rem;
  display: inline-block;
  margin: 1rem 1rem 0 0;
}
.tags_content a:hover, .tags_content a:active {
  background: #00A1A2;
  color: #fff;
}

/*動画（カスタムフィールド）*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 4rem auto 0;
  text-align: center;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*記事詳細*/
.postdetail {
  border: 1px solid #b6bebe;
  padding: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .postdetail {
    padding: 2rem;
    margin-top: 2rem;
  }
}
.postdetail h4 {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.postdetail .postdetail_tb {
  border-top: 1px solid #b6bebe;
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
}
.postdetail .postdetail_tb th, .postdetail .postdetail_tb td {
  border-bottom: 1px solid #b6bebe;
  padding: 2rem 0;
  line-height: 1.4;
  word-break: break-all;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .postdetail .postdetail_tb th, .postdetail .postdetail_tb td {
    padding: 1rem 0;
  }
}
.postdetail .postdetail_tb th {
  width: calc(22% - 2rem);
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
}
.postdetail .map_content iframe {
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 1023px) {
  .postdetail .map_content iframe {
    height: 18rem;
  }
}

/*スライドショー*/
.singleswiper {
  width: 100%;
}
.singleswiper .swiper-wrapper {
  margin-top: 2rem !important;
}
.singleswiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.singleswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.singleswiper .swiper-button-prev,
.singleswiper .swiper-button-next {
  color: #00A1A2;
}
.singleswiper .swiper-button-prev:after,
.singleswiper .swiper-button-next:after {
  font-size: clamp(2.3rem, 2.4vw, 3rem);
}

.singlethumbswiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}
.singlethumbswiper .swiper-wrapper {
  margin: 0 !important;
}
.singlethumbswiper .swiper-slide {
  width: 10rem;
  height: 10rem;
  opacity: 0.4;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .singlethumbswiper .swiper-slide {
    height: 6rem;
  }
}
.singlethumbswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
.singlethumbswiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #00A1A2;
}

/* イベント情報
------------------------------------------ */
.eventlist {
  margin-top: 6rem !important;
}
@media screen and (max-width: 1023px) {
  .eventlist {
    margin-top: 2rem !important;
  }
}

.tab_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .tab_wrap {
    margin-top: 2rem;
  }
}
.tab_wrap:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #00A1A2;
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.tab_label {
  color: #00A1A2;
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #00A1A2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab_label:not(:last-of-type) {
  margin-right: 5px;
}

.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab_switch:checked + .tab_label {
  background: #00A1A2;
  color: #fff;
}

.tab_switch:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.tab_switch {
  display: none;
}

/*関連記事*/
.recommended {
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  .recommended {
    padding: 4rem 0;
  }
}

/*イベント全リスト*/
.event_all {
  border-collapse: collapse;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .event_all {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.event_all tr:nth-child(even) td {
  background: rgba(182, 190, 190, 0.1);
}
.event_all thead th {
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  padding: 2rem 1rem;
  word-break: keep-all;
}
@media screen and (max-width: 1023px) {
  .event_all thead th {
    padding: 1rem;
  }
}
.event_all th, .event_all td {
  padding: 2rem 1rem;
  line-height: 1.4;
  word-break: break-all;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .event_all th, .event_all td {
    padding: 1rem;
  }
}
.event_all th a:link, .event_all th a:visited, .event_all td a:link, .event_all td a:visited {
  color: #00A1A2;
  text-decoration: underline;
}
.event_all th i, .event_all td i {
  color: #00A1A2;
}

/* お知らせ
------------------------------------------ */
.news_content {
  margin: 2rem auto 8rem;
}

/* 物件情報
------------------------------------------ */
.property_content {
  border: 1px solid #b6bebe;
  padding: 2rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .property_content {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}

.property_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .property_title {
    display: block;
  }
}
.property_title span {
  background: #00A1A2;
  border-radius: 9999px;
  padding: 0 1rem;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  margin-right: 1rem;
  color: #fff;
}
.property_title h3 {
  border-bottom: 0 !important;
  margin: 0 !important;
}

.property_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .property_access {
    display: block;
  }
}
.property_access p {
  margin: 0 1rem 0 0 !important;
}
@media screen and (max-width: 1023px) {
  .property_access p {
    margin: 0 !important;
  }
}
.property_access i {
  color: #00A1A2;
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
}

.contracted {
  -webkit-filter: blur(1.5rem);
          filter: blur(1.5rem);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

.contracted_img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35rem;
}
@media screen and (max-width: 1023px) {
  .contracted_img {
    width: 26rem;
  }
}

.property_info_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .property_info_content {
    display: block;
  }
}

.property_img {
  width: 36%;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1023px) {
  .property_img {
    width: 100%;
  }
}
.property_img ul, .property_img li, .property_img img {
  margin: 0 !important;
}
.property_img .swiper-button-prev,
.property_img .swiper-button-next {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.property_img .swiper-button-prev:after,
.property_img .swiper-button-next:after {
  font-size: 1.8rem;
}

.property_info {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .property_info {
    width: 100%;
    margin-top: 2rem;
  }
}
.property_info .intro {
  margin: 0 !important;
  font-weight: bold;
}
.property_info table {
  border: 1px solid #00A1A2;
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
}
.property_info table th, .property_info table td {
  padding: 1rem;
  line-height: 1.4;
  word-break: break-all;
  text-align: left;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  width: 30%;
}
.property_info table th {
  background: #00A1A2;
  color: #fff;
  text-align: center;
  width: 20%;
}

.property_details {
  display: grid;
  grid-template-columns: 10rem auto 10rem auto;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 2rem;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 1023px) {
  .property_details {
    grid-template-columns: 10rem auto;
  }
}
.property_details p {
  margin: 0 !important;
}
.property_details p.title {
  background: rgba(182, 190, 190, 0.2);
  text-align: center;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}

.facilities {
  margin-top: 1rem;
  grid-template-columns: 10rem auto;
}

.property_btn {
  margin-top: 2rem;
}
.property_btn a:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.property_btn a:link, .property_btn a:visited {
  background: #00A1A2;
  color: #fff;
  border: 2px solid #00A1A2;
}
.property_btn a:hover, .property_btn a:active {
  background: #fff;
  border: 2px solid #00A1A2;
  color: #00A1A2;
}
.property_btn a:hover:before, .property_btn a:active:before {
  border-bottom: 1px solid #00A1A2;
  border-right: 1px solid #00A1A2;
}

/* footer
------------------------------------------ */
footer {
  background: #F5F5F5;
  padding: 8rem 0;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 4rem 0;
  }
}
footer .footer_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer .footer_title {
    display: block;
  }
}
footer .footer_title h1 {
  width: 20vw;
  max-width: 34rem;
  text-indent: -9999px;
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  footer .footer_title h1 {
    width: 50vw;
    margin: 0 auto;
  }
}
footer .footer_title h1 a {
  display: block;
}
footer .footer_title h1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
footer .footer_title p {
  width: calc(100% - 22vw);
  max-width: calc(100% - 40rem);
  color: #666;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 1023px) {
  footer .footer_title p {
    max-width: 100%;
    width: 100%;
    margin-top: 2rem;
  }
}
footer nav {
  display: block;
}
footer nav a:link, footer nav a:visited {
  color: #707070;
}
footer nav a:hover, footer nav a:active {
  color: #b6bebe;
}
footer nav .caticon {
  margin-top: 8rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  footer nav .caticon {
    display: none;
  }
}
footer nav .caticon li {
  width: 7.5%;
  min-width: 5rem;
}
footer nav .caticon li a:hover, footer nav .caticon li a:active {
  text-decoration: none;
}
footer nav .swiper-button-prev,
footer nav .swiper-button-next {
  display: none;
}
footer nav .subnavi_container {
  border-top: 1px solid #b6bebe;
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  footer nav .subnavi_container {
    margin-top: 2rem;
  }
}
footer nav .subnavi_container .sns li.title {
  color: #00A1A2;
}
footer nav .subnavi_container .sns li a:link, footer nav .subnavi_container .sns li a:visited {
  color: #333;
}
footer nav .subnavi_container .sns li a:hover, footer nav .subnavi_container .sns li a:active {
  color: #fff;
}
footer .copyright {
  color: #B5B5B5;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  footer .copyright {
    text-align: center;
  }
}

/* contact
------------------------------------------ */
.formarea {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .formarea {
    display: block;
  }
}
.formarea dt, .formarea dd {
  line-height: 4rem;
  word-break: break-all;
}
.formarea dt p, .formarea dd p {
  line-height: 1.8;
}
.formarea dt {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .formarea dt {
    margin-top: 2rem;
  }
}
.formarea dd {
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .formarea dd {
    margin-top: 0;
  }
}
.formarea input[type=text], .formarea input[type=tel], .formarea input[type=email], .formarea textarea, .formarea select {
  background: #F0F6F7;
  border: 0;
  height: 5rem;
  padding: 0 1%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  width: 100%;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .formarea input[type=text], .formarea input[type=tel], .formarea input[type=email], .formarea textarea, .formarea select {
    height: 4rem;
    font-size: 1.4rem;
  }
}
.formarea input[type=text]:hover, .formarea input[type=tel]:hover, .formarea input[type=email]:hover, .formarea textarea:hover, .formarea select:hover {
  opacity: 0.7;
}
.formarea .textarea_short input[type=text],
.formarea input[type=text].textarea_short {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .formarea .textarea_short input[type=text],
  .formarea input[type=text].textarea_short {
    width: 40%;
  }
}
.formarea input[type=text].textarea_num {
  width: 20%;
}
.formarea .mwform-radio-field {
  line-height: 5rem;
}
.formarea .mwform-zip-field input {
  margin: 0 0.5rem;
}
.formarea .form_select, .formarea .form_select_100 {
  width: 30%;
  position: relative;
  z-index: 0;
}
.formarea .form_select:before, .formarea .form_select_100:before {
  z-index: 2;
  position: absolute;
  right: 1.5rem;
  top: 0;
  content: "\ea4e";
  font-family: "remixicon";
  line-height: 5rem;
  font-size: 2rem;
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .formarea .form_select:before, .formarea .form_select_100:before {
    line-height: 4rem;
  }
}
.formarea .form_select_100 {
  width: 100%;
}
.formarea textarea {
  height: 25rem;
  padding: 1%;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .formarea textarea {
    height: 16rem;
  }
}
.formarea input[type=radio] {
  padding-right: 0.5rem;
}
.formarea label {
  padding-right: 1.5rem;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
.formarea .horizontal-item {
  margin-left: 0 !important;
}
.formarea .file_bg {
  background: #F0F6F7;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select option {
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #f6f6f6;
}

/*説明文 入力画面だけに表示（入力画面以外は隠す）*/
.mw_wp_form_confirm .text_input,
.mw_wp_form_complete .text_input,
.mw_wp_form_confirm .notes,
.mw_wp_form_confirm .red,
.mw_wp_form_confirm .formarea .form_select:before,
.mw_wp_form_confirm .formarea .form_select_100:before {
  display: none;
}

/*説明文 確認画面だけに表示（確認画面以外は隠す）*/
.mw_wp_form_input .text_confirm,
.mw_wp_form_complete .text_confirm {
  display: none;
}

/* フォームのスタイル */
/* ボタン */
.form_btn_container {
  width: 70rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .form_btn_container {
    width: 100%;
  }
}

/* 送信ボタン */
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 34rem;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover, input[type=submit]:active {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* 戻るボタン */
.btn_back {
  margin-left: 1rem;
}
@media screen and (max-width: 1023px) {
  .btn_back {
    margin-left: auto;
  }
}

.btn_back input[type=submit] {
  background: rgba(182, 190, 190, 0.5);
}

/*注意書き文字色*/
.notes {
  color: #999;
  font-size: 1.4rem;
}

/* gutenberg
------------------------------------------ */
.wp-block-preformatted {
  color: #23282d;
}

.wp-block-quote {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-quote {
    margin-top: 3rem;
  }
}

.wp-block-quote cite, .wp-block-quote footer {
  color: #666;
  font-size: 1.3rem;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #b6bebe;
  padding-left: 1em;
}

pre.wp-block-verse {
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 24rem;
  word-break: break-all;
  margin-bottom: 4rem;
  width: 100%;
  white-space: normal !important;
}

/*埋め込み*/
.wp-block-embed,
.wp-block-embed__wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-embed,
  .wp-block-embed__wrapper {
    margin-top: 3rem;
  }
}
.wp-block-embed iframe,
.wp-block-embed__wrapper iframe {
  margin-left: auto;
  margin-right: auto;
}

/*動画埋め込み*/
.wp-block-video {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-video {
    margin-top: 3rem;
  }
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 1rem;
  text-align: center;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.is-type-video .wp-block-embed figcaption {
  margin-bottom: 2rem;
}

/*ボタン*/
.wp-block-buttons {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-buttons {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-buttons .wp-block-button {
    min-width: 70vw !important;
  }
}
.wp-block-buttons a {
  position: relative;
}
.wp-block-buttons a:before {
  font-size: clamp(1.6rem, 1.6vw, 2rem) !important;
  font-family: "remixicon";
  content: "\ea6e";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .wp-block-buttons a:before {
    right: 1rem;
  }
}
.wp-block-buttons a:link, .wp-block-buttons a:visited {
  background: #00A1A2;
  color: #fff;
  opacity: 1;
}
.wp-block-buttons a:hover, .wp-block-buttons a:active {
  opacity: 0.8;
}
.wp-block-buttons a:hover:before, .wp-block-buttons a:active:before {
  right: 1rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-buttons a:hover:before, .wp-block-buttons a:active:before {
    right: 0.5rem;
  }
}

/*ファイル添付*/
.wp-block-file {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-file {
    margin-top: 3rem;
  }
}

/*ダウンロードボタン*/
.wp-block-file__button {
  background: #00A1A2 !important;
  color: #fff !important;
}

/*テーブル*/
.wp-block-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-table {
    margin-top: 3rem;
  }
}
.wp-block-table table {
  display: table !important;
  width: 100%;
}
.wp-block-table table thead th, .wp-block-table table thead td {
  background: rgba(0, 161, 162, 0.2);
}
.wp-block-table table th, .wp-block-table table td {
  padding: 0.5rem;
  border: 1px solid #b6bebe;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.wp-block-image .aligncenter img {
  display: block;
  height: auto;
}

.aligncenter .wp-element-caption {
  text-align: center !important;
}

.wp-block-gallery {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-gallery {
    margin-top: 3rem;
  }
}
.wp-block-gallery img {
  margin-top: 0 !important;
}
.wp-block-gallery .wp-lightbox-container button {
  top: 16px !important;
}

.wp-block-media-text {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-media-text {
    margin-top: 3rem;
  }
}
.wp-block-media-text img {
  margin-top: auto !important;
}

.wp-block-details {
  margin-top: 4rem;
  background: rgba(0, 161, 162, 0.2);
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-details {
    margin-top: 3rem;
    padding: 1rem;
  }
}
.wp-block-details summary {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

.wp-block-cover {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-cover {
    margin-top: 3rem;
  }
}

/* original class
------------------------------------------ */
.posttxt p {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .posttxt p {
    margin-top: 3rem;
  }
}
.posttxt img {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .posttxt img {
    margin-top: 3rem;
  }
}
.posttxt h1, .posttxt h2, .posttxt h3, .posttxt h4, .posttxt h5, .posttxt h6 {
  margin-top: 4rem;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .posttxt h1, .posttxt h2, .posttxt h3, .posttxt h4, .posttxt h5, .posttxt h6 {
    margin-top: 3rem;
  }
}
.posttxt h1 {
  font-size: clamp(2.6rem, 3vw, 3.8rem);
}
.posttxt h2 {
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: bold;
}
.posttxt h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  border-bottom: 2px solid #b6bebe;
}
.posttxt h4 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  background-color: rgba(0, 161, 162, 0.2);
  padding: 0.5rem;
}
.posttxt h5 {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.posttxt h6 {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
.posttxt iframe {
  max-width: 100%;
}
.posttxt ul {
  list-style: inside;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .posttxt ul {
    margin-top: 3rem;
  }
}

/* 目次
------------------------------------------ */
.toc_content {
  border: 1px solid #b6bebe;
  border-top: 4px solid #00A1A2;
  padding: 3rem;
  margin: 2rem 0 4rem !important;
}
@media screen and (max-width: 1023px) {
  .toc_content {
    margin: 1rem 0 3rem !important;
    padding: 1.5rem;
  }
}

.toc_title {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem) !important;
  line-height: 3rem;
  padding: 0 0 0 clamp(2rem, 2.2vw, 2.4rem) !important;
  margin: 0 0 2rem 0 !important;
  position: relative;
  border: 0 !important;
}
@media screen and (max-width: 1023px) {
  .toc_title {
    margin: 0 !important;
  }
}
.toc_title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.6rem, 1.6vw, 2rem) !important;
  line-height: 3rem;
  font-family: "remixicon";
  color: #00A1A2;
  content: "\eebe";
}

.toc_list {
  list-style: inside;
  list-style-type: decimal !important;
}
@media screen and (max-width: 1023px) {
  .toc_list {
    margin-top: 1rem !important;
  }
}
.toc_list li {
  padding: 0.5rem;
}
.toc_list li a {
  display: inline-block;
  color: #00A1A2;
  text-decoration: underline;
}

/* 店舗情報
------------------------------------------ */
.storeinfo_content, .textbox1 {
  background: #f0f0f0;
  padding: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .storeinfo_content, .textbox1 {
    padding: 1.5rem;
    margin-top: 3rem;
  }
}

h3.store_title {
  display: none;
}

.storename_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

h4.storename {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  padding: 0;
  margin: 0;
  background: transparent;
}

.storetel {
  position: relative;
  padding-left: 2.2rem;
  line-height: 2rem;
  margin-top: 1rem;
  display: block;
}
.storetel:before {
  font-size: clamp(1.6rem, 1.6vw, 2rem) !important;
  line-height: 2rem;
  font-family: "remixicon";
  content: "\efe9";
  position: absolute;
  left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .storetel:before {
    right: 1rem;
  }
}
.storetel:link, .storetel:visited {
  color: #00A1A2;
  text-decoration: underline;
}
.storetel:hover, .storetel:active {
  color: rgba(0, 161, 162, 0.7);
}
.storetel[href=""], .storetel[href]:empty::before, .storetel[href^=undefined] {
  display: none;
}

.storecontent {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  line-height: 1.7;
}
.storecontent a:link, .storecontent a:visited {
  color: #00A1A2;
  text-decoration: underline;
}

.storemap {
  background: #00A1A2;
  position: relative;
  display: inline-block;
  line-height: 1;
  /*margin-top: 1rem;*/
  margin-left: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.storemap:before {
  font-size: clamp(1.6rem, 1.8vw, 2rem) !important;
  line-height: 1;
  font-family: "remixicon";
  content: "\ef14";
}
@media screen and (max-width: 1023px) {
  .storemap:before {
    right: 1rem;
  }
}
.storemap:after {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem) !important;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  content: "MAP";
}
@media screen and (max-width: 1023px) {
  .storemap:after {
    right: 1rem;
  }
}
.storemap:link, .storemap:visited {
  background: #00A1A2;
  color: #fff;
}
.storemap:hover, .storemap:active {
  background: rgba(0, 161, 162, 0.7);
  color: #fff;
}
.storemap[href=""], .storemap[href^=undefined] {
  display: none;
}

.linkurl {
  position: relative;
  padding-left: 2.2rem;
  line-height: 2rem;
  margin-top: 1rem;
  display: block;
}
.linkurl:before {
  font-size: clamp(1.6rem, 1.6vw, 2rem) !important;
  line-height: 2rem;
  font-family: "remixicon";
  content: "\eeb8";
  position: absolute;
  left: 0;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .linkurl:before {
    right: 1rem;
  }
}
.linkurl:link, .linkurl:visited {
  color: #00A1A2;
  text-decoration: underline;
}
.linkurl:hover, .linkurl:active {
  color: rgba(0, 161, 162, 0.7);
}
.linkurl[href=""], .linkurl[href^=undefined] {
  display: none;
}
@media screen and (max-width: 768px) {
    .sp-br {
      display: block;
    }

    .pc-br {
      display: none;
    }
  }
@media screen and (min-width: 769px) {
    .sp-br {
      display: none;
    }

    .pc-br {
      display: inline;
    }
  }