.outer a {
  text-decoration: none;
}

.outer a:hover {
  text-decoration: underline;
}

.outer img {
  width: auto;
  max-width: 100%;
}

.outer .c-img {
  display: inline;

}

.outer .imgarea {
  overflow: hidden;
}

.imgarea img {
  width: 48%;
  float: left;
  margin: 0 2% 0 0;
}

.formarea {
  padding-left: 80px;
  padding-top: 90px;
  padding-right: 80px;
  padding-bottom: 30px;
  max-width: 1360px;
  margin: 0 auto;
}

.formarea h2 {
  color: #494b54;
  font-weight: 400;
  font-size: 36px;
}

.formarea h3.large_headline {
  color: #494b54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.formarea p.textr {
  color: #494b54;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 10px 0 80px 0;
}

.formarea .choice {
  /*display: flex;
  margin: 60px 0 0 0;*/
}

.formarea .choice h3 {
  font-weight: 600;
  margin: 20px 20px 10px 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 20px 30px;
  border: 1px solid #e9e9ea;
  font-size: 16px;
  background: #fff url(../images/select-arrow.png) right 30px center no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 15px;
  width: 270px;
  /*width: 35%;*/
  margin: 0 15px 5px 0;

}

select.top {
  width: auto;
  min-width: 270px;
}

select::-ms-expand {
  display: none;
}

.outer .bg_pink {
  width: 100%;
  background: #fbf5f6;
}

.outer .tel {
  padding-left: 80px;
  padding-top: 90px;
  padding-right: 80px;
  padding-bottom: 30px;
  max-width: 1360px;
  margin: 0 auto;
}

.outer .tel h2 {
  color: #ab404b;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 16px;
}

.outer .tel h3 {
  color: #494b54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}

.outer h2 img,
.outer h3 img {
  vertical-align: middle;
  margin-right: 15px;
}

.outer p {
  color: #494b54;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 60px;
}

.outer .reserv {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9ea;
}

.noline {
  border: none !important;
  margin-bottom: 60px;
}

.outer .reserv:after {
  content: "";
  clear: both;
  display: block;
}

.outer .reserv .name {
  float: left;
  width: 65%;
}

.outer .reserv .name h3 {
  font-weight: 400;
}

.outer .reserv .btn {
  float: right;
  width: 32%;
}

.outer .reserv .name h3 a {
  color: #e77c22;
  font-size: 20px;
  line-height: 1.5em;

}

.outer .bg_green {
  width: 100%;
  background: #f0f4f2;
}

.visit {
  padding-left: 80px;
  padding-top: 90px;
  padding-right: 80px;
  padding-bottom: 30px;
  max-width: 1360px;
  margin: 0 auto;
}


.outer .visit h2 {
  color: #6e8f82;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 16px;
}

.outer .visit h3 {
  color: #494b54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}

.outer .visit h3 span {
  background-color: #ffffff;
  color: #494b54;
  padding: 4px 10px;
  font-size: 12px;
  border: 1px solid #e9e9ea;
  font-weight: 400;
  margin-left: 10px;
  white-space: nowrap;
}

.outer .visit p.address {
  margin: 20px 0 0 0;
}

a.btn_red_100 {
  display: inline-block !important;
  background: #ab404b !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  border-radius: 2em !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 20px 30px !important;
  transition: all 0.2s !important;
  margin: 0 !important;
  box-sizing: border-box;
}

a.btn_red_100:visited {
  background: #ab404b !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}

a.btn_red_100:active {
  background: #ca908c !important;
  color: #fef8f4 !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
}

a.btn_red_100:hover {
  background: #ca908c !important;
  border-color: transparent !important;
  color: #fef8f4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}


@media only screen and ( max-width: 641px ) {

  .formarea {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .formarea .choice {
    /*display: flex;*/
    margin: 25px 0 0 0;
  }

  .formarea h2 {
    font-size: 24px;
  }

  select {
    padding: 1em 15px;
    background: #fff url(../images/select-arrow.png) right 15px center no-repeat;
    width: 100%;
    margin-bottom: 5px;

  }

  .formarea .choice h3 {
    margin-top: 10px;
  }

  .outer .tel {
    padding-left: 15px;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .outer .tel h2 {
    font-size: 24px;
  }

  .outer .tel h2 img,
  .outer .visit h2 img {
    width: 24px;
  }

  .imgarea img {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .outer h3 img {
    width: 30px;
  }

  .outer .reserv .name {
    float: none;
    width: 100%;
  }

  .outer .reserv .name h3 {
    margin-bottom: 20px;
  }

  .outer .reserv .btn {
    float: none;
    width: 100%;
  }

  a.btn_red_100 {
    padding: 10px 15px !important;
  }

  .noline {
    margin-bottom: 0;
  }

  .visit {
    padding-left: 15px;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .outer .visit h2 {
    font-size: 24px;
  }

  .outer .visit p.address {
    margin: 20px 0;
  }
}

.mb0 {
    margin-bottom: 0;
}

.fz14 {
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.centering-box {
    display: table;
    margin: auto;
    text-align: initial !important;
}

.registration-meet {
    padding-top: 24px;
}

.registration-meet-small-margin {
    margin-top: 1em;
}

.registration-meet-margin {
    margin-top: 2em;
}

.registration-meet-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1360px;
    margin: 0 auto;
}

.registration-meet-heading {
    font-size: 20px;
    font-weight: bold;
}

.registration-meet-tab-list {
    list-style: none;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2,1fr);
}

.registration-meet-tab-list__item {
    width: 100%;
}

.registration-meet-tab-list__button {
    width: 100%;
    display: block;
    padding: 4px 10px 8px;
    appearance: none;
    border: none;
    border-radius: 0;
    border-top: 8px solid #9d323d;
    background-color: white;
    cursor: pointer;
    font-size: 16px;
    color: #494b54;
}

.registration-meet-tab-list__button[aria-selected="true"] {
    background-color: #9d323d;
    color: white;
}

.registration-meet-strong {
    font-weight: bold;
    color: #9d323d;
}

.registration-meet-heading-sub {
    font-size: 14px;
    font-weight: normal;
}

#tabItem2 .registration-meet-step-heading {
    max-width: 250px;
}

#tabItem3 .registration-meet-step-heading {
    max-width: 270px;
}

.registration-meet-step-heading {
    position: relative;
    border: 3px solid #9d323d;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
   max-width: 210px;
    margin-top: 16px;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step-heading {
        flex-direction: row;
        align-items: start;
        max-width: none;
        width: 100%;
        margin-inline: auto;
        margin-top: 8px;
        padding: 8px 8px 8px 48px;
    }

    #tabItem2 .registration-meet-step-heading,
    #tabItem3 .registration-meet-step-heading {
        width: 100%;
        max-width: none;
    }
}

.registration-meet-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 100px;
}

.registration-meet-step.registration-meet-step--short {
    padding-bottom: 0;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step {
        padding-bottom: 0;
        display: block;
    }
}

.relative {
    position: relative;
}

.registration-meet-heading-bottom-text {
    position: absolute;
    max-width: 240px;
    width: 150%;
    top: 100%;
     margin-top: 10px;
}

.registration-meet-step-heading h4 {
    margin-top: 4px;
    color: #9d323d;
}

.registration-meet-step-heading__text {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-step-heading__text {
        margin: 0 0 0 16px;
    }
}

.registration-meet-step__end-text {
    max-width: 400px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9d323d;
}

#tabItem2 .registration-meet-step__end-text {
    max-width: 250px;
    width: 100%;
}

@media only screen and ( max-width: 641px ) {
    #tabItem2 .registration-meet-step__end-text {
        max-width: none;
    }
}

.registration-meet-link {
    color: #e77c22;
    text-decoration: none;
    font-weight: bold;
}

.registration-meet-prefecture-heading {
    font-size: 20px;
    font-weight: normal;
}

.registration-meet-link.registration-meet-link--large {
    font-size: 18px;
    margin-left: 1rem;
}

.registration-meet-button {
    background-color: #e77c22;
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    border-radius: 9999px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    padding: 16px;
}

.registration-meet__img {
    border: 4px solid #9d323d;
     margin-inline: auto;
}

.chevron-bottom-box {
    max-width: 400px;
    text-align: center;
    margin-inline: auto;
}

.chevron-bottom {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 12px solid #ab404b;
    margin-top: 16px;
    display: inline-block;
    transform: rotate(-90deg);
}

.hidden-pc {
    display: none;
}

@media only screen and ( max-width: 641px ) {
    .hidden-pc {
        display: block;
    }

    .hidden-sp {
        display: none;
    }

    .chevron-bottom {
        margin-top: 10px;
    }

    .registration-meet-step-heading__text {
        font-size: 16px;
    }
}

@media only screen and ( max-width: 641px ) {
    .chevron-bottom {
        transform: rotate(0);
    }
}

@media only screen and ( max-width: 641px ) {
    .registration-meet-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .registration-meet-tab-list  {
        grid-gap: 4px;
    }

    .registration-meet-tab-list__button {
        padding: 4px 10px 8px;
        font-size: 12px;
    }
}

.create-mypage-section {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #b3b4b7;
    border-bottom: 1px solid #b3b4b7;
    text-align: center;
}

.imgarea {
    display: flex;
    justify-content: space-between;
    width: 50%;
     margin-bottom: 10px;
}

.imgarea img {
    width: 48%;
}

.registration-meet-p {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

@media only screen and ( max-width: 641px ) {
    .imgarea {
        width: 100%;
    }
}

.outer .reserv {
  display: flex;
  justify-content: space-between;
}

@media only screen and ( max-width: 641px ) {
    .outer .reserv .name {
        flex-basis: 60%;
    }

    .outer .reserv .btn {
        flex-basis: 30%;
    }
}


















