@charset "UTF-8";
/*
* いわたこどもクリニック
* honu.css
*
* @date 2026-08-03
*/
/* --------------------------------
	共通レイアウト
-------------------------------- */
.hn_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .hn_inner {
    padding: 0 24px;
  }
}

.hn_inner-narrow {
  max-width: 1080px;
}

.hn_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hn_ttl {
    margin-bottom: 32px;
  }
}

/* セクション見出し（mod-section_ttl）: 本ページは JP 40px / EN 16px（tv_ttl と同値） */
.hn_ttl .ttl {
  font-size: 40px;
  letter-spacing: 3.2px;
}
.hn_ttl .ttl .en {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .hn_ttl .ttl {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
  .hn_ttl .ttl .en {
    font-size: 14px;
  }
}
.hn_ttl .ttl::before {
  background-image: url(/img/common/ttl_obj_left_tv.png);
}
@media screen and (max-width: 767px) {
  .hn_ttl .ttl::before {
    background-image: url(/img/common/ttl_obj_left_tv_sp.png);
  }
}
.hn_ttl .ttl::after {
  background-image: url(/img/common/ttl_obj_right_tv.png);
}
@media screen and (max-width: 767px) {
  .hn_ttl .ttl::after {
    background-image: url(/img/common/ttl_obj_right_tv_sp.png);
  }
}

.hn_lead {
  margin-bottom: 40px;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hn_lead {
    margin-bottom: 32px;
  }
}

.hn_txt {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.28px;
}

.hn_note {
  color: #8b8a8a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.12px;
  padding-left: 1.55em;
  text-indent: -1.55em;
}
@media screen and (max-width: 767px) {
  .hn_note {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

/* サブ見出し（青下線） */
.hn_subTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hn_subTtl {
    margin-bottom: 32px;
  }
}
.hn_subTtl h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #56ace1;
  color: #56ace1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 767px) {
  .hn_subTtl h2 {
    padding-bottom: 4px;
    border-bottom-width: 2px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 1.92px;
  }
}

/* 箱見出し（由来ボックス／時間カード／手ぶら応援カードで共通） */
.hn_boxTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .hn_boxTtl {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.hn_boxTtl:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 13px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
}
@media screen and (max-width: 767px) {
  .hn_boxTtl:before {
    margin-top: 8px;
    width: 10px;
    height: 10px;
  }
}

/* 箇条書き（tv_bullets と同値） */
.hn_bullets {
  margin-top: 16px;
}
.hn_bullets li {
  position: relative;
  padding-left: 28px;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.28px;
}
.hn_bullets li:not(:last-child) {
  margin-bottom: 8px;
}
.hn_bullets li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
}
@media screen and (max-width: 767px) {
  .hn_bullets li {
    font-size: 14px;
  }
}

/* リンクボタンのラッパー（SP で全幅にする） */
.hn_btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .hn_btn .mod-linkBtn {
    width: 100%;
  }
}

/* --------------------------------
	ホヌの特徴
-------------------------------- */
.hn_features {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .hn_features {
    padding: 96px 0;
  }
}

.hn_features_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .hn_features_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding-top: 24px;
  }
}

.hn_features_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 32px;
  border: 8px solid #f6f1e8;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hn_features_item {
    padding: 26px 18px 18px;
    border-width: 6px;
  }
}

.hn_features_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .hn_features_body {
    gap: 8px;
  }
}

.hn_features_num {
  position: absolute;
  top: -36px;
  right: 24px;
  color: #56ace1;
  font-size: 40px;
  letter-spacing: 3.2px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .hn_features_num {
    top: -34px;
    right: 18px;
  }
}

.hn_features_ttl {
  color: #56ace1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .hn_features_ttl {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.hn_features_txt {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.28px;
}

.hn_features_photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ホヌ（HONU）の由来 */
.hn_origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin-top: 96px;
  padding: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .hn_origin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 64px;
    padding: 24px;
  }
}

.hn_origin_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.hn_origin_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hn_origin_logo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.hn_origin_logo img {
  display: block;
  width: 200px;
  height: 165px;
}
@media screen and (max-width: 767px) {
  .hn_origin_logo img {
    width: 162px;
    height: 133px;
  }
}

/* --------------------------------
	フルブリード写真
-------------------------------- */
/* 上余白は .hn_features の下余白と合算して 160px / 128px にする */
.hn_gallery {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 184px;
}
@media screen and (max-width: 767px) {
  .hn_gallery {
    margin-top: 8px;
    margin-bottom: 136px;
  }
}

.hn_gallery_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* 各リストが自身の幅ぶん左へ流れ、隣のリストが同じ位置に入れ替わることでループする */
.hn_gallery_list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-right: 32px;
  -webkit-animation: hn-galleryLoop 45s linear infinite;
          animation: hn-galleryLoop 45s linear infinite;
}
@media screen and (max-width: 767px) {
  .hn_gallery_list {
    gap: 24px;
    padding-right: 24px;
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hn_gallery_list {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes hn-galleryLoop {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes hn-galleryLoop {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.hn_gallery_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .hn_gallery_item {
    width: 260px;
  }
}
.hn_gallery_item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* --------------------------------
	ベージュパネル（ご利用概要／ご利用の流れ・時間の目安／当日の持ち物〜注意事項）
-------------------------------- */
.hn_beige {
  background-color: #f6f1e8;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .hn_beige {
    border-radius: 20px;
  }
}
.hn_beige > .hn_section {
  padding-top: 0;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .hn_beige > .hn_section {
    padding-bottom: 64px;
  }
}
.hn_beige > .hn_section:first-child {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .hn_beige > .hn_section:first-child {
    padding-top: 96px;
  }
}
.hn_beige > .hn_section:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .hn_beige > .hn_section:last-child {
    padding-bottom: 96px;
  }
}

/* --------------------------------
	ご利用概要
-------------------------------- */
.hn_overviewTable {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .hn_overviewTable {
    margin-top: 56px;
  }
}
.hn_overviewTable {
  border-radius: 6px;
  overflow: hidden;
}
.hn_overviewTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.hn_overviewTable th, .hn_overviewTable td {
  vertical-align: middle;
  border-bottom: 2px solid;
}
.hn_overviewTable th {
  width: 200px;
  padding: 16px 24px;
  background-color: #56ace1;
  border-bottom-color: #71bae6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.28px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hn_overviewTable th {
    width: 130px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
.hn_overviewTable td {
  padding: 16px 24px;
  background-color: #fff;
  border-bottom-color: #ddeef9;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .hn_overviewTable td {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.hn_overviewTable tr:last-child th,
.hn_overviewTable tr:last-child td {
  border-bottom: none;
}
.hn_overviewTable .hn_bullets {
  margin-top: 0;
}

/* --------------------------------
	ご利用の流れ・時間の目安
-------------------------------- */
.hn_timeCards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .hn_timeCards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin: 32px 0;
  }
}

.hn_timeCard {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hn_timeCard {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hn_timeCard .hn_boxTtl {
    margin-bottom: 8px;
  }
}

/* カード間の白い線（幅24px = 隙間 / 高さ1px） */
.hn_timeCard-before::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hn_timeCard-before::after {
    top: auto;
    right: auto;
    bottom: -24px;
    left: 50%;
    width: 1px;
    height: 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hn_timeCard_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.hn_timeTxt {
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .hn_timeTxt {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.12px;
  }
}
.hn_timeTxt-alert {
  color: #e15f56;
}

.hn_timeBadge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 16px;
  border-radius: 30px;
  background-color: #ddeef9;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hn_timeBadge {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.hn_timeBadge-alert {
  background-color: #e15f56;
  color: #fff;
}
.hn_timeBadge-close {
  background-color: #8b8a8a;
  color: #fff;
}

.hn_timeCard-before .hn_timeBadge {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.hn_timeList {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.hn_timeList:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 55px;
  width: 1px;
  background-color: #ddeef9;
}
@media screen and (max-width: 767px) {
  .hn_timeList:before {
    left: 40px;
  }
}
.hn_timeList .hn_timeList_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .hn_timeList .hn_timeList_row {
    gap: 8px;
  }
}
.hn_timeList .hn_timeList_row-oneline {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hn_timeList .hn_timeBadge {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .hn_timeList .hn_timeBadge {
    -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
    width: 80px;
  }
}
.hn_timeList .hn_timeList_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

/* --------------------------------
	当日の持ち物〜注意事項
-------------------------------- */
.hn_belongings_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .hn_belongings_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.hn_belongings_col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.hn_belongings_col > .hn_bullets:first-child {
  margin-top: 0;
}

.hn_belongings_subTtl {
  margin-bottom: 16px;
  color: #56ace1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .hn_belongings_subTtl {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}

/* 手ぶら応援カード */
.hn_support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hn_support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 64px;
    padding: 24px;
  }
}

.hn_support_photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: 320px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hn_support_photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
  }
}
.hn_support_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hn_support_photo img {
    height: auto;
  }
}

.hn_support_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

/* 注意事項ブロック（コンテンツ幅 1000px、手ぶら応援カードから間隔をあける） */
.hn_belongings .hn_inner-narrow {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .hn_belongings .hn_inner-narrow {
    margin-top: 40px;
  }
}

/* お願いボックス */
.hn_notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 40px;
  padding: 24px 32px;
  border-radius: 20px;
  background-color: #ddeef9;
}
@media screen and (max-width: 767px) {
  .hn_notice {
    margin-top: 24px;
    padding: 24px;
  }
}

.hn_notice_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.44px;
}

.hn_notice_icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 2px;
  width: 24px;
  height: 24px;
  background: url(/img/common/icon_attention.svg) center/contain no-repeat;
}

.hn_notice_txt {
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.12px;
}

.hn_notice_bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.hn_notice_bullets li {
  position: relative;
  padding-left: 24px;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.12px;
}
.hn_notice_bullets li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
}

/* --------------------------------
	ご予約の流れ
-------------------------------- */
.hn_booking {
  padding: 120px 0 20px;
}
@media screen and (max-width: 767px) {
  .hn_booking {
    padding: 96px 0 24px;
  }
}

.hn_step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .hn_step_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 56px;
  }
}

.hn_step {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 40px 32px;
  border-radius: 20px;
  background-color: #f6f1e8;
  /* カード間の横コネクタ（PC） */
}
.hn_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f6f1e8;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .hn_step {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 24px;
    /* カード間の縦コネクタ（SP） */
  }
  .hn_step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    width: 8px;
    height: 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f6f1e8;
  }
}

.hn_step_num {
  position: absolute;
  top: -16px;
  right: -15.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
  color: #fff;
  font-size: 28px;
  letter-spacing: 2.24px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}

.hn_step_ttl {
  color: #56ace1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.92px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hn_step_ttl {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

.hn_step_txt {
  width: 100%;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.28px;
}

.hn_step .hn_note {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hn_step .hn_note {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

/* カード内は gap 8px。ボタンの前だけ 32px 空ける（PC のみ） */
@media screen and (min-width: 768px) {
  .hn_step_btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hn_step_btn {
    width: 100%;
  }
  .hn_step_btn .mod-linkBtn {
    width: 100%;
  }
}