@charset "UTF-8";
/*色指定*/
html {
  font-size: 16px;
}

body {
  color: #484541;
  line-height: 1.7;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}

.wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.bg-color {
  background-color: rgba(195, 182, 151, 0.1);
}

.ly_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.for_sp {
  display: none;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}
.reserve {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 50%);
  text-align: center;
  overflow: hidden;
}

.shine {
  position: relative;
  overflow: hidden;
}

.reserve__inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.shine::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: -60px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  overflow: hidden;
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*.reserve {
    width: 100%;
    height: 81px;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
    text-align: center;
    img {
        margin-top: -50px;
    }
}*/
/*@keyframes shine {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
/*
.shiny-btn {
    position: relative;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
 */
/* アニメーション */
/* animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}*/
.campaign {
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 78px;
}

.contents01 .troubles {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 255px;
}
.contents01 .troubles h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #CCA558;
  text-align: center;
  margin-bottom: 16px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .contents01 .troubles {
    padding-bottom: 149px;
  }
}
.contents02 p {
  font-size: 1.375rem;
  color: #9B7B3B;
  line-height: 2;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 130px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .contents02 p {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1rem;
  }
}
.about-gentlo .header {
  text-align: center;
  padding-top: 97px;
  padding-bottom: 83px;
}
.about-gentlo .text__header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #CCA558;
  margin-bottom: 20px;
}
.about-gentlo .treatment {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
.about-gentlo .treatment__body {
  margin-bottom: 102px;
}
.about-gentlo .text {
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.03rem;
}
.about-gentlo .text .point {
  color: #CCA558;
  font-weight: 700;
}
.about-gentlo .text__box {
  padding-right: 20px;
}
.about-gentlo .hari {
  margin-right: 68px;
}
.about-gentlo .merit {
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 113px;
  padding-bottom: 76px;
  text-align: center;
}

/*レスポンシブ*/
@media (max-width: 768px) {
  .about-gentlo .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 22%;
  }
  .about-gentlo .header {
    padding: 40px 14% 24px 14%;
  }
  .about-gentlo .treatment__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-gentlo .treatment__body img {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-gentlo .text__header {
    text-align: center;
  }
  .about-gentlo .text {
    padding: 13px 14%;
    font-size: 0.875rem;
  }
  .about-gentlo .merit {
    margin-top: 69px;
    max-width: 418px;
  }
  .about-gentlo .caution_sp {
    padding-left: 5%;
  }
  .about-gentlo .text__box {
    padding-right: 0;
  }
}
@media (max-width: 428px) {
  .about-gentlo .img {
    padding-left: 0;
  }
}
.results .header {
  text-align: center;
  background-image: url(../images/bg01.png);
  background-size: cover;
  background-position: center bottom;
}
.results .header h2 {
  font-size: 2.125rem;
  color: #CCA558;
  padding-top: 40px;
  padding-bottom: 79px;
}
.results .header p {
  font-size: 2.125rem;
  font-weight: 700;
  color: #CCA558;
  letter-spacing: 0.1rem;
  padding-top: 10px;
  padding-bottom: 69px;
}
.results .results__inner {
  padding-top: 53px;
  padding-bottom: 84px;
}
.results .results__inner .label {
  border-radius: 24px;
  width: 126px;
  margin-left: 30%;
  margin-bottom: 20px;
}
.results .results__inner .label p {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.results .results__inner .label_before {
  background-color: #DDC088;
}
.results .results__inner .label_after {
  background-color: #CCA558;
}
.results .before_after {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}
.results .arrow_right {
  margin-top: 20%;
}
.results .case__header {
  margin-top: 46px;
}
.results .case__header img {
  margin-bottom: 27px;
}
.results .detail {
  color: #CCA558;
  letter-spacing: 0.03rem;
}
.results .risk {
  margin-top: 32px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .results .before_after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .results .results__inner {
    padding-top: 0;
    padding-left: 14%;
    padding-right: 14%;
    padding-bottom: 45px;
  }
  .results .results__inner .label {
    width: 90px;
    margin-left: 35%;
  }
  .results .results__inner .label p {
    font-size: 0.9375rem;
  }
  .results .case__header p {
    padding-left: 20%;
  }
  .results .photo {
    display: block;
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
  .results .arrow_right {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    width: 13px;
    height: 30px;
    margin-top: 5px;
  }
  .results .detail {
    text-align: center;
  }
}
.flow .header {
  text-align: center;
  background-image: url(../images/bg02.png);
  background-size: cover;
  background-position: center bottom;
  padding-top: 77px;
}
.flow .header p {
  font-size: 2.125rem;
  font-weight: 700;
  color: #CCA558;
  letter-spacing: 0.1rem;
  padding-top: 10px;
  padding-bottom: 102px;
}
.flow .flow__inner {
  margin-top: 100px;
  margin-bottom: 164px;
}
.flow .number {
  background-color: #CFAC67;
  width: 64px;
  height: 64px;
}
.flow .number p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 64px;
  text-align: center;
}
.flow .flow__header {
  margin-bottom: 13px;
}
.flow .flow__header .title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #DDC088;
  line-height: 64px;
  padding-left: 20px;
}
.flow .flow01, .flow .flow02, .flow .flow03, .flow .flow04 {
  margin-bottom: 50px;
}
.flow .flow_text {
  margin-left: 41px;
  line-height: 1.9;
  letter-spacing: 0.03rem;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .flow .header {
    padding-top: 37px;
  }
  .flow .header p {
    padding-bottom: 61px;
  }
  .flow .flow__inner {
    padding-left: 14%;
    padding-right: 14%;
  }
  .flow .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow .number {
    width: 40px;
    height: 40px;
  }
  .flow .number p {
    line-height: 40px;
    font-size: 1.1875rem;
  }
  .flow .flow__header .title {
    font-size: 1.25rem;
    line-height: 40px;
  }
  .flow .flow_text {
    margin-left: 0;
    font-size: 0.875rem;
  }
}
.mv {
  background-image: url(../images/mainvisual_slide02.jpg);
  background-size: cover;
  background-position: center top;
  height: 650px;
}

.reasons__inner {
  margin-top: -480px;
  padding-bottom: 167px;
}

@media (max-width: 428px) {
  .mv {
    background-image: url(../images/mainvisual_slide02_sp.png);
  }
  .reasons__inner {
    margin-top: -280px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq__inner {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
  padding-bottom: 133px;
}

.faq__header {
  text-align: center;
}
.faq__header p {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #CCA558;
  border-bottom: 1px solid #C5A664;
  width: 392px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}

.faq__item {
  background-color: #F4F4F4;
  border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.faq__item .q {
  position: absolute;
  top: 20%;
  left: 29px;
}
.faq__item .question {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  width: 714px;
  margin-left: 92px;
  padding-top: 10px;
  padding-bottom: 17px;
}
.faq__item .a {
  position: absolute;
  left: 31px;
  top: 99px;
}
.faq__item .answer {
  letter-spacing: 0.03rem;
  line-height: 1.9;
  margin-left: 92px;
  margin-right: 92px;
  padding-top: 16px;
  padding-bottom: 28px;
  border-top: 1px dashed #C5A664;
}
.faq__item .accordion-title {
  position: relative;
}
.faq__item .accordion-title ::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #C5A664;
  border-right: solid 2px #C5A664;
  position: absolute;
  top: 45%;
  right: 31px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item .accordion-content {
  display: none;
}
.faq__item .accordion-title.open .question::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .faq__header p {
    font-size: 1.625rem;
    max-width: 306px;
    width: 100%;
  }
  .faq__inner {
    margin: 0 25px;
  }
  .faq__item .question {
    font-size: 1rem;
    margin-left: 65px;
    margin-right: 65px;
  }
  .faq__item .answer {
    font-size: 0.875rem;
    margin-right: 65px;
    margin-left: 65px;
  }
  .faq__item .q {
    left: 19px;
  }
  .faq__item .a {
    left: 21px;
    top: 98px;
  }
}
.price {
  background-color: rgba(221, 192, 136, 0.3);
  padding-top: 60px;
  padding-bottom: 218px;
}
.price .price__inner {
  max-width: 786px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.price .header {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  color: #CCA558;
  border-bottom: 1px dashed #C5A664;
  max-width: 528px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 10px;
}
.price .price-list {
  width: 528px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 77px;
}
.price .price-list li {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 6px 28px 6px 30px;
}
.price .price-list li div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price .price-list-label {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.price .rn {
  max-width: 528px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 80px;
  border-top: 3px solid #C5A664;
  border-bottom: 3px solid #C5A664;
  margin-bottom: 49px;
}
.price .mp {
  letter-spacing: -0.05rem;
}

.price__header {
  text-align: center;
}
.price__header .title {
  font-size: 2.125rem;
  font-weight: 700;
  color: #CCA558;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #C5A664;
  width: 266px;
  margin-left: auto;
  margin-right: auto;
}
.price__header .sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #CCA558;
  border-radius: 26px;
  max-width: 528px;
  width: 100%;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.price__header .free {
  font-size: 14px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .price .price__header .title {
    font-size: 1.625rem;
    font-weight: 500;
  }
  .price .price__header .sub-title {
    font-size: 1.25rem;
    max-width: 358px;
    width: 100%;
  }
  .price .header {
    font-size: 1.5rem;
    max-width: 358px;
    width: 100%;
    letter-spacing: -0.05rem;
  }
  .price .price-list {
    max-width: 428px;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .price .price-list li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.access {
  background-color: #CFAC67;
  padding-top: 55px;
  padding-bottom: 119px;
}

.access__inner {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
}
.access__inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.access__inner p {
  font-size: 0.875rem;
  text-align: center;
}
.access__inner .adress {
  margin-bottom: 25px;
}
.access__inner .access__item {
  max-width: 436px;
  margin-right: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
.access__inner .access__item table {
  border-collapse: collapse;
}
.access__inner .access__item td {
  border-top: 1px solid #fff;
  padding-top: 21px;
  padding-bottom: 25px;
  font-size: 0.875rem;
}
.access__inner .access__item tr:last-child {
  border-bottom: 1px solid #fff;
}
.access__inner .access__item .item_header {
  font-weight: 600;
  width: 72px;
}
.access__inner .access__item .item_detail {
  width: 364px;
}
.access__inner .schedule01, .access__inner .schedule02 {
  margin-top: 18px;
}
.access__inner .schedule01 {
  margin-right: 24px;
}
.access__inner .schedule__header {
  margin-bottom: 5px;
}
.access__inner .closed {
  text-align: start;
  margin-bottom: 8px;
}
.access__inner .caution {
  font-size: 0.75rem;
}
.access__inner iframe {
  max-width: 436px;
  width: 100%;
}

/*レスポンシブ*/
@media (max-width: 768px) {
  .access__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .access__inner .ly_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access__inner .access__item {
    margin-bottom: 26px;
  }
  .access__inner .schedule01 {
    margin-right: 0;
  }
  .access__inner .caution {
    font-size: 0.625rem;
  }
}
@media (max-width: 428px) {
  .access__inner .access__item td {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
.covid-measures {
  background-color: #F0F4F7;
  padding-top: 48px;
  padding-bottom: 60px;
}
.covid-measures p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  text-align: center;
  border-bottom: 2px solid #A2C4D0;
  padding-bottom: 11px;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.covid-measures .icon01 {
  margin-right: 12px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .covid-measures {
    padding-bottom: 24px;
  }
  .covid-measures img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.greeting {
  background-color: rgba(207, 172, 103, 0.1);
  padding-top: 87px;
  padding-bottom: 107px;
}
.greeting .greeting__header {
  text-align: center;
}
.greeting .greeting__header p {
  font-size: 1.375rem;
  font-weight: 700;
  color: #CCA558;
}
.greeting .greeting__inner {
  margin-top: 12px;
  margin-bottom: 38px;
  border-top: 1px solid #C5A664;
  border-bottom: 1px solid #C5A664;
  padding-top: 25px;
  padding-bottom: 22px;
}
.greeting .greeting__inner p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  padding-bottom: 28px;
  line-height: 1.6;
  width: 460px;
  margin-right: 67px;
}
.greeting .greeting__inner img {
  margin-bottom: 17px;
}
.greeting .career {
  max-width: 460px;
  margin-right: 68px;
}
.greeting .career .career__body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
}
.greeting .career__header {
  font-size: 1.375rem;
  color: #CCA558;
  text-align: center;
  margin-bottom: 20px;
}
.greeting .license .title {
  color: #CCA558;
  margin-bottom: 10px;
}
.greeting .license li {
  font-size: 0.875rem;
}
.greeting .license ul {
  margin-bottom: 55px;
}

/*レスポンシブ*/
@media (max-width: 428px) {
  .greeting {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 52px;
  }
  .greeting .greeting__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .greeting .greeting__inner p {
    max-width: 348px;
    width: 100%;
    text-align: start;
  }
  .greeting .greeting__inner img {
    width: 250px;
  }
  .greeting .greeting__inner .name {
    width: 182px;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting .about-doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting .career {
    margin-right: 0;
    margin-bottom: 68px;
  }
  .greeting .career .career__body {
    margin-bottom: 20px;
  }
}
/*@import "module/privacy-policy";*/
#contact-area .contact-area__inner {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 90px 44px 100px 44px;
}
#contact-area .contact-area__inner .header {
  font-size: 48px;
  font-weight: bold;
  color: #C7A564;
  margin-bottom: 49px;
}
#contact-area .contact-area__inner .sub-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 29px;
}
#contact-area .contact-area__inner .text {
  text-align: start;
  letter-spacing: 0.03rem;
  margin-bottom: 60px;
}
#contact-area .contact-area__inner .color_pink {
  color: #DD176B;
}
#contact-area .contact-area__inner .form {
  padding-top: 100px;
  text-align: start;
  font-size: 15px;
  color: #505758;
}
#contact-area .contact-area__inner .form label {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
}
#contact-area .contact-area__inner .form .must {
  color: #DD176B;
  border: 1px solid #DD176B;
  border-radius: 3px;
  width: 60px;
  height: 28px;
  line-height: 26px;
  text-align: center;
}
#contact-area .contact-area__inner .form .label {
  width: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 24px;
  letter-spacing: 0.1rem;
}
#contact-area .contact-area__inner .form .choice {
  height: 84px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}
#contact-area .contact-area__inner .form .item {
  height: 60px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}
#contact-area .contact-area__inner .form .item .label {
  line-height: 40px;
}
#contact-area .contact-area__inner .form .must {
  margin-top: 6px;
}
#contact-area .contact-area__inner .form .radio-btn {
  margin-top: 3px;
}
#contact-area .contact-area__inner .form .year {
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}
#contact-area .contact-area__inner .form .year .year_select {
  max-width: 620px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact-area .contact-area__inner .form .year .birthday {
  margin-bottom: 18px;
  background-color: #F4F4F4;
  width: 160px;
  height: 40px;
  padding-left: 20px;
}
#contact-area .contact-area__inner .form .year .birth {
  line-height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
#contact-area .contact-area__inner .form .textarea {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 20px;
  margin-bottom: 23px;
}
#contact-area .contact-area__inner .form .textarea p {
  color: #9F9F9F;
  font-size: 16px;
  font-weight: 400;
}
#contact-area .contact-area__inner .form input[type=text],
#contact-area .contact-area__inner .form input[type=tel],
#contact-area .contact-area__inner .form input[type=email] {
  background-color: #F4F4F4;
  max-width: 620px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}
#contact-area .contact-area__inner .form textarea {
  background-color: #F4F4F4;
  width: 620px;
  height: 190px;
  padding: 20px;
}
#contact-area .contact-area__inner .form input[type=date], #contact-area .contact-area__inner .form .time {
  background-color: #F4F4F4;
  width: 260px;
  height: 40px;
  margin-left: 8px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
#contact-area .contact-area__inner .form .hope {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact-area .contact-area__inner .form .hope_select {
  max-width: 620px;
  width: 100%;
}
#contact-area .contact-area__inner .form .hope_select__header {
  margin-right: 24px;
  line-height: 40px;
}
#contact-area .contact-area__inner .form select {
  color: #9F9F9F;
}
#contact-area .privacy-policy_area {
  background-color: #F3ECDD;
  padding-top: 66px;
  padding-bottom: 61px;
  text-align: center;
}
#contact-area .privacy-policy_area .privacy-policy__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#contact-area .privacy-policy_area .privacy-policy__inner .header {
  font-size: 24px;
  font-weight: bold;
  color: #201815;
  margin-bottom: 30px;
}
#contact-area .privacy-policy_area .privacy-policy__inner label {
  font-size: 21px;
  margin-left: 22px;
}
#contact-area .privacy-policy_area .privacy-policy {
  background-color: #fff;
  padding: 65px 92px 56px 92px;
  height: 480px;
  overflow: scroll;
  margin-bottom: 46px;
  text-align: start;
}
#contact-area .privacy-policy_area .privacy-policy ul {
  margin-top: 38px;
}
#contact-area .privacy-policy_area .privacy-policy ul li {
  margin-bottom: 38px;
}
#contact-area .privacy-policy_area .privacy-policy ul li .title {
  font-weight: bold;
}
#contact-area .privacy-policy_area .scrollbar::-webkit-scrollbar {
  width: 10px;
}
#contact-area .privacy-policy_area .scrollbar::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
  border-radius: 5px;
}
#contact-area .to-confirm-page {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 66px;
}

/*レスポンシブ*/
@media (max-width: 768px) {
  #contact-area .contact-area__inner .choice, #contact-area .contact-area__inner .item, #contact-area .contact-area__inner .textarea, #contact-area .contact-area__inner .hope, #contact-area .contact-area__inner .year, #contact-area .contact-area__inner .year_select, #contact-area .contact-area__inner .ly_flex_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact-area .contact-area__inner .form .item {
    height: 97px;
  }
  #contact-area .contact-area__inner .form .choice {
    height: 125px;
  }
  #contact-area .contact-area__inner .form .label {
    max-width: 340px;
    width: 100%;
    margin-bottom: 13px;
  }
  #contact-area .contact-area__inner .form .year .birthday {
    width: 240px;
  }
  #contact-area .contact-area__inner .form textarea {
    margin-top: 20px;
    max-width: 340px;
    width: 100%;
  }
  #contact-area .contact-area__inner .form .hope label {
    margin-bottom: 25px;
  }
  #contact-area .contact-area__inner .form .hope_select .ly_flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contact-area .contact-area__inner .form .hope_select .ly_flex_sp {
    max-width: 249px;
    width: 100%;
  }
  #contact-area .contact-area__inner .form .hope_select__header {
    margin-right: 0;
  }
  #contact-area .contact-area__inner .form input[type=date], #contact-area .contact-area__inner .form .time {
    margin-left: 0;
    max-width: 249px;
    width: 100%;
  }
  #contact-area .privacy-policy_area .privacy-policy {
    margin-left: 20px;
    margin-right: 20px;
    padding: 18px 26px;
    font-size: 13px;
  }
  #contact-area .confirm-btn {
    max-width: 428px;
    width: 100%;
  }
}
/* エラーメッセージのスタイル */
.error {
  font-family: "Noto Sans JP", sans-serif;
  /*width : 100%;*/
  padding: 10px;
  /*display: inline-block;*/
  font-size: 90%;
  color: red;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*margin-left: 20px;*/
}

.year_select {
  position: relative;
}
.year_select .error {
  position: absolute;
  display: block;
  top: 25px;
}

.item {
  position: relative;
}
.item .error {
  position: absolute;
  display: block;
  top: 25px;
  left: 30%;
}

.privacy-policy__inner .error {
  display: block;
}

/*レスポンシブ*/
@media (max-width: 768px) {
  .error {
    padding: 0;
  }
  .year_select .birthday_year .error {
    position: absolute;
    top: 35px;
  }
  .year_select .birthday_month .error {
    position: absolute;
    top: 95px;
  }
  .year_select .birthday_day .error {
    position: absolute;
    top: 155px;
  }
  .item .error {
    top: 75px;
    left: 0;
  }
}
footer {
  background-color: #CFAC67;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-top: 62px;
  padding-bottom: 240px;
}
footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer .adress {
  font-size: 1.125rem;
  margin-top: 24px;
  margin-bottom: 14px;
}
footer .footer__header {
  margin-bottom: 36px;
}/*# sourceMappingURL=style.css.map */