@charset "UTF-8";
/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.header {
  max-width: 640px;
  margin: 0 auto;
  padding: .5rem 1rem 1.5rem;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .header_text {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em; }
  .header_logo {
    width: 20.4rem; }

.header.lower {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0); }
  .header.lower .header_logo {
    width: 16rem;
    margin: 0 auto; }

/*-------------------------------------------------------------------

	MV

-------------------------------------------------------------------*/
.mv {
  background: url(../img/top/mv_back.jpg) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 640px;
  height: calc(1050 / 750 * 100vw);
  max-height: 896px;
  padding: 34rem 2rem 2rem; }
  .mv_open {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 600;
    text-align: center; }
    .mv_open > small {
      font-size: .76em; }
  .mv_case {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 13rem;
    text-align: center;
    color: #af9b35;
    background-image: url("../img/top/mv_k_l.png"), url("../img/top/mv_k_r.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left 1rem center,right 1rem center;
    background-size: contain, contain; }
    .mv_case_num {
      display: block;
      font-size: 1.5rem;
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: .3em;
      letter-spacing: .1em; }
    .mv_case_number {
      display: block;
      font-size: 4.8rem;
      line-height: 1.2;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      letter-spacing: 0; }
      .mv_case_number > small {
        font-size: .66em; }

/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
.contents-w {
  max-width: 640px;
  margin: 0 auto; }

.p-basic-section {
  padding: 6rem 1.5rem 4.5rem; }
  .p-basic-section > :last-child {
    margin-bottom: 0; }

.p-basic-section.lower {
  padding-top: 3rem; }

.p-basic-title {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.3;
  color: #30d3a1; }
  .p-basic-title--en {
    display: block;
    font-family: 'Baloo 2', cursive;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: .5em; }
  .p-basic-title--jp {
    display: block;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 2rem;
    letter-spacing: .1em;
    font-feature-settings: "palt"; }

.p-sub-section {
  margin-bottom: 3rem; }
  .p-sub-section > :last-child {
    margin-bottom: 0; }

.p-sub-title {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
  letter-spacing: .08em;
  padding: .8em 0 .8em 1.3em;
  color: #30d3a1;
  font-feature-settings: "palt"; }
  .p-sub-title::before {
    content: "";
    display: block;
    background-color: #30d3a1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: .3rem;
    border-radius: 1.5rem; }

.p-sub-title2 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  margin-bottom: 1em;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  color: #af9b35;
  font-feature-settings: "palt"; }

.p-sub-title2.small {
  font-size: 1.5rem; }

.p-button-close {
  text-align: center; }
  .p-button-close a {
    display: inline-block;
    padding: 1em;
    background-color: #333333;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px; }

.lower-header {
  padding: 1em; }
  .lower-header img {
    display: block;
    margin: 0 auto;
    width: 18rem; }

.p-title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  color: #af9b35;
  margin-bottom: 1em; }
  .p-title--small {
    font-size: 1.5rem; }

.p-button {
  margin-bottom: 1rem; }
  .p-button a {
    position: relative;
    display: block;
    background-color: #f0e1e4;
    border-radius: 5px;
    padding: 1.2em 2em 1.2em 1.2em;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none; }
    .p-button a small {
      display: block;
      font-size: .928em;
      font-weight: 400; }
    .p-button a::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1em;
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600; }

.p-price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DDD; }
  .p-price-table th, .p-price-table td {
    border: 1px solid #DDD;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.5em 1em;
    vertical-align: middle; }
  .p-price-table th {
    background-color: #f7f7f7;
    text-align: left;
    font-weight: normal; }
  .p-price-table td {
    background-color: white; }
  .p-price-table .yen {
    text-align: right; }
  .p-price-table th.center, .p-price-table td.center {
    text-align: center; }
  .p-price-table-caption {
    font-size: 1.3rem;
    line-height: 1.5; }

.p-point-text {
  padding: 1em;
  line-height: 1.2;
  margin-bottom: .5em;
  border-radius: 5px;
  background-color: #f0e1e4;
  color: #e60b14; }

.p-image-item {
  margin-bottom: 2em; }
  .p-image-item_photo {
    width: 20rem;
    float: left;
    margin: 0 1em .5em 0; }


/*-------------------------------------------------------------------

	point

-------------------------------------------------------------------*/
#point{
      margin: 4rem 0 0;
}
/*-------------------------------------------------------------------

	feature

-------------------------------------------------------------------*/
.feature_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem; }
  .feature_list > a {
    display: block;
    text-decoration: none;
    width: calc(214 / 690 *100%);
    margin: 0 0 1.2rem calc(24 / 690 *100%);
    background-color: #30d3a1;
    border-radius: 5px;
    padding: 1rem .5rem 1.5rem;
    color: white;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center; }
    .feature_list > a i {
      display: block;
      width: 8rem;
      margin: 0 auto .8rem; }
    .feature_list > a strong {
      font-size: 1.214em; }
    .feature_list > a:nth-child(3n+1) {
      margin-left: 0; }
.feature_section {
  margin-bottom: 5rem; }
.feature_title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem; }
  .feature_title > .num {
    display: flex;
    width: 3rem;
    height: 3rem;
    background-color: #30d3a1;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Baloo 2', cursive;
    font-size: 1.8rem;
    font-weight: 600;
    margin-right: 1.8rem;
    border-radius: 3px; }
  .feature_title > .text {
    flex: 1;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: .1em;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; }
.feature_photo {
  width: 32rem; }
.feature_text {
  width: 32rem;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background-color: white; }
  .feature_text > :last-child {
    margin-bottom: 0; }
.feature_section:nth-child(odd) .feature_photo {
  margin: 0 auto 0 0; }
.feature_section:nth-child(odd) .feature_text {
  margin: -3rem 0 0 auto; }
.feature_section:nth-child(even) .feature_photo {
  margin: 0 0 0 auto; }
.feature_section:nth-child(even) .feature_text {
  margin: -3rem auto 0 0; }

/*-------------------------------------------------------------------

	about

-------------------------------------------------------------------*/
.about {
  background-color: #f2fffb; }
  .about_display {
    display: flex;
    justify-content: space-between; }
    .about_display > figure {
      width: 48%; }
      .about_display > figure > figcaption {
        display: block;
        padding-top: .5em;
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: center; }
  .about_flow dt {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .6em; }
    .about_flow dt .num {
      font-family: 'Baloo 2', cursive;
      color: #30d3a1;
      font-size: 2.2rem;
      font-weight: 700; }
  .about_flow dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 1.2rem; }
    .about_flow dd figure {
      width: 60%;
      /* float: left; */
      margin: 0 0 .5em 0; }
      .about_flow dd .about_flow-txt{
        width: calc(40% - 1em);
        margin-left: 1em;
      }
  .about_osusume {
    border: 2px solid #7d7d7d;
    border-radius: 8px;
    overflow: hidden;
    background-color: white; }
    .about_osusume_title {
      color: white;
      text-align: center;
      padding: 1em;
      background-color: #7d7d7d;
      font-size: 1.5; }
    .about_osusume_text {
      padding: 2.6rem;
      font-weight: 600; }

/*-------------------------------------------------------------------

	other

-------------------------------------------------------------------*/
.other_section {
  border-bottom: 1px solid white; }
.other_title {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: white;
  background-color: #3acbbf;
  padding: 1.8rem 5rem 1.8rem 1.5rem; }
  .other_title .icon-slide {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 3px; }
    .other_title .icon-slide img {
      display: block;
      width: 2rem;
      transition: all .2s ease-out; }
  .other_title .icon-slide.is-close img {
    transform: rotate(45deg); }
.other_text {
  padding: 2.5rem 1.5rem 3rem;
  display: none; }
.other_point dt {
  color: #d5b33d;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: .3em; }
.other_point dd {
  margin-bottom: 1.3em; }
.other_point > :last-child {
  margin-bottom: 0; }
.other_data th, .other_data td {
  font-size: 1.2rem; }
.other_flow dt {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
  color: #d5b33d; }
  .other_flow dt .num {
    display: inline-block;
    font-family: 'Baloo 2', cursive;
    line-height: 1;
    border-radius: 5px;
    padding: .3em .5em;
    color: white;
    background-color: #d5b33d;
    font-weight: 700;
    margin-right: .6em; }
.other_flow dd {
  margin-bottom: 2em; }
  .other_flow dd figure {
    width: 40%;
    float: left;
    margin: 0 1em .5em 0; }
.other .faq-list {
  font-size: 1.3rem;
  line-height: 1.5; }
.other .faq-list dt, .other .faq-list dd {
  padding-left: 2em; }
.other .faq-list dt {
  font-weight: 600;
  margin-bottom: .5em; }
.other .faq-list dt::before, .other .faq-list dd::before {
  display: inline-block;
  width: 2em;
  margin: 0 0 0 -2em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: -2px; }
.other .faq-list dt::before {
  content: "Q";
  color: #e60012; }
.other .faq-list dd::before {
  content: "A";
  color: #3dd5a4; }
.other .faq-list dd {
  margin-bottom: 1em; }
.other .faq-list.is-line dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd; }
.other .faq-list > :last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/*-------------------------------------------------------------------

	doctor

-------------------------------------------------------------------*/
.doctor .p-basic-section {
  padding-bottom: 2rem; }

.doctor_profile {
  margin-bottom: 5rem; }

.doctor_section > :last-child {
  padding-bottom: 0;
  border-bottom: none; }

.doctor_profile .photo {
  width: 30%;
  float: left;
  margin-right: 1em; }

.doctor_profile .text {
  overflow: hidden; }

.doctor_profile .text > :last-child {
  margin-bottom: 0; }

dl.doctor_carrier {
  line-height: 1.3; }

dl.doctor_carrier dt {
  clear: left;
  float: left;
  width: 5.5em; }

dl.doctor_carrier dd {
  padding: 0 0 0 5.5em;
  margin-bottom: .5em; }

dl.doctor_carrier.is-wide dt {
  width: 6.5em; }

dl.doctor_carrier.is-wide dd {
  padding: 0 0 0 6.5em; }

/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic_info dl {
  border-top: 1px solid #DDD;
  padding-top: 1.5em;
  font-size: 1.2rem;
  line-height: 1.4; }

.clinic_info dl dt {
  clear: left;
  float: left;
  width: 6.5em;
  padding-left: .5em;
  box-sizing: border-box; }

.clinic_info dl dd {
  padding: 0 0 1.5em 6.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #DDD; }

.clinic_map {
  border: 1px solid #DDD;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5rem; }

.clinic_map h3 {
  padding: .7em;
  background: #ffefe4;
  text-align: center;
  font-size: 1.7rem; }

.clinic_map-inner {
  padding: 2.5rem 2rem; }

.clinic_map-inner dl {
  font-size: 1.3rem; }

.clinic_map-inner dl dt {
  clear: left;
  float: left;
  width: 5em; }

.clinic_map-inner dl dd {
  padding: 0 0 .6em 5em; }

.clinic_map-inner .tel > a {
  display: block;
  padding: 1em 0;
  border: 2px solid #ff6600;
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ff6600;
  text-decoration: none;
  text-align: center; }

.clinic_map-google {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.clinic_map-google > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.k_tit {
  padding: 0 2rem 1em; }

.routePho {
  padding: 0 2rem 2rem; }

.routePho li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.5; }

.routePho li:last-of-type {
  margin-bottom: 0; }

.routePho li img {
  width: 40%;
  max-width: 163px;
  margin-right: 1em; }

.routePho li .textArea p {
  margin: 0; }

.routePho li .textArea span {
  font-family: 'Baloo 2', cursive;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  color: #30d3a1; }

/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.price {
  background-color: #f2fffb; }
  .price_title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: .6em;
    text-align: center; }
  .price_caption li {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: .5em;
    letter-spacing: 0; }

/*-------------------------------------------------------------------

	contact

-------------------------------------------------------------------*/
.contact_cal {
  display: flex;
  flex-wrap: wrap; }
  .contact_cal li {
    width: 48%;
    margin: 0 0 1rem 4%; }
    .contact_cal li:nth-child(2n+1) {
      margin-left: 0; }
.contact_caption {
  text-align: right;
  font-size: 1.3;
  line-height: 1.3;
  font-size: 1.3rem;
  margin-bottom: 2em; }
  .contact_caption > span {
    color: #e7c9d1; }

/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 0 0 12rem; }

.footer.lower {
  padding: 0 0 4rem; }

/*-------------------------------------------------------------------

	float

-------------------------------------------------------------------*/
.floatBtn {
  width: 100%;
  position: fixed;
  z-index: 8885;
  transition: all .3s ease-out;
  bottom: 0;
  left: 0;
  background-color: #FFF; }

.floatBtn-list {
  display: flex; }
  .floatBtn-list > li {
    min-height: 6rem;
    flex: 1; }
    .floatBtn-list > li > a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: white;
      font-size: 1.1rem;
      line-height: 1.3em;
      font-weight: 600;
      text-align: center;
      padding: 1.5em .5em 0;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .floatBtn-list_mail a {
    background-color: #d5b33d;
    border-right: 1px solid white; }
  .floatBtn-list_tel a {
    background-color: #d5b33d;
    border-right: 1px solid white; }
  .floatBtn-list_line a {
    background-color: #07b53b;
    border-right: 1px solid white; }
  .floatBtn-list_online a {
    background-color: #58baef; }

.pagetop {
    width: 4rem;
    position: fixed;
    z-index: 8884;
    transition: all .3s ease-out;
    bottom: -20rem;
    right: 1.5rem;
}

.pagetop.is-show {
    bottom: 12rem;
}
.line_float{
    position: fixed;
    bottom: 7rem;
    right: 0;
    width: 33%;
    text-align: right;
    z-index: 9999;
    
}
/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8886;
  background-color: rgba(0, 0, 0, 0.8); }

.drawer-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  overflow: auto;
  padding: 0 0 10rem; }

.drawer-menu_back.open {
  display: block; }

.drawer-menu.open {
  display: block; }

.drawer-menu_list {
  position: relative;
  z-index: 8888;
  background-color: #30d3a1;
  padding: 2rem 1.5rem;
  max-width: 640px;
  margin: auto; }
  .drawer-menu_list > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem; }
    .drawer-menu_list > ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .drawer-menu_list > ul li:last-child {
        border-bottom: none; }
      .drawer-menu_list > ul li a {
        position: relative;
        display: block;
        padding: 1em 2em 1em 1em;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 1.2;
        font-weight: 400;
        color: white; }
        .drawer-menu_list > ul li a::after {
          position: absolute;
          top: 50%;
          right: 1em;
          transform: translateY(-50%);
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 600; }
  .drawer-menu_list .drawer-close {
    background-color: #333333;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    width: 8em;
    border-radius: 4px;
    padding: 1em; }
  .drawer-menu_list .slide-button {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    background-color: #f7f7f7; }
    .drawer-menu_list .slide-button .icon-slide {
      display: block;
      position: absolute;
      top: 1em;
      right: 1em;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      transition: all .2s ease-out; }
  .drawer-menu_list .slide-button + ul {
    display: none;
    border-top: 1px solid #ddd; }
  .drawer-menu_list .slide-button .icon-slide.is-close {
    transform: rotate(-180deg); }
  .drawer-menu_list .child li a {
    padding-left: 3em;
    font-size: 1.2rem; }
  .drawer-menu_list .child .slide-button {
    padding-left: 2em; }
  .drawer-menu_list_button {
    display: flex;
    justify-content: space-between;
    margin: 2em 0 1em; }
    .drawer-menu_list_button .button {
      display: block;
      width: 48%;
      height: 5rem;
      text-align: center; }
      .drawer-menu_list_button .button a {
        display: block;
        width: 100%;
        height: 100%; }
      .drawer-menu_list_button .button img {
        height: 100%;
        width: auto; }
    .drawer-menu_list_button .tel {
      background-color: #539d2a; }
    .drawer-menu_list_button .mail {
      background-color: #9d2a49; }

/*button*/
.ham-menu-block {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7777; }
  .ham-menu-block_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative; }

.ham-menu-button {
  position: absolute;
  top: 2.2rem;
  right: 1rem;
  width: 5.4rem;
  height: 5.4rem;
  transition: all 0.2s ease-out;
  background-color: #FFF;
  cursor: pointer;
  transition: all .2s ease-out;
  /*> span {
    display:block;
    position:absolute;
    width:26px;
    height:3px;
    background-color:$color-main;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  &::before, &::after {
    content:"";
    display:block;
    position:absolute;
    width:26px;
    height:3px;
    background-color:$color-main;
    left:50%;
    transform: translateX(-50%);
  }
  &::before {
    top:10px;
    transition: all 0.2s ease-out;
  }
  &::after {
    bottom:10px;
    transition: all 0.2s ease-out;
  }*/ }
  .ham-menu-button.is-show {
    top: 1rem; }

.ham-menu-button.is-close > span {
  display: none; }
.ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333333; }
.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #333333; }

/*-------------------------------------------------------------------

	popup-menu

-------------------------------------------------------------------*/
.popup-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8); }

.popup-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: auto;
  padding: 1.5em 0; }
  .popup-menu_inner {
    margin: 0 auto;
    width: 94.6666%;
    max-width: 64rem;
    background-color: white;
    border-radius: 6px;
    padding: 3rem; }
  .popup-menu_title {
    font-size: 2.3rem;
    line-height: 1.3;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .18em;
    margin-bottom: 1rem; }
  .popup-menu_list {
    font-size: 1.3rem;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem; }
    .popup-menu_list li {
      width: 50%;
      margin-bottom: 1rem; }
  .popup-menu_photo {
    margin-bottom: 2em; }
    .popup-menu_photo.line {
      border-bottom: 1px solid #333333;
      padding-bottom: 2em; }
  .popup-menu_close {
    text-align: center;
    margin: 0; }
    .popup-menu_close > span {
      display: inline-block;
      background-color: #333333;
      color: white;
      font-weight: 600;
      border-radius: 5px;
      padding: 1em 3em;
      font-size: 1.3rem; }

.popup-menu_back.open {
  display: block; }

.popup-menu.open {
  display: block; }


/*-------------------------------------------------------------------

revision

-------------------------------------------------------------------*/

#revision{
    box-sizing: border-box;
/*    width: 100%;*/
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #e60912;
    margin: 6rem 1.5rem 0;
    line-height: 1.5;
    border-radius: 4px; 
    color: #000;
    font-weight: bold;
}
#revision h2{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
#revision p{
    font-size: 14px;
    margin: 0;
}
#revision p a{
    margin-left: 0.4em;
    color: #FF3300;
    text-decoration: none;
}

/*-------------------------------------------------------------------

LineArea

-------------------------------------------------------------------*/

.LineArea{
    box-sizing: border-box;
/*    width: 100%;*/
/*    margin: 6rem 1.5rem 0;*/
    margin: 3rem 1.5rem 0;
    border: 1px solid #00b900;
    border-radius: 10px;
    padding: 10px;
}
.LineArea h2{
    text-align: center;
    border-bottom: 1px solid #00b900;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.LineArea_txt{
    width: 96%;;
    margin: auto;
}
.LineArea_txt h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.lineFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineFlex .line-txt{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 1.0em;
}

.lineFlex .line-icon{
    width: 50%;
    text-align: center;
    font-size: 12px;
}
.lineFlex .line-icon img{
    margin-bottom: 0.5em;
}
.lineFlex .line-txt {
    /*    text-align: right;*/
}
.lineFlex .line-txt p{
    width: 70%;
    margin: 0 0 0 auto;
}


.bnrArea{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.bnrArea img{
  width: 100%;
}

.for-detailArea{
  box-sizing: border-box;
  margin: 4rem 1.5rem 0;
}
