@charset "UTF-8";
/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/
.f_gara {
  font-family: "EB Garamond", serif;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Serif JP", serif;
}

body {
  color: #272625;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 120px;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.common_post_list ul li:first-child a {
  border-top: 1px solid #E0E0E0;
}
.common_post_list ul li a {
  padding: 19.5px 0 19.5px 25px;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  flex-wrap: nowrap;
}
.common_post_list ul li a .text_box {
  flex-grow: 1;
  align-items: center;
  min-width: 0;
}
.common_post_list ul li a .text_box .date {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #5F5C59;
  flex-shrink: 0;
  margin-right: 50px;
}
.common_post_list ul li a .text_box .ttl_box {
  flex: 1;
  overflow: hidden;
}
.common_post_list ul li a .text_box .ttl_box .ttl {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #272625;
  position: relative;
  padding: 8px 0;
}
.common_post_list ul li a .text_box .ttl_box .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #5cc2d7;
  transition: 0.3s;
  transform: scaleX(0);
  transform-origin: left center;
}
.common_post_list ul li a .circle {
  flex-shrink: 0;
  margin-left: 50px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.common_post_list ul li a .circle .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5F5C59;
  border-right: 2px solid #5F5C59;
  transform: rotate(45deg);
}
.common_post_list ul li a:hover .text_box .ttl {
  color: #5cc2d7;
}
.common_post_list ul li a:hover .text_box .ttl::before {
  transform: scaleX(1);
}
.common_post_list ul li a:hover .circle {
  border: 1px solid #5cc2d7;
}
.common_post_list ul li a:hover .circle .arrow {
  border-top: 2px solid #5cc2d7;
  border-right: 2px solid #5cc2d7;
}

/* 共通設定 */
.common_page_main {
  padding-top: 70px;
}
.common_page_main .text_block {
  margin-bottom: 20px;
}
.common_page_main .text_block .ttl_box {
  margin-bottom: 20px;
}
.common_page_main .text_block .ttl_box .en {
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.common_page_main .text_block .ttl_box .ttl {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 600;
}
.common_page_main .img {
  width: calc(50vw - 570px + 1140px);
  margin-left: auto;
  height: 550px;
}
.common_page_main .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}
.breadcrumb a {
  color: #272625;
}

.breadcrumb.single {
  margin-top: 70px;
}

.common_page_wrap {
  padding: 100px 0 170px;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
  width: 74%;
  border-collapse: collapse;
  margin: 0 auto 50px;
}

#page_contact table th,
#page_contact table td {
  padding: 20px;
  font-size: 14px;
  border: solid 1px #DFDFDF;
  vertical-align: middle;
}

#page_contact table th {
  width: 25%;
  background: #F7F7F7;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
  background: #c70000;
  margin-right: 15px;
  color: #fff;
  padding: 5px 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 30px;
}

#page_contact table th .ninni {
  background: #272625;
}

#page_contact table td {
  width: 75%;
}

#page_contact input[type=text],
#page_contact input[type=email],
#page_contact #zip {
  width: 85%;
  height: 44px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  padding: 1em;
}

#page_contact input.tel {
  padding: 1em;
  width: 18.8%;
  border: 1px solid #a4a4a4;
}

#page_contact select {
  outline: none;
  background: transparent;
  padding: 1em;
  width: 50%;
  border: 1px solid #a4a4a4;
}

#page_contact textarea {
  width: 85%;
  padding: 1em;
  height: 200px;
  border: 1px solid #a4a4a4;
}

#page_contact .attention {
  font-size: 12px;
}

#page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

#page_contact #btn_wrap button {
  background-color: #ff8001;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  letter-spacing: 0.08em;
  margin: auto;
}

#page_contact #btn_wrap button[name=submitBack] {
  background: #272625;
  margin-top: 20px;
}

#page_contact #btn_wrap button:hover {
  opacity: 0.8;
}

.contact_form_disc {
  width: 74%;
  font-size: 15px;
  margin: 0 auto 50px;
  letter-spacing: 0.02em;
}

.contact_form_disc .caution {
  font-size: 14px;
  color: #373636;
}

.contact_form_disc .text {
  margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl + dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #272625;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #272625;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1/1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item + span::after,
.radio_btns .radio_btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1.2px solid #a4a4a4;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item + span::after {
  width: 12px;
  height: 12px;
  top: 0px;
  left: 4px;
  border: none;
  background: #272625;
  -webkit-transform: scale(0);
  /*--ここを0にすることで下線は非表示となる--*/
  -ms-transform: scale(0);
  /*--ここを0にすることで下線は非表示となる--*/
  transform: scale(0);
  transition: all 0.3s;
  /*--0.3秒かけて下線が表示される--*/
}

/*
    checked状態
    文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked + span {
  font-weight: 600;
}

.radio_btns .radio_btns__item:checked + span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1/1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #272625 #272625;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
  background-color: #ff8001;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
  opacity: 0.8;
}

#page_contact .thanks_textArea .contact_text .space {
  display: block;
}

#page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
  margin-bottom: 60px;
  justify-content: center;
}

#page_contact .progressbar .item {
  position: relative;
  width: 18%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 43px 0 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#page_contact .progressbar .item .en {
  display: block;
  color: #7b7b7b;
  font-size: 14px;
}

#page_contact .progressbar .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
  aspect-ratio: 1/1;
  min-width: 0;
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  margin: auto;
}

#page_contact .progressbar .item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  width: 15px;
  aspect-ratio: 1/1;
  min-width: 0;
  border-radius: 50%;
  background: #272625;
  margin: auto;
}

#page_contact .progressbar #step_2 .en {
  position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
  content: "";
  height: 1px;
  width: 100px;
  background: #a5a5a5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
  left: auto;
  right: -47px;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* 個人情報保護方針 */
#page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 3em;
}

#page_privacy dl {
  margin-bottom: 50px;
}

#page_privacy dl:last-child {
  margin-bottom: 0;
}

#page_privacy dl dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5em;
  border-left: 3px solid #ccc;
  padding-left: 1em;
  letter-spacing: 0.08em;
}

#page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -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;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #5cc2d7;
  border-color: #5cc2d7;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #5cc2d7;
  border-color: #5cc2d7;
  font-weight: bold;
}

@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }
  body {
    font-size: 3.6vw;
    padding-top: 55px;
  }
  /* SPヘッダー */
  #sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px #ccc;
    z-index: 999;
    height: 55px;
  }
  #sp_header .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 0;
  }
  #sp_header .logo img {
    height: 40px;
  }
  #sp_header .insta_btn {
    position: absolute;
    right: 66px;
    top: 13.5px;
    width: 28px;
    line-height: 1;
  }
  #sp_header .insta_btn a {
    display: block;
    width: 100%;
    line-height: 1;
  }
  #sp_header .insta_btn a img {
    width: 100%;
  }
  .common_post_list ul li a {
    padding: 4vw 0;
  }
  .common_post_list ul li a .text_box {
    display: block;
  }
  .common_post_list ul li a .text_box .date {
    font-size: 3.2vw;
    margin-right: 0;
    margin-bottom: 2.5vw;
  }
  .common_post_list ul li a .text_box .ttl_box .ttl {
    font-size: 3.6vw;
    padding: 0;
  }
  .common_post_list ul li a .text_box .ttl_box .ttl::before {
    content: none;
  }
  .common_post_list ul li a .circle {
    margin-left: 5vw;
    width: 7vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #393A3A;
  }
  .common_post_list ul li a .circle .arrow {
    width: 1.5vw;
    height: 1.5vw;
    border-top: 1px solid #393A3A;
    border-right: 1px solid #393A3A;
  }
  .common_post_list ul li a:hover .text_box .ttl {
    color: #272625;
  }
  .common_post_list ul li a:hover .circle {
    border: 1px solid #393A3A;
  }
  .common_post_list ul li a:hover .circle .arrow {
    border-top: 1px solid #393A3A;
    border-right: 1px solid #393A3A;
  }
  /* 共通設定 */
  .common_page_main {
    padding-top: 19vw;
  }
  .common_page_main .text_block {
    margin-bottom: 3vw;
  }
  .common_page_main .text_block .ttl_box {
    margin-bottom: 9vw;
  }
  .common_page_main .text_block .ttl_box .en {
    font-size: 11vw;
    margin-bottom: 6vw;
  }
  .common_page_main .text_block .ttl_box .ttl {
    font-size: 3.5vw;
    letter-spacing: 0.15em;
  }
  .common_page_main .img {
    width: 95vw;
    height: 60vw;
  }
  .common_page_wrap {
    padding: 15vw 0 19vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  .breadcrumb {
    font-size: 2.4vw;
  }
  .breadcrumb.single {
    text-align: left;
    margin-top: 19vw;
  }
  /* SP固定ページ お問い合わせ */
  #page_contact table {
    margin-bottom: 10vw;
    width: 100%;
  }
  #page_contact table th,
  #page_contact table td {
    font-size: 4vw;
    display: block;
    border-bottom: none;
    padding: 5vw 4vw;
  }
  #page_contact table th {
    width: 100%;
    text-align: left;
    padding: 3vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  #page_contact table td {
    width: 100%;
  }
  #page_contact input[type=text],
  #page_contact input[type=email],
  #page_contact #zip {
    width: 100%;
    height: 12vw;
  }
  #page_contact input.tel {
    width: 29%;
  }
  #page_contact select {
    width: 100%;
  }
  #page_contact textarea {
    width: 100%;
    height: 60vw;
  }
  #page_contact #btn_wrap button {
    width: 80%;
    line-height: 12vw;
    border-radius: 4px;
    font-size: 4vw;
  }
  #page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 2vw;
  }
  #page_contact .attention {
    font-size: 3vw;
  }
  #page_contact .progressbar #step_2 .en::before,
  #page_contact .progressbar #step_2 .en::after {
    width: 8vw;
  }
  #page_contact .progressbar #step_2 .en::before {
    left: -4vw;
  }
  #page_contact .progressbar {
    margin-bottom: 7vw;
  }
  .contact_form_disc {
    width: 100%;
    font-size: 3.5vw;
    letter-spacing: 0.02em;
    margin: 0 auto 10vw;
  }
  .contact_form_disc .caution {
    font-size: 3.4vw;
  }
  .contact_form_disc .text {
    margin-bottom: 3vw;
  }
  #page_contact table th .hissu,
  #page_contact table th .ninni {
    display: block;
    width: 13vw;
    padding: 0.2vw 0;
    text-align: center;
    font-size: 3vw;
    margin-right: 0;
  }
  #page_contact table {
    border-bottom: solid 1px #dfdfdf;
  }
  #page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }
  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }
  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }
  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }
  .privacy_check_list {
    margin-bottom: 6vw;
  }
  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }
  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }
  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .privacy_term_outer .privacy_term_inner dl + dl {
    margin-top: 7vw;
  }
  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }
  /* サンクスページ */
  #page_contact .thanks_textArea p {
    font-size: 4vw;
  }
  #page_contact .thanks_textArea .contact_text {
    margin-bottom: 2em;
    width: 100%;
  }
  #page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }
  /* ステップバー デザイン */
  #page_contact .progressbar .item {
    font-size: 4vw;
    line-height: 1.4;
    padding: 13vw 0px 2vw;
    width: 31%;
  }
  #page_contact .progressbar .item .en {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  #page_contact .progressbar .item::before {
    width: 8vw;
  }
  #page_contact .progressbar .item.active::after {
    top: 2vw;
    width: 4vw;
  }
  #page_contact .progressbar #step_2 .en {
    position: relative;
  }
  #page_contact .progressbar #step_2 .en::before,
  #page_contact .progressbar #step_2 .en::after {
    content: "";
    position: absolute;
    left: -47px;
    height: 1px;
    width: 100px;
    background: #a4a5a4;
  }
  #page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -4vw;
  }
  #page_contact .progressbar #step_2 .en::before,
  #page_contact .progressbar #step_2 .en::after {
    width: 8vw;
  }
  #page_contact .progressbar #step_2 .en::before {
    left: -4vw;
  }
  /* SP固定ページ 個人情報保護方針 */
  #page_privacy .main_text {
    font-size: 3.5vw;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  #page_privacy dl {
    margin-bottom: 10vw;
  }
  #page_privacy dl dt {
    font-size: 4vw;
    letter-spacing: 0.03em;
  }
  #page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }
  body #sitemap_list li a {
    font-size: 4vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }
  body #sitemap_list {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */