@charset "UTF-8";
#menu {
  text-align: center;
  width: 1100px;
  margin: 0 auto; }

#menu h2 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 275%; }

#menu .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

#menu_list {
  width: 1100px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left; }

#menu_list > li {
  width: 47.5%;
  margin-bottom: 50px; }

#menu_list > li:nth-last-of-type(0), #menu_list > li:nth-last-of-type(1) {
  margin-bottom: 0; }

.text {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #646464; }

.select {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #646464; }

.select p {
  margin-bottom: 5px;
  color: #6cabfd; }

.select li {
  margin-bottom: 5px; }

.select li:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 10px;
  background: #6cabfd;
  margin-right: 10px; }

.support {
  margin-top: 20px; }

.support li {
  margin-bottom: 15px; }

.support h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px; }

.support h4:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 10px;
  background: #ff8eb9;
  margin-right: 10px; }

.support p {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #646464; }

.open {
  text-align: left;
  font-size: 1.15rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
  background: url(../images/info_bg.png);
  background-size: 350% auto;
  padding: 17px 0;
  text-align: center; }

.menu {
  padding-top: 20px;
  font-size: 1rem;
  border-top: 0;
  margin-top: 0; }

.menu:first-of-type {
  padding-top: 0; }

.menu > li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.menu .menu_name {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box; }

.menu .name {
  letter-spacing: 0; }

.menu .name .small {
  font-size: 0.75rem;
  margin-left: 3px;
  display: inline-block; }

.menu .price .tax {
  font-size: 0.75rem;
  margin-left: 3px; }

#notes {
  text-align: left;
  font-size: 0.75rem;
  border: 1px solid #333;
  padding: 30px; }

#notes p {
  margin-bottom: 10px; }

.open.active:after {
  opacity: 0; }

.note {
  border-top: 1px solid #ddd;
  font-size: 70%;
  padding: 15px 0;
  line-height: 1.5;
  margin-top: 0; }

#notes img {
  width: 100%; }

@media screen and (max-width: 480px) {
  #menu {
    width: 90%; }
  #menu h2 {
    font-size: 1.75rem; }
  #menu .wrap {
    margin-top: 50px; }
  #menu_list {
    margin-top: 0px;
    display: block; }
  #menu_list > li {
    width: 100%;
    margin-bottom: 0; }
  .open {
    padding: 15px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
    position: relative;
    border-top: none; }
  #menu_list > li:first-of-type .open {
    border-top: 1px solid #333; }
  #menu_list > li.active {
    border-bottom: 1px solid #333; }
  .open:hover {
    cursor: pointer; }
  .open:before,
  .open:after {
    position: absolute;
    content: '';
    background: #333; }
  .open:before {
    top: 21px;
    right: 10px;
    width: 11px;
    height: 1px; }
  .open:after {
    top: 0;
    top: 16px;
    right: 15px;
    width: 1px;
    height: 11px;
    transition: 0.5s all;
    opacity: 1; }
  .open.active:after {
    opacity: 0; }
  .open_inner {
    display: none; }
  .text {
    font-size: 75%;
    text-align: left;
    margin-top: 5px; }
  .menu {
    margin-top: 20px;
    font-size: 80%;
    font-weight: bold; }
  .menu > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px; }
  .menu .name {
    line-height: 1.5; }
  .menu .menu_name {
    flex-wrap: wrap;
    line-height: 2; }
  .menu .menu_name .price {
    margin-left: auto; }
  .note {
    border-top: 1px solid #ddd;
    font-size: 70%;
    padding: 15px 0;
    line-height: 1.5;
    margin-top: 0; }
  #notes img {
    width: 100%; }
  .treatment .open {
    font-size: 0.9rem; } }
