@charset "UTF-8";
.root#index .hero__lgContents {
  position: relative;
  width: 100%;
  height: 455px;
  background-image: url(../images/hero_visual_lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.root#index .hero__lgContents__hl {
  position: absolute;
  top: 252px;
  left: 50%;
  margin-left: -286px;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.333333333;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

.root#index .intro {
  padding: 58px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .intro {
    padding: 40px 0;
  }
}

.root#index .intro__support {
  float: left;
}

@media only screen and (max-width: 767px) {
  .root#index .intro__support {
    float: none;
    margin-bottom: 20px;
  }
}

.root#index .intro__apply {
  float: right;
}

@media only screen and (max-width: 767px) {
  .root#index .intro__apply {
    float: none;
  }
}

.root#index .care {
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .root#index .care {
    padding-bottom: 40px;
  }
}

.root#index .care__message {
  margin: 45px 0;
  padding: 25px 0;
  background-image: url(../images/care_massage_bg_01.png), url(../images/care_massage_bg_02.png);
  background-position: right top,left bottom;
  background-repeat: no-repeat,no-repeat;
}

@media only screen and (max-width: 767px) {
  .root#index .care__message {
    margin: 35px 0;
    padding: 0 0 35px;
    background-size: 40px auto;
  }
}

.root#index .care__message__hl {
  text-align: center;
  width: 166px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .root#index .care__message__hl {
    width: 141px;
  }
}

.root#index .care__message__rt {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .care__message__rt {
    text-align: left;
  }
}

.root#index .effect {
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .root#index .effect {
    padding-bottom: 40px;
  }
}

.root#index .effect__rt {
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .effect__rt {
    padding: 35px 0;
  }
}

.root#index .effect__thinking__hl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .root#index .effect__thinking__hl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.root#index .performanceAndVoice {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice {
    padding-bottom: 45px;
  }
}

.root#index .performanceAndVoice__rt {
  padding-top: 25px;
  padding-bottom: 40px;
}

.root#index .performanceAndVoice__performances {
  position: relative;
  width: 100%;
  height: 1260px;
  background-image: url(../images/performanceAndVoice_performance_bg_lg.jpg);
  padding-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances {
    height: auto;
    background-image: url(../images/performanceAndVoice_performance_bg_middle_xs.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}

.root#index .performanceAndVoice__performances__bg {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.root#index .performanceAndVoice__performances__bg--above {
  top: 0;
}

.root#index .performanceAndVoice__performances__bg--bottom {
  bottom: 0;
}

.root#index .performanceAndVoice__performances__contents {
  position: relative;
}

.root#index .performanceAndVoice__performances__contents__hl {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 15px;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .performanceAndVoice__performances__contents__hl__span {
  position: relative;
  display: inline-block;
}

.root#index .performanceAndVoice__performances__contents__hl__span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__hl__span:before {
    left: -25px;
  }
}

.root#index .performanceAndVoice__performances__contents__hl__span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__hl__span:after {
    right: -25px;
  }
}

.root#index .performanceAndVoice__performances__contents__hl__span span {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__hl__span span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .performanceAndVoice__performances__contents__list {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__list {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.root#index .performanceAndVoice__performances__contents__list__item {
  background: #fbf5ec;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf5ec 0%, #fdfaf5 50%, #fbf5ec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5ec', endColorstr='#fbf5ec',GradientType=1 );
  /* IE6-9 */
  border: 2px solid #f1d4ae;
  width: 455px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

.root#index .performanceAndVoice__performances__contents__list__item:nth-child(odd) {
  float: left;
  clear: both;
}

.root#index .performanceAndVoice__performances__contents__list__item:nth-child(even) {
  float: right;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__list__item {
    width: 100%;
    float: none !important;
    border-radius: 15px;
  }
}

.root#index .performanceAndVoice__performances__contents__list__item__before {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.444444444;
}

.root#index .performanceAndVoice__performances__contents__list__item__before em {
  font-weight: bold;
  font-style: normal;
}

.root#index .performanceAndVoice__performances__contents__list__item__arrow {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__performances__contents__list__item__arrow {
    width: 75px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.root#index .performanceAndVoice__performances__contents__list__item__after {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.444444444;
  color: #f13f66;
}

.root#index .performanceAndVoice__voices {
  position: relative;
  border: 8px solid #f0c1c2;
  background-color: #fdf3ed;
  background-image: url(../images/performanceAndVoice_voices_bg.jpg);
  padding: 40px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices {
    padding: 20px;
    border: 4px solid #f0c1c2;
  }
}

.root#index .performanceAndVoice__voices__hl {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .performanceAndVoice__voices__hl__span {
  position: relative;
  display: inline-block;
}

.root#index .performanceAndVoice__voices__hl__span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__hl__span:before {
    left: -25px;
  }
}

.root#index .performanceAndVoice__voices__hl__span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__hl__span:after {
    right: -25px;
  }
}

.root#index .performanceAndVoice__voices__hl__span em {
  color: #ff7c94;
  font-style: normal;
}

.root#index .performanceAndVoice__voices__hl__span span {
  font-size: 35px;
  font-size: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__hl__span span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.root#index .performanceAndVoice__voices__column {
  margin-bottom: 30px;
}

.root#index .performanceAndVoice__voices__column__fig {
  float: left;
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__column__fig {
    float: none;
    width: 100%;
  }
}

.root#index .performanceAndVoice__voices__column__texts {
  float: right;
  width: 455px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__column__texts {
    float: none;
    width: 100%;
  }
}

.root#index .performanceAndVoice__voices__column__texts h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.307692308;
  margin-bottom: 20px;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__column__texts h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.root#index .performanceAndVoice__voices__eachVoices__list {
  width: 455px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__eachVoices__list {
    width: 100%;
    float: none !important;
  }
}

.root#index .performanceAndVoice__voices__eachVoices__list--l {
  float: left;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__eachVoices__list--l {
    margin-bottom: 30px;
  }
}

.root#index .performanceAndVoice__voices__eachVoices__list--r {
  float: right;
}

.root#index .performanceAndVoice__voices__eachVoices__list__item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffd99e;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.root#index .performanceAndVoice__voices__eachVoices__list__item:before, .root#index .performanceAndVoice__voices__eachVoices__list__item:after {
  position: absolute;
  bottom: 10px;
  z-index: -1;
  content: '';
  width: 50%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.root#index .performanceAndVoice__voices__eachVoices__list__item:before {
  left: 10px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.root#index .performanceAndVoice__voices__eachVoices__list__item:after {
  right: 10px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.root#index .performanceAndVoice__voices__eachVoices__list__item__ribon {
  display: inline-block;
  width: 75px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -37px;
}

.root#index .performanceAndVoice__voices__remarks {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .root#index .performanceAndVoice__voices__remarks {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.root#index .certification {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification {
    padding-bottom: 45px;
  }
}

.root#index .certification__rt {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__rt {
    padding: 30px 0;
  }
}

.root#index .certification__effect {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__effect {
    margin-bottom: 30px;
  }
}

.root#index .certification__data {
  padding: 30px 50px;
  border: 2px solid #f1d4ae;
  background-color: #faf4eb;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data {
    padding: 30px 20px;
  }
}

.root#index .certification__data__texts {
  float: left;
  width: 365px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data__texts {
    float: none;
    width: 100%;
  }
}

.root#index .certification__data__texts__hl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.307692308;
  margin-bottom: 20px;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data__texts__hl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.277777778;
  }
}

.root#index .certification__data__texts__rt {
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data__texts__rt {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.root#index .certification__data__fig {
  float: left;
  width: 280px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data__fig {
    float: none;
    width: 100%;
  }
}

.root#index .certification__data__fig:last-child {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__data__fig:last-child {
    margin-left: 0 !important;
    margin-top: 30px;
  }
}

.root#index .certification__laser {
  padding: 30px 50px;
  border: 2px solid #f1d4ae;
  background-color: #faf4eb;
  border-radius: 10px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .root#index .certification__laser {
    padding: 30px 20px;
  }
}

.root#index .certification__laser__texts {
  float: left;
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__laser__texts {
    float: none;
    width: 100%;
  }
}

.root#index .certification__laser__texts__hl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.307692308;
  margin-bottom: 20px;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .certification__laser__texts__hl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.277777778;
  }
}

@media only screen and (max-width: 767px) {
  .root#index .certification__laser__texts__rt {
    margin-bottom: 15px;
  }
}

.root#index .certification__laser__fig {
  float: right;
  width: 455px;
}

@media only screen and (max-width: 767px) {
  .root#index .certification__laser__fig {
    float: none;
    width: 100%;
  }
}

.root#index .flow {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .flow {
    padding-bottom: 45px;
  }
}

.root#index .flow__rt {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__rt {
    padding: 30px 0;
  }
}

.root#index .flow__steps {
  position: relative;
  padding-top: 110px;
  padding-bottom: 82px;
  background-image: url(../images/flow_steps_bg_middle_lg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__steps {
    margin-left: -3.125%;
    margin-right: -3.125%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../images/flow_steps_bg_middle_xs.jpg);
  }
}

.root#index .flow__steps__bg {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}

.root#index .flow__steps__bg--above {
  top: 0;
}

.root#index .flow__steps__bg--bottom {
  bottom: 0;
}

.root#index .flow__steps__contents {
  position: relative;
}

.root#index .flow__steps__contents__list {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__steps__contents__list {
    width: 100%;
    margin-bottom: -15px;
  }
}

.root#index .flow__steps__contents__list__item {
  width: 215px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}

.root#index .flow__steps__contents__list__item:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__steps__contents__list__item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
}

.root#index .flow__steps__contents__list__item__num {
  position: relative;
  color: #ff7c94;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  display: block;
  font-family: "FOT-筑紫明朝 Pr5N B";
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__steps__contents__list__item__num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .flow__steps__contents__list__item__num:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #ff7c94;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}

.root#index .flow__steps__contents__list__item__hl {
  color: #ff7c94;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
  font-family: "FOT-筑紫明朝 Pr5N B";
  letter-spacing: -0.08em;
  margin-bottom: 5px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .root#index .flow__steps__contents__list__item__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.root#index .flow__steps__contents__list__item__fig {
  margin-bottom: 10px;
}

.root#index .faq {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .faq {
    padding-bottom: 45px;
  }
}

.root#index .faq__rt {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__rt {
    padding: 30px 0;
  }
}

.root#index .faq__eachFaq__list {
  margin-bottom: -20px;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list {
    width: 100% !important;
    float: none !important;
  }
}

.root#index .faq__eachFaq__list--l {
  float: left;
  width: 505px;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list--l {
    margin-bottom: 20px;
  }
}

.root#index .faq__eachFaq__list--r {
  float: right;
  width: 505px;
}

.root#index .faq__eachFaq__list__item {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #f1d4ae;
  border-radius: 10px;
  background-color: #fbf6ed;
  padding: 15px 35px 50px;
  margin-left: 25px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list__item {
    margin-left: 10px;
    padding: 10px 15px 50px 30px;
  }
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__q {
  position: relative;
  color: #623921;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.555555556;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__q {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__q__icon {
  position: absolute;
  top: -10px;
  left: -60px;
  display: inline-block;
  width: 57px;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__q__icon {
    width: 41px;
    top: -8px;
    left: -46px;
  }
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__a {
  position: relative;
  color: #f13f66;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.555555556;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ff7c94;
  display: none;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__a__icon {
  position: absolute;
  top: -2px;
  left: -60px;
  display: inline-block;
  width: 57px;
}

@media only screen and (max-width: 767px) {
  .root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__a__icon {
    width: 41px;
    top: 2px;
    left: -46px;
  }
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__togleBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__togleBtn a {
  display: block;
  background-color: #ff5d47;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding-bottom: 4px;
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__togleBtn a img {
  vertical-align: middle;
}

.root#index .faq__eachFaq__list__item .faq__eachFaq__list__item__togleBtn a img.faq__eachFaq__list__item__togleBtn__xsImg {
  width: 109px;
}

.root#index .faq__eachFaq__list__item.is-opened .faq__eachFaq__list__item__a {
  display: block;
}

.root#index .access {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .access {
    padding-bottom: 45px;
  }
}

.root#index .access__rt {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .access__rt {
    padding: 30px 0;
  }
}

.root#index .access__googleMap {
  float: left;
  width: 505px;
  height: 390px;
}

@media only screen and (max-width: 767px) {
  .root#index .access__googleMap {
    float: none;
    width: 100%;
    height: 230px;
    margin-bottom: 25px;
  }
}

.root#index .access__googleMap img {
  max-width: none;
}

.root#index .access__status {
  float: right;
  width: 505px;
}

@media only screen and (max-width: 767px) {
  .root#index .access__status {
    float: none;
    width: 100%;
  }
}

.root#index .access__status__rt {
  margin-bottom: 5px;
}

.root#index .access__status table {
  width: 100%;
  margin-bottom: 15px;
}

.root#index .access__status table tbody tr th, .root#index .access__status table tbody tr td {
  padding: 0 5px;
}

.root#index .access__status table tbody tr th {
  text-align: center;
}

.root#index .access__status table tbody tr th span {
  display: inline-block;
  color: #fff;
  background-color: #ff7c94;
  border-radius: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  min-width: 100px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .root#index .access__status table tbody tr th span {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 85px;
    border-radius: 10px;
  }
}

.root#index .access__status table tbody tr td {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.08em;
}

@media only screen and (max-width: 767px) {
  .root#index .access__status table tbody tr td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .access__status table tbody tr td a {
  color: #623921;
}

.root#index .access__status__from--osaka {
  margin-bottom: 20px;
}

.root#index .access__status__from__hl {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .root#index .access__status__from__hl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .access__status__from__list__item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .root#index .access__status__from__list__item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .access__gallery {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .root#index .access__gallery {
    margin-bottom: 25px;
  }
}

.root#index .access__gallery__list {
  text-align: center;
  font-size: 0;
}

.root#index .access__gallery__list__item {
  display: inline-block;
  margin-left: 25px;
  width: 330px;
}

.root#index .access__gallery__list__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .access__gallery__list__item {
    display: list-item;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .root#index .access__gallery__list__item:first-child {
    margin-top: 0;
  }
}

.root#index .access__leadContact {
  text-align: center;
}

.root#index .contact {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact {
    padding-bottom: 45px;
  }
}

.root#index .contact__rt {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__rt {
    padding: 30px 0;
  }
}

.root#index .contact__tel {
  margin-bottom: 50px;
}

.root#index .contact__tel__num {
  text-align: center;
  width: 455px;
  float: left;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.root#index .contact__tel__num__hl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num__hl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.363636364;
    margin-bottom: 15px;
  }
}

.root#index .contact__tel__num__hl span {
  position: relative;
  display: inline-block;
}

.root#index .contact__tel__num__hl span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num__hl span:before {
    left: -25px;
  }
}

.root#index .contact__tel__num__hl span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num__hl span:after {
    right: -25px;
  }
}

.root#index .contact__tel__num strong {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num strong {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.root#index .contact__tel__num__status {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #ff7c94;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__num__status {
    text-align: left;
  }
}

.root#index .contact__tel__fig {
  width: 505px;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__fig {
    width: 100%;
    float: none;
  }
}

.root#index .contact__tel__fig img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__tel__fig img {
    width: 100%;
  }
}

.root#index .contact__web {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web {
    padding-top: 30px;
  }
}

.root#index .contact__web__holder {
  position: relative;
  border: 2px solid #a17054;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.root#index .contact__web__holder__clip {
  display: inline-block;
  position: absolute;
  left: 90px;
  top: -45px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__clip {
    width: 23px;
    left: 20px;
    top: -24px;
  }
}

.root#index .contact__web__holder__hl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__hl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.227272727;
  }
}

.root#index .contact__web__holder__hl span {
  position: relative;
  display: inline-block;
}

.root#index .contact__web__holder__hl span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__hl span:before {
    left: -25px;
  }
}

.root#index .contact__web__holder__hl span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__hl span:after {
    right: -25px;
  }
}

.root#index .contact__web__holder__rt {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__rt {
    text-align: left;
  }
}

.root#index .contact__web__holder__rt--above {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__rt--above {
    margin-bottom: 20px;
  }
}

.root#index .contact__web__holder__rt--bottom {
  margin-top: 40px;
}

.root#index .contact__web__holder__error {
  border: 2px solid #db0303;
  padding: 10px;
  color: #db0303;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.root#index .contact__web__holder__form {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form {
    width: 100%;
  }
}

.root#index .contact__web__holder__form__list__item {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__list__item {
    margin-top: 15px;
  }
}

.root#index .contact__web__holder__form__list__item:first-child {
  margin-top: 0;
}

.root#index .contact__web__holder__form__list__item dl dt {
  float: left;
  width: 218px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__list__item dl dt {
    float: none;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .contact__web__holder__form__list__item dl dd {
  float: right;
  width: 550px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__list__item dl dd {
    float: none;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text {
  background-color: #ffe6e6;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text {
    width: 100% !important;
  }
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text--l {
  width: 550px;
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text--m {
  width: 350px;
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text--s {
  width: 270px;
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__text--yellow {
  background-color: #ffefda;
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__checkbox {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__textarea {
  background-color: #ffefda;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  width: 550px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__list__item dl dd .contact__web__holder__form__list__item__textarea {
    width: 100%;
  }
}

.root#index .contact__web__holder__form__submit {
  background-image: url(../images/contact_web_submit_lg.png);
  width: 503px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__web__holder__form__submit {
    background-image: url(../images/contact_web_submit_xs.png);
    width: 261px;
    height: 60px;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.root#index .contact__web__holder__form__submit:hover {
  cursor: pointer;
}

.root#index .contact__privacy {
  border: 2px solid #a17054;
  border-radius: 10px;
  padding: 20px 50px;
  color: #a17054;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__privacy {
    padding: 20px;
  }
}

.root#index .contact__privacy__hl a {
  display: block;
}

.root#index .contact__privacy__policy {
  border-top: 1px solid #a17054;
  padding-top: 15px;
  margin-top: 15px;
  display: none;
}

.root#index .contact__privacy__policy.is-opened {
  display: block;
}

.root#index .contact__privacy__policy__rt {
  margin-bottom: 15px;
}

.root#index .contact__privacy__policy__list {
  margin-bottom: 15px;
}

.root#index .contact__privacy__policy__list__item {
  margin-top: 15px;
}

.root#index .contact__privacy__policy__list__item:first-child {
  margin-top: 0;
}

.root#index .contact__privacy__policy__list__item ol {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .root#index .contact__privacy__policy__list__item ol {
    margin-left: 0;
  }
}

.root#index .contact__privacy__policy__author {
  text-align: right;
  line-height: 1.375;
}

.root#confirm .l-container {
  padding-top: 0;
}

.root#confirm .holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.root#confirm .holder__hl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

.root#confirm .holder__hl span {
  position: relative;
  display: inline-block;
}

.root#confirm .holder__hl span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder__hl span:before {
    left: -25px;
  }
}

.root#confirm .holder__hl span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder__hl span:after {
    right: -25px;
  }
}

.root#confirm .holder__rt {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder__rt {
    text-align: left;
  }
}

.root#confirm .holder table {
  width: 100%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder table {
    margin-bottom: 40px;
  }
}

.root#confirm .holder table tbody th, .root#confirm .holder table tbody td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder table tbody th, .root#confirm .holder table tbody td {
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#confirm .holder table tbody th {
  width: 300px;
  background-color: #ff7c94;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder table tbody th {
    width: auto;
    word-break: break-all;
  }
}

.root#confirm .holder__btnList {
  text-align: center;
}

.root#confirm .holder__btnList__item {
  display: inline-block;
  margin-left: 40px;
}

.root#confirm .holder__btnList__item:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder__btnList__item {
    display: list-item;
    margin-left: 0 !important;
  }
}

.root#confirm .holder__btnList__item input[type="submit"] {
  display: block;
  min-width: 240px;
  color: #000;
  color: #a17054;
  border: 1px solid #f7b891;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffedcc+0,fff0d4+50,ffedcc+100 */
  background: #ffedcc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffedcc 0%, #fff0d4 50%, #ffedcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedcc', endColorstr='#ffedcc',GradientType=0 );
  /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  .root#confirm .holder__btnList__item input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .root#confirm .holder__btnList__item input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.root#confirm .holder__btnList__item input[type="submit"]:hover {
  cursor: pointer;
}

.root#confirm .holder__btnList__item__send {
  background: #f56308 !important;
  color: #fff !important;
}

.root#finish .l-container {
  padding-top: 0;
}

.root#finish .holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .root#finish .holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.root#finish .holder__hl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

.root#finish .holder__hl span {
  position: relative;
  display: inline-block;
}

.root#finish .holder__hl span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#finish .holder__hl span:before {
    left: -25px;
  }
}

.root#finish .holder__hl span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#finish .holder__hl span:after {
    right: -25px;
  }
}

.root#finish .holder__rt {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .root#finish .holder__rt {
    text-align: left;
  }
}

.root#finish .holder__mailLink {
  text-align: center;
  margin-top: 30px;
}

.root#finish .holder__mailLink a {
  text-decoration: underline;
  color: #623921;
}

.root#finish .holder__mailLink a:hover {
  text-decoration: none;
}

.root#error .l-container {
  padding-top: 0;
}

.root#error .holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .root#error .holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.root#error .holder__hl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr5N B";
}

.root#error .holder__hl span {
  position: relative;
  display: inline-block;
}

.root#error .holder__hl span:before {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#error .holder__hl span:before {
    left: -25px;
  }
}

.root#error .holder__hl span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -12px;
  content: url(../images/obj_arrow_01.png);
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .root#error .holder__hl span:after {
    right: -25px;
  }
}

.root#error .holder__rt {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .root#error .holder__rt {
    text-align: left;
  }
}

.root#error .holder__mailLink {
  text-align: center;
  margin-top: 30px;
}

.root#error .holder__mailLink a {
  text-decoration: underline;
  color: #623921;
}

.root#error .holder__mailLink a:hover {
  text-decoration: none;
}
