@charset "utf-8";

/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
html.is-locked {
  overflow-y: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique", YuGothic, "Yu Gothic Medium",
    "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 430px) {
  body {
    font-size: 1.45rem;
  }
}
main {
  overflow: hidden;
}
section img {
  width: 100%;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  color: #3a62a4;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

.pc {
  display: none;
}
h3 {
  width: 404px;
  margin: 0 auto;
}
h3 img {
  width: 100%;
}

.sp_block {
  display: none;
}

.pc_block {
  display: block;
}

.btn img {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
}

@media (max-width: 768px) {
  .sp_block {
    display: block;
  }

  .pc_block {
    display: none;
  }

  .btn img {
    max-width: 380px;
  }
}

@media (max-width: 430px) {
  h3 {
    width: 80%;
  }
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

h2 {
  width: 254px;
  margin: 55px auto 0;
}
h2 img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* common layouts */
picture img {
  display: block;
  width: 100%;
  height: auto;
}
.heading_text,
.subtitle,
.subtitle2,
.txt_special {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
.heading_text {
  font-size: 34px;
  line-height: 1.4;
}
.blue_txt {
  color: #007bb9;
}
.red {
  color: #bb121a !important;
}
.yellow {
  color: #ffdd00 !important;
}
.text_box {
  margin: 20px auto 0;
}
.wrap {
  text-align: center;
  padding: 70px 20px;
}
.narrow {
  max-width: 700px;
  margin: 2em auto 0;
}
@media (max-width: 768px) {
  .wrap {
    padding: 40px 20px;
  }
  #room .wrap {
    margin: 0 0 100px;
  }
}
@media (max-width: 430px) {
  .wrap {
    padding: 30px 10px;
  }
  #room .wrap {
    margin: 0 0 110px;
  }
  .heading_text {
    font-size: 26px;
  }
}
.subtitle {
  font-size: 20px;
  margin: 10px 0;
}

.subtitle2 {
  font-size: 20px;
  margin: 20px 0;
}

.txt_special {
  margin: 1em auto 0.5em;
}

.txt_special span {
  position: relative;
  display: inline-block;
}

.txt_special span::before,
.txt_special span::after {
  position: absolute;
  content: "";
  background: url(../img/line1.svg) center / contain no-repeat;
  width: 27px;
  height: 34px;
  top: 50%;
}

#food .txt_special span::before,
#food .txt_special span::after {
  background: url(../img/line2.svg) center / contain no-repeat;
}

.txt_special span::before {
  left: -40px;
  transform: translateY(-50%);
}

.txt_special span::after {
  right: -40px;
  transform: scale(-1, 1) translateY(-50%);
}

.note {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 2em auto 0;
}
.note li {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0 0.5em 0;
}
.note.asterisk li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.caution {
  font-size: 13px;
  text-align: center;
  /* font-weight: bold; */
  margin-top: 20px;
  /* p{
    text-align: left;
  } */
}

/* ------------------------------------------------------------ */

/*====================================
mv
====================================*/
.mv {
  position: relative;
}
.shareBox {
  width: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffe900;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
  padding: 15px;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 99999;
}
.shareBox div:nth-child(n + 2) {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .shareBox {
    width: 50px;
    padding: 10px;
  }
  .shareBox div:nth-child(n + 2) {
    margin-top: 10px;
  }
}
/*====================================
food
====================================*/
#food {
  background: #2e9a67;
  color: #ffffff;
  position: relative;
  /* デコレーション */
  .food_deco_bg-1 {
    width: 16%;
    right: 0;
    top: -1%;
  }
  .food_deco_bg-2 {
    width: 18%;
    right: 0;
    bottom: 25%;
  }
  .food_deco_Yellow-1 {
    left: 0;
    top: -2%;
    z-index: 2;
  }
  .food_deco_Yellow-2 {
    right: 0;
    top: 17%;
  }
  .food_deco_Yellow-3 {
    left: 0;
    top: 39%;
  }
  .heading_text strong {
    display: block;
    /* font-size: 30px; */
  }
  .wrap {
    padding: 1% 20px 70px;
  }
  h2 {
    margin: 5% auto 0;
  }
  h3 {
    margin-top: 50px;
  }
  .txt_special span {
    position: relative;
    display: inline-block;
  }
  .txt_special.yellow span::before,
  .txt_special.yellow span::after {
    position: absolute;
    content: "";
    background: url(../img/line2-yellow.svg) center / contain no-repeat;
    width: 27px;
    height: 34px;
    top: 50%;
  }

  .txt_special.yellow span::before,
  .txt_special.yellow span::after {
    background: url(../img/line1-yellow.svg) center / contain no-repeat;
  }

  .txt_special.yellow span::before {
    left: -40px;
    transform: translateY(-50%);
  }

  .txt_special.yellow span::after {
    right: -40px;
    transform: scale(-1, 1) translateY(-50%);
  }
  .food_potato {
    width: 330px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .food-slider {
    margin-top: 30px;
  }
  /*food_box*/
  .food_box {
    color: #333;
    text-align: left;
    margin: 30px 0 70px;
    position: relative;
  }
  .food_card {
    clip-path: polygon(90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%, 0 0);
    border: 2px solid #ffdd00;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
  }
  .food_name {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 4px #ea5975;
  }
  .food_img {
    margin: 15px auto;
  }
  .food_txt {
    font-size: 16px;
    min-height: 5em;
  }
  .food_price {
    font-size: 20px;
    color: #bb121a;
    text-align: right;
  }
  .food_price:before {
    content: "¥";
  }
  .food_card_shadow {
    width: 100%;
    height: 100%;
    clip-path: polygon(90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%, 0 0);
    background-color: #ffdd00;
    position: absolute;
    right: -5px;
    top: 3px;
  }

  .heading_text {
    margin-top: 30px;
  }
  /*food_sticker*/
  .food_sticker {
    width: 806px;
    margin: 30px auto;
  }
  .food_btn {
    width: 330px;
    margin: 50px auto 0;
    position: relative;
    z-index: 3;
  }
  .bgBox {
    width: 100%;
    margin-top: -300px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1200px) {
    .bgBox {
      margin-top: -200px;
    }
  }
  @media (max-width: 806px) {
    .food_sticker {
      width: 100%;
    }
    /* デコレーション */
    .food_deco_bg-2 {
      display: none;
    }
    .food_deco_Yellow-1 {
      width: 20%;
      top: 0;
    }
    .food_deco_Yellow-2 {
      width: 25%;
      top: 18%;
    }
    .food_deco_Yellow-3 {
      width: 30%;
      top: 37%;
    }
    .food_txt {
      font-size: 15px;
    }
    .bgBox {
      margin-top: -100px;
    }
  }
  @media (max-width: 430px) {
    .wrap {
      padding: 10% 20px 70px;
    }
    h3 {
      margin-top: 0;
    }
    .subtitle {
      margin: 5ox 0;
    }
    .txt_special span {
      font-size: 16px;
    }
    .food_potato {
      width: 64%;
    }
    .food_txt {
      font-size: 14px;
    }
    .food_btn {
      width: 70%;
    }
    .bgBox {
      margin-top: -50px;
    }
  }
}

/*====================================
room
====================================*/
/* room layouts */
#room {
  position: relative;
  overflow: hidden;
  h2 {
    margin: 5% auto 0;
  }
  .decoImg {
    z-index: -1;
  }
  .room_deco_Bg-1 {
    width: 20%;
    left: 0;
    top: 1%;
  }
  .room_deco_Bg-2 {
    width: 21%;
    right: -5%;
    top: 7%;
  }
  .room_deco_Bg-3 {
    width: 26%;
    left: 2%;
    bottom: 26%;
  }
  .room_deco_blue1 {
    width: 17%;
    left: -4%;
    top: 2%;
  }
  .room_deco_chara-1 {
    width: 12%;
    left: 2%;
    top: 2%;
  }
  .heading_text {
    margin-bottom: 30px;
  }
  /*shop_list*/
  .shop_list {
    width: 100%;
    min-height: 480px;
    position: relative;
  }
  .room_img {
    width: 1000px;
    margin: 0 auto;
  }
  @media (max-width: 1500px) {
   .room_deco_chara-1 {
    width: 15%
   }
  }


  @media (max-width: 1300px) {
    /* デコレーション */
    .room_deco_chara-1 {
      width: 16%;
    }
    .room_img {
      width: 100%;
    }
  }
  @media (max-width: 900px) {
    /* デコレーション */
  }
  @media (max-width: 768px) {
    /* デコレーション */
    .room_deco_Bg-1 {
      display: none;
    }
    .room_deco_chara-1 {
      display: none;
    }
    .room_deco_blue1 {
      width: 180px;
      left: -65px;
      top: 140px;
    }
    .txt_special span {
      font-size: 16px;
    }
    #food h2 {
      margin: 12% auto 0;
    }
    .subtitle {
      margin: 5px 0 10px;
    }
  }
  @media (max-width: 500px) {
    /* デコレーション */
    .room_deco_blue1 {
      width: 170px;
      left: -55px;
      top: 180px;
    }
  }
  @media (max-width: 430px) {
    /* デコレーション */
    .room_deco_Bg-2 {
      right: -20%;
      top: 24%;
    }
    .room_deco_Bg-3 {
      left: -16%;
      bottom: 28%;
    }
    .room_deco_chara-1 {
      width: 30%;
      left: -6%;
      top: 11%;
    }

    .room_img {
      width: 134%;
      margin-left: -20%;
      margin-bottom: 20px;
    }
    h2 {
      margin: 15% auto 0;
    }
  }
}

/*-----------------------
  shop_list
  ------------------------*/
.shop_list {
  position: relative;
  z-index: 3;
}

.shop_list::before {
  position: absolute;
  content: "";
  background: url(../img/room_deco_chara-2.png) center / contain no-repeat;
  width: 300px;
  height: 300px;
  right: 0;
  top: -198px;
  z-index: 2;
}

.shop_list::after {
  position: absolute;
  content: "";
  background: url(../img/deco_blue2.svg) center / contain no-repeat;
  width: 300px;
  height: 300px;
  right: -86px;
  top: -345px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .shop_list::before {
    width: 250px;
    height: 250px;
    top: -155px;
  }

}
@media (max-width: 880px) {
  .shop_list::before {
    width: 230px;
    top: -165px;
  }
  .shop_list::after {
    width: 220px;
    right: -74px;
    top: -286px;
  }
}

@media (max-width: 680px) {
  .shop_list::before {
    width: 180px;
    top: -131px;
  }
  .shop_list::after {
    width: 170px;
    top: -239px;
  }
}

/*-----------------------
  タブ
  ------------------------*/
/*shoptab*/
.shoptab-btn {
  position: relative;
  display: flex;
  margin: 0;
  z-index: 2;
}
.shoptab-btn {
}
.shoptabBtn {
  width: calc((100% - 20%) / 7);
  font-weight: bold;
  text-align: center;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 6px;
  cursor: pointer;
}
.shoptabBtn span {
  display: block;
  padding: 0.8em 0;
  background-color: #ffbc5e;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
  transition: 0.2s;
}
.shoptabBtn.active {
  box-shadow: 4px 4px 0 #000;
}
.shoptabBtn.active span,
.shoptabBtn span:hover {
  background-color: #ff9500;
}
/*shoptab-container*/
.shoptab-container {
  background-image: url(../img/room_deco_red-1.png),
    url(../img/room_deco_red-2.png);
  background-position: 103% -20px, 0 110%;
  background-size: 220px 200px, 205px 175px;
  background-repeat: no-repeat, no-repeat;
  background-color: #ff9500;
  padding: 50px 0;
  position: relative;
  transform: translateY(-1px);
  z-index: 2;
}
.shoptabCnt {
  visibility: hidden;
  height: 0;
}
.shoptabCnt.show {
  visibility: visible;
  height: auto;
}
@media (max-width: 430px) {
  .shoptab-btn {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow-y: hidden;
  }
  .shoptabBtn {
    width: 5.3em;
    margin: 0 6px;
    flex-shrink: 0;
  }
}
/*-----------------------
  スライダー
  ------------------------*/
.no_slider {
  margin: 0 auto;
}

.swiper-wrapper {
  transition-timing-function: linear;
}
/*スライダーなし対応*/
.room-Noslider .swiper-wrapper {
  justify-content: center;
}
.room-Noslider .room_box {
  /* margin: 0 10px; */
}

.room-Noslider .swiper-slide.room_box {
  flex-shrink: inherit;
}

.room-Noslider .swiper-slide.room_box {
  margin: 0 auto;
}

.room-Noslider .swiper-slide.room_box {
  margin: 0 10px 0 0;
}

.room-Noslider .shop_card {
  width: 300px;
  margin: 0 auto;
}

.room-Noslider .swiper-slide.room_box:first-child .shop_card {
  margin: 0 0 0 auto;
}

.room-Noslider .swiper-slide.room_box:nth-of-type(2) .shop_card {
  margin: 0 auto 0 0;
}

.roomonly2.flx_box {
  display: flex;
  justify-content: center;
}

.roomonly2.flx_box .room_box {
  width: 300px;
  min-height: 415px;
  margin: 0 10px;
}

.shop_card {
  min-height: 415px;
  height: 100%;
  border: 2px solid #fd3f01;
  box-shadow: 4px 4px 0 #fd3f01;
  padding: 10px 15px 30px;
  background-color: #ffffff;
}
@media (max-width: 430px) {
  .roomonly2.flx_box .room_box {
    min-height: 445px;
  }
  .shop_card {
    min-height: 600px;
  }
}

.no_slider .shop_card {
  width: 300px;
  margin: 0 auto;
}

.shop_name {
  text-align: left;
  color: #6d6af9;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #6d6af9;
  margin-bottom: 15px;
}

.shop_roomimg {
  margin: 0.5em 0;
}

.shop_data {
  margin: 15px 0;
}
table {
  text-align: left;
  font-size: 14px;
}
tr:first-of-type td {
  height: 10em;
  vertical-align: top;
}
th {
  width: 5em;
  padding-bottom: 1em;
  vertical-align: top;
}
td {
  padding-bottom: 1em;
}
td {
  padding-left: 1em;
}
.shop_btn {
  width: 55%;
  margin: 28px auto 0;
}
.shop_btn a {
}
@media (max-width: 430px) {
  /*room_box*/
  .room_box {
    /* width: 84% !important; */
  }
}

/*===================================================
===================================================*/

.decoImg {
  position: absolute;
}
@media (max-width: 430px) {
}

/*====================================
present
====================================*/
#present {
  text-align: center;
  position: relative;
  padding-bottom: 110px;

  /* デコレーション */
  .pre_deco_Bg-1 {
    width: 17%;
    left: 0;
    top: 8%;
  }
  .pre_deco_Bg-2 {
    width: 17%;
    right: 0;
    top: 4%;
  }
  .pre_deco_Bg-line {
    left: 0;
    bottom: -2px;
    z-index: 2;
  }
  .pre_deco_chara-1 {
    width: 17.4%;
    right: 0;
    top: -50px;
    z-index: 3;
  }
  .pre_deco_chara-2 {
    width: 26%;
    left: 0;
    bottom: 0;
  }
  .pre_deco_chara-3 {
    width: 26%;
    right: 0;
    bottom: 0;
  }
  .present_img {
    width: 650px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 768px) {
    padding-bottom: 120px;
    .present_img {
      width: 100%;
    }
    /* デコレーション */
    .pre_deco_Bg-line {
      width: 150%;
    }
  }
  @media (max-width: 430px) {
    padding-top: 30px;
    /* デコレーション */
    .pre_deco_Bg-1 {
      width: 43%;
      top: 75%;
    }
    .pre_deco_Bg-2 {
      width: 47%;
      right: -13%;
      top: 15%;
    }
    .pre_deco_Bg-line {
      width: 200%;
    }
    .pre_deco_chara-1 {
      width: 36%;
    }
    .pre_deco_chara-2 {
      width: 49%;
    }
    .pre_deco_chara-3 {
      width: 50%;
    }
    .heading_text {
      font-size: 26px;
    }
    .txt_special span {
      font-size: 16px;
    }

    .wrap {
      padding: 30px 10px 45px;
    }
  }
  @media (min-width: 1600px) {
    padding-bottom: 7%;
    .pre_deco_chara-1 {
      width: 15.4%;
    }
    .pre_deco_chara-2 {
      width: 25%;
    }
    .pre_deco_chara-3 {
      width: 22%;
    }
  }
}
/*====================================
sec_caution
====================================*/
.sec_caution {
  position: relative;
  z-index: 50;
}

/*=========================
contact
=========================*/
#contact {
  padding-bottom: 70px;
  position: relative;
  /* デコレーション */
  .con_deco_bg-1 {
    width: 25%;
    left: 0;
    bottom: 0;
  }
  .con_deco_bg-2 {
    width: 25%;
    right: 0;
    top: 15%;
  }
  .con_deco_Yellow-1 {
    left: 0;
    top: -5%;
  }
  .con_deco_Yellow-2 {
    right: 0;
    top: -32%;
  }
  .con_deco_Blue-1 {
    left: 0;
    bottom: -18%;
  }
  .con_deco_Blue-2 {
    right: 0;
    bottom: 0;
  }
  .wrap {
    padding: 22px 20px;
  }
  h2 {
    position: relative;
    z-index: 2;
  }
  .subtitle {
    color: #bb121a;
  }
  .btn {
    width: 330px;
    margin: 30px 0 0;
  }
  .caution-01 {
    margin: 0;
    font-weight: bold;
  }

  .note li::before {
    position: absolute;
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    left: 0;
    top: 9px;
    border-radius: 50%;
  }
  @media (max-width: 1000px) {
    /* デコレーション */
    .con_deco_Yellow-1 {
      width: 23%;
    }
    .con_deco_Yellow-2 {
      width: 26%;
      top: -29%;
    }
    .con_deco_Blue-1 {
      width: 18%;
      bottom: -11%;
    }
    .con_deco_Blue-2 {
      width: 16%;
      bottom: 19%;
    }
    .bgBox {
      margin-top: -45px;
    }
  }
  @media (max-width: 430px) {
    padding-bottom: 70px;
    /* デコレーション */
    .con_deco_Yellow-1 {
      width: 45%;
      left: -26%;
    }
    .con_deco_Yellow-2 {
      width: 43%;
      right: -24%;
      top: -4%;
    }
    .con_deco_Blue-1 {
      width: 40%;
      left: -3%;
      bottom: -17%;
    }
    .con_deco_Blue-2 {
      width: 35%;
      bottom: -13%;
    }
    h2 {
      margin: 50px auto 0;
    }
    .caution-01 {
      font-size: 16px;
    }
  }
}
/*=========================
about
=========================*/
#about {
  position: relative;
  z-index: 2;
  .wrap {
    margin: 0;
  }
  h2 {
    width: 100%;
    font-size: 22px;
    background-color: #ff9500;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    margin: 0;
  }
  .ttl_box {
    height: 320px;
    background-color: #000;
    text-align: center;
    padding: 20px 0;
  }
  .ttl_box img {
    width: auto;
    height: 100%;
  }
  /*flexBox*/
  .flexBox {
    width: 890px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .txt_box {
    width: 48%;
    text-align: left;
  }
  .link_box {
    width: 45%;
  }
  .btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .btn a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #601d6c 0%, #ea41af 100%);
    color: #fff;
    padding: 0.5em 1em;
    transition: 0.5s;
  }
  @media (max-width: 880px) {
    .btn a {
      font-size: 18px;
    }
  }
  @media (max-width: 800px) {
    .btn a {
      font-size: 16px;
    }
  }
  @media (max-width: 750px) {
    .btn a {
      font-size: 14px;
    }
  }
  @media (max-width: 600px) {
    .btn a {
      font-size: 12px;
    }
  }
  @media (max-width: 550px) {
    .btn a {
      font-size: 10px;
    }
  }
  .btn a:hover {
    background: linear-gradient(90deg, #ea41af 0%, #601d6c 100%);
  }
  .btn a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn a span:after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    background-image: url(../img/about_link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.7em;
  }
  .sns {
    border: solid 2px #000;
  }
  .sns_ttl {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 0.5em 0;
  }
  .sns ul {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .sns ul li {
    width: 50px;
    margin: 0 15px;
  }
  .copyright {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  @media (max-width: 1000px) {
    .ttl_box {
      height: 230px;
    }
    /*flexBox*/
    .flexBox {
      width: 100%;
    }
  }
  @media (max-width: 430px) {
    .ttl_box {
      height: 180px;
    }
    .txt_box {
      width: 100%;
    }
    .link_box {
      width: 100%;
      margin-top: 30px;
    }
    .btn a span {
      font-size: 15px;
    }
  }
}
