@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&display=swap");
body { padding-bottom: calc(40px + 10px * 2) !important; }

.nav-global { box-sizing: border-box; display: none; font-size: calc(14px - 1px); }
@media screen and (min-width: 1160px) { .nav-global { display: block; } }
@media screen and (max-width: 1160px) { .nav-global { margin-right: calc(30px + 20px); } }
.nav-global__lists { display: flex; flex-wrap: wrap; list-style-type: none; margin-left: 0; margin-right: 0; width: 100%; }
.nav-global__list { align-items: center; display: flex; margin-bottom: 4px; margin-left: 14px; position: relative; }
.nav-global__list::before { content: '/'; display: inline-block; margin-right: 14px; opacity: 0.5; width: auto; }
.nav-global__list:first-child { margin-left: 0; }
.nav-global__list:first-child::before { display: none; }
.nav-global__link { box-sizing: border-box; color: #000000; display: block; position: relative; text-decoration: none; transition: all 0.2s; }
@media screen and (min-width: 768px) { .nav-global__link { border: none; }
  .nav-global__link:hover { color: #55aaee; } }
.nav-global__link-text { display: block; position: relative; }
.nav-hamburger { display: block; font-size: calc(14px + 1px); height: 19px; position: absolute; top: calc((100% - 19px) / 2); right: 0; width: 28px; }
@media screen and (min-width: 1160px) { .nav-hamburger { display: none; } }
@media screen and (min-width: 768px) { .nav-hamburger { font-size: 14px; } }
.nav-hamburger__input { display: none; }
.nav-hamburger__input:checked ~ .nav-hamburger__label-close { display: block; }
.nav-hamburger__input:checked ~ .nav-hamburger__content { box-shadow: 0 0 20px rgba(0, 0, 0, 0.14); transform: translateX(0%); }
.nav-hamburger__label { display: block; height: 100%; position: absolute; top: 0; width: 28px; z-index: 100; }
.nav-hamburger__label-open { cursor: pointer; display: block; right: 0; }
.nav-hamburger__label-close { background-color: rgba(0, 0, 0, 0.4); cursor: pointer; display: none; left: 0; height: 100vh; position: fixed; top: 0; transition: .3s ease-in-out; width: 100%; z-index: 100; }
.nav-hamburger__label-hamburger, .nav-hamburger__label-hamburger::before, .nav-hamburger__label-hamburger::after { background-color: #000000; border-radius: 2px; display: block; height: 2px; position: absolute; top: 0; width: 100%; }
.nav-hamburger__label-hamburger::before, .nav-hamburger__label-hamburger::after { content: ''; }
.nav-hamburger__label-hamburger::before { top: 8px; }
.nav-hamburger__label-hamburger::after { top: 16px; }
.nav-hamburger__label-hamburger--white { background-color: #ffffff; }
.nav-hamburger__label-hamburger--white::before, .nav-hamburger__label-hamburger--white::after { background-color: #ffffff; }
.nav-hamburger__content { background-color: #993366; box-sizing: border-box; height: 100vh; left: 0; overflow: auto; padding: 2%; position: fixed; top: 0; transform: translateX(-105%); transition: .3s ease-in-out; width: 90%; z-index: 200 !important; }
@media screen and (min-width: 768px) { .nav-hamburger__content { width: 80%; } }
.nav-hamburger__lists { display: block; list-style-type: none; margin-bottom: 30px; }
.nav-hamburger__link { border-bottom: 1px solid rgba(255, 255, 255, 0.38); box-sizing: border-box; color: #ffffff; display: flex; flex-direction: column; padding: 10px; position: relative; text-align: left; }
.nav-hamburger__link::after { border-left: calc(10px / 2) solid #ffffff; border-top: calc(10px / 2) solid transparent; border-bottom: calc(10px / 2) solid transparent; content: ''; display: block; height: 0; margin: 0 auto 0 auto; position: absolute; right: 3%; top: calc(100% / 2 - 10px / 2); width: 0; }
.nav-hamburger__sublists { background-color: rgba(0, 0, 0, 0.28); margin-bottom: 0; }
.nav-hamburger__sublink { padding-left: 20px; }
.nav-hamburger-sns__lists { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; list-style-type: none; }
.nav-hamburger-sns__list { margin-left: 10px; margin-right: 10px; }
.nav-hamburger-sns__link { display: block; }
.nav-hamburger-sns__image { display: block; height: 24px; width: auto; }
.nav-hamburger-sns__svg { fill: #ffffff; height: 26px; }

.header-global { box-sizing: border-box; margin-bottom: 1px; padding-bottom: 14px; padding-top: 14px; z-index: 0; }
@media screen and (min-width: 768px) { .header-global { padding-bottom: 18px; padding-top: 18px; } }
.header-global__container { align-items: center; margin-bottom: 0; margin-left: auto; margin-right: auto; max-width: 92%; position: relative; width: 100%; }
@media screen and (min-width: 768px) { .header-global__container { align-items: center; display: flex; justify-content: space-between; } }
.header-global-logo { text-align: center; }
@media screen and (min-width: 768px) { .header-global-logo { border-bottom: none; margin-bottom: 0; margin-right: 4%; padding-bottom: 0; text-align: left; } }
.header-global-logo__link { color: #000000; display: block; font-family: 'Chakra Petch', sans-serif; text-decoration: none; }
.header-global-logo__link-text { display: block; }
.header-global-logo__link-text:first-child { font-size: 12px; line-height: 1.2; margin-bottom: 2px; opacity: 0.50; }
@media screen and (min-width: 768px) { .header-global-logo__link-text:first-child { margin-bottom: 0; } }
.header-global-logo__link-text:last-child { font-size: 22px; font-weight: 500; line-height: 1.4; }
@media screen and (min-width: 768px) { .header-global-logo__link-text:last-child { font-size: 24px; } }
.header-global__textbox { text-align: center; }
@media screen and (min-width: 768px) { .header-global__textbox { text-align: right; } }
.header-global__text { font-size: 12px; opacity: 0.50; }

.contents { background: linear-gradient(to right, rgba(0, 0, 0, 0.06) 50%, transparent); box-sizing: border-box; padding-bottom: 14px; padding-top: 14px; position: relative; width: 100%; }
.contents__container { box-sizing: border-box; width: 100%; }
.contents__container + .contents__container { padding-top: 0; }
.contents__wrapper { margin-left: auto; margin-right: auto; max-width: 92%; width: 100%; }
@media screen and (min-width: 1160px) { .contents__wrapper { max-width: 1160px; } }
@media screen and (min-width: 768px) { .contents__wrapper--separate { display: flex; } }

.sidebar { box-sizing: border-box; position: relative; width: 100%; }
@media screen and (min-width: 768px) { .sidebar { margin-left: 20px; width: 300px; } }
.sidebar__container { margin-bottom: 0; margin-left: auto; margin-right: auto; width: 100%; }
@media screen and (min-width: 1160px) { .sidebar__container { max-width: 1160px; } }

.main { box-sizing: border-box; font-size: 16px; width: 100%; }
@media screen and (min-width: 768px) { .main { width: calc(100% - 20px - 250px); } }
.main__container { position: relative; }
.main__island { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); margin-bottom: 20px; padding: 10px; }
@media screen and (min-width: 768px) { .main__island { margin-bottom: 24px; padding: 24px; } }
.main-visual-box1 { align-items: center; color: #ffffff; display: block; font-size: 20px; height: 160px; justify-content: center; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; width: 100%; }
@media screen and (min-width: 768px) { .main-visual-box1 { display: flex; font-size: 24px; height: 240px; } }
.main-visual-box1__container { background-color: #993366; height: 100%; position: relative; width: 100%; }
@media screen and (min-width: 768px) { .main-visual-box1__container:hover .main-visual-box1__imagebox-image { filter: blur(0); transform: scale(1, 1); } }
.main-visual-box1__container + .main-visual-box1__container { display: none; margin-left: 1px; }
@media screen and (min-width: 768px) { .main-visual-box1__container + .main-visual-box1__container { display: block; } }
.main-visual-box1__textbox { align-items: center; display: flex; height: 100%; justify-content: center; position: absolute; width: 100%; }
.main-visual-box1__textbox-link { background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9)); bottom: 0; box-sizing: border-box; color: #ffffff; margin-left: auto; margin-right: auto; padding: 16px; position: absolute; text-decoration: none; width: 100%; z-index: 2; }
.main-visual-box1__textbox-title { font-size: 20px; line-height: 1.4; }
@media screen and (min-width: 1160px) { .main-visual-box1__textbox-title { font-size: 24px; } }
.main-visual-box1__textbox-date { font-size: 12px; line-height: 1.2; margin-top: 4px; opacity: 0.50; }
.main-visual-box1__imagebox { align-items: center; display: flex; height: 100%; overflow: hidden; position: relative; width: 100%; }
.main-visual-box1__imagebox-image { display: block; height: 100%; object-fit: cover; transform: scale(1.04, 1.04); transition: all 0.4s; width: 100%; }
@media screen and (min-width: 768px) { .main-visual-box1__imagebox-image { filter: blur(1px); } }

.footer-global { box-sizing: border-box; padding-bottom: 20px; width: 100%; }
.footer-global__sns { background-color: #000000; }
@media screen and (min-width: 1160px) { .footer-global__sns { padding-bottom: 30px !important; padding-top: 30px !important; } }
.footer-global__container { box-sizing: border-box; font-size: calc(14px + 1px); margin-left: auto; margin-right: auto; max-width: 92%; width: 100%; }
@media screen and (min-width: 1160px) { .footer-global__container { max-width: 1160px; } }
@media screen and (min-width: 768px) { .footer-global__container { font-size: 14px; } }
.footer-global-copyright { box-sizing: border-box; font-size: calc(14px - 1px); position: relative; text-align: center; text-transform: uppercase; width: 100%; }
@media screen and (min-width: 1160px) { .footer-global-copyright { text-align: left; } }
@media screen and (max-width: 768px) { .footer-global-copyright { font-size: 14px; } }
.footer-global-copyright__container { box-sizing: border-box; width: 100%; }
.footer-global-copyright__holder { font-weight: 500; }
.footer-global-author { border-top: 1px dotted rgba(0, 0, 0, 0.4); box-sizing: border-box; font-size: 12px; margin-top: 6px; opacity: 0.50; padding-top: 6px; position: relative; text-align: center; width: 100%; }
@media screen and (min-width: 768px) { .footer-global-author { text-align: left; } }
.footer-global-author__container { width: 100%; }
.footer-global-author__link { color: #000000; text-decoration: none; transition: all 0.4s; }

.heading-2 { box-sizing: border-box; color: #000000; margin-bottom: 16px; }
@media screen and (min-width: 768px) { .heading-2 { margin-bottom: 30px; } }
.heading-2__date { display: block; font-size: 14px; opacity: 0.50; position: relative; text-align: right; }
.heading-2__date::after { content: '公開'; display: inline-block; margin-left: 6px; }
.heading-2__date--updated::after { content: '更新'; }
.heading-2__text { display: block; font-size: 24px; font-weight: 500; line-height: 1.4; margin-top: 10px; }
@media screen and (min-width: 768px) { .heading-2__text { font-size: 26px; } }
.heading-3 { border-bottom: 3px solid #993366; box-sizing: border-box; color: #000000; font-size: 18px; font-weight: 500; margin-bottom: calc(30px / 2 - (4px + 2px)); padding-bottom: 8px; position: relative; }
@media screen and (min-width: 768px) { .heading-3 { align-items: baseline; display: flex; margin-bottom: calc(30px - (4px + 2px)); } }
.heading-3.-nomgnb { margin-bottom: 0; }
.heading-3__text { display: block; }
.heading-3 + .news-lists1 { border-top: none; }

.button { background-color: #993366; color: #ffffff; }
.button::after { border-left: calc(10px / 2) solid #ffffff; }

.news-box { background-color: #ffffff; border-bottom: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); margin-top: calc(14px * -1); padding-bottom: 2px; padding-top: 2px; }
.news-box__container { margin-left: auto; margin-right: auto; max-width: 92%; width: 100%; }
@media screen and (min-width: 1160px) { .news-box__container { max-width: 1160px; } }
.news-box__lists { align-items: center; display: flex; border-top: none !important; margin-bottom: 0 !important; position: relative; }
.news-box__lists::before { color: #993366; content: 'お知らせ'; display: block; font-size: 14px; font-weight: 500; margin-right: 10px; width: auto; }
.news-box__lists .news-lists1__list { border-bottom: none; }
.news-box + .search-box { margin-top: 20px; }
.news-lists1 { border-top: 1px dotted rgba(0, 0, 0, 0.3); }
.news-lists1__list { border-bottom: 1px dotted rgba(0, 0, 0, 0.3); }
.news-lists1__date { line-height: 1.0; }
.news-lists1__content[data-category]::before { border: 1px solid rgba(0, 0, 0, 0.2); color: #000000; }
.news-lists1__link { color: #000000; }

.link:link { color: #993366; }
.link:visited { color: #993366; }
.link:hover { color: #993366; }
.link:focus { color: #993366; }
.link:active { color: #993366; }
.link-map, .link[href*='google.com/maps/'] { color: #000000; }
.link-map::after, .link[href*='google.com/maps/']::after { color: #993366; }
.link[href*=".pdf"]::after { background-color: #993366; border-color: #993366; color: #ffffff; }
.link-backto { background-color: rgba(0, 0, 0, 0.04); border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(0, 0, 0, 0.2); color: #000000; }

.note-box1 { background-color: #993366; box-sizing: border-box; border-radius: 6px; color: #ffffff; margin-bottom: calc(20px + 18px); padding: 14px; position: relative; }
@media screen and (min-width: 768px) { .note-box1 { margin-bottom: calc(24px + 18px); } }
.note-box1::before { background-color: #993366; border-radius: calc(30px / 2); bottom: calc(30px / 2 * -1 + 3px); content: ""; display: block; height: 30px; left: 20px; position: absolute; width: 30px; z-index: 0; }
.note-box1::after { background-color: #993366; border-radius: calc(30px / 2); bottom: calc(18px * -1); content: ""; display: block; height: 12px; left: calc(20px + 30px); position: absolute; width: 12px; z-index: 0; }
.note-box1__link { color: #ffffff; }

.search-box { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); margin-left: auto; margin-right: auto; width: 100%; }
@media screen and (min-width: 1160px) { .search-box { max-width: 1160px; } }
.search-box__input--text { border: 1px solid rgba(0, 0, 0, 0.2); }
.search-box__input--submit { background-color: #993366; color: #ffffff; }

.sns-box { margin-bottom: 20px !important; position: relative; }
.sns-box::before { color: #ffffff; content: 'Flow us'; display: block; font-family: 'Karantina', cursive; font-size: 28px; font-weight: 500; line-height: 1.0; margin-bottom: 12px; text-align: center; text-transform: uppercase; }
.sns-box__link { background-color: #ffffff; border-radius: calc(48px / 2); height: 48px; width: 48px; }
@media screen and (min-width: 768px) { .sns-box__link { border-radius: calc(54px / 2); height: 54px; width: 54px; } }
.sns-box__link--instagram { background: linear-gradient(45deg, #ffcc66, #cc3333, #9933cc); }
.sns-box__link--instagram .sns-box__svg { fill: #ffffff; }
.sns-box__link--twitter { background-color: #3672de; }
.sns-box__link--twitter .sns-box__svg { fill: #ffffff; }
.sns-box__link--facebook { background-color: #4998e0; }
.sns-box__link--facebook .sns-box__svg { fill: #ffffff; }

.clause[data-title]::before { color: #000000; font-size: 16px; font-weight: 500; }

.table { border-collapse: collapse; border-top: 1px solid rgba(0, 0, 0, 0.2); }
.table__caption { color: #993366; }
.table__tr:nth-of-type(even) .table__th, .table__tr:nth-of-type(even) .table__td { background-color: rgba(0, 0, 0, 0.04); }
.table__th { border-right: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); color: #000000; }
.table__td { border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-left: 1px solid rgba(0, 0, 0, 0.2); }
.table-mailform__th::before { background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.8); }
.table-mailform__th--required::before { background-color: #cc0000; color: #ffffff; }
.table-mailform__td input[type="text"] { border: 1px solid rgba(0, 0, 0, 0.32); }
.table-mailform__td input[type="tel"] { border: 1px solid rgba(0, 0, 0, 0.32); }
.table-mailform__td input[type="email"] { border: 1px solid rgba(0, 0, 0, 0.32); }
@media screen and (max-width: 768px) { .table-mailform__td input { border: 1px solid rgba(0, 0, 0, 0.32); } }
@media screen and (max-width: 768px) { .table--responsive .table__tr:nth-of-type(even) .table__th, .table--responsive .table__tr:nth-of-type(even) .table__td { background-color: transparent; }
  .table--responsive .table__th { background-color: rgba(0, 0, 0, 0.04) !important; } }

.quote-box1 { border: 1px solid #993366; box-sizing: border-box; margin-bottom: calc(30px / 2); padding: 16px calc(30px + 16px) 16px calc(60px + 16px); position: relative; }
@media screen and (min-width: 768px) { .quote-box1 { margin-bottom: 30px; } }
.quote-box1::before { align-items: center; background-color: #993366; box-sizing: border-box; color: #ffffff; content: '≪'; display: flex; font-size: 16px; font-weight: 700; height: 100%; justify-content: center; line-height: 1.0; left: 0; position: absolute; top: 0; width: 60px; z-index: 1; }
.quote-box1::after { align-items: center; box-sizing: border-box; color: rgba(0, 0, 0, 0.2); content: '≫'; display: flex; font-size: 16px; font-weight: 700; height: 100%; justify-content: center; right: 14px; position: absolute; top: 0; z-index: 1; }
.quote-box1__link { color: #993366; display: block; font-size: 12px; margin-top: 8px; opacity: 0.7; position: relative; }
.quote-box1__link::before { display: inline-block; content: '引用元:'; margin-right: 2px; }

.figure-box { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .figure-box { margin-bottom: 24px; } }
.figure-box__image { display: block; height: auto; margin-left: auto; margin-right: auto; max-width: 100%; width: auto; }
@media screen and (min-width: 768px) { .figure-box__image { max-width: 80%; } }
.figure-box__caption { font-weight: 500; margin-top: 10px; text-align: center; }

.article-box { margin-bottom: 20px; margin-left: auto; margin-right: auto; width: 100%; }
@media screen and (min-width: 1160px) { .article-box { max-width: 1160px; } }
.article-lists1 { list-style-type: none; }
@media screen and (min-width: 768px) { .article-lists1 { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: calc(1% * 2 * -1); margin-left: -1%; margin-right: -1%; } }
@media screen and (max-width: 768px) { .article-lists1 .article-lists1__list { width: 100% !important; } }
@media screen and (max-width: 768px) and (min-width: 768px) { .article-lists1 .article-lists1__list { width: calc(100% / 2 - 1% * 2) !important; } }
@media screen and (max-width: 768px) { .article-lists1 .article-lists1__imagebox { height: calc(640px / 2 / 2 - 2px * 2) !important; } }
.article-lists1--2 .article-lists1__list { width: calc(100% / 2 - 1% * 2); }
.article-lists1--3 .article-lists1__list { width: calc(100% / 3 - 1% * 2); }
.article-lists1__list { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .article-lists1__list { margin-bottom: calc(1% * 2); margin-left: 1%; margin-right: 1%; } }
.article-lists1__link { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); box-sizing: border-box; border-radius: 4px; color: #000000; display: block; height: 100%; overflow: hidden; position: relative; text-decoration: none; }
@media screen and (min-width: 768px) { .article-lists1__link:hover .article-lists1__textbox::after { background-color: #993366; border-color: #993366; color: #ffffff; } }
.article-lists1__imagebox { align-items: center; display: flex; height: 160px; justify-content: center; overflow: hidden; position: relative; width: 100%; }
.article-lists1__imagebox[data-category]::before { background-color: #993366; border-radius: 0 4px 0 0; bottom: 0; box-shadow: 2px -2px 0 0 rgba(0, 0, 0, 0.3); box-sizing: border-box; color: #ffffff; content: attr(data-category); display: block; font-size: 12px; left: 0; line-height: 1.4; max-width: 90%; padding: 3px 6px 3px 6px; position: absolute; }
.article-lists1__imagebox-image { display: block; height: 100%; object-fit: cover; width: 100%; }
.article-lists1__textbox { padding: 16px; position: relative; }
.article-lists1__textbox::after { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; content: '記事を読む'; display: block; font-size: 14px; margin-top: 14px; text-align: center; transition: all 0.2s; padding: 6px; }
.article-lists1__date { color: rgba(0, 0, 0, 0.7); display: block; font-size: 12px; }
.article-lists1__title { display: block; font-size: 16px; font-weight: 600; line-height: 1.4; }

.ranking-lists1 { list-style-type: none; margin-bottom: 20px; position: relative; }
.ranking-lists1[data-title]::before { content: attr(data-title); display: block; font-size: 18px; font-weight: 500; margin-bottom: calc(10px - 14px); }
.ranking-lists1__list { border-bottom: 1px dotted rgba(0, 0, 0, 0.3); }
.ranking-lists1__link { align-items: center; color: #000000; display: flex; padding-bottom: 16px; padding-top: 16px; text-decoration: none; }
.ranking-lists1__imagebox { display: block; height: 60px; overflow: hidden; margin-right: 14px; min-width: 80px; position: relative; width: 80px; }
@media screen and (min-width: 768px) { .ranking-lists1__imagebox { height: 80px; min-width: 140px; width: 140px; } }
.ranking-lists1__imagebox-image { display: block; height: 100%; object-fit: cover; position: absolute; width: 100%; }
.ranking-lists1__textbox { width: 100%; }
.ranking-lists1__title { display: block; font-size: 16px; font-weight: 500; }
.ranking-lists1__infobox { font-size: 14px; opacity: 0.70; margin-top: 6px; text-align: right; }
.ranking-lists1__infobox-text::after { content: 'view |'; display: inline-block; margin-left: 4px; margin-right: 2px; opacity: 0.60; }
.ranking-lists1__infobox-text:last-child::after { display: none; }
.ranking-lists2 { counter-reset: number 0; list-style-type: none; margin-bottom: 20px; position: relative; }
@media screen and (min-width: 768px) { .ranking-lists2 { margin-bottom: 30px; } }
.ranking-lists2[data-title]::before { content: attr(data-title); display: block; font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.ranking-lists2__list { align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.2); display: flex; font-size: 14px; min-height: 30px; padding-left: calc(30px + 14px); transition: all 0.2s; }
@media screen and (min-width: 768px) { .ranking-lists2__list:hover { background-color: rgba(0, 0, 0, 0.04); }
  .ranking-lists2__list:hover::before { transform: scale(-1, 1); } }
.ranking-lists2__list:first-child, .ranking-lists2__list:nth-of-type(2), .ranking-lists2__list:nth-of-type(3) { font-size: 16px; font-weight: 500; }
.ranking-lists2__list:first-child { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.ranking-lists2__list:first-child::before { background-color: #cc9900; color: #ffffff; }
.ranking-lists2__list:nth-of-type(2)::before { background-color: #999999; color: #ffffff; }
.ranking-lists2__list:nth-of-type(3)::before { background-color: #996633; color: #ffffff; }
.ranking-lists2__list::before { align-items: center; background-color: rgba(0, 0, 0, 0.1); border-radius: calc(30px / 2); box-sizing: border-box; content: counter(number); counter-increment: number 1; display: flex; font-size: 14px; height: 30px; justify-content: center; left: 10px; position: absolute; text-align: center; transition: all 0.2s; width: 30px; }
.ranking-lists2__link { color: #000000; display: block; padding: 10px; text-decoration: none; }

.float-box { background-color: #ffffff; bottom: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; font-size: calc(14px + 1px); height: calc(40px + 10px * 2); padding-bottom: 10px; padding-top: 10px; position: fixed; width: 100%; z-index: 10; }
@media screen and (min-width: 768px) { .float-box { font-size: 14px; } }
.float-box__container { margin-left: auto; margin-right: auto; max-width: 92%; position: relative; width: 100%; }
@media screen and (min-width: 1160px) { .float-box__container { max-width: 1160px; } }
.float-box-lists { align-items: center; display: flex; justify-content: center; list-style-type: none; margin-left: calc(12px / 2 * -1); margin-right: calc(12px / 2 * -1); width: calc(100% + 12px / 2 * 2); }
@media screen and (min-width: 768px) { .float-box-lists { font-size: 14px; } }
.float-box-lists__list { margin-left: calc(12px / 2); margin-right: calc(12px / 2); width: calc(100% / 2 - 12px / 2 * 2); }
.float-box-lists__link { align-items: center; border: 2px solid #993366; border-radius: 4px; box-sizing: border-box; color: #993366; display: flex; font-size: 14px; height: 40px; justify-content: center; padding: 6px 8px 6px 8px; text-align: center; text-decoration: none; transition: all 0.2s; }
@media screen and (min-width: 768px) { .float-box-lists__link:hover { background-color: #993366; color: #ffffff; } }

.banner-box { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .banner-box { margin-bottom: 30px; } }
.banner-box__link { display: block; }
.banner-box__image { display: block; height: auto; width: 100%; }

.pickup-lists { list-style-type: none; margin-bottom: 20px; position: relative; }
.pickup-lists[data-title]::before { content: attr(data-title); display: block; font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.pickup-lists__list { border-bottom: 1px solid rgba(0, 0, 0, 0.2); transition: all 0.2s; }
@media screen and (min-width: 768px) { .pickup-lists__list:hover { background-color: rgba(0, 0, 0, 0.04); } }
.pickup-lists__list:first-child { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.pickup-lists__link { align-items: center; color: #000000; display: flex; padding: 14px 10px 14px 10px; text-decoration: none; }
.pickup-lists__imagebox { display: block; height: 60px; overflow: hidden; margin-right: 14px; min-width: 60px; position: relative; width: 60px; }
.pickup-lists__imagebox-image { display: block; height: 100%; object-fit: cover; position: absolute; width: 100%; }
.pickup-lists__textbox { width: 100%; }
.pickup-lists__title { display: block; font-size: 16px; font-weight: 500; }
.pickup-lists__infobox { font-size: 14px; opacity: 0.70; margin-top: 6px; text-align: right; }
.pickup-lists__infobox-text::after { content: 'view |'; display: inline-block; margin-left: 4px; margin-right: 2px; opacity: 0.60; }
.pickup-lists__infobox-text:last-child::after { display: none; }

.tags-box { border-bottom: 1px solid rgba(0, 0, 0, 0.2); font-size: calc(14px + 1px); margin-bottom: 30px; position: relative; }
@media screen and (min-width: 1160px) { .tags-box { font-size: 14px; } }
.tags-box::before { border-top: 1px solid rgba(0, 0, 0, 0.2); content: 'Tags'; display: block; font-size: 16px; font-weight: 500; margin-bottom: 8px; padding-top: 30px; text-align: center; }
.tags-box__content { width: 100%; }
.tags-box-lists { display: flex; flex-wrap: wrap; list-style-type: none; margin-bottom: calc(30px - 4px * 2); margin-left: 0; margin-right: 0; width: 100%; }
@media screen and (min-width: 768px) { .tags-box-lists { justify-content: center; } }
.tags-box-lists__list { margin-bottom: calc(4px * 2); margin-left: 4px; margin-right: 4px; transition: all 0.2s; }
@media screen and (min-width: 768px) { .tags-box-lists__list { margin-bottom: calc(6px * 2); margin-left: 6px; margin-right: 6px; }
  .tags-box-lists__list:hover { opacity: 1.0 !important; } }
.tags-box-lists__list:last-child { margin-bottom: 0; }
.tags-box-lists__link { align-items: center; border-radius: calc(32px / 2); border: 1px dotted rgba(0, 0, 0, 0.6); box-sizing: border-box; color: #000000; display: flex; flex-direction: column; font-size: calc(14px + 1px); height: 32px; justify-content: center; padding-left: 10px; padding-right: 10px; position: relative; text-align: center; text-decoration: none; transition: all 0.2s; width: 100%; /*
&::after {
	background: linear-gradient(to bottom, transparent, transparent);
	border-radius: calc(40px / 2);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s;
	width: 100%;
	z-index: 0;
}
*/ }
@media screen and (min-width: 1160px) { .tags-box-lists__link { font-size: 14px; } }
@media screen and (min-width: 768px) { .tags-box-lists__link:hover { background-color: #000000; color: #ffffff; }
  .tags-box-lists__link:hover::before { left: 0; top: 0; } }
.tags-box-lists__link--line { background-color: #5ac363; }
.tags-box-lists__link--facebook { background-color: #3978ea; }
.tags-box-lists__link--twitter { background-color: #4b9ce9; }
.tags-box-lists__link-text { box-sizing: border-box; display: block; overflow: hidden; padding-left: 10px; padding-right: 10px; position: relative; text-overflow: ellipsis; transition: all 0.2s; white-space: nowrap; width: 100%; z-index: 1; }
.tags-box-lists__link-text::before { content: '#'; display: inline-block; font-weight: 500; margin-right: 2px; position: relative; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button { border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; }

input { font-size: 100%; }

#colorbox { font-size: 0.12rem; }
@media screen and (max-width: 640px) { #colorbox { font-size: 200px; } }

html { height: 100%; line-height: 1; }

body { background-color: #ffffff; color: #000000; }

body, th, td { font-family: 'Noto Sans JP', sans-serif; line-height: 1.8; }
@media screen and (min-width: 1160px) { body, th, td { line-height: 1.6; } }

sup { font-size: 80%; vertical-align: super; }

.animation-fuwafuwa { animation: fuwafuwa 3s infinite linear alternate; }
.animation-furifuri { animation: furifuri 0.3s infinite linear alternate; }
.animation-buruburu { animation: buruburu 0.1s infinite linear alternate; }

@keyframes fuwafuwa { 0% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(0, -8px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(0deg); } }
@keyframes furifuri { 0% { transform: translate(0, 0) rotate(3deg); }
  50% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(-3deg); } }
@keyframes buruburu { 0% { transform: translate(0, 0) rotate(-4deg); }
  50% { transform: translate(0, -1px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(4deg); } }
@keyframes zoom { 0% { transform: scale(1); }
  100% { transform: scale(1.2); } }
@keyframes fadein { 0% { opacity: 0; }
  100% { opacity: 1.0; } }
@keyframes fadeout { 0% { opacity: 1.0; }
  100% { opacity: 0; } }
@keyframes zoom-fadeout { 0% { transform: scale(1); }
  50% { opacity: 1.0; }
  100% { opacity: 0; transform: scale(1.2); } }
.align--c { text-align: center; }
.align--l { text-align: left; }
.align--r { text-align: right; }

.nomgn--b { margin-bottom: 0 !important; }
.nomgn--l { margin-left: 0 !important; }
.nomgn--r { margin-right: 0 !important; }
.nomgn--t { margin-top: 0 !important; }

.width { margin-left: auto; margin-right: auto; }
.width--10p { width: 10% !important; }
.width--15p { width: 15% !important; }
.width--20p { width: 20% !important; }
.width--25p { width: 25% !important; }
.width--30p { width: 30% !important; }
.width--35p { width: 35% !important; }
.width--40p { width: 40% !important; }
.width--45p { width: 45% !important; }
.width--50p { width: 50% !important; }
.width--55p { width: 55% !important; }
.width--60p { width: 60% !important; }
.width--65p { width: 65% !important; }
.width--70p { width: 70% !important; }
.width--75p { width: 75% !important; }
.width--80p { width: 80% !important; }
.width--85p { width: 85% !important; }
.width--90p { width: 90% !important; }
.width--95p { width: 95% !important; }
.width--100p { width: 100% !important; }

.show-pc { display: block; }
@media screen and (max-width: 640px) { .show-pc { display: none; } }
.show-sp { display: none; }
@media screen and (max-width: 640px) { .show-sp { display: block; } }

.figure__image { display: block; }

.br-pc { display: block; }
@media screen and (max-width: 640px) { .br-pc { display: none; } }
.br-sp { display: none; }
@media screen and (max-width: 640px) { .br-sp { display: block; } }

.box-shadow-o18 { box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18); }

.button { align-items: center; bottom: 0; border-radius: calc(50px / 2); box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14); box-sizing: border-box; cursor: pointer; display: flex; font-size: 16px; height: 50px; justify-content: center; margin: 0 auto calc(30px - 10px) auto; max-width: 500px; min-width: 300px; padding: 16px calc(10px + 6% + 10px / 2) 16px calc(10px + 6% + 10px / 2); position: relative; text-align: center; text-decoration: none; text-shadow: 0 0 4px rgba(0, 0, 0, 0.14); transition: all 0.2s; width: 100%; }
@media screen and (min-width: 768px) { .button { margin-bottom: 30px; padding-left: calc(20px + 6% + 10px / 2); padding-right: calc(20px + 6% + 10px / 2); } }
@media screen and (max-width: 768px) { .button { border-radius: 4px; height: auto; max-width: inherit; min-width: inherit; padding-right: calc(6% + 10px / 2); width: 100%; } }
@media screen and (max-width: 640px) { .button { font-size: calc(16px - 1px); height: 50px; } }
@media screen and (min-width: 768px) { .button:hover::after { right: 5%; } }
.button::after { border-top: calc(10px / 2) solid transparent; border-bottom: calc(10px / 2) solid transparent; content: ''; display: block; height: 0; margin: 0 auto 0 auto; position: absolute; right: 6%; top: calc(100% / 2 - 10px / 2); transition: all 0.2s; width: 0; }
.button[href^="http"][target="_blank"] .button__text::after { content: '(別タブで表示)'; display: inline-block; font-size: 12px; position: relative; }
.button__text { padding-left: calc(6% + 20px); padding-right: calc(6% + 20px); position: relative; }
.button-narrow { padding: calc(16px / 2) calc(20px / 2) calc(16px / 2) calc(20px / 2); }
.button-center { justify-content: center; }

.clause { margin-bottom: 20px; margin-left: 20px; position: relative; }
@media screen and (min-width: 768px) { .clause { margin-bottom: 30px; } }
.clause[data-title]::before { content: attr(data-title); display: block; margin-bottom: 2px; margin-left: calc(20px * -1); }
.clause__list { margin-bottom: 2px; }
.clause__list:last-child { margin-bottom: 0; }
.clause--decimal { list-style-type: decimal; margin-left: 22px; }
.clause--disc { list-style-type: disc; }
.clause--circle { list-style-type: circle; }
.clause--title1[data-title]::before { align-items: center; box-sizing: border-box; content: attr(data-title); display: flex; overflow: hidden; max-width: calc(100% - 10px * 2); padding-left: 14px; padding-right: 14px; position: absolute; text-align: center; text-overflow: ellipsis; white-space: nowrap; width: auto; }
.clause-box1 { border: 1px solid rgba(0, 0, 0, 0.2); margin-bottom: calc(40px / 2); margin-top: calc(26px / 2 + 26px / 2); padding: 20px 14px 8px 14px; }
@media screen and (min-width: 768px) { .clause-box1 { margin-bottom: 40px; margin-top: calc(26px / 2 + 26px); padding: 20px 14px 14px 14px; } }
.clause-box1__lists { list-style-type: none; margin-bottom: 0; margin-left: 0; }
.clause-box1__lists[data-title]::before { margin-left: 0; }
.clause-box1__lists.clause--title1[data-title] { padding-top: 0; }
.clause-box1__lists.clause--title1[data-title]::before { left: calc(4px * -1); margin-bottom: 0; top: calc((26px / 2 + 20px) * -1); }
.clause-box1__list { align-items: center; border-bottom: 1px dashed rgba(0, 0, 0, 0.3); display: flex; margin-bottom: 8px; padding-bottom: 8px; padding-left: calc(8px + 8px / 2 + 4px); position: relative; }
.clause-box1__list::before { border-top: calc(8px / 2) solid transparent; border-bottom: calc(8px / 2) solid transparent; content: ''; display: block; height: 0; left: 4px; margin: 0 auto 0 auto; position: absolute; transition: all 0.2s; width: 0; }
.clause-box1__list:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.image-gallery { display: flex; flex-wrap: wrap; justify-content: center; list-style-type: none; margin-bottom: calc(30px - 1% * 2); margin-left: -1%; margin-right: -1%; }
@media screen and (max-width: 768px) { .image-gallery .image-gallery__list { width: calc(100% / 2 - 1% * 2) !important; }
  .image-gallery .image-gallery__imagebox { height: calc(640px / 2 / 2 - 2px * 2) !important; } }
.image-gallery--2 .image-gallery__list { width: calc(100% / 2 - 1% * 2); }
.image-gallery--2 .image-gallery__imagebox { height: calc(640px / 2 - 2px * 2 - 20px); }
.image-gallery--3 .image-gallery__list { width: calc(100% / 3 - 1% * 2); }
.image-gallery--3 .image-gallery__imagebox { height: calc(640px / 3 - 2px * 2 - 20px); }
.image-gallery__list { margin-bottom: calc(1% * 2); margin-left: 1%; margin-right: 1%; }
.image-gallery__link { color: #000000; display: block; font-weight: 600; text-decoration: none; }
.image-gallery__imagebox { box-sizing: border-box; width: 100%; }
.image-gallery__imagebox-image { display: block; height: 100%; object-fit: cover; width: 100%; }
.image-gallery__imagebox + .image-gallery__textbox { margin-top: 30px; }
.image-gallery__textbox { align-items: center; display: flex; justify-content: space-between; }
.image-gallery__title { font-size: 24px; }
.image-gallery__price { font-size: 16px; }

.link { transition: all 0.6s; }
.link:link { text-decoration: underline; }
.link:visited { text-decoration: underline; }
.link:hover { text-decoration: underline; }
@media screen and (min-width: 768px) { .link:hover { opacity: 0.6; } }
.link:focus { text-decoration: underline; }
.link:active { text-decoration: underline; }
.link-map, .link[href*='google.com/maps/'] { justify-content: center; position: relative; text-decoration: none; }
@media screen and (min-width: 768px) { .link-map:hover, .link[href*='google.com/maps/']:hover { text-decoration: underline; } }
.link-map::after, .link[href*='google.com/maps/']::after { content: '[ 地図 ]'; display: inline-block; margin-left: 4px; text-decoration: underline; }
.link-map__text--postalcode { display: inline-block; }
.link[href*=".pdf"]::after { border-radius: 4px; content: 'Pdf'; display: inline-block; font-size: 12px; margin-left: 4px; margin-right: 4px; padding: 1px 4px 1px 4px; text-transform: uppercase; }
.link-image { position: relative; }
@media screen and (min-width: 768px) { .link-image:hover::after { padding: calc(4px * 2); } }
.link-image::after { background-color: rgba(0, 0, 0, 0.8); bottom: 0; color: #ffffff; content: '拡大する'; display: block; font-size: 12px; line-height: 1.0; right: 0; padding: 5px; position: absolute; transition: all 0.2s; z-index: 1; }
.link-backto { display: block; font-size: 16px; margin-bottom: calc(40px / 2); padding: 10px; text-align: center; text-decoration: none; }
@media screen and (min-width: 768px) { .link-backto { margin-bottom: 40px; padding: 14px; }
  .link-backto:hover { text-decoration: underline; } }

.news-lists1 { font-size: calc(14px + 1px); list-style-type: none; margin-bottom: calc(40px - 10px); margin-left: 0; }
@media screen and (min-width: 768px) { .news-lists1 { font-size: 14px; margin-bottom: 40px; } }
.news-lists1__list { align-items: center; display: block; padding-bottom: 8px; padding-top: 8px; }
@media screen and (min-width: 640px) { .news-lists1__list { display: flex; padding: 12px; } }
.news-lists1__date { display: block; margin-bottom: 2px; min-width: 100px; }
@media screen and (min-width: 640px) { .news-lists1__date { margin-bottom: 0; margin-right: 12px; } }
.news-lists1__content { align-items: center; display: flex; text-decoration: none; }
.news-lists1__content[data-category]::before { border-radius: 4px; box-sizing: border-box; content: attr(data-category); display: block; flex-direction: column; font-size: 12px; margin-bottom: 0; margin-right: 12px; max-width: none; min-width: none; overflow: hidden; padding: 2px 8px 2px 8px; position: relative; text-align: center; text-overflow: ellipsis; white-space: nowrap; width: 70px; }
@media screen and (min-width: 768px) { .news-lists1__content[data-category]::before { width: 90px; } }
.news-lists2 { list-style-type: none; margin-bottom: calc(40px - 10px); margin-left: 0; }
@media screen and (min-width: 768px) { .news-lists2 { margin-bottom: 40px; } }
.news-lists2__list { align-items: center; display: block; margin-bottom: 12px; }
.news-lists2__title { font-size: 16px; font-weight: 500; margin-bottom: 2px; }
.news-lists2__link { align-items: center; color: #000000; display: flex; padding-left: calc(16px + 8px); position: relative; text-decoration: none; transition: all 0.2s; }
@media screen and (min-width: 768px) { .news-lists2__link:hover { padding-left: 0; }
  .news-lists2__link:hover::before { width: 0; } }
.news-lists2__link::before { background-color: #000000; content: ''; display: block; height: 1px; left: 0; margin-right: 8px; position: absolute; transition: all 0.2s; width: 16px; }
.news-lists2__date { align-items: baseline; color: rgba(0, 0, 0, 0.5); display: flex; flex-wrap: wrap; font-size: 12px; font-style: italic; position: relative; }
@media screen and (min-width: 768px) { .news-lists2__date { font-size: 14px; } }
.news-lists2__date::after { content: attr(data-category); display: block; font-size: 12px; margin-left: 8px; }

.paragraph { margin-bottom: calc(40px / 2); }
@media screen and (min-width: 768px) { .paragraph { margin-bottom: 40px; } }
.paragraph__text { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .paragraph__text { margin-bottom: 24px; } }
.paragraph__clause { margin-bottom: 20px; }
@media screen and (min-width: 768px) { .paragraph__clause { margin-bottom: 24px; } }

.search-box { border-radius: 4px; box-sizing: border-box; margin-bottom: 20px; padding: 10px; width: 100%; }
.search-box__form { display: flex; }
.search-box__input { display: block; font-size: 14px; }
.search-box__input--text { box-sizing: border-box; padding: 8px 10px 8px 10px; width: 100%; }
.search-box__input--submit { align-items: center; border: none; border-radius: 0 4px 4px 0; cursor: pointer; display: flex; flex-direction: column; justify-content: center; margin-left: 8px; width: 80px; }

.separate-box { display: block; margin-bottom: 24px; }
@media screen and (min-width: 768px) { .separate-box { align-items: center; display: flex; justify-content: space-between; margin-bottom: 30px; } }
.separate-box--reverse { flex-direction: row-reverse; }
@media screen and (min-width: 768px) { .separate-box--reverse .separate-box__left { margin-left: 2%; margin-right: 0; } }
@media screen and (min-width: 768px) { .separate-box--reverse .separate-box__right { margin-left: 0; margin-right: 2%; } }
.separate-box__left { box-sizing: border-box; margin-bottom: 20px; margin-right: 0; width: 100%; }
@media screen and (min-width: 768px) { .separate-box__left { margin-bottom: 0; margin-right: 2%; width: calc(100% / 2 - 2%); } }
.separate-box__right { box-sizing: border-box; margin-bottom: 0; margin-left: 0; width: 100%; }
@media screen and (min-width: 768px) { .separate-box__right { margin-left: 2%; width: calc(100% / 2 - 2%); } }
.separate-box__imagebox { align-items: center; display: flex; height: 100%; justify-content: center; min-height: 280px; overflow: hidden; position: relative; }
.separate-box__imagebox-image { display: block; height: 100%; object-fit: cover; position: absolute; width: 100%; }
.separate-box__button { margin-bottom: 0; }
@media screen and (min-width: 768px) { .separate-box__button { width: 70%; } }

.share-box { font-size: 14px; margin-left: auto; margin-right: auto; width: 100%; }
.share-box--border { border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: 16px; }
@media screen and (min-width: 1160px) { .share-box--border { padding-top: 30px; } }
.share-box--border .share-box-lists { margin-left: auto; margin-right: auto; width: 100%; }
@media screen and (min-width: 640px) { .share-box--border .share-box-lists { width: 80%; } }
.share-box__content { width: 100%; }
.share-box-lists { align-items: center; display: block; list-style-type: none; margin-left: 0; margin-right: 0; width: 100%; }
@media screen and (min-width: 768px) { .share-box-lists { display: flex; margin-left: -10px; margin-right: -10px; width: calc(100% + 10px * 2); }
  .share-box-lists:hover .share-box-lists__list { opacity: 0.3; } }
.share-box-lists__list { margin-left: 8px; margin-right: 8px; transition: all 0.2s; width: 100%; }
@media screen and (min-width: 768px) { .share-box-lists__list:hover { opacity: 1.0 !important; } }
@media screen and (max-width: 768px) { .share-box-lists__list { margin-bottom: calc(10px + 2px); margin-left: 0; margin-right: 0; width: 100%; }
  .share-box-lists__list:last-child { margin-bottom: 0; } }
.share-box-lists__link { align-items: center; border-radius: calc(40px / 2); color: #ffffff; display: flex; flex-direction: column; height: 40px; justify-content: center; position: relative; text-decoration: none; transition: all 0.2s; width: 100%; }
@media screen and (min-width: 768px) { .share-box-lists__link:hover::before { left: 0; top: 0; } }
.share-box-lists__link--line { background-color: #5ac363; }
.share-box-lists__link--facebook { background-color: #3978ea; }
.share-box-lists__link--twitter { background-color: #4b9ce9; }
.share-box-lists__link-text { position: relative; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); transition: all 0.2s; z-index: 1; }

.sns-box { font-size: 14px; margin-bottom: calc(40px / 2); margin-left: auto; margin-right: auto; padding-bottom: 16px; padding-top: 16px; width: 100%; }
@media screen and (min-width: 768px) { .sns-box { margin-bottom: 40px; } }
.sns-box--border { border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: calc(30px / 2); }
@media screen and (min-width: 1160px) { .sns-box--border { padding-top: 30px; } }
.sns-box--border .sns-box-lists { margin-left: auto; margin-right: auto; width: 100%; }
@media screen and (min-width: 640px) { .sns-box--border .sns-box-lists { width: 80%; } }
.sns-box__content { width: 100%; }
.sns-box__lists { align-items: center; display: flex; flex-wrap: wrap; justify-content: center; list-style-type: none; margin-bottom: calc(8px * 2 * -1); margin-left: 0; margin-right: 0; width: 100%; }
.sns-box__list { margin-bottom: calc(8px * 2); margin-left: 8px; margin-right: 8px; transition: all 0.2s; }
@media screen and (min-width: 768px) { .sns-box__list { margin-left: 12px; margin-right: 12px; } }
.sns-box__link { align-items: center; display: flex; flex-direction: column; justify-content: center; position: relative; text-decoration: none; transition: all 0.2s; }
@media screen and (min-width: 768px) { .sns-box__link:hover::before { left: 0; top: 0; } }
.sns-box__link[href="#"] { opacity: 0.2; pointer-events: none; }
.sns-box__link-text { position: relative; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); transition: all 0.2s; z-index: 1; }

.table { box-sizing: border-box; margin-bottom: calc(40px - 10px); padding: 0; width: 100%; }
@media screen and (min-width: 768px) { .table { margin-bottom: 40px; } }
.table--center { text-align: center; }
.table--center .table__th, .table--center .table__td { text-align: center; }
.table__caption { font-size: 16px; margin-bottom: 8px; text-align: left; }
.table__th, .table__td { box-sizing: border-box; margin: 0; padding: 10px; vertical-align: middle; }
@media screen and (min-width: 768px) { .table__th, .table__td { padding: 14px; } }
.table__th { font-weight: normal; text-align: left; width: 200px; }
.table__th:last-child { border-right: none !important; }
.table__td { width: calc(100% - 200px); }
.table__thead th { width: auto; }
.table__thead th:first-child { border-left: none; }
.table__tbody .table__td:first-child { border-left: none; }
.table + .table-note { margin-top: calc(10px * -1); }
.table--narrow th, .table--narrow td { padding: 8px 12px 8px 12px; }
.table-mailform__th { position: relative; }
.table-mailform__th::before { border-radius: 4px; box-sizing: border-box; content: '任意'; display: inline-block; font-size: 80%; margin-right: 6px; padding: 2px 4px 2px 4px; }
.table-mailform__th--required::before { content: '必須'; }
.table-mailform__th--nolabel::before { display: none; }
@media screen and (max-width: 640px) { .table-mailform__th { border-right: none; display: block; width: 100%; } }
.table-mailform__td input { box-sizing: border-box; padding: 4px; }
.table-mailform__td input[type="text"] { width: 100%; }
.table-mailform__td input[type="tel"] { width: 100%; }
.table-mailform__td input[type="email"] { width: 100%; }
.table-mailform__td input[name="name"] { width: 100%; }
.table-mailform__td input[name="postalcode"] { width: 200px; }
.table-mailform__td input[name="address"] { width: 100%; }
@media screen and (max-width: 768px) { .table-mailform__td input { width: 100% !important; } }
.table-mailform__td select { font-size: 16px; }
.table-mailform__td textarea { box-sizing: border-box; font-size: inherit; height: 140px; padding: 10px; width: 100%; }
.table-mailform__td p:not[class] { display: none; }
.table-mailform__text { display: block; position: relative; }
.table-mailform__text--note::before { content: '※'; display: inline-block; margin-right: 2px; position: relative; }
.table-mailform__address { list-style-type: none; }
.table-mailform__address-list { align-items: center; display: flex; margin-bottom: 8px; vertical-align: middle; }
.table-mailform__address-list:last-child { margin-bottom: 0; }
.table-mailform__address-title { margin-right: 6px; text-align: right; width: 70px; }
.table-mailform__address-content { width: calc(100% - 70px - 6px); }
@media screen and (max-width: 768px) { .table--responsive .table__th { border-right: none; display: block; width: 100%; }
  .table--responsive .table__td { border-left: none; display: block; width: 100%; } }

.text--postalcode { position: relative; }
.text--postalcode::before { content: '〒'; display: inline-block; position: relative; }
.text--tel, .text--fax { position: relative; }
.text--tel::before, .text--fax::before { content: 'Tel:'; display: inline-block; margin-right: 4px; position: relative; text-transform: uppercase; }
.text--tel + .text--fax, .text--fax + .text--fax { position: relative; }
.text--fax::before { content: 'Fax:'; }
.text-autograph { align-items: baseline; display: flex; justify-content: flex-end; }
.text-autograph__title { margin-right: 14px; }
.text-autograph__text { display: block; }
