.me_img {
  width: 90%;
  margin: 0 auto;
}
.f_span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.3rem;
}
.me_container {
  margin-bottom: 2rem;
}
.menu_container figure {
  flex: 0 0 60px;
}
.menu_container p {
  border-bottom: 1px dotted #5e5e5e;
  padding-bottom: 10px;
}
.me_first {
  font-size: 22px;
  padding-left: 5px;
  line-height: 1.2;
  margin-bottom: 20px;
}
table {
  margin: 0 auto;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table th {
  text-align: left;
  vertical-align: top;
  display: block;
}
table tr {
  border-bottom: 1px dotted #5e5e5e;
}
table td {
  text-align: right;
  vertical-align: top;
  display: block;
}

.f_table {
  margin-bottom: 3rem;
}
.f_table th,
.f_table td {
  display: block;
  width: 100%;
}
.f_table td {
  text-align: center;
}
.spa_small {
  display: block;
  font-size: 14px;
}
main {
  padding-top: 70px;
}
h3 {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-top: 0.5rem;
}
.me_s_b {
  text-align: center;
  font-size: 14px;
  display: block;
}
h2.m_mb {
  margin-bottom: 0;
}
h3.m_mb3 {
  margin-bottom: 1rem;
}
.me_long {
  margin-top: 50px;
}
.me-holiday,
.tax_included {
  font-size: 11px;
  display: block;
  line-height: 15px;
}
.me_img img {
  width: 100%;
}
/*==================ボタンCSS====================*/
.btn {
  padding: 10px;
  text-align: center;
  color: #5e5e5e;
  margin: 10px 30px;
  border: 1px solid #5e5e5e;
  background-color: rgba(94, 94, 94, 0.1);
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  transform: skew(45deg);
  transition: unset;
}
/*=================ボタンCSSここまで====================*/

/* 480px〜900px： Mobile横置き、タブレット縦 
------------------------------ */
@media (min-width: 480px) and (max-width: 900px) {
  /*ここにCSSコードを書く。*/
  .me_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  h3 {
    margin-top: 1.5rem;
  }
  h3.m_mb3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .me_img {
    flex: 0 0 30%;
  }
  table {
    flex: 0 0 65%;
    width: 65%;
  }
  table th {
    padding-top: 10px;
  }
  .me_container table {
    margin-top: 0px;
  }
  .me_br {
    display: none;
  }
  span.spa_small {
    display: inline;
    font-size: inherit;
  }

  .f_table td {
    text-align: right;
  }
}

/*PC時*/
@media (min-width: 901px) {
  h3 {
    margin-top: 3rem;
  }
  h3.m_mb3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .me_s_b {
    margin-bottom: 2rem;
  }
  .me_br {
    display: none;
  }
  .me_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  } 
  .me_img{
      flex: 0 0 30%;
      width: 30%;
      margin: 0;
  }
  .me_container table{
      flex: 0 0 60%;
      width: 60%;
      margin-top: 0px;
  }
  table th {
    padding-top: 10px;
  }
  .me_color {
    margin-top: 0px;
  }
 
  .me_table p {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
  }

  .me_br {
    display: none;
  }

  span.spa_small {
    display: inline;
    font-size: inherit;
  }

  .f_table {
    margin-top: 3rem;
  }
  .f_table td {
    text-align: right;
  }
}
