@charset "UTF-8";
/* マトメル プロモーションサイト専用 装飾CSS */

/* =============================================
  共通
============================================= */
body * {
    box-sizing: border-box;
}
.main_contents {
    margin-top: 80px;
}
.page .main_contents, .single .main_contents, .archive .main_contents {
    margin-top: 0;
}
.box-outer {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.box-outer section {
    margin-left: auto;
    margin-right: auto;
}
.text-link {
    text-decoration: underline !important;
}
.text-link:hover {
    text-decoration: none !important;
}
.content-body .org-btn {
    color: #fff;
    background: #e65b36;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    margin: 10px 0;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}

/* =============================================
  ヘッダー
============================================= */
#header {
    background: #fff;
    height: 80px;
}
#header .box-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 0 0 35px;
    max-width: 1200px;
}
#header .box-outer h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    width: 160px;
}
.info-box {
    display: flex;
    height: 100%;
    align-items: center;
}
.global-navi {
    display: flex;
    height: 100%;
    align-items: center;
}
.global-navi > div {
    display: flex;
    height: 100%;
}
#header .box-outer li {
    position: relative;
}
#header .box-outer a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    height: 100%;
    width: 100%;
    position: relative;
}
#header .box-outer a:hover {
  opacity: 1;
}
#header .box-outer li:hover:after {
    content: "";
    background: #026ca2;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#header .box-outer a span {
    font-size: 88%;
}
#header .global-navi ul {
    display: flex;
    align-items: center;
    font-size: 14px;
}
#header .global-navi ul li {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
#header .global-navi ul li:last-child {
    padding-right: 0;
}
#header .global-navi ul li {
  position: relative;
}
#header .box-outer .global-navi a {
  padding: 0 1rem;
}
#header .global-navi ul .instagram {
  margin-right: 1.2rem;
}
#header .global-navi .sub-menu {
  position: absolute;
  top: 80px;
  left: 0;
  overflow: hidden;
  width: 210px;
  height: 0;
  transition: .8s;
  transform: translateY(-8%);
  opacity: 0;
  display: block;
  background-color: #f5f7f9;
}
#header .global-navi ul li:hover .sub-menu {
  height: auto;
  transform: translateY(0);
  opacity: 1;
}
/* #header .global-navi .noclick a {
  pointer-events: none;
} */
#header .global-navi .sub-menu li {
  display: block;
  margin-left: 0;
  padding: 0;
  background-color: #f5f7f9;
  width: 100%;
}
#header .global-navi .sub-menu li a {
  padding: 1.5em 2em;
  justify-content: left;
}
#header .global-navi .sub-menu li a:hover {
  opacity: .7;
}
#header .global-navi .sub-menu li a::before {
  content: "";
  background-image: url(../images/list-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4px;
  height: 8px;
  position: absolute;
  left: 1em;
}
#header .global-navi .sub-menu li:hover:after {
  background: none;
}

#header .box-outer .member-login, #header .box-outer .new-member {
    height: 100px;
    width: 100px;
    background: #ddd;
    padding: 0;
}
#header .box-outer .member-login {
    background: #026ca2;
}
#header .box-outer .new-member {
    background: #e9e534;
}
#header .box-outer .member-login a span, #header .box-outer .new-member a span {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
}
#header .box-outer .member-login a span {
    color: #fff;
}
#header .box-outer .new-member a span {
    color: #026ca2;
}
#header .box-outer .member-login a span:after, #header .box-outer .new-member a span:after {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 10px;
}
#header .box-outer .member-login a span:after {
    background-image: url(../images/header_menu_login.png);
    width: 23px;
    height: 23px;
}
#header .box-outer .new-member a span:after {
    background-image: url(../images/header_menu_new.png);
    width: 20px;
    height: 20px;
}
#header .box-outer .member-login a:hover, #header .box-outer .new-member a:hover {
    opacity: .7;
}
#header .box-outer .member-login:hover:after, #header .box-outer .new-member:hover:after {
    background: none;
}
/* #header .box-outer .member-login a span:after {
    content: "";
    background: url(../images/link-icon.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: 1rem;
    height: .9rem;
    position: absolute;
    right: 0rem;
    top: 0;
    z-index: 1;
    z-index: 10000;
    display: block;
}
#header .box-outer .site-description {
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    text-align: left;
}
#header .info-box form {
    background: #dedfe1;
    height: 30px;
    position: relative;
    left: -50px;
}
#searchform input {
    border: #dedfe1 1px solid;
    color: #72767d;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    width: 250px;
}
#searchform button {
    background: #dedfe1 url();
    border: none;
    display: inline-block;
    height: 30px;
    width: 50px;
    position: absolute;
    right: -50px;
}
#searchform button:hover {
    cursor: pointer;
}
#searchform button:hover i {
    opacity: .5;
} */

/* パンくずリスト（トピックパス） */
.breadcrumb-outer {
    background: #f2f2f2;
    margin-top: 80px;
}
.breadcrumb {
    display: flex;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
}
.breadcrumb li, .breadcrumb li a {
    font-size: 12px;
    position: relative;
    text-align: left;
}
.breadcrumb li {
    color: #026ca2;
}
.breadcrumb li a {
    color: #808080;
    padding-right: 12px;
}
.breadcrumb li a:after {
    content: ">";
    color: #808080;
    position: absolute;
    font-size: 11px;
    padding-right: 3px;
    right: 0;
}
.breadcrumb br {
    display: none;
}
.breadcrumb li span:nth-child(4) {
    display: none;
}

/* =============================================
  メインエリア
============================================= */
/* メインビジュアル */
.mv-outer {
    margin: auto;
    /* max-height: 840px; */
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* .mv-outer:after {
    content: "";
    background: url(../images/mv-line.svg) 100%;
    background-position: bottom center;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    height: 35px;
    z-index: 1;
}
.mv-outer .mv-title {
    color: #fff;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    height: calc(100% - 100px);
    flex-direction: column;
    font-size: 60px;
    line-height: 2;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-shadow: 0px 3px 6px rgba(0,0,0,.1);
    padding-top: 20%;
} */
.mv-outer .mv-title {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 2;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
    z-index: 1;
}
.mv-title span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
}
.mv-title span:first-child {
    font-size: 22px;
}
.mv-title span:last-child {
    font-size: 27px;
}
.mv-outer img {
    width: 100vw;
    /* height: 100vh; */
}
.mv-title img {
    width: 70%;
}
/* TOP共通 */
.home .main_contents .feature-bg,
.home .main_contents .faq-bg {
    background: #f6f8fa;
}
.home .main_contents h2 {
    font-size: 33px;
    margin-bottom: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    width: 100%;
}
.home .main_contents h2 span {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.home .main_contents section,
.home .main_contents #howto-existing,
.home .main_contents #howto-matomail,
.home .main_contents #store,
.archive .main_contents section,
.archive .main_contents .faq-outer .postname {
    margin-top: -80px;
    padding-top: 80px;
}
.home .main_contents #store {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.home .main_contents #store h2 {
    padding-top: 135px;
}
.home .main_contents section .box {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1050px; */
    max-width: 100%;
    padding: 90px 25px;
}
.home .main_contents section .sub_catch {
    font-size: 18px;
    padding-bottom: 26px;
}

/* TOP:NEWS */
.home .main_contents #news ul {
    max-width: 80%;
    margin: 2rem auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home .main_contents #news ul li {
    background-color: #f5f7f9;
    width: 48%;
    margin-bottom: 1rem;
}
.home .main_contents #news ul li a {
    color: #000;
    display: flex;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: left;
    height: 100%;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 30px;
    width: 100%;
    letter-spacing: 0;
    position: relative;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.home .main_contents #news ul li a:hover {
    opacity: .7;
}
.home .main_contents #news ul li .news-date {
    color: #026ca2;
    width: 100%;
    line-height: 1;
    padding-top: 20px;
}
.home .main_contents #news ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #026CA2;
}
.home .main_contents #news ul li .news-title {
    width: 100%;
}

/* TOP:Youtube動画 */
.youtube {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 90px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* TOP: 受け取り方*/
#about-existing .box, #about-matomail .box {
    padding-top: 25px;
    padding-bottom: 25px;
}
#about-existing h2, #about-matomail h2 {
    border-bottom: 2px solid #29020b;
    padding: 20px 0;
    margin-bottom: 20px;
}
.receive-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.receive-image img {
    max-width: 100%;
    margin-bottom: 20px;
    width: 80%;
}
#about-existing .btn, #about-matomail .btn {
    margin-top: 20px;
}
#about-existing .btn, #about-existing .btn a,
#about-matomail .btn, #about-matomail .btn a{
    width: 90%;
    background-color: #026CA2;
    color: #fff;
    font-size: 26.68px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    border-radius: 40px;
}
#about-existing .btn a, #about-matomail .btn a {
    width: 100%;
}
#about-existing .feature_details.box {
    padding-bottom: 0;
}


/* TOP:BNR AREA & ARCHIVE AREA */
.box-bnr {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 25px 90px 25px;
}
.box-bnr a {
  display: block;
}
.box-bnr img {
  max-width: 100%;
  height: auto;
}
.box-bnr-archive {
  padding-bottom: 80px;
}
.box-bnr-archive, .box-bnr-archive img {
  max-width: 100%;
  height: auto;
}

/* TOP:CONCEPT */
.concept_details h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.4;
}
.modelcase-images {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
    max-width: 980px;
    margin: auto;
}
.top-intro-txt p {
    padding-bottom: 20px;
}
.top-intro-txt p:last-child {
    padding-bottom: 0;
}
.top-intro-txt p sup {
    font-size: 68%;
    padding-left: 2px;
}
.top-intro-txt p small {
    font-size: 74%;
    display: block;
    line-height: 200%;
}
.modelcase-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    padding-top: 60px;
    width: 100%;
}
.modelcase-outer {
    display: flex;
    justify-content: space-between;
    padding: 11px 25px;
}
.modelcase-inner {
    position: relative;
    width: 32%;
    display: flex;
    flex-direction: column;
}
.modelcase-inner .case-no {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.modelcase-inner .case-no p {
    line-height: 1;
}
.modelcase-inner .case-no span {
    display: block;
    font-size: 60px;
}
.modelcase-inner .case-catch {
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 90%;
}
.modelcase-inner .case-catch p {
  padding-bottom: 0;
  font-feature-settings: "pwid";
}
.modelcase-inner .case-catch p small {
  display: block;
  text-align: right;
  font-size: 13px;
}
.modelcase-inner .case-catch span {
    font-size: 26px;
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}
.modelcase-inner .case-catch span b {
    color: #026ca2;
}
.modelcase-inner .case-catch img {
    width: 16.5px;
}
.modelcase-inner .case-image {
    padding-top: 45px;
    padding-bottom: 22px;
}
.modelcase-inner .case-image img {
    max-width: 100%;
}
.modelcase-inner .btn {
    width: 65%;
    position: relative;
    z-index: 1;
}
#store .col_outer {
	padding-bottom: 25px;
}
.access_info .col-in-text {
    font-size: 20px;
    padding: 16px 0;
}
.access_info h3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 5px;
}
.access_info.setagaya h3 {
  border-bottom: 2px solid #018abe;
}
.access_info.asahikawa h3 {
  border-bottom: 2px solid #57b1d1;
}
.access_info h3 span {
    font-size: 26px;
}
.access_info h3 a {
    display: block;
    color: #fff;
    padding: 0.2em 0.5rem;
    line-height: 1.6;
    font-size: 16px;
}
.access_info table * {
    font-weight: 400;
}
.access_info p {
    font-size: 17px;
    line-height: 1.6;
}
.access_info .slick-dots li, .access_info .slick-dots li button, .access_info .slick-dots li button:before {
    border-radius: 20px;
    width: 10px;
    height: 10px;
    font-size: 0;
}
.access_info .slick-prev:before, .access_info .slick-next:before {
    font-weight: 600;
    font-size: 26px;
}
.access_info .slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.access_info .slick-prev:before {
    content: '＜';
}
.access_info .slick-next:before {
    content: '＞';
}
.access_info.setagaya .slick-dots li button {
  background: rgba(1, 138, 190, .5);
}
.access_info.setagaya .slick-dots li.slick-active button, .access_info.setagaya h3 a {
  background: #018abe;
}
.access_info.setagaya .slick-prev:before, .access_info.setagaya .slick-next:before {
  color: #018abe;
}
.access_info.asahikawa .slick-dots li button {
    background: rgba(87, 177, 209, .5);
}
.access_info.asahikawa .slick-dots li.slick-active button, .access_info.asahikawa h3 a {
    background: #57b1d1;
}
.access_info.asahikawa .slick-prev:before, .access_info.asahikawa .slick-next:before {
    color: #57b1d1;
}
.access_info iframe {
    display: block;
    margin-bottom: 90px;
}
.shop-infor {
    width: 48%;
    height: auto;
}
.shop-infor img {
    max-width: 100%;
}
/* TOP:利用者の声 */
.home .main_contents .voice {
  position: relative;
  margin-bottom: 40px;
}
.home .main_contents .voice-title {
  background-image: url(../images/voice-title-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
  font-size: 33px;
  padding: 25px 40px 40px 40px;
  margin: auto;
}
.home .main_contents .voice-title span {
  color: #fff;
  display: block;
  font-size: 67%;
  margin: 0 0 15px 0;
}
.voice .voice-outer {
  background: #f9f9f9;
  margin-bottom: 20px;
  text-align: left;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin: 20px auto;
}
.voice .voice-icon {
  width: 27%;
}
.voice .voice-icon img {
  max-width: 100%;
  height: auto;
}
.voice dl {
  width: 70%;
}
.voice dt {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #57b1d1;
  margin-bottom: 20px;
}
.voice dt.female {
  border-bottom: 1px solid #e55829;
}
.read-btn {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -40px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  width: 40%;
  background-color: #fff;
  color: #026ca2;
  font-size: 26.68px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #026ca2;
  padding: 20px;
  transform: translate(-50%, 0);
  transition: all .3s;
  z-index: 1;
  cursor: pointer;
}
.read-btn::before {
  content:'もっと見る';
}
.read__content {
  height: 850px;
  overflow: hidden;
  position: relative;
}
.read__content::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.read-btn.open {
  bottom: 0;
  background-color: #ccc;
}
.read-btn.open::before {
  content:' 閉じる';
}
.read__content.open {
  height: auto;
}
.read__content.open::before {
  content: none;
}
/* TOP:feature */
.feature_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    margin-bottom: 15px;
}
.feature-contents {
    background: #fff;
    max-width: 300px;
}
.feature-contents a {
    display: block;
    padding: 30px 30px 25px 30px;
}
.feature-contents a:hover {
  text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
  opacity: .7;
}
.feature_images {
    padding-bottom: 10px;
}
.feature_images img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-width: 240px;
    min-height: 240px;
}
.feature_text {
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}
.feature_text p span {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #026ca2;
}
/* TOP:RESERVATION */
#reservation {
    background: url(../images/reservation_bg.png), url(../images/reservation_bg_foot.png);
    background-position: center, center bottom;
    background-repeat: repeat-y, no-repeat;
    background-size: contain, contain;
    /* background-size: 100%; */
    position: relative;
}
#reservation:before {
    content: "";
    position: absolute;
    background: url(../images/reservation_icon_01.png) 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 262px;
    left: 75%;
    top: 0;
    width: 280px;
    z-index: 1;
}
.reservation-contents {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    background: #f2f7fa;
    max-height: 340px;
    position: relative;
}
.reservation-contents:first-of-type:before {
    content: "";
    background: url(../images/reservation_icon_02.png) 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 114px;
    height: 77px;
    position: absolute;
    left: 10px;
    top: -74px;
    z-index: 1;
}
.reservation-contents:nth-child(odd) {
    flex-direction: row-reverse;
}
.reservation_inner {
    padding-bottom: 80px;
}
.reservation_images {
    width: 50%;
}
.reservation_images a {
    display: block;
}
.reservation_images a:hover {
  text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
  opacity: .7;
}
.reservation_images img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.reservation_images_soon {
    padding: 25px 0 25px 50px;
}
.reservation_images_soon + .reservation_text {
    display: flex;
    align-items: center;
    width: 100%;
}
.reservation_text {
    padding: 25px 50px;
    position: relative;
    width: 50%;
}
.reservation_text h3, .reservation_text p {
    line-height: 2;
    text-align: left;
}
.reservation_text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 5px;
}
.reservation_text h3 .place {
    background: #8fc31f;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: table;
    margin-right: 10px;
    margin-bottom: 5px;
}
.reservation_images_soon + .reservation_text h3 span {
    display: inline-block;
}
.reservation_text .type,
.reservation_text .max {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}
.reservation_text .type span,
.reservation_text .max span {
    border: 1px solid #026ca2;
    color: #026ca2;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 5em;
}
.reservation_text .reservation_info {
    font-size: 90%;
    line-height: 1.8;
    padding: 5px 0;
}
.reservation_text .btn.more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 240px;
}
/* TOP:HOW TO 受け取り方 */
.left a, .right a {
  background-image: url(../images/arrow-small.svg);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: block;
  height: 100%;
  padding: 10px 26px 40px 26px;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
.left a:hover, .right a:hover {
  opacity: .7
}
.left p, .right p {
  height: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
}
.left p small, .right p small {
  display: flex;
  padding-top: 0.5em;
  height: 35%;
  align-items: center;
  justify-content: center;
}
.left img.existing, .right img.matomail {
  width: auto;
  height: 50px;
  display: block;
  margin: auto auto 18px auto;
}
#howto-existing dt, #howto-matomail dt {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#howto-existing dt {
  background: #018abe;
}
#howto-matomail dt {
  background: #57b1d1;
}
#howto-existing dt img, #howto-matomail dt img {
  height: 40px;
  display: inline-block;
  width: auto;
  margin-right: 22px;
}
#howto-existing dd, #howto-matomail dd {
  background: #fff;
  padding: 26px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
#howto-existing dd {
  color: #018abe;
}
#howto-matomail dd {
  color: #57b1d1;
}
#howto-existing .circle, #howto-matomail .circle {
  position: relative;
  width: 33%;
}
.tab-contents .col3 {
  justify-content: center;
}
#howto-existing .circle:after, #howto-matomail .circle:after {
  content: none;
}
.circle-image:after {
  content: "";
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70px auto;
  width: 90px;
  display: block;
  height: 100%;
  position: absolute;
  right: -60px;
  margin: auto 0 auto auto;
  bottom: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
#howto-existing .circle:nth-child(3n) .circle-image:after, #howto-matomail .circle:nth-child(3n) .circle-image:after {
  content: "";
  background: none;
}
#howto-existing .circle:nth-child(4) .circle-image:before, #howto-matomail .circle:nth-child(4) .circle-image:before {
  background-image: url(../images/arrow-contents01.svg);
  content: "";
  background-position: right;
  background-repeat: no-repeat;
  background-size: 70px auto;
  width: 90px;
  display: block;
  height: 100%;
  position: absolute;
  left: -60px;
  margin: auto 0 auto auto;
  bottom: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
.circle:last-child .circle-image:after {
  content: none;
}
#howto-existing .circle-image:after {
  background-image: url(../images/arrow-contents01.svg);
}
#howto-matomail .circle-image:after, #howto-matomail .circle:nth-child(4) .circle-image:before {
  background-image: url(../images/arrow-contents02.svg);
}
#howto-existing .circle:nth-child(5) .circle-image:after, #howto-matomail .circle:nth-child(5) .circle-image:after {
  content: none;
}
.step {
  color: #018abe;
  position: absolute;
  height: 100px;
  width: 100px;
  border: 2px solid #018abe;
  border-radius: 100px;
  left: 16px;
  padding: 10px;
  font-size: 15.25px;
  font-weight: 600;
  line-height: 1;
}
.step span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  display: inline-block;
  padding: 22px 0;
}
.step span b {
  display: block;
  font-size: 38.14px;
}
#howto-matomail .step {
  border: 2px solid #57b1d1;
  color: #57b1d1;
}
.col-in-text {
  font-size: 26px;
  font-weight: 600;
  padding: 26px 0 0 0;
  line-height: 1;
}
.col-in-text p {
  line-height: 1.4;
}
.col-in-text table {
  margin: 1rem auto;
  border-top: 4px solid #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.col-in-text table th, .col-in-text table td {
  padding: .5rem;
  border: 4px solid;
  font-size: 82%;
}
.col-in-text table th {
  background: #018abe;
  color: #fff;
  border-bottom: 4px solid #fff;
  min-width: 8rem;
}
.col-in-text table caption {
  color: #018abe;
}
.col-in-text table td {
  background: #efefef;
  text-wrap: nowrap;
  font-weight: 400;
}
.col-in-text table tr:last-child th {
  border-bottom: none;
}
#howto-existing .col-in-text table, #howto-existing .col-in-text table th, #howto-existing .col-in-text table td,
.access_info.setagaya .col-in-text table, .access_info.setagaya .col-in-text table th, .access_info.setagaya .col-in-text table td {
  border-color: #fff;
}
#howto-existing .col-in-text table th {
  background: #e4ecf4;
  color: #018abe;
}
#howto-existing .col-in-text table caption,
.access_info.setagaya .col-in-text table caption {
  color: #fff;
  background-color: #018abe;
  font-size: 21.75px;
  padding: 10px;
  line-height: 1;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
#howto-matomail .col-in-text table, #howto-matomail .col-in-text table th, #howto-matomail .col-in-text table td,
.access_info.asahikawa .col-in-text table, .access_info.asahikawa .col-in-text table th, .access_info.asahikawa .col-in-text table td {
  border-color: #fff;
}
#howto-matomail .col-in-text table th {
  color: #57b1d1;
  background-color: #e4ecef;
}
#howto-matomail .col-in-text table caption,
.access_info.asahikawa .col-in-text table caption {
  color: #fff;
  background-color: #57b1d1;
  font-size: 21.75px;
  padding: 10px;
  line-height: 1;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.access_info .col-in-text table {
  border: none;
  width: auto;
}
.col-in-text table th, .col-in-text table td {
  border: 4px solid;
}
.access_info .col-in-text table td {
  background-color: #fff;
  border: 1px solid #018abe;
}
.access_info.setagaya .col-in-text table th, .access_info.setagaya .col-in-text table td {
  border: 1px solid #018abe;
}
.access_info.asahikawa .col-in-text table th, .access_info.asahikawa .col-in-text table td {
  border: 1px solid #57b1d1;
}
.access_info.asahikawa .col-in-text table th {
  color: #fff;
  background-color: #57b1d1;
}
.col-in-text small {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  padding-top: 8.5px;
  display: block;
}
.col-in-text.howto-info {
  padding: 45px 0 0 0;
}
#howto-matomail .howto-info h3, #howto-existing .howto-info h3 {
  padding: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#howto-matomail .howto-info h3 {
  border: 2px solid #57b1d1;
  color: #57b1d1;
}
#howto-existing .howto-info h3 {
  border: 2px solid #018abe;
  color: #018abe;
}
.col-in-text.howto-info .in {
  margin: 10px 0;
  background: #fff;
  padding: 20px;
}
.col-in-text.howto-info .in + .in {
  margin-top: 20px;
}
.howto-info .in a {
  color: #000;
  font-size: 17px;
  padding: 20px 40px;
  border: 2px solid #000;
  border-radius: 40px;
  display: inline-block;
  line-height: 1;
}
.howto-info h3 img {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

/* TOP:FAQ */
.home .main_contents .faq_details h2 {
    color: #026ca2;
    font-size: 60px;
}
.faq-outer {
    padding: 25px 0 0 0;
    margin-top: 20px;
    position: relative;
}
.faq-outer h3 {
    color: #026ca2;
    cursor: pointer;
    padding: 10px 40px 10px 75px;
    background:#fff url(../images/faq-arrow-close.svg) calc(100% - 40px) center / 30px 14px no-repeat;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-indent: -1.5em;
}
.faq-outer h3.active {
    background:#fff url(../images/faq-arrow.svg) calc(100% - 40px) center / 30px 14px no-repeat;
}
.archive .faq-inner {
    display: none;
}
.faq-box {
    border-bottom: 1px solid #026ca2;
    margin-bottom: 20px;
    padding: 10px 40px;
    text-align: left;
}
.faq-outer .faq-box:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.faq-box dt {
    color: #026ca2;
    font-weight: 600;
    font-size: 20px;
}
.faq-outer h3:before {
    content: "Q.";
    padding-right: 5px;
}
.faq-box dd {
    margin-bottom: 20px;
    padding-left: 30px;
    text-indent: -30px;
    font-size: 16px;
}
.faq-box dd:before {
    content: "A.";
    padding-right: 5px;
    color: #026ca2;
    font-size: 20px;
    font-weight: 600;
}
/* TOP:SIGNUP */
.home .main_contents .signup h2, .home .main_contents .signup p {
    color: #fff;
}
.signup .btn {
    border: 1px solid #fff;
    width: calc(100% - 75px);
    margin-bottom: 0;
}
.signup .btn a {
    font-size: 27px;
    padding: 35px 0;
}
.signup .btn, .signup .btn a  {
    border-radius: 4rem;
    border: 1px solid #fff;
}
.signup .btn a:hover, .signup .btn a:hover {
    border-radius: 4rem;
    border: 1px solid #fff;
}
.signup_details h3,
.access-method dt {
    font-size: 30px;
}
.signup_details h3 span,
.access-method dt span {
    font-size: 75%;
}
.signup_details h3 span {
    display: block;
}
.sub_catch + .col2:after {
    content: "";
    background-image: url(../images/arrow-contents03.svg);
    background-position: center 90%;
    background-repeat: no-repeat;
    background-size: 70px auto;
    width: 100%;
    display: block;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.sub_catch + .col2 {
    padding-bottom: 88px;
    position: relative;
}
.home .main_contents .signup .signup_ex_box {
    line-height: 1;
    background: rgba(255, 255, 255, .8);
    padding: 22px;
    margin: 22px 0 11px 0;
}
.home .main_contents .signup .signup_ex_box p {
    color: #808080;
    font-weight: 600;
    font-size: 22px;
}
.signup .circle-image {
    padding: 25px;
}
.signup .circle-image img {
    max-width: 100%;
}
.signup .col-in-text {
    font-size: 22px;
    font-weight: 600;
    line-height: inherit;
    padding: 0 0 25px 0;
    margin-top: -10px;
}
.signup .col-in-text small {
    line-height: 1.6;
    padding-top: 0;
}
/* .access-map {
    padding: 45px 0 0 0;
}
.access-map iframe {
    width: 100%;
}
.signアップ_details h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 25px 0 0 0;
}
.signup_details h3 span {
    font-size: 20px;
}
.access-method {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.access-method dl {
    width: calc(50% - 40px);
    margin-bottom: 45px;
}
.access-method dt {
    background: rgba(0,96,152,.1);
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 20px;
    text-align: left;
}
.access-method dt span {
    font-size: 20px;
}
.access-method dd {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}
.access-method .access-contact {
    font-size: 16px;
}
.access-method dd span {
    text-align: right;
} */
/* =============================================
  年月：カテゴリー／アーカイブ
============================================= */
.archive.date .archive-box {
  display: flex;
}
/* =============================================
  news：カテゴリー／アーカイブ
============================================= */
.category-news .archive-box {
    display: flex;
    justify-content: space-between;
}
.archive_item {
    width: 100%;
}
.feature {
    background: #f6f8fa;
}
.archive .box-outer {
    max-width: 1050px;
}
.archive-box {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 25px;
}
.archive-box .feature_inner {
    padding: 0;
    margin-bottom: 10px;
}
/* .news-contents:first-child a {
    margin-top: 0;
} */
.archive-box .feature_inner .feature-contents {
    margin-bottom: 3.2%;
    max-width: 31.2%;
}
.archive-box .feature_images img {
    min-width: auto;
    min-height: auto;
}
.feature-body img {
    max-width: 100%;
    height: auto;
}
.archive-box .feature_inner:after {
    content: "";
    display: block;
    width: 30%;
    max-width: 300px;
    height: 0;
}
.wp-pagenavi {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10000;
    position: relative;
}
.archive_item .wp-pagenavi a {
    background: #fff;
    color: #026ca2;
    padding: 3px 5px;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.archive_item .wp-pagenavi .nextpostslink,
.archive_item .wp-pagenavi .previouspostslink {
    background: transparent url(../images/pagenav-prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 30px;
    padding: 3px 10px;
    text-indent: -99999px;
}
.archive_item .wp-pagenavi .nextpostslink {
    background: transparent url(../images/pagenav-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    margin: 2px 8px;
}
.wp-pagenavi span.current {
    color: #fff;
    background: #026ca2;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.wp-pagenavi .pages {
    border: 1px solid #fff;
    order: 9999999;
    height: 32px;
    line-height: 26px;
}
.wp-pagenavi .nextpostslink {
    order: 9999999;
}
/* サイドバー */
#sidebar {
    width: 38%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 90px 25px;
}
#sidebar section *:not(th):not(td):not(caption) {
    text-align: left;
}
#sidebar h2 {
    color: #026ca2;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #026ca2;
}
#sidebar section a {
    color: #000;
}
#sidebar label {
    display: none;
}
#sidebar ul {
    margin-bottom: 40px;
}
#sidebar ul li {
    margin-bottom: 5px;
}
#sidebar ul li a {
    background: #f6f8fa;
    display: block;
    font-size: 18px;
    padding: 1rem;
}
#sidebar ul li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #026ca2;
    line-height: 1;
    padding: 3px 0 5px 0;
}
#sidebar .wp-block-archives-list {
    padding: 3px 0 5px 0;
}
#sidebar .wp-block-archives-list li {
    border-bottom: none;
}
#sidebar .wp-block-archives-list li a {
    padding: 0;
}
#calendar_wrap{
    padding-top:10px;
}
#wp-calendar{
    width: 100%;
    font-size:12px;
    padding-top: 10px;
}
#wp-calendar tr{
    display: flex;
    justify-content: flex-start;
}
#wp-calendar tr:first-of-type{
    justify-content: flex-end;
}
#wp-calendar th,
#wp-calendar td{
    display: block;
    width: calc(100% / 7);
    text-align: center;
    margin-bottom: 10px;
}
#wp-calendar td:last-of-type,
#wp-calendar th:last-of-type{
    color: red;
}
#wp-calendar td:last-of-type a {
    text-decoration: underline;
    color: red;
}
#wp-calendar td a{
    padding: 0;
    text-decoration: underline;
}
#wp-calendar tfoot tr{
    display: flex;
    justify-content: center;
}
#wp-calendar tfoot tr td{
    width: calc(100% / 3);
}
#wp-calendar #today a,
#wp-calendar #today{
    color: white;
    background-color:#026ca2;
    font-weight:bold;
    border-radius: 20px;
}
.wp-block-calendar {
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 25px;
}
.wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}
.feature_inner .wp-pagenavi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.archive .main_contents h1,
.feature .main_contents h1 {
    color: #026ca2;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}
.archive .main_contents h1 span,
.feature .main_contents h1 span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.archive_item h2 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.archive_item a {
    display: block;
    padding: 20px 20px 15px 20px;
}
.archive_item p {
    text-align: left;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    color: #000;
    width: 100%;
    height: 100%;
}
.archive_item p span, .archive_item .date span {
    font-weight: 400;
    font-size: 80%;
}
.archive_item div.date {
    width: 100%;
}
.archive_item div.date .archive_date {
    display: block;
    text-align: right;
    margin: auto auto 0 auto;
    width: 100%;
}
.archive_details {
    margin-bottom: 10px;
}
.archive_details p {
    margin-left: 4em;
}
.archive_details strong {
    display: inline-block;
    text-indent: -4em;
    padding-left: 4em;
    margin-left: -4em;
}
.archive_details a {
    color: #008040;
    display: inline-block;
}
.news-contents a {
    display: flex;
    justify-content: space-between;
    background: #f6f8fa;
    margin: 2rem 0;
}
.news-contents a .news_images img {
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.news-contents a .news_images {
    width: 20%;
    height: auto;
}
.news-contents a .news_text {
    width: 75%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.date {
    width: 100%;
}
/* 新着アイコン（3日間）*/
.archive_item p .entry-icon-new {
    /* width: 4em; */
    background: #046ca2;
    color: #fff;
    margin-right: 1rem;
    padding: 0 .95rem;
    line-height: 2;
    text-align: center;
    word-break: keep-all;
}
/* <自動出力されるぺージャータイトルを消す>Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.no-match {
    padding: 60px 0;
}

/* =============================================
  投稿ページ
============================================= */
/* 投稿共通 */
.single-box {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 25px;
    display: flex;
    justify-content: space-between;
}
.single .main_contents h1 {
    color: #026ca2;
    font-size: 36px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 40px;
}
.single .main_contents .news-box {
    width: 70%;
}
.single .main_contents .news-head h1 {
    text-align: left;font-weight: 600;
}
.single .main_contents .news-head p {
    text-align: right;
    font-size: 16px;
}
.single .main_contents .news-head .news_images {
    margin: 2rem 0;
}
.single .main_contents .news-head .news_images img {
    max-width: 100%;
    height: auto;
}
.single .main_contents .news-body * {
    text-align: left;
}
.single .main_contents .news-body {
    padding: 2rem 0;
}
.single .main_contents .news-body p:not(:last-child) {
    line-height: 1.6;
    padding-bottom: 1rem;
}
.single .main_contents .news-body a span {
    display: inline-block;
    padding-right: 1.8rem;
    position: relative;
    line-height: 1;
}
.single .main_contents .news-body a span:after {
    content: "";
    background: url(../images/link-icon.webp) no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.4rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
}
.single .main_contents .news-body small {
    font-size: 80%;
}

/* 施設のご案内 */
:root {
  --overlay-color: rgba(0,96,152,.3);
}
.reservation .multiply {
    background: var(--overlay-color);
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 1120px;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.reservation .mv-inner {
    text-align: center;
    margin: auto;
}
.reservation .background {
  background-position: center;
  background-size: contain;
  height: 840px;
  background-repeat: no-repeat;
}
.reservation .mv-inner p {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 48px;
    color: #fff;
    text-align: center;
}
.mv-nav-inner {
    max-width: 1050px;
    margin: auto;
}
.mv-nav-inner .nav-box {
    margin: 15px;
}
.mv-nav-inner .nav-box:hover {
    cursor: pointer;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
    opacity: .7;
}
.mv-nav-inner .nav-img {
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}
.mv-nav-inner .nav-box img {
    border-radius: 10px;
}
.mv-nav-inner .slick-list {
    max-width: 850px;
    margin: auto;
}
.mv-nav-inner .prev-arrow.slick-arrow,
.mv-nav-inner .next-arrow.slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 30px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.mv-nav-inner .prev-arrow.slick-arrow {
    left: 25px;
    top: 40%;
    background: url(../images/nav-prev.svg);
}
.mv-nav-inner .next-arrow.slick-arrow {
    right: 25px;
    top: 40%;
    background: url(../images/nav-next.svg);
}
.mv-nav-inner p {
    font-size: 18px;
    font-weight: 600;
}
.mv-nav-inner img {
    max-width: 100%;
}
.reservation-box:last-child {
    padding-bottom: 40px;
}
.reservation-box h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.reservation-box h1 span {
    background: #8fc31f;
    color: #fff;
    padding: 10px 15px;
    margin-right: 20px;
}
.reservation-box h2 {
    background: rgba(0,96,152,.1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 40px;
    margin: 20px 0;
}
.reservation-box h3 {
    font-size: 20px;
    color: #026ca2;
    font-weight: 600;
}
.reservation-title.btn {
    border-radius: 24px;
    margin-bottom: 40px;
}
.reservation-box a {
    color: #026ca2;
    font-weight: 600;
}
.reservation-title.btn a {
    color: #fff;
    font-size: 24px;
    padding: 24px;
    text-align: center;
}
.reservation-box p {
    margin: 10px 40px;
    text-align: left;
}
.reservation-box dl {
    padding: 10px 40px;
    border-bottom: 1px solid #026ca2;
    margin-bottom: 20px;
}
.reservation-box dl:last-of-type {
    border-bottom: none;
}
.reservation-box dt, .reservation-box dd {
    text-align: left;
    padding-bottom: 10px;
}
.reservation-box dt {
    font-size: 20px;
    font-weight: 600;
    color: #026ca2;
}
.reservation-box dd {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}
.reservation-box dd:before {
    content: "●";
    color: #026ca2;
}
.reservation-box table {
    width: 100%;
}
.reservation-box table td, .reservation-box table th {
    padding: 10px;
    border-bottom: 1px solid #026ca2;
    font-size: 16px;
}
.reservation-box table th {
    font-size: 20px;
    font-weight: 600;
    color: #026ca2;
}
.reservation-box iframe {
    margin: 20px 0 0 0;
    width: 100%;
}
.reservation-box .reservation-area {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
}
.reservation-box .circle-no {
    text-indent: 0;
    padding-left: 0;
}
.reservation-box .circle-no:before {
    content: none;
}
.reservation-box .exclusive {
    border-radius: 10px;
    margin: 30px 0;
    background: rgba(143,195,31,.1) url(../images/exclusive_icon.png);
    background-position: calc(100% - 40px) bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.reservation-box .exclusive p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 20px;
}
.reservation-box .exclusive p span {
    background: #8fc31f;
    color: #fff;
    padding: 7px 10px;
    margin-right: 20px;
    font-size: 20px;
}
.reservation-box .reservation-contact {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
/* feature */
.feature .single-box {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    padding-bottom: 125px;
}
.page .single-box {
    flex-direction: column;
}
.feature #sidebar {
    padding-top: 0;
}
.feature-box {
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
.feature-box > div:not(.btn) {
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
}
.feature-head h2 {
    font-size: 24px;
    font-weight: 600;
}
.feature-head {
    padding-top: 45px;
}
.feature-head p {
    font-size: 12px;
    padding-bottom: 15px;
    text-align: left;
}
.feature-head .feature_images {
    padding-bottom: 14px;
}
.feature-body {
    margin-bottom: 10px;
    padding-bottom: 45px;
}
.feature-body p {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.feature-foot {
    display: none; /* SNSボタンなど実装時に使用 */
}

/* =============================================
  固定ページ
============================================= */
.page .main_contents h1 {
    color: #026ca2;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.page .main_contents h1 span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.page-in h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
.page-in h2:not(:first-child) {
    margin-top: 15px;
}
.page-in h3 {
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    color: #026ca2;
    line-height: 1.6;
    margin-bottom: 15px;
}
.page p {
    text-align: left;
}
.page .content-body p {
    padding-bottom: 10px;
}
.page .page-in {
    padding: 45px 0;
}
.table-col table {
    margin: 1rem auto;
    border: 1px solid #000;
    width: 100%;
}
.table-col table th, .page table td {
  padding: 0.5rem;
  text-align: left;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-col table th {
    background: #026ca2;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
}
.page table tr:last-child th {
    border-bottom: 1px solid #000;
}
/* よくあるご質問 */
.archive .archive-box h2 {
    text-align: center;
    font-weight: 600;
}
.archive .archive-box .faq-outer h3 {
    padding: 10px 60px;
    background: #fff url(../images/faq-arrow-close.svg) calc(100% - 25px) center / 30px 14px no-repeat;
    font-size: 24px;
    text-indent: -1.5em;
}
.archive .archive-box .faq-outer h3.active {
    background: #fff url(../images/faq-arrow.svg) calc(100% - 25px) center / 30px 14px no-repeat;
}
.archive .archive-box .faq-box {
    margin-bottom: 20px;
    padding: 10px 40px;
}
.archive .archive-box .faq-box dt {
    font-size: 24px;
}
.archive .archive-box .faq-box dd:before {
    font-size: 20px;
}
/* 利用規約 */
.page .indent-tarms {
    padding-top: .5rem;
}
.page .page-in .indent-tarms h2 {
    color: #026ca2;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.page .indent-tarms p {
    font-size: 80%;
    padding-bottom: 0;
    text-align: justify;
}
.page .indent-tarms .sub_ttl {
    color: #026ca2;
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
}
.page .indent-tarms .indent1_5 {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.page .indent-tarms .indent2 {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-left: 1.7em;
}
.page .indent-tarms .last {
    padding-bottom: 1rem !important;
}
.page .indent-tarms .mar1 {
    margin-left: 1em;
}
/* お問い合わせ（contact form7） */
.wpcf7-form.sent .contact-form-outer {
    display:none;
}
.contact-form-outer {
    padding: 40px 0 0 0;
}
.page .content-body .contact-form-ttl p {
    margin: 4.25vw 0 3.67vw 0;
    background: #f6f8fa;
    padding: 0.25rem;
    font-weight: 600;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.page .content-body .contact-form-item p {
    padding-bottom: 1.83vw;
}
.required {
    padding: 0.25rem;
    background: #57b1d1;
    font-size: 72%;
    color: #fff;
    margin-left: 0.25rem;
}
.contact-form-outer .required {
    padding: 0 0.25rem;
}
.page .content-box .content-title {
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-layout-outer {
    margin: 15px 0;
}
.contact-layout-inner {
    margin-bottom: 15px;
}
.contact-layout-inner textarea, .contact-layout-inner input {
    border: 1px solid #808080;
}
.contact-layout-inner span, .contact-layout-inner label {
    display: block;
    text-align: left;
}
.contact-layout-inner .form-name{
    padding-bottom: 5px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    padding: 1rem;
    font-size: 22px;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-furigana"], .wpcf7 input[name="your-tel"] {
    width: 50%;
}
.wpcf7 input[name="your-email"], .wpcf7 input[name="your-email_confirm"], .wpcf7 input[name="your-address"] {
    width: 100%;
}
.wpcf7 input[name="your-subject"] {
    width: 55%;
}
.wpcf7 textarea[name="your-message"] {
    width: 100%;
}
.form-submit {
    padding-top: 10px;
}
.wpcf7-validates-as-required.number {
    width: 20%;
}
.form-submit input[type="submit"] {
    padding: 5px 40px;
    background: #026ca2;
    border: 1px solid #026ca2;
    color: #fff;
    font-weight: 600;
}
.form-submit input[type="submit"]:active {
    background: #fff;
    border: 1px solid #026ca2;
    color: #026ca2;
}
.form-submit .wpcf7-spinner {
    display: block;
    margin: auto;
    padding-top: 25px;
}
.form-submit p {
  text-align: center;
}
.form-submit .wpcf7-not-valid-tip {
    font-size: 13px;
    padding-top: 3px;
}
.page .content-body .policy-check {
    padding: 25px;
    margin: 25px 0;
    background: #f6f8fa;
    text-align: center;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: .3;
    transition: border 0.2s ease-out;
}
.wpcf7-required-attention.active {
  display: block;
}
.wpcf7-required-attention {
  display: none;
}
.external {
  display: inline-block;
  padding-right: 1.5rem;
  position: relative;
}
.external:after {
  content: "";
  background: url(../images/link-icon.webp) no-repeat;
  background-position: center;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  position: absolute;
  z-index: 10000;
  display: block;
  right: 0.25rem;
  top: -0.5rem;
  line-height: 1rem;
}
/* チェックボックス・ラジオボタン デザイン */
/* 初期化 */
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  cursor: pointer;
}
/* チェックボックスの独自調整 */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block; 
  position: absolute;
  line-height: 1;
}
input[type="checkbox"]::before {
  border-radius: 4px !important;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #858585;
  width: 20px;/*チェックボックスの横幅*/
  height: 20px;/*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  line-height: 1;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #026ca2;/*チェックの太さ*/
  border-left: 3px solid #026ca2;/*チェックの太さ*/
  opacity: 0;/*チェック前は非表示*/
  height: 6px;/*チェックの高さ*/
  width: 11px;/*チェックの横幅*/
  transform: rotate(-45deg);
  top: -2px;/*チェック時の位置調整*/
  bottom: 0;
  left: 10px;/*チェック時の位置調整*/
  line-height: 1;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  opacity: 1;/*チェック後表示*/
}
/* ラジオボタンの独自調整 */
input[type="radio"] {
  width: 20px;/*radioボタンの横幅*/
  height: 20px;/*radioボタンの縦幅*/
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
}
input[type="radio"]::before, input[type="radio"]::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"]::before {
  background-color: #fff;
  border: 1px solid #808080;
  height: 20px;/*radioボタンの横幅*/
  width: 20px;/*radioボタンの縦幅*/
  left: 0px;
}
input[type="radio"]::after {
  background-color: #57b1d1;
  opacity: 0;/*チェックされてないradioボタンは非表示*/
  height: 14px;/*radioボタンチェック時の中点の高さ*/
  width: 14px;/*radioボタンチェック時の中点の横幅*/
  left: 4px;/*radioボタンチェック時の中点の位置*/
}
input[type="radio"]:checked::after {
  opacity: 1;/*チェックされたradioボタンは表示*/
}
.wpcf7 hr {
  border: none;
  height: 1px;
  background: #57b1d1;
  margin: 25px 0;
}
.wpcf7-radio {
  display: block;
  text-align: left;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label {
  line-height: 0;
}
.wpcf7-list-item.last {
  margin-left: 2rem;
}
.form-parts {
  text-align: left;
}

/* =============================================
  404
============================================= */
.error404 h1, .error404 p {
    text-align: left;
}
.error404 h1 {
    color: #026ca2;
    font-size: 24px;
    font-weight: 600;
}
.error404 p {
    font-size: 16px;
    padding-bottom: 15px;
}

/* =============================================
  フッター
============================================= */
#footer {
    background: #e4e8eb;
    color: #000;
    font-size: 14px;
    position: relative;
}
/* #footer:before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: -1;
    background: url(../images/foot_icon.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 183px;
    left: 0;
    top: -183px;
    width: 100%;
}
.reservation #footer:before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: -1;
    background: url(../images/foot_icon_reservation.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 175px;
    left: 0;
    top: -175px;
    width: 100%;
}
.archive #footer:before,
.feature #footer:before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: -1;
    background: url(../images/feature_bg.png);
    background-position: 43% bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 162px;
    left: 0;
    top: -162px;
    width: 100%;
} */
#footer p a {
    color: #000;
    background-image: url(../images/f-list-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 2rem;
    position: relative;
}
#footer p .blnk-link:after {
    content: "";
    background: url(../images/link-icon-bk.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: .8rem;
    height: .7rem;
    position: absolute;
    right: -1rem;
    top: 0;
    z-index: 10000;
}
#footer small {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}
#footer .box-outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
    padding: 35px 25px;
}
#footer .box-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .box-inner:first-child {
    text-align: left;
    display: none;
}
#footer .box-inner:last-child {
    text-align: right;
    max-width: 1050px;
    margin: auto;
}
#footer .box-inner p {
    line-height: 2;
    width: calc(50% - 2rem);
    text-align: center;
}
#footer .box-inner .f_instagram a {
    display: inline-block;
    vertical-align: middle;
}
#footer .box-inner .f_instagram {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0 1rem 0;
}
#footer .box-inner:last-child small a {
    color: #000;
}
/* サイドバナー固定 */
.floatBanner {
  position: fixed;
  right: 0;
  bottom: 1rem;
  width: 515px;
  background: #026ca2;
  border-radius: 10px 0 0 10px;
  max-width: 50%;
  /*filter: drop-shadow(4px 4px 4px rgba(0,0,0,.16)); */
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease;
  padding: 0 15px 10px 15px;
}
.floatBanner p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.floatBanner img {
  display: block;
  max-width: 100%;
  height: auto;
}
span.circle-x {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 24px;
  background-color: #222;
  border-radius: 100%;
  cursor: pointer;
  width: 24px;
}
.floatBanner.hidden {
  opacity: 0;
  visibility: hidden;
}
/* ページTOPへ戻るボタン */
#gotop {
    max-width: 1050px;
    margin: auto;
    position: relative;
}
#gotop a {
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 180px;
    color: #000;
    width: 70px;
    height: 70px;
    text-indent: -99999px;
    opacity: .5;
    z-index: 1;
}
@media screen and ( min-width:1200px) {
  .home .main_contents section .feature_details, .col2, .col3, .panel, .home .main_contents section .faq_details, .signup .btn {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and ( max-width:1199px) {
  .home .main_contents section .feature_details, .col2, .col3, .panel, .home .main_contents section .faq_details, .signup .btn {
    max-width: 100%;
  }
}
@media screen and ( min-width:1120px) {
  .reservation .background {
    background-position: center;
    background-size: cover;
    background-size: contain;
    height: 840px;
    width: 1120px;
    margin: auto;
  }
}

@media screen and ( max-width:1119px) {
  /* =============================================
    小サイズPC：投稿ページ（スライダー画像調整）
  ============================================= */
  .reservation .background {
    padding-top: 75%;
    height: auto;
  }
}

@media screen and ( max-width:1050px) {
  /* =============================================
    タブレット用以下：共通
  ============================================= */
  .sp_block {
    display: none;
  }
  .pc_block {
    display: block;
  }
  .home .main_contents h2 {
    font-size: calc(33px - 24%);
  }
  .home .main_contents h2 span {
    /* font-size: 15.2px; %指定すると親の指定と2重で調整されるのでpxで指定 */
    font-size: 82%;
  }
  /* =============================================
    タブレット用以下：ヘッダー
  ============================================= */
  #header .box-outer h1 {
    max-width: 100%;
    width: 110px;
  }
  #header .box-outer h1 a img {
    max-width: 100%;
  }
  #header .global-navi ul li {
    font-size: 13px;
  }
  #header .global-navi ul li {
      padding: 0 .6rem;
  }
  #header .global-navi ul .instagram {
    margin-right: .6rem;
  }
  #header .box-outer {
    padding-left: 15px;
  }
  #header .global-navi .sub-menu {
    left: auto;
  }
  /* =============================================
    タブレット用以下：メインエリア
  ============================================= */
  /* パンくずリスト・トピックパス */
  .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb-outer {
    /* margin-top: 110px; SP用にheaderへ高さを持たせたいとき*/
  }

  /* =============================================
    タブレット用以下：トップ
  ============================================= */
  /* メインビジュアル */
  .mv-outer .mv-title {
    font-size: 55px;
  }
  /* TOP:concept */
  .concept_details h1 {
    font-size: calc(30px - 24%);
  }
  .modelcase-images img:nth-child(2n) {
    width: 10%;
  }
  .modelcase-images img {
    width: 40%;
  }
  .top-intro-txt p {
  }
  .modelcase-title {
    font-size: calc(24px - 24%);
    line-height: calc(40px - 24%);
  }
  .modelcase-outer {
    /* padding: 0; */
  }
  .modelcase-inner {
    max-width: 31.5%;
    width: auto;
    padding: 0 0 8vw 0;
  }
  .modelcase-inner .case-no span {
    font-size: calc(50px - 24%);
  }
  .modelcase-inner .case-catch img {
    width: 12.54px;
  }
  /* TOP:feature */
  .feature-contents {
    max-width: 31.5%;
  }
  .feature_text {
    font-size: calc(16px - 24%);
  }
  .feature_images img {
    min-width: auto;
    min-height: auto;
  }
  .feature_text p span {
    font-size:  calc(12px - 24%);;
  }
  #howto-existing .circle, #howto-matomail .circle {
    width: 48%;
  }
  #howto-existing .circle:nth-child(4) .circle-image:before, #howto-matomail .circle:nth-child(4) .circle-image:before {
    background-image: none;
  }
  /* TOP:RESERVATION */
  #reservation:before {
    background-size: contain;
    height: 212.8px;
    left: auto;
    right: 30px;
    width: 212.8px;
  }
  .home .main_contents section .sub_catch {
    font-size: calc(18px - 24%);
  }
  .reservation-contents, .reservation-contents:nth-child(odd) {
    flex-direction: column;
    max-height: 100%;
  }
  .reservation-contents:first-of-type:before {
    background-size: contain;
    width: 86.64px;
    height: 95px;
  }
  .reservation_images, .reservation_text {
    width: 100%;
  }
  .reservation_text h3 {
    font-size: calc(24px - 24%);
  }
  .reservation_text .type, .reservation_text .max {
    font-size: calc(20px - 24%);
  }
  .reservation_text .type span, .reservation_text .max span {
    font-size: calc(14px - 24%);
  }
  .reservation_text .btn.more {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
  }
  .reservation_images_soon {
    padding: 25px 0 0 0;
  }
  /* TOP:FAQ */
  .home .main_contents .faq_details h2 {
    color: #026ca2;
    font-size: 10vw;
    letter-spacing: 0.06em;
  }
  .home .main_contents .faq_details h2 span {
    font-size: 4.33vw;
    margin-top: 3.83vw;
    letter-spacing: .073vw;
  }
  .faq-outer h3 {
    background: #fff url(../images/faq-arrow-close.svg) calc(100% - 40px) center / 22.8px 10.64px no-repeat;
    font-size: calc(24px - 24%);
  }
  .faq-outer h3.active {
    background: #fff url(../images/faq-arrow.svg) calc(100% - 40px) center / 22.8px 10.64px no-repeat;
  }
  .faq-outer:nth-of-type(2n):before {
    height: 91.2px;
    background-size: contain;
    left: -40px;
    width: 114px;
  }
  .faq-outer:nth-of-type(2n):after {
    background-size: contain;
    width: 91.2px;
    height: 121.6px;
    right: 35px;
  }
  .faq-box dt, .faq-box dd:before {
    font-size:  calc(20px - 24%);
  }
  .faq-box dd {
    font-size:  calc(16px - 24%);
  }
  /* TOP:ACCESS */
  .signup_details h3,
  .access-method dt {
    font-size: calc(24px - 24%);
  }
  .access-method dd {
    font-size: calc(19px - 24%);
  }
  .signup_details h3 span,
  .access-method dt span {
    font-size: 86%;
  }
  /* =============================================
    タブレット用以下：アーカイブページ
  ============================================= */
  /* サイドバー */
  #sidebar {
    padding-right: 0;
  }
  .wp-block-calendar {
    padding: 10px;
  }
  #wp-calendar th, #wp-calendar td {
    font-size: 12px;
  }
  /* =============================================
    タブレット用以下：投稿ページ
  ============================================= */
  .content-box {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
  }
  .reservation .background {
    background-size: cover;
  }
  .single .main_contents h1 {
    font-weight: 600;
    padding-bottom: 4.5vw;
  }
  /* =============================================
    タブレット用以下：固定ページ
  ============================================= */
  .page .content-body p {
    padding-bottom: 10px;
  }
  .page .page-in {
    padding: 45px 0;
  }
  /* 利用規約 */
  .page .content-body .indent-tarms p {
    padding-bottom: 0;
  }

  /* =============================================
    タブレット用以下：404
  ============================================= */
  .error404 h1 {
    font-size: calc(24px - 24%);
  }
  .error404 p {
    font-size: calc(16px - 24%);
    padding-bottom: calc(15px - 24%);
  }

  /* =============================================
    タブレット用以下：フッター
  ============================================= */
  #gotop a {
    background-size: calc(70px - 24%);
    right: 25px;
    bottom: calc(180px - 2%);
    width: 60px;
    height: 60px;
  }
  #footer, #footer small {
    font-size: 12px;
  }
}

@media screen and ( max-width:840px) {
  /* ヘッダー */
  #header .global-navi ul li {
    width: 62px;
	 padding: 0;
  }
  #header .global-navi ul li:not(.new-member):not(.member-login) {
    margin: 0 5px;
  }
}

@media screen and ( max-width:767px) {
  /* ヘッダー */
  #header .global-navi ul li {
    width: 50px;
  }
  #header .global-navi ul li:not(.new-member):not(.member-login) {
    margin: 0 3px;
  }
  #header .global-navi ul .instagram {
    width: 35px;
  }
  #header .global-navi ul .instagram img {
    width: 25px;
  }
  #header .global-navi ul li:not(.new-member):not(.member-login) {
    font-size: 12px;
  }
  #header .box-outer .member-login, #header .box-outer .new-member {
    width: 75px;
  }
  #header .box-outer .member-login a span, #header .box-outer .new-member a span {
    font-size: 13px;
  }
  /* =============================================
  サイドバー：フレックス解除
  ============================================= */
  .single-box, .category-news .archive-box, .archive.date .archive-box, .page .single-box {
    flex-direction: column;
    padding: 50px 25px;
  }
  .archive_item, .single .main_contents .news-box, #sidebar {
    width: 100%;
  }
  .single .main_contents .news-box {
    padding-bottom: 2rem;
  }
  #sidebar {
    padding-left: 0;
    padding-bottom: 0;
  }
  .archive_item p .entry-icon-new {
    display: block;
    line-height: 2;
    margin-bottom: 0.25rem;
  }
}

@media screen and ( min-width:601px) {
  .fix_bnr {
    display: none;
  }
  .box-bnr {
    display: block;
  }
}
@media screen and ( max-width:600px) {
  /* =============================================
    スマホ用以下：共通
  ============================================= */
  .main_contents {
    margin-top: 13.333333333333332vw;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  /* =============================================
    スマホ用以下：ヘッダー
  ============================================= */
  #header, #header .box-outer {
    background: #fff;
    flex-direction: column;
    width: 100%;
    height: 13.333333333333332vw;
    z-index: 100000;
  }
  #header .box-outer {
    padding: 2vw 3.333333333333333vw;
    justify-content: center;
    position: relative;
  }
  #header .box-outer h1 {
    width: 32vw;
  }
  #header .box-outer h1 img {
    width: 100%;
  }
  /* SP用ドロアーメニュー
  hamburger(ハンバーガーアイコン)
  =================================== */
  .hamburger {
    position: absolute;
    right: 6.666666666666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.333333333333333vw;
    height: 5vw;
    cursor: pointer;
    z-index: 100000;
  }
  .hamburger__line {
    position: absolute;
    width: 5.333333333333333vw;
    height: 0.4vw;
    right: 0;
    background-color: #026ca2;
    transition: all 0.5s;
  }
  .hamburger__line--1 {
    top: 1px;
  }
  .hamburger__line--2 {
    top: 9px;
  }
  .hamburger__line--3 {
    top: 17px;
  }
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 2.466666666666667vw;
  }
  .open .hamburger__line--2 {
    opacity: 0;
  }
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 2.466666666666667vw;
  }
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
    width: 60%; /* 出てくるスライドメニューの幅 */
    height: 100%;
    background-color: #f5f5f5;
    transition: all 0.5s;
    z-index: 1000;
    overflow-y: auto;
  }
  .sp-nav .menu li a {
    color: #000;
    display: block;
    font-weight: 600;
    height: 13.74vw;
    line-height: 13.74vw;
    text-decoration: none;
    position: relative;
    text-align: left;
    padding: 0 10%;
  }
  .sp-nav .menu li {
    border-bottom: 1px solid #fff;
    background-color: #cce2ec;
  }
  .sp-nav .menu li:last-child {
    border-bottom: none;
  }
  .sub-menu li a {
    background: #f5f5f5;
  }
  .sp-nav .sub-menu li a:before {
    content: "";
    background-image: url(../images/sp-list-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 11px;
    height: 20px;
    position: absolute;
    right: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sp-nav .menu .instagram {
    background: none;
    border: none;
  }
  .sp-nav .menu .instagram a {
    text-align: center;
  }
  .sp-nav .menu li.new-member, .sp-nav .menu li.member-login {
    height: 90px;
    line-height: 1.4;
    width: 95px;
    padding: 0;
    border: none;
    border-radius: 5px;
  }
  .sp-nav .menu li.new-member a, .sp-nav .menu li.member-login a {
    height: 100%;
    width: 100%;
    line-height: 1.4;
    margin: auto;
    display: flex;
    text-align: center;
    padding: 0;
  }
  /* .member-login a span {
    display: inline-block;
    padding-right: 1.25rem;
    position: relative;
  }
  .member-login a span:after {
    content: "";
    background: url(../images/link-icon.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: 1rem;
    height: .9rem;
    position: absolute;
    right: 0rem;
    top: 1.15rem !important;
    z-index: 1;
    z-index: 10000;
    display: block;
  } */
  /*ハンバーガーがクリックされたら上からスライド*/
  .open .sp-nav {
    top: 13.333333333333332vw;
    right: 0;
  }
  .open .sp-nav .menu {
    position: relative;
    top: 0;
  }
  .new-member, .member-login {
    position: absolute;
    top: -104px;
  }
  .member-login {
    right: 5%;
  }
  .new-member {
    left: 5%;
  }
  .sp-nav .menu li.new-member {
    background: #e9e534;
  }
  .sp-nav .menu li.new-member a span {
    color: #026ca2;
  }
  .sp-nav .menu li.member-login {
    background: #026ca2;
  }
  .sp-nav .menu li.member-login a span {
    color: #fff;
  }
  .sp-nav .menu li.new-member a, .sp-nav .menu li.member-login a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .sp-nav .menu li.new-member a span, .sp-nav .menu li.member-login a span {
    position: relative;
    line-height: 1.2;
  }
  .sp-nav .menu li.new-member a span:after, .sp-nav .menu li.member-login a span:after {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 5px;
    padding-top: 5px;
  }
  .new-member a span:after {
    background-image: url(../images/header_menu_new.png);
    width: 20px;
    height: 20px;
  }
  .member-login a span:after {
    background-image: url(../images/header_menu_login.png);
    width: 23px;
    height: 23px;
  }



  .menu-item-has-children > a:after, .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 25px;
    height: 2px;
    background: #026ca2;
    transition: .2s;
  }
  .menu-item-has-children > a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .menu-item-has-children > a.open:before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .menu-item-has-children > a.open:after{
    background: transparent;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  ul.sub-menu {
    position: relative;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  li ul.sub-menu li {
    width: 100%;
  }



  /* black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }

  /* =============================================
    スマホ用以下：トップ
  ============================================= */
  /* TOP共通 */
  .home .main_contents section,
  .home .main_contents #howto-existing,
  .home .main_contents #howto-matomail,
  .archive .main_contents section,
  .archive .main_contents .faq-outer .postname {
    margin-top: -13vw;
    padding-top: 13vw;
  }
  .home .main_contents section .box {
    padding: 18.75vw 5.208333333333333vw;
  }
  .feature_details.box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .home .main_contents h2 {
    font-size: 5.5vw;
    margin-bottom: 8.25vw;
  }
  .home .main_contents h2 span {
    font-size: 5vw; /* 30px */
    margin-top: 4.5vw;
  }
  .home .main_contents #store h2 {
    padding-top: 22.5vw;
  }
  /* メインビジュアル */
  .mv-outer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mv-outer:after {
    background-size: cover;
    height: 3.666667vw;
    bottom: -1px;
  }
  .mv-inner {
    width: 100%;
    padding-top: 100%;
  }
  .mv-outer img {
    /* display: none; */
  }
  .mv-outer .mv-title {
    font-size: 11vw;
  }
  .mv-title span {
    padding: 2.666666666666667vw 0;
  }
  .mv-title span:first-child {
    font-size: 4.67vw;
  }
  .mv-title span:last-child {
    font-size: 5.5vw;
  }
  .mv-title img {
    width: 100%;
  }
  /* TOP: 受け取り方*/
  #about-existing .box, #about-matomail .box {
    padding-top: 5.208333333333333vw;
    padding-bottom: 5.208333333333333vw;
  }
  #about-existing h2, #about-matomail h2 {
    padding: 3.33vw 0;
    margin-bottom: 3.33vw;
  }
  .receive-image {
    padding-bottom: 8.33vw;
  }
  .receive-image:last-of-type, .receive-image:last-of-type img {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .receive-image img {
    max-width: 100%;
    margin-bottom: 3.33vw;
    width: 100%;
  }
  #about-existing .btn, #about-matomail .btn {
    margin-top: 3.33vw;
  }
  #about-existing .btn, #about-existing .btn a,
  #about-matomail .btn, #about-matomail .btn a {
    font-size: 4.45vw;
  }
    /* TOP:bnr area  & archive area */
  .box-bnr, .box-bnr-archive {
    display: none;
  }
  .box-bnr.bnr-block {
    display: block;
    padding-bottom: 9.375vw;
  }
  .box-bnr.bnr-block img {
    width: 100%;
    max-width: 100%;
  }
  /* TOP:concept */
  #concept {
    background: url(../images/sp_concept_bg.png), url(../images/sp_concept.png);
    background-position: center 115px, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-bottom: 12vh;
  }
  .home .main_contents section .concept_details {
    padding-top: 18.75vw;
  }
  .concept_details:before {
    content: none;
  }
  .concept_details h1 {
    font-size: 5.5vw;
    padding-bottom: 5.5vw;
  }
  .modelcase-images {
    padding: 4.5vw 0;
  }
  .top-intro-txt p {
    padding-bottom: 7.32vw;
  }
  .modelcase-title {
    font-size: 4.5vw;
    line-height: 1;
    padding-top: 12.5vw;
  }
  .modelcase-outer {
    flex-direction: column;
    padding: 2.3vw 0 0 0;
  }
  .modelcase-inner {
    max-width: 100%;
    width: auto;
    padding: 6vw 0;
  }
  .modelcase-inner:last-child, .modelcase-inner:last-child .btn {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .modelcase-inner .case-image {
    padding: 8.33vw 0 3.66vw 0;
  }
  .modelcase-inner .case-image img {
    width: 100%;
    height: auto;
  }
  .modelcase-inner .case-no span {
    font-size: 10vw;
  }
  .modelcase-inner .case-catch {
    /* margin-bottom: 10vw; */
    font-size: 100%;
  }
  .modelcase-inner:last-child .case-catch {
    margin-bottom: 0;
  }
  .modelcase-inner .case-catch span {
    font-size: 4.33vw;
  }
  .modelcase-inner .case-catch p small {
    font-size: 2.17vw;
    text-align: center;
  }
  .modelcase-inner .case-catch img {
    width: 4.4375vw;
  }
  #store .col_outer {
    padding-bottom: 3.6vw;
  }
  .access_info iframe {
    margin-bottom: 14.68vw;
  }
  .access_info h3 span {
    font-size: 5.1vw;
  }
  .access_info h3 a {
    font-size: 3.33vw;
  }
  .access_info .col-in-text {
    font-size: 4.1vw;
  }
  .access_info p {
    font-size: 3.6vw;
  }
  .access_info .slick-prev:before, .access_info .slick-next:before {
    font-size: 16px;
  }
  .shop-infor {
    width: 100%;
  }
  /* TOP:利用者の声 */
  .home .main_contents .voice {
    margin-bottom: 6.67vw;
  }
  .home .main_contents .voice-title {
    font-size: 5.5vw;
    padding: 5.17vw 0 8.67vw 0;
    background-position: top;
    background-size: 100%;
  }
  .home .main_contents .voice-title span {
    margin: 0 0 2.5vw 0;
  }
  .voice .voice-outer {
    margin-bottom: 3.33vw;
    padding: 5.83vw;
    max-width: 100%;
    margin: 3.33vw auto;
  }
  .voice .voice-icon {
    width: 27%;
  }
  .voice dl {
    width: 70%;
  }
  .voice dt {
    font-size: 3.67vw;
    padding-bottom: 1.67vw;
    margin-bottom: 3.33vw;
  }
  .read-btn {
    bottom: -6.67vw;
    width: 40%;
    font-size: 4.45vw;
    border-radius: 6.67vw;
    padding: 3.33vw;
  }
  .read__content {
    height: 125.67vw;
  }
  .read__content::before {
    height: 33.33vw;
  }
  .read-btn.open {
    bottom: 0;
  }
  /* TOP:feature */
  .feature_inner {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 8.333333333333333vw 0 4.166666666666667vw 0;
    margin-bottom: 0;
  }
  .feature-contents {
    max-width: 100%;
    margin-bottom: 6.25vw;
  }
  .feature-contents:last-of-type {
    margin-bottom: 0;
  }
  .feature-contents a {
    display: block;
    padding: 6.25vw 6.25vw 5.208333333333333vw 6.25vw;
  }
  .feature_images {
    padding-bottom: 2.083333333333333vw;
  }
  .feature_images img {
    min-width: auto;
    min-height: auto;
  }
  .feature_text {
    font-size: 3.333333333333333vw;
  }
  .feature_text p span {
    font-size: 2.5vw;
  }
  /* TOP:RESERVATION */
  #reservation {
    background: url(../images/sp_reservation_head_bg.png), url(../images/sp_reservation_foot_bg.png);
    background-position: center 100px, center bottom;
    background-size: 77%, contain;
    background-repeat: no-repeat, no-repeat;
  }
  #reservation:before {
    height: 30.333333vw;
    left: 0;
    right: 0;
    width: 30.333333vw;
    margin: auto;
    top: -5px;
  }
  .home .main_contents section .reservation_details {
    padding-top: 22.75vw;
  }
  .home .main_contents section .sub_catch {
    font-size: 4.333vw;
    padding-top: 0;
    padding-bottom: 4.333vw;
  }
  .reservation_inner {
    /* padding-bottom: 16.666666666666667vw; */
    padding: 8.666667vw 0 16.666666666666667vw 0;
  }
  .reservation-contents {
    margin: 6.25vw 0;
  }
  .reservation-contents:first-of-type:before {
    width: 18.05vw;
    height: 19.791666666666668vw;
    left: 2.083333333333333vw;
    top: -16vw;
  }
  .reservation-contents.soon {
    align-items: center;
    flex-direction: row;
  }
  .reservation_images_soon {
    padding: 5.208333333333333vw 0 5.208333333333333vw 5.208333333333333vw;
    width: 30%;
  }
  .reservation_images_soon img {
    width: 100%;
  }
  .reservation_images_soon + .reservation_text {
    padding: 5.208333333333333vw 5.208333333333333vw;
    width: 70%;
  }
  .reservation_images_soon + .reservation_text h3 {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .reservation_text {
    padding: 5.208333333333333vw 8.333333333333333vw;
    position: relative;
  }
  .reservation_text h3 {
    font-size: 4.4vw;
    margin-bottom: 1.041666666666667vw; /* 5px */
  }
  .reservation_text h3 .place {
    padding: 1.666666666666667vw 3.125vw; /* 8px 15px */
    margin-right: 2.083333333333333vw; /* 10px */
    margin-bottom: 1.041666666666667vw;
  }
  .reservation_text h3 .completed {
    font-size: 85%;
  }
  .reservation_text .type, .reservation_text .max {
    font-size: 3.566666666666667vw;
    margin-bottom: 1.666666666666667vw;
  }
  .reservation_text .type span, .reservation_text .max span {
    font-size: 2.916666666666667vw;
    line-height: 3.75vw;
  }
  .reservation_images_soon + .reservation_text h3 span {
    display: table;
  }
  .reservation_text .reservation_info {
    font-size: 100%;
    line-height: 2;
    padding: 0;
  }
  .reservation_text .btn.more {
    width: 50vw;
  }
  /* TOP:HOW TO 受け取り方 */
  .left a, .right a {
    background-size: 3.66vw auto;
    padding-bottom: 6vw;
    padding-left: 0;
    padding-right: 0;
  }
  .left p, .right p {
    font-size: 4.33vw;
  }
  .left img.existing, .right img.matomail {
    height: 8.333vw;
    margin: auto auto 3vw auto;
  }
  #howto-existing dt, #howto-matomail dt {
    font-size: 5vw;
    padding: 2.8vw;
  }
  #howto-existing dt img, #howto-matomail dt img {
    height: 7.33vw;
    margin-right: 3.67vw;
  }
  #howto-existing dd, #howto-matomail dd {
    padding: 3.8vw;
    font-size: 4.33vw;
  }
  #howto-existing .circle:after, #howto-matomail .circle:after {
    content: "";
    background-position: center 95%;
    background-repeat: no-repeat;
    background-size: 11.66vw auto;
    height: 4.166vw;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }
  #howto-existing .circle:after {
    background-image: url(../images/arrow-contents01.svg);
  }
  #howto-matomail .circle:after {
    background-image: url(../images/arrow-contents02.svg);
  }
  .circle-image:after, #howto-existing .circle:last-child:after, #howto-matomail .circle:last-child:after {
    content: none;
  }
  #howto-matomail .col-in.circle:nth-child(5):after,
  #howto-existing .col-in.circle:nth-child(5):after {
      background-image: none;
      content: none;
  }
  .step {
    height: 16.67vw;
    width: 16.67vw;
    border-radius: 16.67vw;
    left: 2.54vw;
    padding: 1.67vw;
    font-size: 2.54vw;
  }
  .step span {
    padding: 3.67vw 0;
  }
  .step span b {
    font-size: 6.36vw;
  }
  .col-in-text {
    font-size: 4.33vw;
    padding: 4.33vw 0;
  }
  .col-in-text small {
    font-size: 2.83vw;
    padding-top: 1.415vw;
  }
  .col-in-text table th {
    min-width: 5rem;
  }
  #howto-existing .circle, #howto-matomail .circle {
    width: 100%;
  }
  #howto-existing .circle:nth-child(4) .circle-image:before, #howto-matomail .circle:nth-child(4) .circle-image:before {
    content: none;
  }
  #howto-matomail .howto-info h3, #howto-existing .howto-info h3 {
    padding: 1.67vw;
    font-size: 4.33vw;
  }
  .col-in-text.howto-info {
    padding: 6vw 0 0 0;
  }
  .howto-info h3 img {
    width: 4.67vw;
    margin-right: 1.67vw;
  }
  .col-in-text.howto-info .in {
    margin: 1.67vw 0;
    padding: 6.67vw 3.33vw;
  }
  .col-in-text.howto-info .in + .in {
    margin-top: 3.33vw;
    margin-bottom: 0;
  }
  #howto-existing .col-in-text table, #howto-matomail .col-in-text table {
    width: 82%;
  }
  #howto-existing .col-in-text table caption, #howto-matomail .col-in-text table caption {
    font-size: 3.625vw;
    padding: 1.67vw;
  }
  .col-in-text table th, .col-in-text table td {
    border: 4px solid;
  }
  .howto-info .in a {
    font-size: 2.83vw;
    padding: 3.33vw 6.67vw;
  }
  /* TOP:STORE */
  #store-setagaya, #store-asahikawa {
    margin-top: -13.25vw;
    padding-top: 13.25vw;
  }
  /* TOP:FAQ */
  .faq-outer {
    padding: 5.208333333333333vw 0 0 0;
    margin-top: 4.166666666666667vw;
  }
  .faq-outer h3 {
    padding: 2.083333333333333vw 7.733333vw 2.083333333333333vw 8.733333vw;
    background: #fff url(../images/faq-arrow-close.svg) calc(100% - 2.5vw) center / 4.75vw 2.216666666666667vw no-repeat;
    font-size: 5vw;
    margin-bottom: 4.166666666666667vw;
  }
  .faq-outer h3.active {
    background: #fff url(../images/faq-arrow.svg) calc(100% - 2.5vw) center / 4.75vw 2.216666666666667vw no-repeat;
  }
  .faq-outer:nth-of-type(2n):before {
    height: 19vw;
    left: -8.333333333333332vw;
    width: 23.75vw;
    top: -8.333333333333332vw;
  }
  .faq-outer:nth-of-type(2n):after {
    width: 14.2vw;
    height: 22vw;
    right: 15.291667vw;
  }
  .faq-box {
    margin-bottom: 4.166666666666667vw;
    padding: 2.083333333333333vw 8.333333333333333vw;
  }
  .faq-box dt {
    margin-bottom: 1.041666666666667vw;
    padding-left: 6.25vw;
    text-indent: -6.25vw;
  }
  .faq-box dt, .faq-box dd:before {
    font-size: 4.166666666666667vw;
    padding-right: 1.041666666666667vw;
  }
  .faq-box dd {
    font-size: 3.333333333333333vw; /* 16px */
    margin-bottom: 4.166666666666667vw;
    padding-left: calc(4.166667vw + 1.041666666666667vw);
    text-indent: calc(-4.166666666666667vw + -1.041666666666667vw);
  }
  /* TOP:ACCESS */
  .access-map {
    padding: 9.375vw 0 0 0;
  }
  .access-map iframe {
    height: 50vh;
  }
  .access-method {
    flex-direction: column;
    padding-top: 4.166666666666667vw;
  }
  .access-method dl {
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .access-method dt {
    margin-bottom: 4.166666666666667vw;
    padding: 1.666666666666667vw 4.166666666666667vw;
  }
  .access-method dd {
    font-size: 3.958333333333333vw; /* 19px */
  }
  .access-method .access-contact {
    display: block;
    font-size: 3.333333333333333vw;
  }
  /* Sine UP */
  .signup_details h3 {
    padding: 5.208333333333333vw 0 0 0;
  }
  .signup_details h3,
  .access-method dt {
    font-size: 5vw;
  }
  .signup .btn {
    width: calc(100% - 13.02vw);
  }
  .signup .btn a {
    font-size: 4.5vw;
    padding: 6.5vw;
  }
  .sub_catch + .col2:after {
    background-size: 11.66vw auto;
    height: 4.166vw;
    bottom: 4.166vw;
  }
  .sub_catch + .col2 {
    padding-bottom: 14.68vw;
  }
  .home .main_contents .signup .signup_ex_box {
    padding: 3.67vw;
    margin: 3.67vw 0 1.67vw 0;
  }
  .home .main_contents .signup .signup_ex_box p {
    font-size: 3.66vw;
  }
  .signup .circle-image {
    padding: 5.208333333333333vw;
  }
  .signup .col-in-text {
    font-size: 3.66vw;
    padding: 0 0 5.208333333333333vw 0;
    margin-top: -1.67vw;
  }
  /* =============================================
    スマホ用以下：お問い合わせ(contactform7
  ============================================= */
  .contact-form-outer {
    padding: 5.42vw 0 0 0;
  }
  .page .content-body .contact-form-ttl p {
    font-size: 4.25vw;
  }
  .form-submit .wpcf7-spinner {
    padding-top: 4.167vw;
  }
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    padding: 1.835vw 3.76vw;
    font-size: 3.67vw;
  }
  .wpcf7 select {
    height: 2.2rem;
  }
  .form-submit {
    padding-top: 6.667vw;
  }
  .form-submit input[type="submit"] {
    padding: 3.76vw 6.667vw;
    width: 65%;
    font-size: 120%;
  }
  .form-submit .wpcf7-not-valid-tip {
    font-size: 3.667vw;
    padding-top: 1.835vw;
  }
  .page .content-body .policy-check {
    padding: 4.25vw;
    margin: 4.25vw 0;
  }

  /* =============================================
    スマホ用以下：パンクズ
  ============================================= */
  .breadcrumb-outer {
    margin-top: 13.333333333333332vw;
  }

  /* =============================================
    スマホ用以下：カテゴリー/検索 一覧
  ============================================= */
  /* 施設の案内：reservation */
  .reservation .mv-outer:before {
    height: 13.333333333333332vw;
  }
  .home .main_contents section .feature_details {
    padding: 0;
  }
  .home .main_contents section .feature_details .modelcase-inner {
    padding: 0 0 8vw 0;
  }
  .home .main_contents section .feature_details .modelcase-inner:last-child {
    padding-bottom: 0;
  }
  .home .main_contents section#news .feature_details {
    padding: 18.75vw 5.208333333333333vw;
  }
  .home .main_contents #news ul {
    max-width: 100%;
    margin: 0;
  }
  .home .main_contents #news ul li a {
    font-size: 3.5vw;
    padding: 6.67vw 5vw;
    width: 100%;
  }
  .home .main_contents #news ul li .news-date,
  .home .main_contents #news ul li .news-title {
    width: 100%;
  }
  .home .main_contents #news ul li .news-date {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
  #news .btn.more {
    width: 30vw;
  }
  /* TOP:Youtube動画 */
  .youtube {
    margin-bottom: 12vw;
  }
  /* feature */
  .archive .box-outer {
    flex-direction: column;
    max-width: 100%;
  }
  .archive-box, .category-news .archive-box, .archive.date .archive-box {
    min-width: 100%;
    padding: 6.25vw 3.208333vw;
  }
  .archive-box .feature_inner .feature-contents {
    max-width: 100%;
    margin-bottom: 6.25vw;
  }
  .archive-box .feature_inner {
    padding: 0;
  }
  .archive-box .feature_inner:after {
    content: none;
  }
  .archive .main_contents h1,
  .feature .main_contents h1 {
    font-size: 5.5vw;
    font-weight: 600;
  }
  .archive .main_contents h1 span,
  .feature .main_contents h1 span {
    font-size: 4.166666666666667vw;
    margin-top: 2vw;
  }
  .archive_item h2 {
    font-size: 5vw;
    margin-bottom: 1.333333333333333vw;
  }
  .archive_item a {
    padding: 4.25vw 4.25vw 3.208333vw 4.25vw;
    margin: 1rem 0;
  }
  .archive_item p {
    padding-bottom: 0.625vw;
    line-height: 1.6;
    flex-direction: column;
  }
  .archive_details {
    margin-bottom: 1.333333333333333vw;
  }
  .news-contents a .news_images img {
    height: 100%;
    width: 100px;
    max-height: 100px;
  }
  .news-contents a .news_images {
    width: 32%;
  }
  .news-contents a .news_text {
    width: 63%;
  }
  /* ページャー */
  .wp-pagenavi {
    font-size: 3.333333333333333vw;
  }
  .archive_item .wp-pagenavi a {
    padding: 0.625vw 1.041666666666667vw;
    width: 6.25vw;
    height: 6.25vw;
    line-height: 5.416666666666667vw;
  }
  .archive_item .wp-pagenavi .nextpostslink,
  .archive_item .wp-pagenavi .previouspostslink {
    width: 2vw;
    height: 4vw;
    padding: 0.4vw 2.083333333333333vw;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0.416666666666667vw 1.666666666666667vw;
  }
  .wp-pagenavi span.current {
    width: 6.25vw;
    height: 6.25vw;
    line-height: 5.416666666666667vw;
  }
  .wp-pagenavi .pages {
    height: 6.666666666666667vw;
    line-height: 5.416666666666667vw;
  }
  /* サイドバー */
  #sidebar {
    min-width: 100%;
  }
  #sidebar h2 {
    font-size: 4.166666666666667vw;
    margin-bottom: 1.666666666666667vw;
    padding-bottom: 2.083333333333333vw;
  }
  #sidebar ul {
    margin-bottom: 5.333333333333333vw;
  }
  #sidebar ul li {
    margin-bottom: 0.666666666666667vw;
  }
  #sidebar ul li a {
    font-size: 2.916666666666667vw;
  }
  #sidebar ul li span {
    font-size: 2.5vw;
    padding: 0.4vw 0 1.041666666666667vw 0;
  }
  #sidebar .wp-block-archives-list {
    padding: 0.4vw 0 0.666666666666667vw 0;
  }
  #calendar_wrap{
    padding-top:1.333333333333333vw;
  }
  #wp-calendar{
    font-size: 2.5vw;
    padding-top: 1.333333333333333vw;
  }
  #wp-calendar th,
  #wp-calendar td{
    margin-bottom: 1.333333333333333vw;
  }
  .wp-block-calendar {
    padding: 2vw;
    margin-bottom: 3.333333333333333vw;
  }

  /* =============================================
    スマホ用以下：投稿ページ
  ============================================= */
  /* 共通 */
  .single-box {
    padding: 6.25vw 5.208333333333333vw;
  }
  .single .main_contents h1 {
    font-size: 4.6vw;
    padding-bottom: 2.5vw;
  }
  .single .main_contents .news-head .news_images {
    margin: 1rem 0;
  }
  .single .main_contents .news-body {
    padding: 1rem 0;
  }
  .single .main_contents .news-head p {
    font-size: 2.6vw;
  }
  .single .main_contents .news-body a span {
    padding-right: 1.2rem;
  }
  .single .main_contents .news-body a span:after {
    width: 4vw;
    height: 3.4vw;
  }
  /* 施設のご案内 */
  .reservation .background {
    background-position: center;
    background-size: cover;
    padding-top: 75%;
    height: auto;
  }
  .reservation .mv-inner {
    padding-top: 0;
  }
  .reservation .multiply {
    height: 17.833333vw;
  }
  .reservation .mv-inner p {
    font-size: 3.75vw;
    bottom: 6.4vw;
  }
  .mv-nav-inner {
    padding-top: 6.25vw;
  }
  .mv-nav-inner .nav-img {
    height: 10vh;
  }
  .mv-nav-inner p {
    font-size: 3.75vw;
    padding-top: 3.75vw;
  }
  .mv-nav-inner .nav-box {
    margin: 3.125vw;
  }
  .mv-nav-inner .slick-list {
    max-width: 80%;
  }
  .mv-nav-inner .prev-arrow.slick-arrow, .mv-nav-inner .next-arrow.slick-arrow {
    width: 2.916666666666667vw;
    height: 6.25vw;
  }
  .reservation-box h1 {
    font-size: 6.25vw;
    margin-bottom: 4vw;
  }
  .reservation-box h1 span {
    padding: 0 3.125vw;
    margin-right: 0;
    display: table;
    margin: auto auto 1.333333333333333vw auto;
  }
  .reservation-box h2 {
    font-size: 5vw;
    padding: 2.083333333333333vw 8.333333333333332vw;
    margin: 2.666666666666667vw 0;
  }
  .reservation-box h2:first-of-type {
    margin-top: 8.333333333333332vw;
  }
  .reservation-box dl {
    padding: 2.083333333333333vw 8.333333333333332vw;
    margin-bottom: 2.666666666666667vw;
  }
  .reservation-box dt, .reservation-box dd {
    padding-bottom: 1.333333333333333vw;
  }
  .reservation-box dt {
    font-size: 4.166666666666667vw;
  }
  .reservation-box dd {
    font-size: 3.333333333333333vw;
  }
  .reservation-box table td, .reservation-box table th {
    font-size: 3.333333333333333vw;
    padding: 1.333333333333333vw;
    word-break: keep-all;
  }
  .reservation-box table th {
    font-size: 4.166666666666667vw;
  }
  .reservation-box p {
    margin: 2.083333333333333vw 8.333333333333332vw;
  }
  .reservation-box .exclusive {
    margin: 4vw 0 12vw 0;
    background-position: center bottom;
    background-size: 21.46666666666667vw;
    padding-bottom: 12vw;
  }
  .reservation-box .exclusive p {
    font-size: 6.458333333333333vw;
    margin-bottom: 0;
    padding-top: 4.166666666666667vw;
    text-align: center;
  }
  .reservation-box .exclusive p span {
    padding: 1.041666666666667vw 2.083333333333333vw;
    margin: 2.083333333333333vw auto;
    font-size: 5.416666666666667vw;
    display: table;
  }
  .reservation-title.btn {
    border-radius: 24px;
    margin-bottom: 5.333333333333333vw;
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .reservation-title.btn a {
    font-size: 5vw;
    padding: 5vw;
    text-align: center;
    font-weight: 400;
    max-width: 100%;
  }
  .reservation-box .reservation-contact {
    font-size: 4.166666666666667vw;
    padding-bottom: 2.666666666666667vw;
  }
  /* feature */
  .feature .single-box {
    flex-direction: column;
  }
  .feature #sidebar {
    padding: 12.25vw 5.208333333333333vw;
    min-width: 100%;
  }
  .feature-box {
    min-width: 100%;
    padding: 0 5.208333333333333vw;
  }
  /* feature */
  .feature .single-box {
    padding-top: 6vw;
    padding-bottom: 0;
  }
  .feature-box {
    min-width: 100%;
    padding: 0 3.333333333333333vw;
  }
  .feature-box > div:not(.btn) {
    padding-left: 6.666666666666667vw;
    padding-right: 6.666666666666667vw;
  }
  .feature-head h2 {
    font-size: 5vw;
  }
  .feature-head {
    padding-top: 6vw;
  }
  .feature-head p {
    font-size: 2.5vw;
    padding-bottom: 3.125vw;
  }
  .feature-head .feature_images {
    padding-bottom: 1.866666666666667vw;
  }
  .feature-body {
    margin-bottom: 10px;
    padding-bottom: 6vw;
  }
  .feature-body p {
    font-size: 3.333333333333333vw;
  }

  /* =============================================
    スマホ用以下：固定ページ
  ============================================= */
  .page .main_contents h1 {
    font-size: 5.5vw;
  }
  .page .main_contents h1 span {
    font-size: 4.166666666666667vw;
    margin-top: 2vw;
  }
  .page .content-body p {
    padding-bottom: 3.67vw;
    line-height: 1.8;
  }
  .page .page-in {
    padding: 7.5vw 0;
  }
  .page-in h2 {
    font-size: 5vw;
    margin-bottom: 2.75vw;
  }
  .page-in h2:not(:first-child) {
    margin-top: 2.75vw;
  }
  .page-in h3 {
    font-size: 4.25vw;
    margin-bottom: 2.75vw;
  }
  /* よくあるご質問 */
  .archive .archive-box h2 {
    font-size: 4.5vw;
    padding-top: 9.37vw;
  }
  .archive .archive-box .faq-outer h3 {
    padding: 2.083333333333333vw 7.733333vw 2.083333333333333vw 8.733333vw;
    background: #fff url(../images/faq-arrow-close.svg) calc(100% - 2.5vw) center / 4.75vw 2.216666666666667vw no-repeat;
    font-size: 4vw;
  }
  .archive .archive-box .faq-outer h3.active {
    background: #fff url(../images/faq-arrow.svg) calc(100% - 2.5vw) center / 4.75vw 2.216666666666667vw no-repeat;
  }
  .archive .archive-box .faq-box {
    margin-bottom: 4.166666666666667vw;
    padding: 2.083333333333333vw 3.333333vw;
  }
  .archive .archive-box .faq-box dt, .archive .archive-box .faq-box dd:before {
    font-size: 4vw;
  }
  /* 利用規約 */
  .page .indent-tarms {
    padding-top: 0;
  }
  .page .indent-tarms p {
    font-size: 88%;
  }
  .page .indent-tarms .indent1_5 {
    text-indent: -1.7em;
    padding-left: 1.7em;
  }

  /* =============================================
    スマホ用以下：404
  ============================================= */
  .error404 h1 {
    font-size: 5vw;
  }
  .error404 p {
    font-size: 3.333333333333333vw;
    padding-bottom: 3.125vw;
  }

  /* =============================================
    スマホ用以下：フッター
  ============================================= */
  /* #footer:before {
    content: "";
    background: url(../images/foot-image-left.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    bottom: 100%;
    left: 13%;
    width: 24%;
    top: auto;
  }
  .home #footer:after, .page #footer:after {
    content: "";
    background: url(../images/foot-image-right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    bottom: 100%;
    right: 20%;
    width: 32%;
    position: absolute;
  }
  .reservation #footer:before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: -1;
    background: url(../images/sp_foot_icon_reservation.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 23.333333333333333vw;
    left: 0;
    top: -23.333333333333333vw;
    width: 100%;
  }
  .archive #footer:before,
  .feature #footer:before {
    content: "";
    margin: auto;
    position: absolute;
    z-index: -1;
    background: url(../images/feature_bg.png);
    background-position: 43% bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 21.6vw;
    left: 0;
    top: -21.6vw;
    width: 100%;
  }
  #footer:after {
    content: none;
  } */
  #footer .box-outer {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    /* Amazonギフトコード告知バナー用調整 */
    padding: 35px 0 18% 0;
  }
  #footer .box-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
  }
  #footer .box-inner:first-child {
    display: flex;
  }
  #footer .box-inner p {
    font-size: 3vw;
    text-align: left;
  }
  #footer .box-inner:first-child p {
    padding-bottom: 15px;
    margin-left: 2rem;
  }
  #footer .box-inner .f_instagram {
    padding: 0.25rem 0 .5rem 0;
  }
  #footer .box-inner:last-child small {
    text-align: center;
    width: 100%;
  }
  .fix_bnr {
    width: 100%;
    display: block;
    z-index: 100000;
    position: relative;
  }
  .fix_bnr a {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    animation: none;
  }
  .fix_bnr a:hover {
    opacity: .8;
  }
  .fix_bnr img {
    max-width: 100%;
  }
  /* サイドバナー固定 */
  .floatBanner {
    display: none;
  }
  /* トップへ戻るボタン */
  #gotop a {
    background-size: 9.333333333333333vw;
    right: 5.208333333333333vw;
    bottom: 9.4vw;
    /* Amazonギフトコード告知バナー用調整 */
    bottom: 16.4vw;
    width: 9.4vw;
    height: 9.4vw;
  }
}

@media screen and ( max-width:350px) {
  /* =============================================
    小サイズスマホ用以下：共通
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：ヘッダー
  ============================================= */
  #header .box-outer h1 {
    font-size: 16px;
  }
  /* =============================================
    小サイズスマホ用以下：トップ
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：カテゴリー/検索 一覧
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：投稿ページ
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：固定ページ
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：404
  ============================================= */
  /* =============================================
    小サイズスマホ用以下：フッター
  ============================================= */
}
