@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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
body { background-color: #333333 !important; padding-bottom: 20px !important; }

.altogether { background-color: #ffffff; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8); margin-left: auto; margin-right: auto; padding-bottom: 1px; }
@media screen and (min-width: 1060px) { .altogether { max-width: 1060px; } }

.nav-header { font-size: calc(14px + 1px); margin-top: 0; }
@media screen and (min-width: 768px) { .nav-header { font-size: 14px; margin-top: 30px; } }
.nav-header__container { padding-bottom: 10px; padding-top: 10px; }
@media screen and (min-width: 768px) { .nav-header__container { padding-bottom: 0; padding-top: 0; } }
.nav-header__lists { align-items: center; display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center; margin-bottom: calc(4px * 2 * -1); width: 100%; }
@media screen and (min-width: 768px) { .nav-header__lists { justify-content: flex-start; margin-bottom: 0; } }
.nav-header__list { margin-bottom: calc(4px * 2); margin-left: 4px; margin-right: 4px; width: auto; }
@media screen and (min-width: 768px) { .nav-header__list { margin-left: 18px; margin-right: 0; } }
.nav-header__link { align-items: center; background-color: rgba(255, 255, 255, 0.2); border-radius: 4px; color: #ffffff; display: flex; padding: 4px 10px 4px 10px; text-decoration: none; text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); transition: all 0.2s; }
@media screen and (min-width: 768px) { .nav-header__link:hover { background-color: #ffffff; color: #565644; text-shadow: none; } }
.nav-header__link-text { display: block; position: relative; }
.nav-global { box-sizing: border-box; font-size: calc(14px + 1px); margin-right: 1px; }
@media screen and (min-width: 768px) { .nav-global { font-size: 14px; } }
.nav-global__lists { display: flex; flex-wrap: wrap; list-style-type: none; margin-left: -4px; margin-right: -4px; width: calc(100% + 4px * 2); }
@media screen and (min-width: 768px) { .nav-global__lists { display: block; margin-left: 0; margin-right: 0; width: 100%; } }
.nav-global__list { margin-bottom: calc(4px * 2); margin-left: 4px; margin-right: 4px; width: calc(100% / 2 - 4px * 2); }
@media screen and (min-width: 768px) { .nav-global__list { margin-bottom: 1px; margin-left: 0; margin-right: 0; width: 100%; } }
.nav-global__link { background-color: #efeddd; border: 1px solid #ddd8d8; box-sizing: border-box; color: #000000; display: block; padding: 8px 12px 8px 12px; position: relative; text-decoration: none; transition: all 0.2s; }
@media screen and (min-width: 768px) { .nav-global__link { border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding-bottom: 12px; padding-top: 12px; }
  .nav-global__link:hover { background-color: #e3e3bb; } }
.nav-global__link.-current { background-color: #e3e3bb; }
.nav-global__link-text { display: block; padding-left: 4px; position: relative; }
.nav-global__link-text::after { border-left: calc(8px / 2) solid #565644; border-top: calc(8px / 2) solid transparent; border-bottom: calc(8px / 2) solid transparent; content: ''; display: block; height: 0; position: absolute; right: 10px; top: calc((100% - 8px) / 2); transition: all 0.2s; width: 0; }

.header-global { border-bottom: 1px solid #ffffff; overflow: hidden; position: relative; z-index: 1; }
@media screen and (min-width: 768px) { .header-global { height: 200px; } }
.header-global__container { margin-bottom: 0; margin-left: auto; margin-right: auto; max-width: 92%; width: 100%; }
@media screen and (min-width: 1060px) { .header-global__container { max-width: 1060px; } }
@media screen and (min-width: 768px) { .header-global__container { display: flex; justify-content: space-between; } }
.header-global-logo__link { background-color: #ffffff; border-radius: 0 0 4px 4px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; color: #000000; display: block; font-family: 'Roboto Slab', serif; min-width: 280px; padding: 16px; text-align: center; text-decoration: none; text-transform: uppercase; }
@media screen and (min-width: 768px) { .header-global-logo__link { padding: 30px 20px 30px 20px; } }
.header-global-logo__link-text { display: block; }
.header-global-logo__link-text:first-child { border-bottom: 1px dotted rgba(0, 0, 0, 0.4); font-size: 18px; font-weight: 300; line-height: 1.2; margin-bottom: 10px; padding-bottom: 10px; }
@media screen and (min-width: 768px) { .header-global-logo__link-text:first-child { font-size: 22px; } }
.header-global-logo__link-text:last-child { font-family: sans-serif; color: rgba(0, 0, 0, 0.5); font-size: 10px; }
@media screen and (min-width: 768px) { .header-global-logo__link-text:last-child { margin-bottom: 0; padding-top: 0; } }
.header-global-background { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.header-global-background__imagebox { align-items: center; display: flex; height: 100%; position: relative; width: 100%; }
.header-global-background__imagebox::before { background-color: rgba(0, 0, 0, 0.2); content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.header-global-background__imagebox-image { display: block; filter: blur(3px); height: 100%; object-fit: cover; transform: scale(1.06, 1.06); width: 100%; }

.contents { font-family: 'Roboto Slab', sans-serif; width: 100%; }
.contents__container { margin-bottom: 0; width: 100%; }
@media screen and (min-width: 768px) { .contents__container { display: flex; } }

.sidebar { border-right: 1px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; margin-bottom: 10px; width: 100%; }
@media screen and (min-width: 768px) { .sidebar { margin-bottom: 0; width: 24%; } }
.sidebar__container { box-sizing: border-box; margin-bottom: 0; margin-left: auto; margin-right: auto; padding: 20px 20px 0 20px; width: 100%; }
@media screen and (min-width: 1060px) { .sidebar__container { max-width: 1060px; } }
@media screen and (min-width: 768px) { .sidebar__container { padding: 0; } }

.main { font-size: calc(14px + 1px); width: 100%; }
@media screen and (min-width: 768px) { .main { font-size: 14px; width: calc(100% - 24%); } }
.main__container { box-sizing: border-box; padding: calc(30px - 10px); padding-top: 0; position: relative; }
@media screen and (min-width: 768px) { .main__container { padding: 30px; } }
.main-visual-box1 { align-items: center; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); color: #ffffff; display: flex; font-size: 20px; height: 120px; justify-content: center; margin-bottom: 20px; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; width: 100%; }
@media screen and (min-width: 1060px) { .main-visual-box1 { max-width: 1060px; } }
@media screen and (min-width: 768px) { .main-visual-box1 { height: 160px; margin-bottom: 30px; } }
.main-visual-box1__textbox { align-items: center; display: flex; height: 100%; justify-content: center; position: absolute; width: 100%; }
.main-visual-box1__textbox::after { background-color: rgba(0, 0, 0, 0.2); content: ''; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.main-visual-box1__textbox-title { position: absolute; z-index: 2; }
.main-visual-box1__imagebox { align-items: center; display: flex; height: 100%; position: relative; width: 100%; }
.main-visual-box1__imagebox-image { display: block; height: 100%; object-fit: cover; width: 100%; }

.footer-global { margin: 1px 1px 0 1px; }
.footer-global__container { box-sizing: border-box; width: 100%; }
.footer-global-copyright { box-sizing: border-box; color: #ffffff; font-size: calc(14px - 1px); margin-bottom: 1px; position: relative; text-align: center; text-transform: uppercase; width: 100%; }
@media screen and (min-width: 768px) { .footer-global-copyright { font-size: 14px; } }
.footer-global-copyright__container { background-color: #565644; box-sizing: border-box; margin-left: auto; margin-right: auto; padding: 10px; width: 100%; }
@media screen and (min-width: 1060px) { .footer-global-copyright__container { max-width: 1060px; } }
.footer-global-copyright__holder { font-weight: 500; }
.footer-global-author { background-color: #d0d0cc; box-sizing: border-box; color: rgba(0, 0, 0, 0.5); font-size: 12px; padding: 10px; position: relative; text-align: center; width: 100%; }
.footer-global-author__container { box-sizing: border-box; margin-left: auto; margin-right: auto; max-width: 92%; width: 100%; }
@media screen and (min-width: 1060px) { .footer-global-author__container { max-width: 1060px; } }
.footer-global-author__link { color: rgba(0, 0, 0, 0.5); text-decoration: none; transition: all 0.4s; }

.heading-3 { box-sizing: border-box; color: #565644; font-size: 16px; font-weight: 500; margin-bottom: calc(30px / 2); }
@media screen and (min-width: 768px) { .heading-3 { color: rgba(0, 0, 0, 0.6); margin-bottom: 30px; } }
.heading-3.-nomgnb { margin-bottom: 10px; }
.heading-3::before { color: #565644; content: attr(data-english); display: block; font-size: 20px; font-weight: 700; margin-bottom: calc(6px * -1); position: relative; }
@media screen and (min-width: 768px) { .heading-3::before { margin-bottom: calc(2px * -1); } }
.heading-3__text { display: block; }

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

.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__content[data-category]::before { border: 1px solid rgba(0, 0, 0, 0.2); color: #000000; }
.news-lists1__link { color: #000000; }

.link:link { color: #565644; }
.link:visited { color: #565644; }
.link:hover { color: #565644; }
.link:focus { color: #565644; }
.link:active { color: #565644; }
.link-map, .link[href*='google.com/maps/'] { color: #000000; }
.link-map::after, .link[href*='google.com/maps/']::after { color: #565644; }
.link[href*=".pdf"]::after { background-color: #565644; border-color: #565644; 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: #efeddd; border: 1px solid #ddd8d8; border-left-color: #000000; border-left-width: 3px; margin-bottom: 20px; padding: 16px; }
@media screen and (min-width: 768px) { .note-box1 { margin-bottom: 24px; } }

.search-box { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
.search-box__input--text { border: 1px solid rgba(0, 0, 0, 0.2); }
.search-box__input--submit { background-color: #565644; color: #ffffff; }

.sns-box { border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top: 1px solid rgba(0, 0, 0, 0.2); }

.clause[data-title]::before { color: #663322; font-size: 16px; font-weight: 500; }
.clause--title1[data-title] { padding-top: calc(26px + 8px); }
.clause--title1[data-title]::before { background-color: #565644; border-radius: calc(26px / 2); color: #ffffff; font-size: calc(14px + 1px); height: 26px; margin-bottom: 10px; top: 0; width: auto; }
@media screen and (min-width: 768px) { .clause--title1[data-title]::before { font-size: 14px; } }
.clause-box1__list::before { border-left: calc(8px / 2) solid #565644; }

.table { border-collapse: separate; }
.table__caption { color: #565644; }
.table__th { background-color: #565644; color: #ffffff; }
.table__td { border-bottom: 1px dotted rgba(0, 0, 0, 0.4); }
.table-mailform__th::before { background-color: #ffffff; 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); } }

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: 1060px) { 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: 1060px) { .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: 1060px) { .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; }
