@charset "UTF-8";
.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

.pc-inline-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .pc-inline-none {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.home,
.recruit {
  /* ローディング画面 */
}
.home #loading,
.recruit #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.home .loaded,
.recruit .loaded {
  opacity: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.outer-vl--mt0 {
  margin-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--mt50 {
  margin-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .outer-ly_sp--10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
  background: url(../img/bg.png);
  background-repeat: repeat;
  background-size: 100px 100px;
  color: #3A3A3A;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
}
body.top::before {
  background: url("../img/patterntop.png") repeat;
  background-size: 295px 369px;
}
body.news::before, body.archive::before {
  background: url("../img/patternnews.png") repeat;
  background-size: 295px 369px;
}
body.jinsei::before {
  background: url("../img/patternjinsei.png") repeat;
  background-size: 295px 369px;
}
body.tackle::before {
  background: url("../img/patterntackle.png") repeat;
  background-size: 295px 369px;
}
body.recruit::before {
  background: url("../img/patternrecruit.png") repeat;
  background-size: 295px 369px;
}
body.description-pharmacist::before, body.description-clerk::before {
  background: url("../img/patterndescription.png") repeat;
  background-size: 295px 369px;
}
body.privacy::before {
  background: url("../img/patternprivacy.png") repeat;
  background-size: 295px 369px;
}
body.privacy::before {
  background: url("../img/patternprivacy.png") repeat;
  background-size: 295px 369px;
}

p {
  text-align: justify;
}

.header {
  width: 100%;
  padding: 20px 0 10px;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  color: #3A3A3A;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 3px rgb(234, 234, 234);
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__ja {
  font-size: 2rem;
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__ul {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
}
.header .header__link:hover {
  color: #7a7a7a;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #3E2717;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__logo-wrap {
  display: flex;
  align-items: center;
}
.header__ttl-wrap {
  display: flex;
  align-items: center;
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}

#menu__toggle {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    width: 42px;
    height: 32px;
    cursor: pointer;
    z-index: 9999;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3A3A3A;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .menu__text {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100dvh;
    margin: 0;
    padding: 50px 0 100px;
    overflow: scroll;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
}
.grecaptcha-badge {
  display: none;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: white;
  color: #3E2717;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.nav__board-list--edge {
  left: initial;
  right: 0;
  transform: initial;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    margin-top: 10px;
    visibility: initial;
    opacity: 1;
    position: static;
    transform: none;
    background: none;
    color: #3E2717;
    padding-left: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .nav__board-list {
    padding-left: 0;
  }
}
.nav__board {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .nav__board {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__board:hover .nav__board-list {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .nav__board .header__link {
    width: auto;
  }
}
.nav__board-li a {
  display: block;
  border-top: 1px solid #3E2717;
  transition: all 0.4s ease;
  padding: 3px 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nav__board-li a {
    text-align: left;
    border: none;
  }
  .nav__board-li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.nav__board-li a:hover {
  background: #3E2717;
  color: white;
}
@media screen and (max-width: 992px) {
  .nav__board-li a:hover {
    background: none;
    color: #3E2717;
  }
}

.footer {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .footer {
    margin-top: 50px;
  }
}
.footer__img-wrap {
  text-align: center;
}
.footer__logo-link {
  font-size: 2rem;
  line-height: 1;
}
.footer__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .footer__ul {
    flex-flow: column;
    font-size: 1.6rem;
  }
}
.footer__li {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.footer__link {
  display: block;
  text-align: center;
}
.footer__slicer {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer__privacy {
    order: 100;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1.4rem;
  background: #3E2717;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*タブ切り替え全体のスタイル*/
.tab {
  margin-top: 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.tab__slicer {
  width: 100%;
}
.tab:has(#type1:checked)::after {
  background: #3E2717;
}
.tab {
  /*タブのスタイル*/
}
.tab__item {
  width: 20%;
  max-width: 300px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  margin-left: 20px;
  background: #ffe7f1;
  color: #a8a8a8;
}
.tab__item:hover {
  opacity: 0.75;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .tab__item {
    width: 45%;
    margin-left: 0;
  }
}
.tab {
  /*タブ切り替えの中身のスタイル*/
}
.tab__content {
  display: none;
  width: 100%;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
  background: #3E2717;
}
.tab {
  /*ラジオボタンを全て消す*/
}
.tab input[name=tab__item] {
  display: none;
}
.tab {
  /*選択されているタブのコンテンツのみを表示*/
}
.tab #type1:checked ~ #type1_content,
.tab #type2:checked ~ #type2_content,
.tab #type3:checked ~ #type3_content,
.tab #type4:checked ~ #type4_content {
  display: block;
}
.tab {
  /*選択されているタブのスタイルを変える*/
}
.tab input:checked + .tab__item {
  background: #489000;
  color: white;
}
.tab--sub .tab__triangle {
  border-color: transparent #489000 transparent transparent;
}
.tab--sub .tab:has(#all:checked)::after {
  background: #489000;
}
.tab--sub .tab__content {
  background: #489000;
}
.tab--sub input:checked + .tab__item {
  background: #489000;
}
.tab--sub .dl__dt {
  color: #489000;
}
.tab--sub .map {
  background: #489000;
  border: 1px solid #489000;
}
.tab--sub .map:hover {
  color: #489000;
  background: white;
}

.mark_orange {
  background: linear-gradient(transparent 64%, #ff6 60%);
}

.dl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(160px, max-content) 1fr;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .dl {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.dl--dt-right .dl__dt-inr {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .dl--dt-right .dl__dt-inr {
    text-align: left;
  }
}
.dl--wide {
  max-width: 800px;
}
.dl .dl__dt {
  grid-column: 1;
}
.dl .dl__dd {
  grid-column: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .dl .dl__dd {
    grid-column: 1;
  }
}
.dl__dt-inr {
  text-align: center;
  font-size: 1.8rem;
}
.dl__dt-inr--color {
  color: #3E2717;
}
@media screen and (max-width: 992px) {
  .dl__dt-inr {
    font-size: 1.6rem;
    text-align: left;
  }
}

.h2 {
  text-align: center;
}
.h2__h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .h2__h2 {
    font-size: 2rem;
  }
}
.h2__en {
  font-size: 8rem;
  opacity: 0.2;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 6rem;
  }
}
.h2--left {
  text-align: left;
}
.h2--right {
  text-align: right;
}

.article__otr {
  max-width: 1060px;
  margin: 0 auto;
}
.article__item {
  border-bottom: 1px dashed #9f9f9f;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .article__item {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.article__date {
  font-size: 1.4rem;
}
.article__category {
  color: white;
  background: #489000;
  text-align: center;
  min-width: 90px;
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 5px;
  margin-left: 10px;
}
.article__category--job {
  background: #E8B921;
}
.article__category--notice {
  background: #3A3A3A;
}
.article__link {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 100px - 30px);
}
@media screen and (max-width: 992px) {
  .article__link {
    width: 100%;
    margin-left: 0;
  }
}
.article__arrow {
  align-self: start;
  padding-top: 20px;
}
.article__capsule {
  color: white;
  text-align: center;
  min-width: 90px;
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 30px;
}
.article__capsule--info {
  background: #489000;
}
.article__capsule--notice {
  background: #3A3A3A;
}
.article__capsule--job {
  background: #E8B921;
}

.arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #3E2717 !important;
}
@media screen and (max-width: 576px) {
  .arrow__item--next {
    right: 20px;
  }
}
.arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrownext.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #3E2717 !important;
}
@media screen and (max-width: 576px) {
  .arrow__item--previous {
    left: 20px;
  }
}
.arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowback.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.8rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  ul.page-numbers {
    font-size: 1.4rem;
  }
}

li .page-numbers {
  padding: 0 10px;
  color: rgba(62, 39, 23, 0.5);
}
li .page-numbers.current {
  color: #3E2717;
}

.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #3E2717;
}
.sec__tx--white {
  color: white;
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx18 {
    font-size: 1.6rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.table-time {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  table-layout: fixed;
}
.table-time th,
.table-time td {
  border-top: 1px solid #3E2717;
  border-bottom: 1px solid #3E2717;
  border-left: none;
  border-right: none;
}
.table-time tr:first-child > * {
  border-top: none;
}
.table-time tr:last-child > * {
  border-bottom: none;
}
.table-time tr > *:first-child {
  width: 160px;
  text-align: center;
  border-right: 1px solid #3E2717;
}
@media screen and (max-width: 992px) {
  .table-time tr > *:first-child {
    width: 130px;
  }
}
@media screen and (max-width: 576px) {
  .table-time tr > *:first-child {
    width: 90px;
  }
}
.table-time__th {
  width: calc((100% - 160px) / 7);
  padding: 0 16px 8px;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .table-time__th {
    width: calc((100% - 130px) / 7);
    padding: 0 8px 4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .table-time__th {
    width: calc((100% - 100px) / 7);
    font-size: 1.2rem;
  }
}
.table-time__td {
  width: calc((100% - 160px) / 7);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .table-time__td {
    width: calc((100% - 130px) / 7);
  }
}
@media screen and (max-width: 576px) {
  .table-time__td {
    width: calc((100% - 90px) / 7);
  }
}
.table-time__tr--none {
  border: none;
}
.table-time__number {
  font-size: 1.5rem;
  padding: 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .table-time__number {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .table-time__number {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 376px) {
  .table-time__number {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .table-time__number--bottom {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
.table-time__en2 {
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 376px) {
  .table-time__en2 {
    font-size: 1rem;
  }
}
.table-time__img {
  vertical-align: sub;
}
@media screen and (max-width: 576px) {
  .table-time__img {
    width: 12px;
  }
}
.table-time__comment {
  text-align: right;
  color: white;
}
@media screen and (max-width: 992px) {
  .table-time__comment {
    font-size: 1.2rem;
  }
}

.week-table {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.map {
  border: 1px solid #489000;
  font-size: 1.4rem;
  background: #489000;
  padding: 2px 10px;
  margin: left 10px;
  transition: 0.6s all;
  color: white;
  border-radius: 5px;
}
.map:hover {
  background: white;
  color: #489000;
}
@media screen and (max-width: 992px) {
  .map {
    font-size: 1.2rem;
    padding: 0px 5px;
  }
}

.btn {
  background: #489000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #489000;
  color: white;
  transition: background-color 0.6s, color 0.6s, border-color 0.6s;
  text-align: center;
  min-width: 180px;
  padding: 10px 20px;
  border-radius: 80px;
  margin: 50px auto;
}
.btn:hover {
  background: white;
  color: #489000;
}/*# sourceMappingURL=common.css.map */