@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --skyblue: #00a0d3;
  --blue: #0068b7;
}


#kounotori {
  font-size: 1.5rem;
  color: #222426;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 2rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#kounotori img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main_rn {
  padding-bottom: 0;
}
#kounotori .max_inner {
  max-width: 1500px;
  margin-inline: auto;
  position: relative;
}
#kounotori .bold {
  font-weight: 900;
}

#kounotori .inner {
  max-width: 1080px;
  width: 98%;
  margin-inline: auto;
}
#kounotori .light__bg {
  background-color: #dbf2f9;
  background-size: cover;
  padding-bottom: 200px;
  margin-top: -1px;
}
#kounotori .dark__bg {
  background-color: #fff;
  background-size: cover;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #kounotori .light__bg {
    padding-bottom: 26%;
  }
  #kounotori .dark__bg {
    padding-bottom: 26%;
  }
}
#kounotori .note_item > li,
#kounotori .list_item > li {
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #kounotori .note_item > li,
  #kounotori .list_item > li {
    font-size: 12px;
    margin-top: 4px;
  }
}


#kounotori .step_i {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

#kounotori .step_i::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 24px;
  background-image: url(../img/step_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-left: 4px;
}
#kounotori a.under_line {
  text-decoration: underline;
  color: var(--blue);
}
#kounotori .btm_62 {
  margin-bottom: 62px;
}
#kounotori .how__note {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}
#kounotori .pc {
  display: block;
}
#kounotori .sp {
    display: none;
  }
@media screen and (max-width: 767px) {
  #kounotori .pc {
    display: none;
  }
  #kounotori .btm_62 {
    margin-bottom: 0;
  }
  #kounotori .how__note {
    font-size: 12px;
    margin-top: 4%;
    margin-bottom: 2%;
  }
}

/* -----------------------

  nav / kv

----------------------- */
#kounotori .header__kv_bg {
  background-size: cover;
  padding-bottom: 180px;
  border-bottom: solid 8px var(--skyblue);
}
@media screen and (max-width: 767px) {
  #kounotori .header__kv_bg {
    padding-bottom: 23.46%;
  }
}
#kounotori .nav__wrap {
  position: relative;
}
#kounotori .nav__wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: var(--blue);
  position: absolute;
  top: calc(50% - 5px);
}
#kounotori .nav__wrap .nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4%;
  padding: 24px 0;
  position: relative;
  z-index: 1;
}
#kounotori .nav__wrap .nav__item .nav__item_item {
  max-width: 130px;
} 
#kounotori .nav__wrap .nav__item .nav__item_item > a {
  display: block;
}
#kounotori .nav__wrap .nav__item .gougai {
  display: none;
}
@media screen and (max-width: 767px) {
  #kounotori .nav__wrap .nav__item {
    padding: 2%;
    justify-content: flex-start;
    gap: 1.8%;
  }
  #kounotori .nav__wrap .nav__item .nav__item_item {
    max-width: max-content;
  } 
  #kounotori .nav__wrap .nav__item .gougai {
    display: block;
    max-width: 55px;
    margin-right: 0;
    margin-left: auto;
    width: 20%;
  }
}
#kounotori .kv__img {
  max-width: 1500px;
  margin-inline: auto;
  padding: 0 1%;
}
#kounotori .about {
  display: flex;
  max-width: 1050px;
  width: 96%;
  margin-inline: auto;
  margin-top: 100px;
  align-items: center;
  gap: 6%;
}
#kounotori .about .about__img {
  max-width: 420px;
  width: 41.8%;
}
#kounotori .about .about__txt {
  width: calc(100% - 42.8%);
}
#kounotori .about .about__txt > h2{
  max-width: 560px;
  width: 100%;
}
#kounotori .about .about__txt > p {
  margin-top: 30px;
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  #kounotori .about {
    flex-direction: column;
    width: 94%;
    justify-content: center;
    align-items: center;
    margin-top: 13.3%;
  }
  #kounotori .about .about__img {
    width: 100%;
  }
  #kounotori .about .about__txt {
    width: 100%;
    margin-top: 12%;
  }
  #kounotori .about .about__txt > p {
  margin-top: 30px;
  margin-right: 10px;
}

}
/* -----------------------

  product

----------------------- */
#kounotori #product {
  border-bottom: solid 8px var(--skyblue);
}

#kounotori .ttl {
  margin-inline: auto;
  padding-top: 180px;
  margin-bottom: 40px;
  border-bottom: solid 4px var(--blue);
}
#kounotori .ttl >img {
  padding-bottom: 8px;
}

#kounotori .image_copy {
  width: 840px;
  max-width: 90%;
  margin: -30px auto 60px;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #kounotori .image_copy {
  width: 840px;
  max-width: 90%;
  margin: -3% auto 60px;
  font-size: 12px;
  text-align: right;
}
}


#kounotori #product .ttl {
  max-width: 136px;
  width: 13.28%;
}
@media screen and (max-width: 767px) {
  #kounotori .ttl {
    padding-top: 23%;
    margin-bottom: 5%;
  }
  #kounotori #product .ttl {
    width: 22.73%;
  }
}
#kounotori #product .product__info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#kounotori #product .product__info {
  border-right: solid 3px #fff;
  padding-right: 5%;
}
#kounotori #product .product__info dl {
  margin-bottom: 40px;
}
#kounotori #product .product__info dt {
  font-size: 22px;
  letter-spacing: 2.2px;
  margin-bottom: 24px;
}
#kounotori #product .product__info .period {
  max-width: 608px;
  margin-bottom: 16px;
}
#kounotori #product .product__info .st_txt {
  max-width: 515px;
  margin-bottom: 16px;
}
#kounotori #product .product__info .interval {
  max-width: 374px;
  margin-bottom: 16px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #kounotori #product .product__info_wrap {
    flex-direction: column;
    margin-bottom: 10%;
  }
  #kounotori #product .product__info {
    border-right: none;
    border-bottom: solid 2px #fff;;
    padding-right: 0;
    width: 94%;
  }
  #kounotori #product .product__info dt {
    font-size: 18px;
    margin-bottom: 3%;
  }
  #kounotori #product .product__info dl {
    margin-bottom: 12%;
  }

}
#kounotori #product .note {
  font-size: 13px;
  padding-left: 13px;
  text-indent: -13px;
}
@media screen and (max-width: 767px) {
  #kounotori #product .note {
    font-size: 11px;
    line-height: 18px;
  }
}
#kounotori #product .cv_link_wrap > h4 {
  max-width: 257px;
  margin-inline: auto;
  margin-bottom: 24px;
}
#kounotori #product .cv_link_wrap .cv_link > li {
  margin-bottom: 16px;
}
#kounotori #product .cv_link_wrap .cv_link > li a {
  max-width: 306px;
  display: block;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
}
@media screen and (max-width: 767px) {
  #kounotori #product .cv_link_wrap {
    margin-top: 12%;
  }
  #kounotori #product .cv_link_wrap > h4 {
    margin-bottom: 12%;
  }
}
#kounotori #product .sub_ttl {
  font-size: 22px;
  letter-spacing: 2.6px;
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #kounotori #product .sub_ttl {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 3%;
  }
}
#kounotori #product .price_wrap {
  margin-bottom: 62px;
}
#kounotori #product .price_table {
    margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  #kounotori #product .price_table {
    margin-bottom: 8%;
  }
}
/* -----------------------

  how_buy

----------------------- */
#kounotori #how_buy,
#kounotori #reserve  {
  padding-bottom: 40px;
  border-bottom: solid 8px var(--skyblue);
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy,
  #kounotori #reserve  {
    padding-bottom: 22%;
  }
}
#kounotori #how_buy .kounotori01 {
  max-width: 380px;
  width: 25%;
  position: absolute;
  right: 0;
  top: -174px;
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy .kounotori01 {
    width: 35%;
    top: -80px;
  }
}
#kounotori #how_buy .ttl {
  max-width: 557px;
  width: 54.39%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy .ttl {
    width: 89.26%;
  }
}
#kounotori #how_buy .buy__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  max-width: 840px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
}
#kounotori #how_buy .buy__item_no_img { 
  max-width: 840px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kounotori #how_buy .buy__item_no_img .buy__txt {
  display: flex;
  flex-direction: column;
  max-width: 840px;
  width: 98%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy .buy__item {
    flex-direction: column;
    margin-bottom: 8%;
  }
  #kounotori #how_buy .buy__item_no_img .buy__txt {
    justify-content: center;
    padding-bottom: 0;
  }
}
#kounotori #how_buy .arrow_btm::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -16px;
}
#kounotori #how_buy .arrow_top::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
}
#kounotori #how_buy .buy__item .buy__item_txt {
  width: 78%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy .buy__item .buy__item_txt,
  #kounotori #how_buy .buy__item_no_img .buy__item_txt {
    width: 90%;
    margin-inline: auto;
  }
}
#kounotori #how_buy .buy__txt {
  max-width: 584px;
  margin-bottom: 16px;
}
#kounotori #how_buy .add__txt {
  font-size: 19px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 28px;
}
#kounotori #how_buy .use_img {
  max-width: 185px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_buy .use_img {
    width: 80%;
  }
  #kounotori #how_buy .arrow_btm::before {
    display: none;
  }
  #kounotori #how_buy .arrow_btm::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow_b.svg);
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 8%;
  }
  #kounotori #how_buy .arrow_top::before {
    width: 40px;
    height: 35px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 8%;
  }
  #kounotori #how_buy .add__txt {
    font-size: 15px;
    line-height: 21px;
  }
}
/* -----------------------

  how_reserve

----------------------- */

#kounotori #how_reserve {
  border-bottom: solid 8px var(--skyblue);
}

#kounotori #how_reserve.light__bg {
  padding-bottom: 40px;
}
#kounotori #how_reserve .kounotori02 {
  max-width: 426px;
  width: 42%;
  position: absolute;
  left: 50%;
  top: -184px;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .kounotori02 {
    width: 55.54%;
    top: -100px;
  }
}
#kounotori #how_reserve .ttl {
  max-width: 525px;
  width: 51.2%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .ttl {
    width: 90%;
  }
}
#kounotori #how_reserve .reserve__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  max-width: 840px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .reserve__item {
    flex-direction: column;
    margin-bottom: 8%;
  }
}
#kounotori #how_reserve .arrow_btm::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -65px;
}
#kounotori #how_reserve .arrow_top::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .arrow_btm::before {
    display: none;
  }
  #kounotori #how_reserve .arrow_btm::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow_b.svg);
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 8%;
  }
}
#kounotori #how_reserve .reserve__item .reserve__item_txt {
  width: 78%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .reserve__item .reserve__item_txt {
    width: 90%;
  }
}
#kounotori #how_reserve .reserve__txt {
  max-width: 420px;
  margin-bottom: 16px;
}
#kounotori #how_reserve .add__txt {
  font-size: 19px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 28px;
}
#kounotori #how_reserve .reserve_img {
  max-width: 220px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_reserve .reserve__txt {
    width: 79.75%;
    margin-bottom: 0;
  }
  #kounotori #how_reserve .add__txt {
    font-size: 16px;
    margin-top: 3%;
    line-height: 24px;
  }
  #kounotori #how_reserve .reserve_img {
    width: 80%;
    margin-top: 4%;
  }
}




/* -----------------------

  how_use

----------------------- */
#kounotori #how_use {
  border-bottom: solid 8px var(--skyblue);
}

#kounotori #how_use .ttl {
  max-width: 290px;
  width: 26.85%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_use .ttl {
    width: 65%;
  }
}
#kounotori #how_use .use__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  #kounotori #how_use .use__wrap {
    flex-direction: column;
    width: 94%;
    margin-inline: auto;
  }
}
#kounotori #how_use .use__wrap .use_txt { 
  font-size: 22px;
  line-height: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #kounotori #how_use .use__wrap .use_txt { 
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12%;
  }
}
#kounotori #how_use .use__wrap .use_img {
  max-width: 264px;
}


/* -----------------------

  wester

----------------------- */
#kounotori #wester {
  border-bottom: solid 8px var(--skyblue);
}


#kounotori #wester.light__bg {
  padding-bottom: 40px;
}
#kounotori #wester .kounotori01 {
  max-width: 380px;
  width: 36%;
  position: absolute;
  left: 20%;
  top: -160px;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .kounotori01 {
    width: 35%;
    top: -70px;
  }
}
#kounotori #wester .ttl {
  max-width: 680px;
  width: 62.2%;
  border-bottom: 4px solid #004aa0;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .ttl {
    width: 80%;
  }
  #kounotori #wester .sp {
  display: block;
}
}

#kounotori #wester .wester_entrybtn {
  max-width: 360px;
  width: 80%;
  margin: -2% auto 3%;
  filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.75));
}
@media screen and (max-width: 767px) {
  #kounotori #wester .wester_entrybtn {
    width: 60%;
    margin: 0 auto 3%;
  }
}

#kounotori #wester .wester_entryday {
  max-width: 600px;
  width: 80%;
  margin: 0 auto 2%;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .wester_entryday {
    width: 86%;
  }
}

#kounotori #wester .point_box {
  width: 860px;
  max-width: 90%;
  margin: 10% auto;
  padding: 20px 0 30px;
  border: 4px #666 solid ;
  background-color: rgba(255, 255, 255, 0.562);
}

#kounotori #wester .point_benefit {
  width: 86px;
  height: 86px;
  margin: -63px 0 0 -22px;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .point_benefit {
  width: 16%;
  height: 16%;
  margin: -10% 0 0 -8%;
}
}

#kounotori #wester .point_txt1 {
  width: 56%;
  margin: 2% auto;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .point_txt1 {
  width: 70%;
  margin: 2% auto;
}
}


#kounotori #wester .point_txt2 {
  width: 74%;
  margin: 2% auto;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .point_txt2 {
  width: 90%;
  margin: 2% auto;
}
}

#kounotori #wester .point_txt3 {
  width: 74%;
  margin: 2% auto;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .point_txt3 {
  width: 90%;
  margin: 2% auto;
}
}

#kounotori #wester .point_curico {
  width: 50%;
  margin: 2% auto 0;
}
@media screen and (max-width: 767px) {
  #kounotori #wester .point_curico {
  width: 70%;
  margin: 4% auto 0;
}
}


#kounotori .step_b {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

#kounotori .step_b::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 24px;
  background-image: url(../img/step_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-left: 4px;
}


/* -----------------------

  entry

----------------------- */

#kounotori #entry {
  border-bottom: solid 8px var(--skyblue);
}

#kounotori #entry.dark__bg {
  padding-bottom: 40px;
}

#kounotori #entry .ttl {
  max-width: 420px;
  width: 48.2%;
  border-bottom: 4px solid #004aa0;
}
@media screen and (max-width: 767px) {
  #kounotori #entry .ttl {
    width: 90%;
  }
}

#kounotori #entry .reserve__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  max-width: 840px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #kounotori #entry .reserve__item {
    flex-direction: column;
    margin-bottom: 8%;
  }
}
#kounotori #entry .arrow_btm::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -95px;
}
#kounotori #entry .arrow_top::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_b.svg);
  width: 50px;
  height: 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #kounotori #entry .arrow_btm::before {
    display: none;
  }
  #kounotori #entry .arrow_btm::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow_b.svg);
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 8%;
  }
}
#kounotori #entry .reserve__item .reserve__item_txt {
  width: 78%;
}
@media screen and (max-width: 767px) {
  #kounotori #entry .reserve__item .reserve__item_txt {
    width: 90%;
  }
}
#kounotori #entry .reserve__txt {
  max-width: 420px;
  margin-bottom: 16px;
}
#kounotori #entry .add__txt {
  font-size: 19px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 28px;
}
#kounotori #entry .reserve_img {
  max-width: 220px;
  width: 25%;
  border: 1px solid #00a0d3;
}
@media screen and (max-width: 767px) {
  #kounotori #entry .reserve__txt {
    width: 79.75%;
    margin-bottom: 0;
  }
  #kounotori #entry .add__txt {
    font-size: 16px;
    margin-top: 3%;
    line-height: 24px;
  }
  #kounotori #entry .reserve_img {
    width: 80%;
    margin-top: 4%;
  }
}




/* -----------------------

  faq

----------------------- */
#kounotori #faq {
padding-bottom: 80px;
  border-bottom: solid 8px var(--skyblue);
}

#kounotori #faq .ttl {
  max-width: 77px;
  width: 7%;
}
@media screen and (max-width: 767px) {
  #kounotori #faq .ttl {
    width: 15%;
  }
}
#kounotori #faq .faq_list {
  max-width: 840px;
  margin-inline: auto;
}
#kounotori #faq .faq_item {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  #kounotori #faq .faq_item {
    margin-bottom: 8%;
  }
}
#kounotori #faq .faq_item .faq_q {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 38px;
}
#kounotori #faq .faq_item .faq_q::before {
  content: "";
  display: inline-block;
  background-image: url(../img/q_i.svg);
  width: 18px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #kounotori #faq .faq_item .faq_q {
    font-size: 16px;
    margin-bottom: 2%;
    line-height: 22px;
    width: 88%;
    margin-inline: auto;
  }
  #kounotori #faq .faq_item .faq_q::before { 
    height: 14px;
  }
}
#kounotori #faq .faq_item .faq_a {
  font-size: 20px;
  max-width: 1030px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #kounotori #faq .faq_item .faq_a {
    width: 88%;
    line-height: 23px;
    font-size: 14px;
  }
}



/* -----------------------

  inquiry

----------------------- */
#kounotori #inquiry {
  border-bottom: solid 8px var(--skyblue);
}

#kounotori #inquiry .ttl {
  max-width: 225px;
  width: 26.85%;
}
@media screen and (max-width: 767px) {
  #kounotori #inquiry .ttl {
    width: 65%;
  }
}
#kounotori #inquiry .inquiry__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  #kounotori #inquiry .inquiry__wrap {
    flex-direction: column;
    width: 94%;
    margin-inline: auto;
  }
}

#kounotori #inquiry .inquiry__wrap .inquiry_img {
  max-width: 704px;
  padding: 60px 100px;
  border: solid 4px var(--skyblue);
  background-color: #dbf2f9;
}
@media screen and (max-width: 767px) {
  #kounotori #inquiry .inquiry__wrap .inquiry_img {
  max-width: 100%;
  padding: 8% 8%;
}
}





/* -----------------------

  footer

----------------------- */
#kounotori .footer {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
  margin-top: 200px;
  padding: 0;
  background-color: #fff;
}
 #kounotori .footer_bg {
  margin-bottom: 0;
  padding-bottom: 0;
 }
#kounotori .footer p {
  max-width: 1500px;
  width: 99%;
  margin-inline: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #kounotori .footer {
    margin-top: 26%;
  }

}







/* -----------------------

  floating

----------------------- */
#kounotori .floating {
  position: fixed;
  bottom: 160px;
  right: -15px;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
  max-width: 246px;
  width: 16.4%;
}
#kounotori .floating > a {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
}
#kounotori .is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #kounotori .floating {
    width: 46.4%;
    bottom: 120px;
  }
}
