@charset "UTF-8";
/*                下層共通
======================================================= */
/*                bread
======================================================= */
#bread {
  background-color: #F7F7F7;
  padding: 12px 0;
}
@media only screen and (max-width: 640px) {
  #bread {
    background: none;
    border-top: 1px #F7F7F7 solid;
    padding: 0 0 0 15px;
    margin: 0 -15px;
  }
}
#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  #bread ol {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding: 15px 0 15px 15px;
  }
}
#bread ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 75%;
}
#bread ol li a {
  color: #00004B;
  display: block;
}
@media only screen and (min-width: 1025px) {
  #bread ol li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #bread ol li a:hover {
    color: #005AAA;
  }
}
#bread ol li:before {
  content: "";
  color: #BFBFBF;
  display: block;
  line-height: 1;
  margin: 1.5px 8px 0;
}
#bread ol li:first-child:before {
  content: "";
  display: none;
}
#bread ol li:first-child a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  font-size: 120%;
  text-indent: 0;
  margin: 0;
}

.main_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #DEDEDE solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
}
@media only screen and (max-width: 900px) {
  .main_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .main_title {
    height: auto;
    padding: 32px 0;
  }
}
.main_title .title_wrap .category {
  color: #00A5EB;
  font-size: 75%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.main_title .title_wrap .title {
  color: #00004B;
  font-size: 228.6%;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .main_title .title_wrap .title {
    font-size: 150%;
  }
}

#kv_title {
  overflow: hidden;
  height: 260px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #kv_title {
    height: 128px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#kv_title img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -10px;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  #kv_title img {
    margin-top: 0;
    max-width: 100%;
    min-height: 1px;
  }
}
#kv_title .main_width h1 {
  background-color: #fff;
  color: #00004B;
  font-size: 228.6%;
  font-weight: 700;
  text-align: center;
  padding-top: 54px;
  position: relative;
  z-index: 2;
  margin-top: 160px;
}
@media only screen and (max-width: 900px) {
  #kv_title .main_width h1 {
    padding-top: 28px;
    margin-top: 60px;
  }
}

button.btn,
a.btn {
  background-color: #00054B;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 100%;
  font-weight: 600;
  text-align: center;
  max-width: 342px;
  width: 100%;
  position: relative;
  padding: 22px 1em;
  margin: 64px auto 0;
}
@media only screen and (max-width: 640px) {
  button.btn,
a.btn {
    max-width: 100%;
    padding: 14px 1em;
  }
}
@media only screen and (min-width: 1025px) {
  button.btn,
a.btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  button.btn:hover,
a.btn:hover {
    opacity: 0.5;
  }
}
button.btn.map,
a.btn.map {
  padding: 14px 1em;
  margin: 24px auto 30px;
}
@media only screen and (max-width: 640px) {
  button.btn.map,
a.btn.map {
    margin: 40px auto 0;
  }
}
button.btn.map:after,
a.btn.map:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 90%;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.btn.return:before,
a.btn.return:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.btn.arrow:after,
a.btn.arrow:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.btn.blank:before,
a.btn.blank:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.btn.none,
a.btn.none {
  border: 1px #7D7D7D solid;
  background: none;
  color: #7D7D7D;
}
@media only screen and (min-width: 1025px) {
  button.btn.none:hover,
a.btn.none:hover {
    opacity: 0.5;
  }
}
button.btn.blue,
a.btn.blue {
  background-color: #005AAA;
}
@media only screen and (min-width: 1025px) {
  button.btn.blue:hover,
a.btn.blue:hover {
    opacity: 0.5;
  }
}
button.btn.disabled, button.btn:disabled,
a.btn.disabled,
a.btn:disabled {
  background-color: #7D7D7D;
  cursor: not-allowed;
  pointer-events: none;
}
button.btn.disabled:after, button.btn.disabled:before, button.btn:disabled:after, button.btn:disabled:before,
a.btn.disabled:after,
a.btn.disabled:before,
a.btn:disabled:after,
a.btn:disabled:before {
  display: none;
}

button:disabled {
  background-color: #DEDEDE;
  pointer-events: none;
}

.lead {
  margin-bottom: 40px;
}
.page_nv {
  margin-top: 50px;
}
.page_nv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_nv ul li {
  line-height: 1;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
.page_nv ul li + li {
  margin-left: 5px;
}
.page_nv ul li a, .page_nv ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #00004B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.page_nv ul li a.current, .page_nv ul li span.current {
  background-color: #00004B;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .page_nv ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page_nv ul li a:hover {
    background-color: #005AAA;
    color: #fff;
  }
}
.page_nv ul li.prev a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 150%;
}
@media only screen and (min-width: 1025px) {
  .page_nv ul li.prev a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page_nv ul li.prev a:hover {
    background-color: #fff;
    color: #00004B;
  }
}
.page_nv ul li.next a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 150%;
}
@media only screen and (min-width: 1025px) {
  .page_nv ul li.next a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page_nv ul li.next a:hover {
    background-color: #fff;
    color: #00004B;
  }
}

.narrow_down {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .narrow_down {
    margin-bottom: 20px;
  }
}
.narrow_down dl dt {
  font-size: fontS16;
  font-weight: 600;
  margin-bottom: 1em;
}
.narrow_down dl dd {
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .narrow_down dl dd {
    padding-left: 15px;
    padding-bottom: 10px;
    margin: 0 -15px;
  }
}
#near_search .narrow_down dl dd {
  padding-left: 15px;
  padding-bottom: 10px;
  margin: 0 -15px;
}
.narrow_down dl dd ul {
  margin: 0 2px;
}
@media only screen and (min-width: 641px) {
  .narrow_down dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#near_search .narrow_down dl dd ul {
  display: block;
}
.narrow_down dl dd ul li {
  overflow: hidden;
  position: relative;
  padding: 0 2px;
}
@media only screen and (max-width: 640px) {
  .narrow_down dl dd ul li {
    display: inline-block;
  }
}
#near_search .narrow_down dl dd ul li {
  display: inline-block;
}
.narrow_down dl dd ul li input[type=checkbox] {
  opacity: 0;
  position: absolute;
  right: 100%;
}
.narrow_down dl dd ul li input[type=checkbox]:checked + label {
  border: 1px #00004B solid;
}
.narrow_down dl dd ul li input[type=checkbox]:checked + label:before {
  content: "";
  color: #00004B;
}
@media only screen and (min-width: 1025px) {
  .narrow_down dl dd ul li input[type=checkbox]:checked + label:hover:before {
    color: #fff;
  }
}
.narrow_down dl dd ul li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #DEDEDE solid;
  border-radius: 50px;
  color: #00004B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75%;
  font-weight: bold;
  padding: 9px 16px;
}
@media only screen and (max-width: 640px) {
  .narrow_down dl dd ul li label {
    padding: 6px 16px;
  }
}
.narrow_down dl dd ul li label:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DEDEDE;
  content: "";
  font-size: 130%;
  width: 1.3em;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
}
@media only screen and (min-width: 1025px) {
  .narrow_down dl dd ul li label {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .narrow_down dl dd ul li label:hover {
    background-color: #005AAA;
    color: #fff;
  }
  .narrow_down dl dd ul li label:hover:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.top_lead {
  border-bottom: 1px #DEDEDE solid;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.error_content {
  padding: 90px 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .error_content {
    padding: 32px 0 20px;
  }
}
.error_content .icon img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .error_content .icon img {
    width: 80px;
  }
}
.error_content .icon + p {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .error_content .icon + p {
    margin-top: 16px;
  }
}
.error_content a.btn {
  background-color: #00054B;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  max-width: 248px;
  position: relative;
  padding: 14px 1em;
  margin: 16px auto 0;
}
@media only screen and (max-width: 640px) {
  .error_content a.btn {
    max-width: 208px;
  }
}
@media only screen and (min-width: 1025px) {
  .error_content a.btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .error_content a.btn:hover {
    background-color: #005AAA;
  }
}

#salon.detail #main_area {
  padding: 0 0 40px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #main_area {
    padding: 0 0 20px;
  }
}
#salon.detail #salon_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info {
    display: block;
    margin-top: 0;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info {
    margin: 0 -15px;
  }
}
#salon.detail #salon_info #salon_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#salon.detail #salon_info #salon_img .img_wrap .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info #salon_img .img_wrap .slides img {
    width: 100%;
  }
}
#salon.detail #salon_info #salon_img .img_wrap .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info #salon_img .img_wrap .flex-control-thumbs {
    display: none;
  }
}
#salon.detail #salon_info #salon_img .img_wrap .flex-control-thumbs li {
  cursor: pointer;
  width: 20%;
  padding: 0 8px;
  margin-top: 16px;
}
#salon.detail #salon_info #salon_img .img_wrap .flex-control-thumbs li img {
  display: block;
}
#salon.detail #salon_info #salon_img .img_wrap .flex-control-thumbs li img.flex-active {
  outline: 1px solid #00A5EB;
  outline-offset: -1px;
}
#salon.detail #salon_info .info {
  width: 496px;
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  #salon.detail #salon_info .info {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info .info {
    width: auto;
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info {
    padding: 0 15px;
  }
}
#salon.detail #salon_info .info .title_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#salon.detail #salon_info .info .title_wrap .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#salon.detail #salon_info .info .title_wrap .title h1 {
  font-size: 228.6%;
  font-weight: 600;
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .title_wrap .title h1 {
    font-size: 150%;
  }
}
#salon.detail #salon_info .info .title_wrap .favorite {
  font-size: 100%;
}
#salon.detail #salon_info .info .title_wrap .favorite:before {
  font-size: 214.3%;
}
#salon.detail #salon_info .info .title_wrap .favorite:after {
  font-size: 62.5%;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .title_wrap .favorite:after {
    display: none;
  }
}
#salon.detail #salon_info .info .address {
  font-family: "Noto Sans JP", serif;
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info .info .address {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .address {
    margin-top: 6px;
  }
}
#salon.detail #salon_info .info .address > p {
  font-size: 87.5%;
}
#salon.detail #salon_info .info .address a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00004B;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  max-width: 190px;
  text-align: center;
  padding: 10px 8px 11px;
  margin-top: 10px;
}
#salon.detail #salon_info .info .address a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 70%;
  margin-left: 12px;
}
@media only screen and (min-width: 1025px) {
  #salon.detail #salon_info .info .address a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #salon.detail #salon_info .info .address a:hover {
    background-color: #005AAA;
    color: #fff;
  }
}
#salon.detail #salon_info .info .waiting {
  margin-top: 32px;
}
#salon.detail #salon_info .info .waiting + .waiting {
  margin-top: 15px;
}
#salon.detail #salon_info .info .waiting .waiting_wrap {
  background-color: #F7F7F7;
  text-align: center;
  padding: 30px 0;
}
#salon.detail #salon_info .info .waiting .waiting_wrap + .waiting_time {
  margin-top: 10px;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00004B;
  font-size: 125%;
  font-weight: 600;
  margin-bottom: 8px;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dt:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 120%;
  margin-right: 5px;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dt.before:before {
  content: "";
  display: none;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dt.not_icon {
  display: none;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dt.not_icon:before {
  content: "";
  display: none;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon {
  padding: 0 1.5em;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dt:before {
  content: "";
  display: none;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd {
  display: block;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd span {
  font-size: 100%;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd p + p {
  margin-top: 0.8em;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd + dt {
  margin-top: 1em;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd a {
  color: #00004B;
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  #salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ul + p, #salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ol + p {
    margin-top: 0.8em;
  }
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ul > li > ol, #salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ul > li ul, #salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ol > li > ol, #salon.detail #salon_info .info .waiting .waiting_wrap .number.not_icon dd ol > li ul {
  margin-top: 0.5em;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd.before {
  color: #00004B;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd span {
  color: #E60000;
  display: block;
  font-weight: 700;
  font-size: 500%;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd span.yellow {
  color: #FFAA00;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd span.blue {
  color: #00A5EB;
}
#salon.detail #salon_info .info .waiting .waiting_wrap .number dd.close_text {
  color: #7D7D7D;
  font-size: 214.3%;
  letter-spacing: -1px;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .waiting .waiting_wrap .number dd.close_text {
    font-size: 150%;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 901px) {
  #salon.detail #salon_info .info .waiting .waiting_wrap .number dd.close_text br {
    display: none;
  }
}
#salon.detail #salon_info .info .waiting .waiting_wrap .seat {
  color: #7D7D7D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
}
#salon.detail #salon_info .info .info_table {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .info_table {
    background: #F7F7F7;
    padding: 15px;
    margin: 30px -15px 0;
  }
}
#salon.detail #salon_info .info .info_table table {
  table-layout: fixed;
}
#salon.detail #salon_info .info .info_table table tr th, #salon.detail #salon_info .info .info_table table tr td {
  border-top: 1px #DEDEDE solid;
  font-family: "Noto Sans JP", serif;
  vertical-align: top;
  padding: 16px 0;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .info_table table tr th, #salon.detail #salon_info .info .info_table table tr td {
    border: none;
    border-bottom: 1px #DEDEDE solid;
  }
}
#salon.detail #salon_info .info .info_table table tr th {
  font-weight: 600;
  width: 125px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .info_table table tr th {
    width: 7em;
  }
}
#salon.detail #salon_info .info .info_table table tr td {
  padding-left: 10px;
}
#salon.detail #salon_info .info .info_table table tr td ul li.today {
  color: #005AAA;
  font-weight: 600;
}
#salon.detail #salon_info .info .info_table table tr td ul + p {
  margin-top: 0.5em;
}
#salon.detail #salon_info .info .info_table table tr td .tiket_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
#salon.detail #salon_info .info .info_table table tr td .tiket_list li {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_info .info .info_table table tr {
    display: table;
    width: 100%;
  }
  #salon.detail #salon_info .info .info_table table tr th.sp_wide,
#salon.detail #salon_info .info .info_table table tr td.sp_wide {
    width: 100%;
    border: none;
    display: block;
    width: 100% !important;
  }
  #salon.detail #salon_info .info .info_table table tr th.sp_wide {
    padding-bottom: 0;
  }
  #salon.detail #salon_info .info .info_table table tr th.sp_wide br {
    display: none;
  }
  #salon.detail #salon_info .info .info_table table tr td.sp_wide {
    padding-top: 10px;
  }
  #salon.detail #salon_info .info .info_table table tr td.sp_wide li {
    text-align: right;
  }
  #salon.detail #salon_info .info .info_table table tr:last-child {
    width: 100%;
  }
  #salon.detail #salon_info .info .info_table table tr:last-child th, #salon.detail #salon_info .info .info_table table tr:last-child td {
    border: none;
    display: block;
    width: 100% !important;
  }
  #salon.detail #salon_info .info .info_table table tr:last-child th {
    padding-bottom: 0;
  }
  #salon.detail #salon_info .info .info_table table tr:last-child th br {
    display: none;
  }
  #salon.detail #salon_info .info .info_table table tr:last-child td {
    padding-top: 10px;
  }
}
#salon.detail #salon_news {
  border-top: 1px #DEDEDE solid;
  padding-top: 48px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_news {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 10px;
  }
}
#salon.detail #salon_news .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_news .title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  #salon.detail #salon_news .title {
    font-size: 75%;
  }
}
#salon.detail #salon_news .title h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00004B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 175%;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_news .title h2 {
    font-size: 125%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#salon.detail #salon_news .title h2:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 1px;
  margin-right: 8px;
}
#salon.detail #salon_news .title a {
  background-color: #E6E6E6;
  border-radius: 50px;
  color: #7D7D7D;
  display: block;
  width: 100%;
  max-width: 148px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 11px 0 9px;
}
#salon.detail #salon_news .title a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 70%;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 12px;
}
@media only screen and (min-width: 1025px) {
  #salon.detail #salon_news .title a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #salon.detail #salon_news .title a:hover {
    background-color: #005AAA;
    color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #salon.detail #salon_news .title a {
    max-width: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#near_search #main_area {
  padding: 0;
}
@media only screen and (min-width: 901px) {
  #near_search #search_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#near_search #search_area #near_list {
  width: 483px;
  border-right: 1px #DEDEDE solid;
  padding: 15px 32px 0;
}
@media only screen and (max-width: 1100px) {
  #near_search #search_area #near_list {
    width: 400px;
    font-size: 75%;
    padding: 15px 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #near_search #search_area #near_list {
    width: 380px;
  }
}
@media only screen and (max-width: 900px) {
  #near_search #search_area #near_list {
    background-color: #F7F7F7;
    border-right: none;
    font-size: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #near_search #search_area #near_list {
    padding: 15px 15px 0;
  }
}
#near_search #search_area #near_list .list_wrap {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #near_search #search_area #near_list .list_wrap {
    border-top: 1px #DEDEDE solid;
    padding: 15px 16px 0;
  }
}
#near_search #search_area #near_list .list_wrap table thead th:first-child {
  padding-left: 32px;
}
#near_search #search_area #near_list .list_wrap table thead th.seat {
  width: 64px;
  padding-left: 0;
}
#near_search #search_area #near_list .list_wrap table thead th.num {
  padding-right: 10px;
}
#near_search #search_area #near_list .list_wrap table thead th:last-child {
  width: 5px;
}
#near_search #search_area #near_list .list_wrap table tbody tr {
  counter-increment: number 1;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child {
  font-weight: 600;
  padding: 10px 0;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child .business_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child .business_status.close {
  width: auto;
  max-width: 90px;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child p {
  font-family: "Noto Sans JP", serif;
  font-size: 87.5%;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child .wrap:before {
  background-color: #00004B;
  border-radius: 50px;
  content: counter(number, upper-alpha);
  color: #fff;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#near_search #search_area #near_list .list_wrap table tbody td:first-child .wrap .wrap_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px;
}
#near_search #search_area #near_list .list_wrap table tbody td:nth-child(2) {
  padding-right: 10px;
}
#near_search #search_area #near_list .list_wrap table tbody td:nth-child(3) {
  text-align: right;
  padding: 0 1em 0 0;
}
#near_search #search_area #near_list .list_wrap table tbody td.close_text br {
  display: block !important;
}
#near_search #search_area #near_list .list_wrap table tbody td.arrow_cell .arrow {
  font-size: 14px;
}
#near_search #search_area #map {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  #near_search #search_area #map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media only screen and (max-width: 900px) {
  #near_search #search_area #map {
    padding-top: 100%;
  }
}
#near_search #search_area #map #add_map {
  width: 100%;
  height: 100%;
}

#area_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  margin: 0 -16px;
}
@media only screen and (max-width: 900px) {
  #area_select {
    display: none;
  }
}
#area_select #area_map,
#area_select #area_list {
  width: 50%;
  padding: 0 16px;
}
#area_select #area_map #map_wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../media/images/map/map.png) no-repeat left top;
  background-size: cover;
  position: relative;
}
#area_select #area_map #map_wrap.area1 {
  background: url(../media/images/map/map1.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area2 {
  background: url(../media/images/map/map2.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area3 {
  background: url(../media/images/map/map3.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area4 {
  background: url(../media/images/map/map4.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area5 {
  background: url(../media/images/map/map5.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area6 {
  background: url(../media/images/map/map6.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap.area7 {
  background: url(../media/images/map/map7.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap:before {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#area_select #area_map #map_wrap img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
#area_select #area_map #map_wrap img.area1 {
  background: url(../media/images/map/map1.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area2 {
  background: url(../media/images/map/map2.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area3 {
  background: url(../media/images/map/map3.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area4 {
  background: url(../media/images/map/map4.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area5 {
  background: url(../media/images/map/map5.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area6 {
  background: url(../media/images/map/map6.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap img.area7 {
  background: url(../media/images/map/map7.png) no-repeat left top;
  background-size: cover;
}
#area_select #area_map #map_wrap map,
#area_select #area_map #map_wrap area {
  display: block;
}
#area_select #area_map #map_wrap p {
  color: #00004B;
  position: absolute;
  font-size: 137.5%;
  font-weight: 600;
  text-align: center;
  top: 25%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #area_select #area_map #map_wrap p {
    font-size: 125%;
  }
}
#area_select #area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#area_select #area_list .list_wrap {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding: 24px 32px;
}
#area_select #area_list .list_wrap h2 {
  color: #00004B;
  font-size: 150%;
  font-weight: 600;
  text-align: center;
}
#area_select #area_list .list_wrap .list_area p.not_select {
  font-size: 100%;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#area_select #area_list .list_wrap .list_area .json_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px -4px -8px;
}
#area_select #area_list .list_wrap .list_area .json_area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 4px;
  margin-bottom: 8px;
}
#area_select #area_list .list_wrap .list_area .json_area ul li.wide {
  width: 100%;
  font-size: 100%;
  font-weight: 600;
}
#area_select #area_list .list_wrap .list_area .json_area ul li > a,
#area_select #area_list .list_wrap .list_area .json_area ul li > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 12px 2.5em;
}
#area_select #area_list .list_wrap .list_area .json_area ul li > a:after,
#area_select #area_list .list_wrap .list_area .json_area ul li > span:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  display: block;
  font-size: 90%;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  #area_select #area_list .list_wrap .list_area .json_area ul li > a,
#area_select #area_list .list_wrap .list_area .json_area ul li > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #area_select #area_list .list_wrap .list_area .json_area ul li > a:after,
#area_select #area_list .list_wrap .list_area .json_area ul li > span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #area_select #area_list .list_wrap .list_area .json_area ul li > a:hover,
#area_select #area_list .list_wrap .list_area .json_area ul li > span:hover {
    background-color: #005AAA;
    color: #fff;
  }
  #area_select #area_list .list_wrap .list_area .json_area ul li > a:hover:after,
#area_select #area_list .list_wrap .list_area .json_area ul li > span:hover:after {
    color: #fff;
  }
}
#area_select #area_list .list_wrap .list_area .json_area .line_list .dl_set dt {
  font-size: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 12px 0;
}
#area_select #area_list .list_wrap .list_area .json_area .line_list .dl_set dt:before, #area_select #area_list .list_wrap .list_area .json_area .line_list .dl_set dt:after {
  background-color: #00004B;
  border-radius: 50px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}
#area_select #area_list .list_wrap .list_area .json_area .line_list .dl_set dt:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#area_select #area_list .list_wrap .list_area .json_area .line_list .dl_set dt.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#area_select #area_list .list_wrap .list_area .json_area .line_list dd {
  display: none;
}
#area_select #area_list .list_wrap .list_area .json_area .line_list dd ul {
  margin-top: 0;
}
@media only screen and (min-width: 901px) {
  #sp_area_select {
    display: none;
  }
}
#sp_area_select:after {
  background-color: #DEDEDE;
  content: "";
  display: block;
  height: 1px;
  width: 120%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
#sp_area_select a.all {
  display: block;
  font-weight: 600;
  position: relative;
  padding: 12px 0;
}
#sp_area_select a.all:before {
  background-color: #DEDEDE;
  content: "";
  display: block;
  height: 1px;
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp_area_select a.all:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sp_area_select dl .dl_set + .dl_set:before {
  background-color: #DEDEDE;
  content: "";
  display: block;
  height: 1px;
  width: 120%;
}
#sp_area_select dl .dl_set dt {
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
#sp_area_select dl .dl_set dt a {
  display: block;
  position: relative;
  padding: 12px 0;
}
#sp_area_select dl .dl_set dt a:before {
  background-color: #DEDEDE;
  content: "";
  display: block;
  height: 1px;
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp_area_select dl .dl_set dt a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sp_area_select dl .dl_set dd {
  display: block;
}
#sp_area_select dl .dl_set dd ul li {
  margin: 0 -20px 0 20px;
}
@media only screen and (max-width: 640px) {
  #sp_area_select dl .dl_set dd ul li {
    margin: 0 -15px 0 15px;
  }
}
#sp_area_select dl .dl_set dd ul li + li {
  border-top: 1px #DEDEDE solid;
}
#sp_area_select dl .dl_set dd ul li > a, #sp_area_select dl .dl_set dd ul li > span {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 12px 0;
}
#sp_area_select dl .dl_set dd ul li > a:after, #sp_area_select dl .dl_set dd ul li > span:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  display: block;
  font-size: 90%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  #sp_area_select dl .dl_set dd ul li > a:after, #sp_area_select dl .dl_set dd ul li > span:after {
    right: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  #sp_area_select dl .dl_set dd ul li > a, #sp_area_select dl .dl_set dd ul li > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #sp_area_select dl .dl_set dd ul li > a:after, #sp_area_select dl .dl_set dd ul li > span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #sp_area_select dl .dl_set dd ul li > a:hover, #sp_area_select dl .dl_set dd ul li > span:hover {
    background-color: #005AAA;
    color: #fff;
  }
  #sp_area_select dl .dl_set dd ul li > a:hover:after, #sp_area_select dl .dl_set dd ul li > span:hover:after {
    color: #fff;
  }
}
#sp_area_select dl.aco dt {
  padding: 12px 0;
}
#sp_area_select dl.aco dt:before, #sp_area_select dl.aco dt:after {
  background-color: #00004B;
  border-radius: 50px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}
#sp_area_select dl.aco dt:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#sp_area_select dl.aco dt.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#sp_area_select dl.aco dd {
  display: none;
}
#sp_area_select dl.line_list {
  padding-left: 15px;
}
#sp_area_select dl.line_list dt {
  font-weight: normal;
}

@media only screen and (max-width: 900px) {
  #search #main_area {
    padding: 0;
  }
  #search #main_area.bg_gray {
    background-color: #fff;
  }
  #search #main_area .top_lead {
    padding-top: 1em;
  }
}

.no_results #main_area {
  padding-bottom: 0;
}

.search_menu {
  border-top: 1px #DEDEDE solid;
  padding: 48px 0;
}
@media only screen and (max-width: 640px) {
  .search_menu {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 641px) {
  .search_menu dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .search_menu dl {
    margin-bottom: 16px;
  }
}
.search_menu dl dt {
  color: #00004B;
  font-size: 100%;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .search_menu dl dt {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .search_menu dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 16px;
  }
}
.search_menu dl dd label {
  border: 1px #DEDEDE solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.search_menu dl dd label button.search_icon {
  display: block;
  width: 40px;
  padding-left: 8px;
}
.search_menu dl dd label button.search_icon:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #808080;
}
@media only screen and (max-width: 640px) {
  .search_menu dl dd label button.search_icon {
    margin-right: -15px;
  }
}
.search_menu dl dd label input {
  font-size: 87.5%;
  width: 100%;
  padding: 13px 8px;
}
@media only screen and (max-width: 640px) {
  .search_menu dl dd label input {
    width: 120%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .search_menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
  }
}
@media only screen and (min-width: 641px) {
  .search_menu ul li {
    width: 33.3333333%;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 640px) {
  .search_menu ul li + li {
    margin-top: 8px;
  }
}
.search_menu ul li a {
  background-color: #00004B;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 112.5%;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 19px 40px;
}
@media only screen and (max-width: 900px) {
  .search_menu ul li a {
    font-size: 87.5%;
    padding: 19px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .search_menu ul li a {
    font-size: 100%;
    padding: 12px 20px;
  }
}
.search_menu ul li a:before, .search_menu ul li a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_menu ul li a:before {
  left: 24px;
}
@media only screen and (max-width: 900px) {
  .search_menu ul li a:before {
    left: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .search_menu ul li a:before {
    font-size: 140%;
  }
}
.search_menu ul li a:after {
  content: "";
  font-size: 80%;
  right: 24px;
}
@media only screen and (max-width: 900px) {
  .search_menu ul li a:after {
    right: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .search_menu ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .search_menu ul li a:hover {
    background-color: #005AAA;
  }
}
.search_menu ul li.near a:before {
  content: "";
}
.search_menu ul li.area a:before {
  content: "";
}
.search_menu ul li.line a:before {
  content: "";
}

.category_select {
  margin-bottom: 16px;
}
.category_select .select_wrap p.label {
  color: #7D7D7D;
  font-size: 87.5%;
  position: relative;
  z-index: 1;
  padding: 12px 32px 12px 16px;
  text-align: center;
  min-width: 172px;
  z-index: 1;
}
.category_select .select_wrap select.center {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.category_select label {
  border: 1px #DEDEDE solid;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.category_select label:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #BFBFBF;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.category_select label select {
  padding: 16px 32px 16px 16px;
  display: block;
  font-size: 75%;
  font-weight: 500;
  min-width: 172px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .category_select label select {
    padding: 8px 32px 8px 16px;
  }
}

@media only screen and (max-width: 640px) {
  #news.index .category_select label {
    display: block;
    width: 248px;
    margin: 0 auto;
  }
}

#post_title {
  margin-bottom: 32px;
}
#post_title p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#post_title p .date {
  display: block;
  color: #7D7D7D;
  font-family: "Noto Sans JP", serif;
  font-size: 87.5%;
}
#post_title p span {
  background-color: #F7F7F7;
  border: 1px #00004B solid;
  border-radius: 50px;
  color: #00004B;
  font-size: 62.5%;
  line-height: 1;
  padding: 3px 8px 3px;
  margin-left: 6px;
}
#post_title p span.important {
  border-color: #E60000;
  color: #E60000;
}
#post_title h1 {
  color: #00004B;
  font-size: 228.6%;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  #post_title h1 {
    font-size: 175%;
  }
}
@media only screen and (max-width: 640px) {
  #post_title h1 {
    font-size: 150%;
  }
}

#mod_area h2:not([class]),
#post_detail h2:not([class]) {
  color: #00004B;
  font-size: 150%;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  #mod_area h2:not([class]),
#post_detail h2:not([class]) {
    font-size: 125%;
    margin-bottom: 24px;
  }
}
#mod_area h2:not([class]):after,
#post_detail h2:not([class]):after {
  background: #00a5eb;
  background: -webkit-gradient(linear, left top, right top, from(#00a5eb), to(#00004b));
  background: linear-gradient(to right, #00a5eb 0%, #00004b 100%);
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 16px;
}
#mod_area h3:not([class]),
#post_detail h3:not([class]) {
  font-size: 137.5%;
  font-weight: 600;
  position: relative;
  padding: 6px 0 6px 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  #mod_area h3:not([class]),
#post_detail h3:not([class]) {
    font-size: 125%;
    margin-bottom: 14px;
  }
}
#mod_area h3:not([class]):before,
#post_detail h3:not([class]):before {
  background-color: #DEDEDE;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mod_area h4:not([class]),
#post_detail h4:not([class]) {
  font-size: 125%;
  font-weight: 600;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  #mod_area h4:not([class]),
#post_detail h4:not([class]) {
    font-size: 112.5%;
    margin-bottom: 10px;
  }
}

.detail_salon_list {
  padding: 0 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .detail_salon_list {
    padding: 0 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .detail_salon_list {
    padding: 0 20px;
  }
}
.detail_salon_list .wrap {
  background-color: #F7F7F7;
  padding: 40px;
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .detail_salon_list .wrap {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .main_width {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 901px) {
  .detail_salon_list .wrap .salon_list.link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link {
    position: relative;
    padding-bottom: 2em;
  }
}
.detail_salon_list .wrap .salon_list.link .title {
  text-align: center;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .detail_salon_list .wrap .salon_list.link .title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link .title {
    text-align: left;
    margin-bottom: 18px;
  }
}
.detail_salon_list .wrap .salon_list.link .title h3 {
  color: #00004B;
  font-size: 125%;
  font-weight: 600;
  white-space: nowrap;
}
.detail_salon_list .wrap .salon_list.link .title p {
  color: #7D7D7D;
  font-size: 87.5%;
  white-space: nowrap;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link .title p {
    position: absolute;
    bottom: 0;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap {
  background: none;
  border: none;
  padding: 0 0 0 190px;
}
@media only screen and (max-width: 1024px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap {
    padding: 0 0 0 150px;
  }
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap {
    padding: 0;
    margin: 0;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap table {
  border-bottom: 1px #DEDEDE solid;
}
.detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th:first-child .name, .detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th:first-child .time {
  width: auto;
}
.detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th:first-child .time:before {
  content: "・";
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th.num {
    padding-right: 0;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th.seat {
  width: 80px;
}
@media only screen and (max-width: 640px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th.seat {
    width: 50px;
    text-align: right;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap table thead tr th:last-child {
  width: 20px;
}
.detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td dl {
  display: block;
}
.detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td dl dt {
  display: block;
  padding: 0;
}
.detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td dl dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 900px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td:nth-child(2) {
    padding-right: 0;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td:nth-child(3) {
  text-align: right;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td:nth-child(3) {
    padding-right: 0;
  }
}
.detail_salon_list .wrap .salon_list.link .list_wrap table tbody tr td:last-child .arrow:before {
  margin-right: 0 !important;
}

.faq_list dl .faq_set {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 0 12px;
}
.faq_list dl .faq_set + .faq_set {
  margin-top: 8px;
}
.faq_list dl .faq_set dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding: 9px 0;
}
.faq_list dl .faq_set dt span {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-right: 20px;
  position: relative;
}
.faq_list dl .faq_set dt span:before, .faq_list dl .faq_set dt span:after {
  background-color: #00004B;
  border-radius: 50px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}
.faq_list dl .faq_set dt span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq_list dl .faq_set dt.open span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq_list dl .faq_set dt:before {
  content: "Q.";
  color: #00004B;
  font-family: "Red Hat Display", sans-serif;
  font-size: 150%;
  font-weight: 700;
  margin-right: 5px;
}
.faq_list dl .faq_set dd {
  display: none;
  padding: 16px 0 32px 1.5em;
}
.faq_list dl .faq_set dd.open {
  display: block;
}

@media only screen and (min-width: 901px) {
  #inquiry #main_area {
    padding-top: 46px;
  }
}
#inquiry #contact {
  margin-top: 64px;
}
#inquiry #contact #contact_cont a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00004B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 300%;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 640px) {
  #inquiry #contact #contact_cont a {
    font-size: 228.6%;
  }
}
#inquiry #contact #contact_cont a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 60%;
  margin-right: 3px;
}
#inquiry #contact p {
  color: #7D7D7D;
  font-family: "Noto Sans JP", serif;
  text-align: center;
}

@media only screen and (min-width: 901px) {
  #inquiry_form {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #inquiry_form {
    font-size: 16px;
  }
}
#inquiry_form dl .inquiry_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #inquiry_form dl .inquiry_set dt, #inquiry_form dl .inquiry_set dd {
    width: 100%;
  }
}
#inquiry_form dl .inquiry_set + .inquiry_set {
  margin-top: 32px;
}
#inquiry_form dl .inquiry_set dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  width: 215px;
  padding-top: 16px;
}
#inquiry_form dl .inquiry_set dt .required {
  background-color: #E60000;
  color: #fff;
  display: block;
  font-size: 75%;
  line-height: 1;
  padding: 3px 12px 2px;
  margin-top: 3px;
  margin-left: 4px;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set dt {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #inquiry_form dl .inquiry_set dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
#inquiry_form dl .inquiry_set dd p {
  padding-top: 16px;
}
#inquiry_form dl .inquiry_set dd p.error {
  color: #E60000;
  font-size: 87.5%;
  padding-top: 5px;
}
#inquiry_form dl .inquiry_set dd input, #inquiry_form dl .inquiry_set dd textarea, #inquiry_form dl .inquiry_set dd select {
  font-size: 87.5%;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set dd input, #inquiry_form dl .inquiry_set dd textarea, #inquiry_form dl .inquiry_set dd select {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
#inquiry_form dl .inquiry_set dd input::-webkit-input-placeholder, #inquiry_form dl .inquiry_set dd textarea::-webkit-input-placeholder {
  color: #7D7D7D;
}
#inquiry_form dl .inquiry_set dd input::-moz-placeholder, #inquiry_form dl .inquiry_set dd textarea::-moz-placeholder {
  color: #7D7D7D;
}
#inquiry_form dl .inquiry_set dd input:-ms-input-placeholder, #inquiry_form dl .inquiry_set dd textarea:-ms-input-placeholder {
  color: #7D7D7D;
}
#inquiry_form dl .inquiry_set dd input::-ms-input-placeholder, #inquiry_form dl .inquiry_set dd textarea::-ms-input-placeholder {
  color: #7D7D7D;
}
#inquiry_form dl .inquiry_set dd input::placeholder, #inquiry_form dl .inquiry_set dd textarea::placeholder {
  color: #7D7D7D;
}
@media only screen and (min-width: 641px) {
  #inquiry_form dl .inquiry_set dd input, #inquiry_form dl .inquiry_set dd textarea {
    max-width: 343px;
  }
  #inquiry_form dl .inquiry_set dd input.wide, #inquiry_form dl .inquiry_set dd textarea.wide {
    max-width: 100%;
  }
}
#inquiry_form dl .inquiry_set dd input[type=text],
#inquiry_form dl .inquiry_set dd input[type=email],
#inquiry_form dl .inquiry_set dd input[type=tel],
#inquiry_form dl .inquiry_set dd input[type=file],
#inquiry_form dl .inquiry_set dd input[type=date] {
  border: 1px #DEDEDE solid;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 14px 16px;
}
#inquiry_form dl .inquiry_set dd input[type=file] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#inquiry_form dl .inquiry_set dd .select_wrap {
  border: 1px #DEDEDE solid;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set dd .select_wrap {
    display: block;
  }
}
#inquiry_form dl .inquiry_set dd .select_wrap:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #BFBFBF;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#inquiry_form dl .inquiry_set dd .select_wrap p.label {
  color: #7D7D7D;
  font-size: 87.5%;
  position: relative;
  z-index: 1;
  padding: 12px 32px 12px 16px;
  text-align: center;
  min-width: 343px;
  z-index: 1;
}
#inquiry_form dl .inquiry_set dd .select_wrap p.label.selected {
  color: #333333;
}
#inquiry_form dl .inquiry_set dd .select_wrap select {
  width: 100%;
  padding: 16px 32px 16px 16px;
  display: block;
  text-align: center;
  min-width: 343px;
}
#inquiry_form dl .inquiry_set dd .select_wrap select:invalid {
  color: #7D7D7D;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set dd .select_wrap select {
    padding: 8px 32px 8px 16px;
  }
}
#inquiry_form dl .inquiry_set dd .select_wrap select.center {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
#inquiry_form dl .inquiry_set dd textarea {
  border: 1px #DEDEDE solid;
  border-radius: 25px;
  display: block;
  width: 100%;
  padding: 14px 16px;
}
@media only screen and (min-width: 641px) {
  #inquiry_form dl .inquiry_set dd textarea {
    max-width: 100%;
  }
}
#inquiry_form dl .inquiry_set dd .sup {
  margin-top: 5px;
}
#inquiry_form dl .inquiry_set dd ul.sup li,
#inquiry_form dl .inquiry_set dd p.sup {
  color: #7D7D7D;
  font-size: 75%;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  #inquiry_form dl .inquiry_set dd ul.sup li,
#inquiry_form dl .inquiry_set dd p.sup {
    font-size: 87.5%;
  }
}
#inquiry_form dl .inquiry_set.hide {
  display: none;
}
#inquiry_form dl .inquiry_set.hide.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#inquiry_form .note {
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  #inquiry_form .note {
    margin-top: 20px;
  }
}
#inquiry_form .note ul li {
  color: #7D7D7D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
}
#inquiry_form .note ul li:before {
  content: "・";
}
#inquiry_form .policy {
  border: 1px #DEDEDE solid;
  border-radius: 25px;
  height: 232px;
  overflow: hidden;
  padding: 32px 32px 0;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #inquiry_form .policy {
    padding: 16px 24px 0;
  }
}
#inquiry_form .policy > h3 {
  border-bottom: 1px #DEDEDE solid;
  font-weight: 600;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#inquiry_form .policy > h3:before {
  content: "";
  display: none;
}
#inquiry_form .policy .policy_area {
  overflow-y: auto;
  height: 100%;
  padding-right: 1.5em;
}
#inquiry_form .policy .policy_area .policy_cont * {
  color: #7D7D7D;
}
#inquiry_form .policy .policy_area .policy_cont .policy_set + .policy_set {
  margin-top: 2em;
}
#inquiry_form .policy .policy_area .policy_cont .policy_set h4 {
  font-weight: 600;
  font-size: 87.5%;
  margin-bottom: 5px;
}
#inquiry_form .policy .policy_area .policy_cont .policy_set p, #inquiry_form .policy .policy_area .policy_cont .policy_set li {
  font-size: 87.5%;
}
#inquiry_form .policy .policy_area .policy_cont .policy_set p + ol {
  margin-top: 1.5em;
}
#inquiry_form .policy .policy_area .policy_cont .policy_set ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
#inquiry_form .agree {
  margin-top: 32px;
}
#inquiry_form .agree p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#inquiry_form .agree p input[type=checkbox] {
  opacity: 0;
  position: absolute;
  right: 100%;
}
#inquiry_form .agree p input[type=checkbox]:checked + label:before {
  content: "";
  color: #00004B;
}
#inquiry_form .agree p label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00004B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #inquiry_form .agree p label {
    padding: 6px 16px;
  }
}
@media only screen and (max-width: 400px) {
  #inquiry_form .agree p label {
    font-size: 87.5%;
  }
}
#inquiry_form .agree p label:before {
  background: url(../media/images/common/check.png) no-repeat left top;
  background-size: contain;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DEDEDE;
  content: "";
  display: block;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#inquiry_form .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
#inquiry_form .btn_wrap .btn {
  margin: 0;
}
#inquiry_form .btn_wrap .btn + .btn {
  margin-left: 24px;
}
@media only screen and (max-width: 640px) {
  #inquiry_form .btn_wrap {
    display: block;
    margin-top: 32px;
  }
  #inquiry_form .btn_wrap .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
#inquiry_form .btn {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  #sitemap #main_area {
    padding-bottom: 0;
  }
}
#sitemap .sitemap_list ul li + li {
  border-top: 1px #DEDEDE solid;
}
#sitemap .sitemap_list ul li a {
  display: block;
  position: relative;
  padding: 24px 40px 24px 0;
}
#sitemap .sitemap_list ul li a:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00004B;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  #sitemap .sitemap_list ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #sitemap .sitemap_list ul li a:hover {
    background-color: #005AAA;
    color: #fff;
    padding: 24px 40px 24px 24px;
  }
  #sitemap .sitemap_list ul li a:hover:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    right: 24px;
  }
}

#quality.index #main_area {
  padding: 45px 0 80px;
}
#quality.index .lead {
  margin-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  #quality.index .lead {
    margin-bottom: 32px;
  }
}
#quality.index .lead p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #quality.index .lead p {
    text-align: left;
  }
}
#quality.index .category_select label select {
  min-width: 216px;
}
@media only screen and (max-width: 640px) {
  #quality.index .category_select {
    border-top: 1px #DEDEDE solid;
    border-bottom: 1px #DEDEDE solid;
    padding: 14px 0;
  }
  #quality.index .category_select label {
    display: block;
    width: 248px;
    margin: 0 auto;
  }
}

.post_quality_list {
  padding-bottom: 20px;
}
.post_quality_list .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -30px;
}
@media only screen and (max-width: 640px) {
  .post_quality_list .list_wrap {
    margin: 0 -3px -10px;
  }
}
.post_quality_list .list_wrap .list_set {
  width: 25%;
  padding: 0 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .post_quality_list .list_wrap .list_set {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .post_quality_list .list_wrap .list_set {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 10px;
  }
}
.post_quality_list .list_wrap .list_set .set_wrap a {
  display: block;
}
.post_quality_list .list_wrap .list_set .set_wrap .img {
  position: relative;
  margin-bottom: 8px;
}
.post_quality_list .list_wrap .list_set .set_wrap .img img {
  width: 100%;
}
.post_quality_list .list_wrap .list_set .set_wrap p {
  font-weight: 500;
}

.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-c {
  overflow: visible !important;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
}

.map_balloon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 48px;
  position: relative;
  padding-top: 2px;
}
.map_balloon p.wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-family: "Red Hat Display", "Noto Sans JP", serif;
  font-weight: 600;
}
.map_balloon p.wrap span.alphabet {
  background-color: #00004B;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 87.5%;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.map_balloon p.wrap span.num {
  font-size: 200%;
  font-weight: 700;
}
.map_balloon p.wrap span.yellow {
  color: #FFAA00;
}
.map_balloon p.wrap span.red {
  color: #E60000;
}
.map_balloon p.wrap span.blue {
  color: #00A5EB;
}

#guidance #slide_bnr {
  overflow: hidden;
}
#guidance #main_area {
  padding-top: 24px;
}
#guidance .guidance_title {
  text-align: center;
  margin-bottom: 45px;
}
#guidance .guidance_title h2 {
  color: #00004B;
  font-size: 285.7%;
  font-weight: 600;
}
#guidance .guidance_title h2:before {
  background-color: #00004B;
  border-radius: 50px;
  content: "";
  display: block;
  width: 47px;
  height: 6px;
  margin: 0 auto 20px;
}
#guidance .guidance_title p {
  color: #00004B;
  font-size: 93.8%;
}
#guidance #logo {
  margin-bottom: 30px;
}
#guidance #logo h2 {
  color: #00004B;
  font-size: 285.7%;
  font-weight: 600;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#guidance #logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
#guidance #price .price_set:first-child dl dt {
  color: #00295E;
}
#guidance #price .price_set dl dt {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #0082CD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-bottom: 12px;
}
#guidance #price .price_set dl dt.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#guidance #price .price_set dl dt span {
  display: block;
  font-size: 150%;
  font-weight: 600;
  margin-right: 6px;
}
#guidance #price .price_set dl dd .sup {
  color: #7D7D7D;
  font-size: 87.5%;
  margin-top: 10px;
}
#guidance #flow {
  background-color: #E6EDF2;
  padding: 80px 40px 78px;
}
#guidance #flow .flow_set {
  background-color: #fff;
}
#guidance #flow .flow_set + .flow_set {
  margin-top: 32px;
}
#guidance #flow .flow_set span.step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00004B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 87.5%;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  text-align: center;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#guidance #flow .flow_set span.step:after {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  font-size: 257.1%;
  margin-top: 3px;
}
#guidance #flow .flow_set .set_wrap {
  padding: 40px 0 40px;
}
#guidance #flow .flow_set .set_wrap .img img, #guidance #flow .flow_set .set_wrap .img picture {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-left: auto;
}
#guidance #flow .flow_set .info {
  text-align: center;
}
#guidance #flow .flow_set .info h3 + p {
  margin-top: 20px;
}
#guidance #flow .flow_set .info .waiting_time {
  margin-top: 16px;
}
#guidance #flow .flow_set .info .waiting_time p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#guidance #flow .flow_set .info a {
  margin-top: 32px;
}
#guidance #flow .flow_set#flow5 .info p, #guidance #flow .flow_set#flow6 .info p {
  text-align: left;
}
#guidance #flow .info h3 {
  color: #4E4E4E;
  font-size: 175%;
  font-weight: 600;
}
#guidance #flow .order_wrap .set_wrap {
  display: block;
}
#guidance #flow .order_wrap .set_wrap dl {
  width: 100%;
}
#guidance #flow .order_wrap .set_wrap dt {
  color: #4E4E4E;
  font-size: 175%;
  font-weight: 600;
}
#guidance #flow .order_wrap .set_wrap dl dt .step {
  font-size: 14px;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}
#guidance #flow .order_wrap .set_wrap dl dt .step + span {
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#guidance #flow .order_wrap h2 {
  margin-bottom: 42px;
}
#guidance #flow .order_wrap #order_fix_wrap {
  padding-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  #guidance #flow .order_wrap #order_fix_wrap {
    padding-bottom: 10px;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set + .order_fix_set {
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set + .order_fix_set {
    margin-top: 30px;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow {
    display: block;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .img {
  width: 364px;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .img {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .img {
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .img img {
    display: block;
    margin: 0 auto;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media only screen and (max-width: 900px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info {
    display: block;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .num {
  padding-right: 54px;
}
@media only screen and (max-width: 900px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .num {
    padding-right: 0;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .num span {
  color: #00004B;
  font-family: "Red Hat Display", sans-serif;
  font-size: 67px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .num span {
    font-size: 32px;
  }
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .lead {
  padding-top: 10px;
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .lead p {
  text-align: left;
  max-width: none;
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .lead p:first-child {
  color: #00004B;
  font-size: 100%;
  font-weight: 600;
}
#guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .lead p.sup {
  border-top: 1px #DEDEDE solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  #guidance #flow .order_wrap #order_fix_wrap .order_fix_set .order_flow .info .lead p.sup {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 901px) {
  #guidance #price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    margin: 0 -16px;
  }

  #guidance #price .price_set {
    width: 50%;
    padding: 0 16px;
  }

  #guidance #flow .flow_set .set_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
  }

  #guidance #flow .flow_set .set_wrap .img, #guidance #flow .flow_set .set_wrap .info {
    width: 50%;
    padding: 0 16px;
  }

  #guidance #flow .flow_set .set_wrap .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #guidance #flow .order_wrap .set_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }

  #guidance #flow .order_wrap .set_wrap dl dd, #guidance #flow .order_wrap .set_wrap dl dt {
    width: 50%;
    padding: 0 16px;
  }

  #guidance #flow .order_wrap .set_wrap dl dt, #guidance #flow .order_wrap .set_wrap dl dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 641px) {
  #guidance #flow .info p, #guidance #flow .order_wrap .set_wrap dd {
    max-width: 364px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #guidance #flow {
    padding: 60px 30px 60px;
  }
}
@media only screen and (max-width: 900px) {
  #guidance #main_area {
    padding-top: 0;
  }

  #guidance #price {
    padding-bottom: 30px;
  }

  #guidance #price .price_set + .price_set {
    margin-top: 24px;
  }

  #guidance #price .price_set dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #guidance #price .price_set dl dt {
    display: block;
    width: 13em;
  }
  #guidance #price .price_set dl dt.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #guidance #price .price_set dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  #guidance #flow {
    padding: 50px 30px;
  }

  #guidance #flow .flow_set span.step {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  #guidance #flow .flow_set .set_wrap {
    padding: 0 0 25px;
  }

  #guidance #flow .flow_set .set_wrap .img {
    margin-bottom: 10px;
  }

  #guidance #flow .flow_set .set_wrap .img img, #guidance #flow .flow_set .set_wrap .img picture {
    margin: 0 auto;
  }

  #guidance #flow .order_wrap .set_wrap dl dt .step {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #guidance .guidance_title {
    margin-bottom: 33px;
  }

  #guidance .guidance_title h2 {
    font-size: 175%;
  }

  #guidance .guidance_title h2:before {
    width: 32px;
    margin: 0 auto 13px;
  }

  #guidance #logo h2 {
    font-size: 200%;
    margin-bottom: 10px;
  }

  #guidance #logo img {
    max-width: 148px;
  }

  #guidance #price .price_set dl {
    display: block;
  }

  #guidance #price .price_set dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  #guidance #flow {
    padding: 40px 20px;
  }

  #guidance #flow a.btn {
    margin-top: 24px;
  }

  #guidance #flow .flow_set span.step {
    font-size: 75%;
    width: 64px;
    height: 64px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  #guidance #flow .flow_set span.step:after {
    font-size: 230%;
  }

  #guidance #flow .flow_set .set_wrap .img img, #guidance #flow .flow_set .set_wrap .img picture {
    max-width: 263px;
  }

  #guidance #flow .flow_set .info h3 + p {
    text-align: center;
    margin-top: 8px;
  }

  #guidance #flow .info h3, #guidance #flow .order_wrap .set_wrap dt {
    font-size: 150%;
  }

  #guidance #flow .order_wrap {
    padding: 0 10px;
  }

  #guidance #flow .order_wrap .set_wrap dl dt {
    margin-bottom: 10px;
  }

  #guidance #flow .order_wrap .set_wrap dl dt .step {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    margin-bottom: 0;
  }

  #guidance #flow .order_wrap h2 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 400px) {
  #guidance #logo h2 {
    font-size: 180%;
    margin-bottom: 10px;
  }

  #guidance #price .price_set dl dt {
    font-size: 75%;
  }
}
#guidance #faq {
  padding: 64px 0 14px;
}

@media only screen and (max-width: 640px) {
  #guidance #faq a.btn {
    margin-top: 24px;
  }
}
.anchor_list {
  padding: 0 24px 80px;
}
@media only screen and (max-width: 900px) {
  .anchor_list {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_list {
    padding: 0 0 48px;
  }
}
.anchor_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anchor_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 25%;
}
.anchor_list ul li a,
.anchor_list ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0083CD;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  padding: 30px 10px 15px 0;
}
@media only screen and (max-width: 900px) {
  .anchor_list ul li a,
.anchor_list ul li span {
    display: block;
    padding: 14px 0 6px;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_list ul li a,
.anchor_list ul li span {
    font-size: 75%;
  }
}
@media only screen and (max-width: 400px) {
  .anchor_list ul li a,
.anchor_list ul li span {
    font-size: 62.5%;
  }
}
.anchor_list ul li a:before,
.anchor_list ul li span:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 150%;
  font-weight: normal;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .anchor_list ul li a:before,
.anchor_list ul li span:before {
    margin: 0 auto 5px;
  }
}
.anchor_list ul li a:after,
.anchor_list ul li span:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .anchor_list ul li:first-child span:before, .anchor_list ul li:first-child a:before {
    font-size: 180%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.anchor_list ul li:nth-child(2) span, .anchor_list ul li:nth-child(2) a {
  background-color: #005BAC;
}
.anchor_list ul li:nth-child(2) span:before, .anchor_list ul li:nth-child(2) a:before {
  content: "";
  font-size: 180%;
}
.anchor_list ul li:nth-child(3) span, .anchor_list ul li:nth-child(3) a {
  background-color: #002F7B;
}
.anchor_list ul li:nth-child(3) span:before, .anchor_list ul li:nth-child(3) a:before {
  content: "";
  font-size: 180%;
}
.anchor_list ul li:nth-child(4) span, .anchor_list ul li:nth-child(4) a {
  background-color: #03004C;
}
.anchor_list ul li:nth-child(4) span:before, .anchor_list ul li:nth-child(4) a:before {
  content: "";
  font-size: 180%;
}

#not404 #not404_area {
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  #not404 #not404_area {
    padding: 100px 0;
  }
}
#not404 #not404_area h1 {
  color: #00004B;
  font-size: 228.6%;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  #not404 #not404_area h1 {
    font-size: 150%;
    margin-bottom: 20px;
  }
}
#not404 #not404_area .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #not404 #not404_area .btn {
    margin-top: 70px;
  }
}
#not404 #footer_sns {
  display: none;
}