@charset "UTF-8";
body * {
  color: #333;
}

.only_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }

  #atgNav4-SP {
    display: none;
  }
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:focus {
  outline: none;
  text-decoration: none;
}

#Maincontent {
  background-color: #fff;
}

#Maincontent .container {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #Maincontent .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #Maincontent .container {
    padding: 0;
  }
}

.main-content {
  background-color: #fff;
  overflow: hidden;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-content {
    font-size: 14px;
  }
}

.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .ttl-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .ttl-head h1 {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .ttl-head {
    display: none;
  }
}

.breadcrumb {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 12px 15px;
}
.breadcrumb .list {
  margin: 0 auto !important;
  max-width: 1340px;
}
.breadcrumb .list li {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.breadcrumb .list li:first-child a {
  color: #2e9cd2;
}
.breadcrumb .list li a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-family: ヒラギノ角ゴ Pro W3;
}
.breadcrumb .list li a:hover {
  text-decoration: underline;
}
.breadcrumb .list li a::after {
  padding: 4px;
  display: inline-block;
  content: "/";
  margin-left: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px 12px;
    margin-top: -4px;
  }
}

/*  key-visual
=======================================================*/
.key-visual ul img {
  width: 100%;
}

.bg-white {
  background: #fff;
  position: relative;
}

.bg-gray-light {
  background: #F5F5F5;
  position: relative;
}

.section-block {
  padding: 50px 0;
}
.section-block .section-inner {
  max-width: 1040px;
  margin: 0 auto;
}
.section-block .h2-common {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-block .h2-common::after {
  content: "";
  width: 255px;
  height: 8px;
  background-color: #333;
  border-radius: 8px;
  margin-top: 25px;
}
.section-block .txt-lead {
  text-align: center;
}
.section-block .txt-note {
  font-size: 12px;
  color: #555555;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .section-block {
    padding: 30px 15px;
  }
  .section-block .h2-common {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-block .txt-lead {
    font-size: 13px;
  }
}

/*  notice-nav-block
=======================================================*/
.notice-nav-block {
  background: transparent linear-gradient(180deg, #FC6666 0%, #FC0001 100%) 0% 0% no-repeat padding-box;
  padding: 15px 0;
}
.notice-nav-block .notice-box {
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 10px;
}
.notice-nav-block .notice-box .txt {
  color: #FC0001;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .notice-nav-block .notice-box {
    padding: 12px 15px;
    margin: 0 10px 15px;
  }
}
.notice-nav-block .menu-container .menu-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.notice-nav-block .menu-container .menu-list li {
  flex: auto;
}
.notice-nav-block .menu-container .menu-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 10px;
  background: #D00304;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.notice-nav-block .menu-container .menu-list li a.btn-disable {
  pointer-events: none;
}
.notice-nav-block .menu-container .menu-list li a::after {
  content: "";
  width: 0;
  height: 0;
  padding: 5px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent white white transparent;
  transform: rotate(45deg);
  margin-top: -10px;
}
.notice-nav-block .menu-container .menu-list li a span {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .notice-nav-block .menu-container .menu-list {
    flex-wrap: wrap;
  }
  .notice-nav-block .menu-container .menu-list li {
    flex: 0 0 calc(100% / 4 - 10px);
  }
  .notice-nav-block .menu-container .menu-list li:nth-child(1), .notice-nav-block .menu-container .menu-list li:nth-child(2), .notice-nav-block .menu-container .menu-list li:nth-child(3) {
    flex: 0 0 calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .notice-nav-block .menu-container {
    padding: 5px 10px 10px;
  }
  .notice-nav-block .menu-container .menu-list {
    gap: 3px;
    justify-content: space-between;
  }
  .notice-nav-block .menu-container .menu-list li {
    flex: 1;
  }
  .notice-nav-block .menu-container .menu-list li:nth-child(1), .notice-nav-block .menu-container .menu-list li:nth-child(2), .notice-nav-block .menu-container .menu-list li:nth-child(3) {
    flex: 0 0 calc(100% / 3 - 2px);
  }
  .notice-nav-block .menu-container .menu-list li:nth-child(4) {
    flex: 0 0 108px;
  }
  .notice-nav-block .menu-container .menu-list li:nth-child(5) {
    flex: 0 0 108px;
  }
  .notice-nav-block .menu-container .menu-list li a {
    height: 58px;
    padding: 0 8px 0 5px;
    font-size: 12px;
  }
  .notice-nav-block .menu-container .menu-list li a::after {
    padding: 4px;
    border-width: 0 2px 2px 0;
  }
  .notice-nav-block .menu-container .menu-list li a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 413px) {
  .notice-nav-block .menu-container .menu-list li a {
    padding: 0 5px;
    font-size: 11px;
  }
}

/*  intro-block
=======================================================*/
.intro-block .txt {
  text-align: center;
  line-height: 1.8;
}
.intro-block .h3-ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px dashed #222222;
}
.intro-block .txt01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #F13031;
  border-radius: 530px;
  padding: 10px 35px;
  display: inline-block;
  margin: 0 auto;
  display: block;
  width: fit-content;
  text-align: center;
  margin-top: 15px;
}
.intro-block .area-map {
  text-align: center;
}
.intro-block .area-map img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .intro-block .h3-ttl {
    font-size: 20px;
    margin-top: 30px;
  }
  .intro-block .txt01 {
    font-size: 16px;
    margin-top: 8px;
    padding: 10px;
  }
}

/*  detail-block
=======================================================*/
.detail-block .table-scroll {
  overflow-x: auto;
  margin-top: 40px;
  background-color: #fff;
}
.detail-block .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.detail-block .data-table th,
.detail-block .data-table td {
  border: 1px solid #1E1E1E;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.detail-block .data-table thead th {
  background: #1E1E1E;
  color: #fff;
  font-weight: bold;
}
.detail-block .data-table tbody tr:nth-child(even) {
  background: #F5F5F5;
}
.detail-block .data-table tr.is-high td:first-child {
  color: #c0392b;
  font-weight: bold;
}
.detail-block .data-table tr.is-high td:nth-child(2) {
  color: #c0392b;
}
@media screen and (max-width: 767px) {
  .detail-block {
    margin-right: -15px;
  }
  .detail-block .data-table {
    font-size: 12px;
    min-width: 860px;
  }
}

/*  priceoff-block
=======================================================*/
.priceoff-block .table-scroll {
  margin-top: 40px;
  background-color: #fff;
}
.priceoff-block .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.priceoff-block .data-table th,
.priceoff-block .data-table td {
  border: 1px solid #1E1E1E;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.priceoff-block .data-table thead th {
  background: #1E1E1E;
  color: #fff;
  font-weight: bold;
}
.priceoff-block .data-table tbody tr:nth-child(even) {
  background: #F5F5F5;
}
.priceoff-block .data-table tr.is-high td:first-child {
  color: #c0392b;
  font-weight: bold;
}
.priceoff-block .data-table tr.is-high td:nth-child(2) {
  color: #c0392b;
}
@media screen and (max-width: 767px) {
  .priceoff-block .data-table {
    font-size: 12px;
  }
  .priceoff-block .data-table th {
    padding: 10px 5px;
  }
  .priceoff-block .data-table .fz11 {
    font-size: 11px;
  }
  .priceoff-block .data-table td {
    width: 50%;
  }
  .priceoff-block .data-table td:first-child {
    text-align: left;
  }
}

/*  priceoff-block
=======================================================*/
.example-block .sim-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.example-block .sim-card {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 10px;
  padding: 18px 20px;
  background: #fafbff;
}
.example-block .sim-card .h3-ttl {
  font-size: 16px;
  margin: 0 0 10px;
  color: #0D47A1;
  line-height: 1.4;
  font-weight: bold;
}
.example-block .sim-card .txt {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 4px 0;
  border-bottom: 1px dashed #ccc;
  margin: 0;
}
.example-block .sim-card .txt.is-total span {
  font-weight: bold;
  color: #F13031;
}
.example-block .sim-card .note {
  font-size: 11px;
  color: #888;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .example-block .sim-card-list {
    grid-template-columns: 1fr;
  }
  .example-block .sim-card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*  simulator-block
=======================================================*/
.simulator-block .calc-box {
  background: #fff;
  border: 1px solid #b3b1b1;
  border-radius: 10px;
  padding: 25px;
  margin-top: 50px;
}
.simulator-block .calc-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
.simulator-block .calc-form-item.dl-flex {
  display: flex;
  flex-wrap: wrap;
}
.simulator-block .calc-form-item.dl-flex label {
  flex: 0 0 100%;
}
.simulator-block .calc-form-item.dl-flex input[type=number],
.simulator-block .calc-form-item.dl-flex select {
  width: auto;
  flex: auto;
}
.simulator-block .calc-form-item.dl-flex .unit {
  flex: 0 0 18px;
  display: flex;
  align-items: center;
}
.simulator-block .calc-form-item label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}
.simulator-block .calc-form-item input[type=number],
.simulator-block .calc-form-item select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}
.simulator-block .calc-form-item .unit {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}
.simulator-block .calc-form-item--pref {
  grid-column: 1/-1;
}
.simulator-block .calc-pref-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.simulator-block .calc-pref-list label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  font-size: 13px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 12px;
  margin: 0;
}
.simulator-block .calc-pref-list label input {
  width: auto;
}
.simulator-block .calc-result {
  background: #fff;
  border: 2px solid #EA392A;
  border-radius: 8px;
  padding: 16px 20px;
  min-height: 40px;
}
.simulator-block .calc-result .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 14px;
}
.simulator-block .calc-result .line:last-child {
  border-bottom: none;
}
.simulator-block .calc-result .line.is-total {
  padding-top: 10px;
}
.simulator-block .calc-result .line.is-total span {
  font-size: 18px;
  font-weight: bold;
  color: #B04333;
}
.simulator-block .calc-result .line.is-total strong {
  color: #B04333;
  font-size: 18px;
  font-weight: bold;
}
.simulator-block .calc-result .line strong.minus {
  color: #B04333;
}
.simulator-block .calc-result .placeholder {
  color: #888;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.simulator-block .calc-result .warn {
  font-size: 12px;
  color: #c0392b;
  margin: 8px 0 0;
}
.simulator-block .txt01 {
  font-size: 12px;
  line-height: 1.8;
  color: #222;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .simulator-block .calc-box {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .simulator-block .calc-result .line:first-child span, .simulator-block .calc-result .line:first-child strong {
    font-size: 12px;
  }
  .simulator-block .txt01 {
    margin-top: 10px;
  }
}

/*  priceoff-block
=======================================================*/
.sales-block .flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  counter-reset: flowStep;
  margin-top: 20px;
  list-style: none;
}
.sales-block .flow-list li {
  flex: 1 1 220px;
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 10px;
  padding: 16px;
  position: relative;
}
.sales-block .flow-list li .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #0D47A1;
}
.sales-block .flow-list li .ttl::before {
  counter-increment: flowStep;
  content: counter(flowStep);
  background: #0D47A1;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin-right: 2px;
}
.sales-block .flow-list li .txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
.sales-block .flow-list li .txt-red {
  color: #F13031;
  font-size: 14px;
  font-weight: normal;
}
.sales-block .box-note {
  margin-top: 30px;
}
.sales-block .box-note .h3-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin: 0 0 10px;
}
.sales-block .box-note .note-list {
  font-size: 12px;
  line-height: 1.9;
}
.sales-block .box-note .note-list li {
  display: flex;
}
.sales-block .box-note .note-list li::before {
  content: "・";
}
.sales-block .box-note .txt-source {
  font-size: 12px;
  color: #555;
  text-align: right;
  margin-top: 10px;
}
.sales-block .box-note .txt-source a {
  color: #0D47A1;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sales-block .box-note .txt-source {
    font-size: 11px;
    text-align: left;
  }
}

.caution-list {
  font-size: 13px;
  line-height: 1.9;
  padding-left: 1.2em;
}
.caution-list li {
  margin-bottom: 6px;
}

.txt-source {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin-top: 10px;
}
.txt-source a {
  color: #fff;
}

.tours-placeholder {
  border: 2px dashed #c7d4ea;
  border-radius: 10px;
  padding: 52px 20px;
  text-align: center;
  background: #fafbff;
}
.tours-placeholder p {
  margin: 0;
}
.tours-placeholder .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #5b6b85;
  margin-bottom: 8px;
}
.tours-placeholder .sub {
  font-size: 13px;
  color: #8a94a6;
}

/*  faq-block
=======================================================*/
.faq-block .faq-list .faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #fff;
}
.faq-block .faq-list .faq-item .question {
  cursor: pointer;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.faq-block .faq-list .faq-item .question::after {
  content: "＋";
  color: #0D47A1;
}
.faq-block .faq-list .faq-item .question.active::after {
  content: "－";
}
.faq-block .faq-list .faq-item .answer .txt {
  padding: 0 16px 14px;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

/*  cta-links-block
=======================================================*/
.cta-links-block .cta-content .h2-ttl {
  font-size: 34px;
  color: #f03987;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.cta-links-block .cta-content .txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.cta-links-block .cta-content .bannerWrap {
  display: flex;
  justify-content: center;
  /* 中央寄せ */
  align-items: center;
  /* 上下中央揃え */
  gap: 12px;
  margin-top: 15px;
}
.cta-links-block .cta-content .bannerWrap .b-grn {
  height: 72px;
  /* テキストボタンと同じ高さにする */
  width: auto;
  /* 幅は比率に合わせて自動計算 */
  display: block;
  /* 画像下部の余白を消去 */
  object-fit: contain;
}
.cta-links-block .cta-content .bannerWrap .b-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  /* 指定したい高さ */
  padding: 0 24px;
  /* 左右の余白 */
  background-color: #ff6b81;
  /* ピンク色 */
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  /* 角丸（必要に応じて） */
  text-decoration: none;
  height: 72px;
  padding: 0 20px;
  box-sizing: border-box;
}
.cta-links-block .cta-content .bannerWrap .b-pink::before {
  content: "";
  background: url(/assets/img/common/icon/icon_search_white.svg) top center no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .cta-links-block .cta-content .bannerWrap {
    display: flex;
    flex-direction: column;
    /* 上下に縦並べにする */
    align-items: center;
    /* 中央寄せ */
    width: 100%;
    gap: 12px;
  }
  .cta-links-block .cta-content .bannerWrap .b-pink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* 横幅いっぱいに広げる（押しやすくする） */
    max-width: 232px;
    /* 広がりすぎないよう上限サイズを設定 */
    height: 72px;
    /* ボタンの高さ */
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
  }
  .cta-links-block .cta-content .bannerWrap .b-grn {
    text-align: center;
    width: 100%;
    /* 横幅いっぱいに広げる */
    max-width: 232px;
    /* 上記のピンクボタンと幅を統一 */
    height: auto;
    /* 画像の比率を保持 */
    display: block;
  }
}
.cta-links-block .search-popular-content .h2-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.cta-links-block .search-popular-content .search-popular-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cta-links-block .search-popular-content .search-popular-list li {
  flex: 1;
  box-shadow: 0px 0px 5px #00000040;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 20px;
}
.cta-links-block .search-popular-content .search-popular-list li .thumb {
  height: 80px;
}
.cta-links-block .search-popular-content .search-popular-list li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-links-block .search-popular-content .search-popular-list li .ttl {
  font-size: 19px;
  font-weight: bold;
  color: #0D47A1;
  padding: 15px 20px 0;
}
.cta-links-block .search-popular-content .search-popular-list li .txt {
  font-size: 14px;
  padding: 5px 20px 0;
}
@media screen and (max-width: 767px) {
  .cta-links-block .cta-content .h2-ttl {
    font-size: 24px;
  }
  .cta-links-block .cta-content .txt {
    font-size: 14px;
  }
  .cta-links-block .cta-content .btn-link {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .cta-links-block .search-popular-content {
    margin-top: 50px;
  }
  .cta-links-block .search-popular-content .h2-ttl {
    font-size: 20px;
  }
  .cta-links-block .search-popular-content .search-popular-list {
    flex-direction: column;
    gap: 20px;
  }
  .cta-links-block .search-popular-content .search-popular-list li {
    flex: 1;
    box-shadow: 0px 0px 5px #00000040;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .cta-links-block .search-popular-content .search-popular-list li .thumb {
    height: 80px;
  }
  .cta-links-block .search-popular-content .search-popular-list li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cta-links-block .search-popular-content .search-popular-list li .ttl {
    font-size: 19px;
    font-weight: bold;
    color: #0D47A1;
    padding: 15px 20px 0;
  }
  .cta-links-block .search-popular-content .search-popular-list li .txt {
    font-size: 14px;
    padding: 5px 20px 0;
  }
}

/*# sourceMappingURL=index.css.map */
