@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;500&display=swap");

/*********************************
	共通
*********************************/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  letter-spacing: 0.01em;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

p {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.rb2019---main.rb2019---inner {
  min-width: 1230px;
  width: auto;
}

.rb2019---pickup {
  padding-top: 0 !important;
}

.rb2019---pickup > .rb2019---inner {
  height: 44px;
}

body.rb2019---header-fixed .rb2019---main-nav {
  position: relative;
}

#app {
  text-align: center;
}

#ins-wrapper {
  padding: 0;
}

#ins-mainUpper {
  margin: 0 auto;
  width: 1230px;
}

a:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

main h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.content-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.section {
  margin-top: 80px;
}

@media only screen and (max-width: 599px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .rb2019---main.rb2019---inner {
    min-width: 100%;
    width: 100%;
  }

  .rb2019---header {
    position: relative;
  }

  .rb2019---base {
    padding-top: 0;
  }

  img {
    image-rendering: auto;
  }
}

/*********************************
	かんたん検索エリア
*********************************/
.section-lead {
  color: #555;
  font-size: 16px;
  margin-bottom: 3%;
}

.search-inner {
  padding: 5% 0;
}

.search-fields {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.form-select {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  padding: 0;
  border: none;
}

.search .form-select {
  height: 80px;
  width: 370px;
}

.form-select-element {
  color: #e0cda7;
  display: block;
  height: 100%;
  outline: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 2em 0 2.5em;
  padding-left: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 0 10px #dedede, 0 0 10px #dedede;
  border: none;
}

.form-select-icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.search .form-select-icon:nth-of-type(1) {
  height: auto;
  left: 20px;
  width: 20px;
}

.search .form-select-icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 24px;
  width: 14px;
}

.search-cross {
  margin: 0 30px;
}

.form-button:disabled {
  cursor: default;
  opacity: 0.6;
  border: none;
}

@media only screen and (max-width: 599px) {
  .section-lead {
    font-size: 14px;
    margin-bottom: 5%;
  }

  .search-inner {
    padding: 25px 0 35px;
  }

  .search .form-select {
    margin: 1em;
    height: 60px;
  }

  .search-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-cross {
    margin: 0;
  }

  .search .form-button {
    width: 80%;
    font-size: 15px;
  }

  .form-select-element {
    font-size: 15px;
    padding-left: 103px;
  }

  #kekkon-search button {
    margin: 25px auto 0;
  }
}

#kekkon-search {
  padding-top: 7%;
}

.section-lead {
  color: #555;
  font-size: 16px;
  margin-bottom: 3%;
}

.search__inner {
  padding: 5% 0;
  background: #fafafa;
}

.search__fields {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.form-select {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
}

.search .form-select {
  height: 80px;
  width: 370px;
}

.form-select__element {
  color: #87c7cc;
  display: block;
  height: 100%;
  outline: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 0 2em 0 2.5em;
  padding-left: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 0 10px #dedede, 0 0 10px #dedede;
  border: none;
}

.form-select__icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.search .form-select__icon:nth-of-type(1) {
  height: auto;
  left: 20px;
  width: 20px;
}

.search .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 24px;
  width: 14px;
}

.search__cross {
  margin: 0 30px;
}

.form-button {
  display: block;
  background: -moz-linear-gradient(left, #ea9fac, #f5ccd0);
  background: -webkit-linear-gradient(left, #ea9fac, #f5ccd0);
  background: linear-gradient(to right, #ea9fac, #f5ccd0);
  color: #fff;
  padding: 20px 0;
  width: 500px;
  position: relative;
  border-radius: 50px;
  line-height: 1;
  margin: 5% auto 0;
  position: relative;
}

.form-button::before {
  content: "";
  background: url("../images/common/arrow-right-white.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.form-button:disabled {
  cursor: default;
  opacity: 0.6;
  border: none;
}

@media only screen and (max-width: 599px) {
  #kekkon-search {
    margin-top: 15%;
    padding-top: 0;
  }

  .section-lead {
    font-size: 14px;
    margin-bottom: 5%;
  }

  .search__inner {
    padding: 7% 0 10%;
  }

  .search .form-select {
    margin: 1em;
    height: 60px;
  }

  .search__fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search__cross {
    margin: 0;
  }

  .search .form-button {
    width: 90%;
    font-size: 15px;
  }

  .form-select__element {
    font-size: 15px;
    padding-left: 103px;
  }
}

/*********************************
	ベスト3(タブのコード)
*********************************/
.tab-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  background: #c1c1c1;
  color: #fff;
  width: 166px;
  height: 35px;
  padding: 4px 0;
}

.tab-item:nth-child(n + 2) {
  margin-left: 1px;
}

.tab-item:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

input[name="tab-item"] {
  display: none;
}

.tab-content {
  display: none;
  padding-top: 40px;
  clear: both;
  overflow: hidden;
}

#tab01:checked ~ #tab01-content,
#tab02:checked ~ #tab02-content,
#tab03:checked ~ #tab03-content {
  display: block;
}

.tabs input:checked + .tab-item {
  position: relative;
  background: #333;
}

.tabs input:checked + .tab-item::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  position: absolute;
  left: 67px;
  top: 31px;
}

.tab-content-block {
  box-shadow: 0px 0px 20px #00000012;
}

@media only screen and (max-width: 599px) {
  .tab-item {
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    margin: 0;
    font-size: 13px;
  }

  .tabs input:checked + .tab-item::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #555;
    left: 45%;
    top: 100%;
  }

  .tab-content {
    padding-top: 35px;
    margin: 0 15px;
  }

  .tab-content-block {
    margin-top: 25px;
    padding: 20px 15px;
  }
}

/*//////////////////// 問い合わせエリア ////////////////////*/

.contact {
  background: #1688c6;
  color: #fff;
  padding: 50px 0 55px;
}

.rb2019---main .rb2019---inner {
  padding-left: 56px;
  padding-right: 56px;
}

#sel-wrapper .contact__title {
  font-family: yu gothic, yugothic, hiragino kaku gothic pron, meiryo,
    sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #fff;
}

.contact__body {
  max-width: 1200px;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

.contact__left {
  width: 570px;
}

.contact__text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact__tel {
  font-size: 68px;
  margin-bottom: 1rem;
}

.tel {
  display: block;
}

.tel__link,
.tel__link:link,
.tel__link:visited {
  color: #fff;
}

.contact .tel > a {
  cursor: default;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-pack: start;
  height: 62px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.tel img {
  height: 94%;
  width: auto;
  margin-right: 0.2em;
}

.tel-info {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  line-height: 1;
}

.contact__tel-info {
  border: 1px solid #fff;
  border-radius: 1em;
  font-weight: 400;
  padding: 0.3em;
  -webkit-box-pack: center;
  font-size: 17px;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
}

.button {
  -webkit-align-items: center;
  align-items: center;
  background: 0 0;
  border: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.contact__button {
  background-color: #fff;
  color: #1688c6;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  height: 178px;
  padding-top: 100px;
  width: 490px;
  background-image: url("../images/common/mail.svg");
  background-position: top 1.5em center;
  background-repeat: no-repeat;
  background-size: auto 2em;
  border-radius: 10px;
}

@media only screen and (max-width: 599px) {
  .contact {
    padding: 25px 0;
  }

  .rb2019---main .rb2019---inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact__title {
    font-size: 18px;
  }

  .contact__body {
    width: 90%;
    display: block;
  }

  .contact__left {
    width: 100%;
  }

  .contact__text {
    font-size: 14px;
  }

  .contact .tel > a {
    height: 30px;
  }

  .tel img {
    margin-right: 3px;
  }

  .tel-info,
  .tel-info small {
    display: block;
    line-height: 1.4;
  }

  .contact__tel-info {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .contact__button {
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    height: 125px;
    padding-top: 70px;
  }

  .rb2019---footer {
    margin-top: 0;
  }
}

/*//////////////////// サイドナビエリア ////////////////////*/
a.side-nav__trigger,
a.side-nav__trigger:link {
  color: #fff;
}

.rb2019---header-fixed .side-nav__trigger {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}

.side-nav__trigger {
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: side-nav-trigger-swing infinite 2s linear;
  animation: side-nav-trigger-swing infinite 2s linear;
  background: #87c7cc;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  height: 100px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  position: fixed;
  right: 16px;
  text-align: center;
  bottom: 50px;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.3s ease;
  transition: opacity 0.2s ease;
  width: 100px;
  z-index: 0;
}

.side-nav__trigger .rb2019---icon__search::before {
  content: "";
  background: url("../images/common/search.png") no-repeat;
  display: block;
  width: 35px;
  height: 41px;
  background-size: 100%;
}

.side-nav__trigger i {
  font-size: 48px;
}

.side-nav.rb2019---dialog {
  z-index: 1100;
}

.rb2019---header-fixed .side-nav__trigger:hover {
  opacity: 0.6;
}

.rb2019---header-fixed .side-nav__trigger.hidden {
  opacity: 0;
}

@-webkit-keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

@keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

.side-nav__inner {
  -webkit-animation: side-nav-open-bg 0.3s ease 1 forwards;
  animation: side-nav-open-bg 0.3s ease 1 forwards;
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-closing .side-nav__inner {
  -webkit-animation: side-nav-close-bg 0.3s ease 1;
  animation: side-nav-close-bg 0.3s ease 1;
}

.side-nav__body {
  -webkit-animation: side-nav-open 0.3s ease 1 forwards;
  animation: side-nav-open 0.3s ease 1 forwards;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(400px, 0);
  transform: translate(400px, 0);
  width: 400px;
}

.is-closing .side-nav__body {
  -webkit-animation: side-nav-close 0.3s ease 1;
  animation: side-nav-close 0.3s ease 1;
}

@-webkit-keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

@keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

.side-nav__close {
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.side-nav__content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 50px 16px 0;
}

.side-nav__group {
  margin-bottom: 16px;
}

.side-nav__group + .side-nav__group {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.side-nav__group-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.side-nav__search form {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.side-nav__search input[type="text"] {
  border: 1px solid #999;
  font-size: 16px;
  height: 40px;
  padding: 0 0.5em;
  width: 70%;
}

.side-nav__search button {
  background: #87c7cc;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: -webkit-calc(30% - 8px);
  width: calc(30% - 8px);
}

.side-nav__form .form-select {
  height: 40px;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}

.side-nav__form .form-select__element {
  font-size: 14px;
  font-weight: bold;
  padding-left: 32px;
}

.side-nav__form .form-select__icon:nth-of-type(1) {
  height: auto;
  left: 8px;
  width: 16px;
}

.side-nav__form .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 8px;
  width: 16px;
}

.side-nav__form .search__fields {
  margin-bottom: 16px;
}

.side-nav__form .search__cross {
  height: auto;
  margin: 0 8px;
  width: 12px;
}

.side-nav__form .form-button {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}

.side-nav__links {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.side-nav__links a,
.side-nav__links a:link,
.side-nav__links a:visited,
.side-nav__links a:hover,
.side-nav__links a:focus,
.side-nav__links a:active {
  color: #333;
}

.side-nav__links a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: -webkit-calc(100% / 2);
  flex-basis: calc(100% / 2);
  font-size: 14px;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  margin-bottom: 8px;
}

.side-nav__close .rb2019---icon__times::before {
  content: "";
  background: url("../images/common/close.png") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 7px;
}

/* スクロールナビ */
.fixed-nav {
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  background: #d8c0d4;
  color: #fff;
  width: 100%;
  height: 60px;
  z-index: 999;
}

/*このクラスが付与されると表示する*/
.active {
  display: block;
}

.fixed-nav-inner {
  width: 1230px;
  margin: 0 auto;
}

.fixed-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed-nav-list li {
  font-size: 14px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  border-left: 1px solid #fff;
}

#sel-wrapper nav .fixed-nav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .side-nav__close {
    border: none;
  }

  .side-nav__close:focus,
  .side-nav__search button:focus,
  .side-nav__form .form-button:focus,
  .side-nav__search input[type="text"]:focus {
    outline: 0;
  }

  .side-nav__inner {
    padding: 0;
  }

  .side-nav__body {
    width: 100%;
  }

  span.form-select {
    width: calc(100% - 14px) !important;
    margin: 1em;
  }

  .side-nav__trigger {
    height: 80px;
    width: 80px;
    font-size: 11px;
    top: auto;
    bottom: 6rem;
    right: 4px;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }

  .side-nav__trigger .rb2019---icon__search::before {
    width: 90%;
    height: 34px;
    background-position: center top;
    background-size: auto 90%;
  }

  .side-nav__inner {
    position: fixed;
    z-index: 999;
  }

  .side-nav__search button,
  .side-nav__form .form-button {
    border: none;
  }

  .side-nav__trigger .rb2019---icon__times::before {
    right: 0;
  }

  .rb2019---header {
    position: relative;
  }

  .rb2019---base {
    padding-top: 0;
  }

  .fixed-nav-inner {
    width: 100%;
  }

  .fixed-nav-list {
    background: #d8c0d4;
  }

  .fixed-nav-list li {
    width: 20%;
    flex: none;
    border-bottom: 1px solid #fff;
  }

  #sel-wrapper nav .fixed-nav-list li a {
    font-size: 12px;
  }

  .side-nav__form .form-select__element {
    font-size: 15px;
    padding-left: 103px;
  }
}

.update-day {
  margin: 1em;
  text-align: right;
}

.towel-bn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.towel-bn p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .towel-bn {
    margin-top: 10vw;
    padding: 0 5vw;
  }

  .towel-bn p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .towel-bn a {
    margin: 0 auto;
  }

  .towel-bn a img {
    width: 100%;
    height: auto;
  }
}
