@charset "UTF-8";

:root {
  --border-rd-4: 4px;
  --border-rd-10: 10px;
  --color-gy01: #eaeaea;
  --color-gy02: #727275;
  --color-main01: #b69341;
  --color-main02: #f8f6ef;
  --color-main03: #e8ddc4;
  --color-main04: #fcfbf8;
  --color-bk: #414141;
  --font-en: "Oswald", Impact, "Helvetica Neue Condensed Bold", "Arial Narrow", sans-serif;
  --font-timer: "abolition", "Impact", "Anton", "Arial Narrow", "Helvetica Inserat", "Helvetica Neue", sans-serif;
}

/* 全ページ共通 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  color: var(--color-bk);
}

body,
body a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
}

body a {
  transition: .3s ease-in-out;
}

p:empty {
  display: none !important;
}

body b {
  font-weight: 700;
}


body h1,
body h2,
body h3,
body h4,
body h5 {
  line-height: 1.2em;
}

body a.n_link {
  pointer-events: none;
}

body a.underline {
  text-decoration: underline;
}

body .fs_mid {
  font-size: 20px;
}

body .fw_mid,
body .fw_sb {
  font-weight: 600;
}

body .fw_bold,
body .fw_exbold {
  font-weight: 800;
}

body .ff_en {
  font-family: var(--font-en);
}

body .cl_main01 {
  color: var(--color-main01);
}

body .bg_main02 {
  background-color: var(--color-main02);
}

body.home section .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body .second .inner {
  max-width: 1100px;
  margin: 0 auto;
}

body .second .outer {
  padding: 100px 16px;
}

body .nm_box {
  background-color: #FFF;
}

.list_dot li {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.list_dot li::before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  line-height: 1.5;
  margin-bottom: 2px;
  margin-right: 5px;
  background-color: var(--color-main01);
  border-radius: 100%;
}

body .list_overview .item {
  padding: 24px 0;
  border-bottom: 1px solid var(--color-gy01);
  display: flex;
  gap: 84px;
}

body .list_overview .item:nth-child(1) {
  padding-top: 0;
}

body .list_overview .item dt {
  font-weight: 600;
  min-width: 100px;
}

body .news_time {
  line-height: 1.5em;
  display: block;
}

body .news_ttl {
  line-height: 1.5em;
  font-weight: 600;
}

body .btn {
  color: #FFF;
  display: block;
}

body .btn a {
  background-color: var(--color-bk);
  border-radius: var(--border-rd-4);
  font-weight: 700;
}


body .btn.nm a,
body .btn.nav_single a,
body .btn.nav_double a {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .btn.nm {
  width: 300px;
  height: 60px;
  margin: 54px auto 0;
}

body .btn.nm a {
  height: 100%;
  font-size: 16px;
}

body .btn.nav_single {
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

body .btn.nav_single a {
  width: 100%;
  height: 48px;
  font-size: 14px;
}

body .btn.nav_double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 318px;
  height: 48px;
  font-size: 14px;
}

body .btn.nav_double a {
  padding: 0 16px;
  width: 159px;
}

body .btn.nav_double a:first-child {
  border-radius: 4px 0 0 4px;
}

body .btn.nav_double a:last-child {
  border-radius: 0 4px 4px 0;
}

body .btn.nav_double a:first-child {
  position: relative;
}

body .btn.nav_double a:first-child::before,
body .btn.footer_sticky a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #727275;
}

.acd-label {
  -webkit-tap-highlight-color: transparent;
}

body .box_arrow {
  position: relative;
}

body .box_arrow::before {
  content: '';
  background: center / contain no-repeat url(../img/link_btn.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 24px;
}


#header .nav .box_arrow::before {
  right: 0;
  width: 14px;
  height: 14px;
}

body .box_arrow.gy::before {
  background: center / contain no-repeat url(../img/link_btn_gy.svg);
}

body .ex_link {
  position: relative;
}

body .ex_link::after {
  content: '';
  background: center / contain no-repeat url(../img/icon_ex_link.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
}

body .icon_dropdown:before {
  content: '';
  height: 1px;
  width: 6px;
  background-color: #FFF;
  display: inline-block;
  margin-right: 4px;
}

body .least_list .item:not(body .least_list .item.no_post) {
  border-bottom: 1px solid var(--color-gy01);
}

body .least_list .item.no_post {
  margin-top: 16px;
}

/* カウントダウン */
#kantoIC .wrap_timer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  color: var(--color-bk);
}

#kantoIC .wrap_timer p {
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 600;
  transform: translateY(1px);
}

#kantoIC #timer {
  font-family: var(--font-timer);
  font-size: 18px;
  display: flex;
  align-items: center;
}

#kantoIC #timer .num {
  font-size: 40px;
  line-height: 1.2em;
  display: inline-block;
  width: 0.7em;
  text-align: center;
}

#kantoIC #timer .txt {
  align-self: flex-end;
  margin: 0 2px;
}

#kantoIC #timer .dot {
  margin: 0 2px;
  font-size: 40px;
  line-height: 1.2em;
  transform: translateY(-4px);
}



/* header */
#header {
  height: 100px;
}

#header .inner {
  position: fixed;
  width: 100%;
  z-index: 5;
}

#header .wrap_header {
  background-color: #FFF;
}

#header .area_top {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 48px;
}

#header .head_logo {
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  align-items: center;
}

#header .head_logo a {
  display: grid !important;
  grid-auto-flow: column;
  align-items: center;
  gap: 16px;
}

#header .head_logo .logo_box {
  display: flex;
  gap: 16px;
  align-items: center;
}

#header .head_logo .logo_box .logo_kgrr {
  width: 80px;
}

#header .head_logo .logo_box .logo_kanto-ic {
  width: 48px;
}

#header .head_logo b {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 2px;
}

#header .head_time {
  display: flex;
  gap: 24px;
}

/* nav */
#header .nav {
  position: relative;
  background-color: var(--color-main01);
}

#header .nav .hamburger_button {
  display: none;
}

#header .nav .nav_lists {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  list-style: none;
}

#header .nav .nav_item {
  position: relative;
  height: 32px;
  transition: .3s;
}

#header .nav .nav_item a,
#header .nav .nav_item p,
#header .nav .nav_item li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
}

#header .nav .nav_item::before,
#header .nav .nav_item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: var(--color-main03);
  transform: translateY(-50%);
}

#header .nav .nav_item::before {
  right: 0;
}

#header .nav .nav_item:first-child::after {
  left: 0;
}

#header .nav .nav_item a,
#header .nav .nav_item .dummy {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  transition: .3s;
}

#header .nav .nav_item .dummy {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
}

#header .nav .nav_item.dd {
  position: relative;
}

#header .nav .dropdown_lists {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;

  width: 100%;
  padding: 0 12px;

  list-style: none;

  border-radius: var(--border-rd-4);
  background-color: var(--color-main01);

  opacity: 0;
  pointer-events: none;

  transition: opacity .3s ease;
}

#header .nav .dropdown_lists::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;

  width: 100%;
  height: 8px;
}

#header .nav .nav_item.dd:hover .dropdown_lists {
  opacity: 1;
  pointer-events: auto;
}

#header .nav .dropdown_item:not(:last-child) {
  border-bottom: 1px solid var(--color-main03);
}

#header .nav .dropdown_item a {
  justify-content: flex-start;
  padding: 12px 0;
  color: #fff;
}

#header .nav .box_arrow::before {
  right: 0;
  width: 14px;
  height: 14px;
}



/* footer */
body.home #footer .bread_area {
  display: none;
}

body.custom_news #footer {
  border-top: 1px solid var(--color-gy01);
}

#footer .bread_area {
  max-width: 1100px;
  margin: 0 auto;
}

#footer .bread_area ul {
  display: flex;
  align-items: center;
  padding: 10px 16px;


}

#footer .bread_area ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
}

#footer .bread_area ul li+li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-bk);
  margin: 0 12px;
  display: inline-block;
}

#footer .bread_area .icon_home {
  width: 12px;
  height: auto;
  display: flex;
}

#footer .main_area {
  background-color: var(--color-bk);
  color: #FFF;
  padding: 80px 16px;
  font-weight: 700;
  font-size: 14px;
}

#footer .main_area .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "logo nav"
    "sns btn";
  justify-content: space-between;
  row-gap: 100px;
}

#footer .main_area a {
  color: #FFF;
}

#footer .main_area .logo {
  /* display: grid;
  grid-template-areas: "kgrr kanto-ic"
    "txt txt";
  align-self: start;
  align-items: center;
  row-gap: 24px;
  column-gap: 20px; */
  grid-area: logo;
}

#footer .main_area .logo .warp_img {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 24px;
}

#footer .main_area .logo .kgrr {
  width: 140px;
}

#footer .main_area .logo .kanto-ic {
  width: 80px;
}

#footer .main_area .logo b {
  grid-area: txt;
  font-size: 20px;
}

#footer .nav {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-end;
  gap: 32px;
  grid-area: nav;
}

#footer .nav .nav_lists {
  line-height: 1.2em;
  border-left: 1px solid var(--color-gy01);
  padding-left: 32px;
}

#footer .nav .nav_lists:first-child {
  border-left: none;
  padding-left: 0;
}

#footer .nav .nav_lists a,
#footer .nav .nav_lists .dummy {
  padding: 12px 8px;
  display: block;
}

#footer .nav .dropdown_item a {
  font-size: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
}

#footer .nav .icon_dropdown:before {
  background-color: #FFF;
}

#footer .nav .box_arrow::before {
  display: none;
}

#footer .sns {
  grid-area: sns;
}

#footer .sns p {
  margin-bottom: 10px;
}

#footer .sns .sns_lists {
  display: flex;
  gap: 8px;
}

#footer .sns .sns_lists li {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

#footer .sns .sns_lists li a {
  display: grid;
  place-content: center;
}

#footer .sns .sns_lists li .ig {
  width: 24px;
}

#footer .sns .sns_lists li .x {
  width: 20px;
}

#footer .sns .sns_lists li .yt {
  width: 25px;
}

#footer .btn {
  grid-area: btn;
}

#footer .btn.nav_double {
  margin: auto 0px 0 auto;
}

#footer .btn.nav_double a {
  background-color: var(--color-main01);
}

#footer .btn.nav_double a:first-child::before {
  background-color: var(--color-main03);
}

#footer .sns .sns_lists li img {
  width: 100%;
}

#footer small {
  font-size: 12px;
  text-align: center;
  padding: 16px 0;
  display: block;
}


/* topページ */
#kantoIC.home section {
  padding: 100px 16px;
}

#kantoIC .nm_box {
  border-radius: var(--border-rd-10);
  padding: 56px 48px 64px;
}

#kantoIC.home .sec_ttl {
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 56px;
}

#kantoIC.home .sec_ttl .subttl {
  font-size: 16px;
  line-height: 1em;
  display: block;
  margin-bottom: 28px;
}

#kantoIC.home .sec_ttl .subttl:before {
  content: '';
  display: inline-block;
  margin: 0 8px 1px 0;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background-color: var(--color-main01);
}

#kantoIC.home #kv {
  padding: 0;
}

#kantoIC.home .sec_info {
  background-color: var(--color-main02);
}

#kantoIC.home #message {
  padding: 120px 16px 160px;

}

#kantoIC.home #message .wrap_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#kantoIC.home #message .area_txt .logo {
  width: 160px;
  margin-bottom: 70px;
}

#kantoIC.home #message .wrap_contents .area_txt b {
  line-height: 2em;
}

#kantoIC.home #message .area_pic {
  position: relative;
}

#kantoIC.home #message .area_pic img {
  position: absolute;
  width: min(766px, 76.6vmin);
  top: -46px;
  left: -100px;
}

#news .nm_box .wrap_contents {
  display: flex;
  gap: min(70px, 7vw);
}

#news .area_picup {
  flex: 1;
}

#news .area_least {
  flex: 1.5;
}

#news .news_time {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}

#news .area_picup h3 {
  margin-bottom: 16px;
}

#news .pickup_list,
#news .least_list {
  display: grid;
}

#news .pickup_list {
  gap: 16px;
}

#news .area_picup .item,
#news .area_least .item {
  position: relative;
  font-weight: 600;
}

#news .area_picup .item:not(#news .item.no_post) {
  background-color: var(--color-main04);
  border-radius: var(--border-rd-4);
  border: 1px solid var(--color-main01);
}

#news .item.no_post {
  color: #a4a4a4;
}

#news .area_picup .pickup_list .item a,
#news .area_least .least_list .item a {
  display: flex;
  flex-flow: column;
  height: 100%;
  gap: 4px;
}

#news .area_picup .pickup_list .item a {
  padding: 16px 50px 16px 20px;
}

#news .area_least .least_list .item a {
  padding: 26px 50px 26px 0;
}

#kantoIC.single-news img {
  width: auto;
  max-width: 100%;
}

#kantoIC.single-news h3 {
  font-size: 24px;
  border-bottom: 2px solid var(--color-gy01);
  padding-bottom: 16px;
  margin-bottom: 56px;
  line-height: 1.4em;
}

#kantoIC.single-news .news_time {
  margin-bottom: 16px;
}


#kantoIC.home #about {
  background-color: #e8ddc4;
  position: relative;

}

#kantoIC.home #about:before,
#kantoIC.home #about:after {
  content: '';
  position: absolute;
  z-index: 1;
}

#kantoIC.home #about:before {
  top: 0;
  right: 0;
  background: center / cover no-repeat url(../img/top/about_bg_right_top.svg);
  width: min(628px, 62.8vmin);
  height: min(426px, 42.6vmin);
}

#kantoIC.home #about:after {
  bottom: 0;
  left: 0;
  background: center / cover no-repeat url(../img/top/about_bg_left_bottom.svg);
  width: min(634px, 63.4vmin);
  height: min(614px, 61.4vmin);
}

#kantoIC.home #about .feature_list {
  display: grid;
  gap: 32px;
}

#kantoIC.home #about .feature_list .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

#kantoIC.home #about .feature_list .area_pic {
  height: 100%;
}

#kantoIC.home #about .feature_list .area_pic img {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  height: 100%;
}

#kantoIC.home #about .feature_list .area_txt .wrap_ttl {
  display: grid;
  gap: 28px;
  border-bottom: 1px solid var(--color-gy01);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#kantoIC.home #about .feature_list .area_txt {
  background-color: #FFF;
  border-radius: 0 10px 10px 0;
  padding: 40px 56px;
}

#kantoIC.home #about .feature_list .area_txt .number {
  font-size: 56px;
  line-height: 1em;
  /* margin-bottom: 28px; */
}

#kantoIC.home #about .feature_list .area_txt .feature_ttl {
  font-size: 30px;
  line-height: 1.2em;



}

#kantoIC.home #about .feature_list .btn.nm {
  width: 250px;
  height: 50px;
  margin: 40px 0 0;
}

#kantoIC.home #access .name {
  margin-bottom: 32px;
  display: block;
}

#kantoIC.home #access .txt {
  margin-bottom: 24px;
}

#kantoIC.home #access .note {
  margin-bottom: 32px;
}

#kantoIC.home #access .map {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}

#kantoIC.home #access .access_list {
  display: grid;
  gap: 48px;
}

#kantoIC.home #access .access_list h3 {
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
}

#kantoIC.home #access .access_list .train h3::before,
#kantoIC.home #access .access_list .car h3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;

}

#kantoIC.home #access .access_list .train h3::before {
  width: 16px;
  height: 20px;
  background: center / contain no-repeat url(../img/top/icon_train.svg);

}

#kantoIC.home #access .access_list .car h3::before {
  width: 19px;
  height: 17px;
  background: center / contain no-repeat url(../img/top/icon_car.svg);
}

#kantoIC.home #access .access_list .train .desc_list {
  display: grid;
  gap: 32px;
}

#kantoIC.home #access .access_list .car .desc_list {
  margin-bottom: 32px;
}

#kantoIC.home #access .wrap_btn {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 40px;
}


/* 下層ページ共通 */
#kantoIC .second_head {
  background: center / cover no-repeat url(../img/second_bg.jpg);
  height: 300px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

#kantoIC .second_h2 {
  font-weight: 800;
  font-size: 56px;
  line-height: 1.2em;
  width: 100%;
  max-width: 1100px;
  color: var(--color-bk);
  margin: 0 auto;
}

#kantoIC .second_h2 span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1em;
  margin-bottom: 8px;
  color: var(--color-main01);
}

#kantoIC .second .top_copy {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

/* about */
#kantoIC.about h3 {
  font-size: 28px;
  margin-bottom: 32px;
}

#kantoIC.about .list_nm_box {
  display: grid;
  gap: 48px;
}

#kantoIC.about .nm_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  column-gap: 54px;
  align-items: center;
  padding: 48px 48px 48px 40px;
}

#kantoIC.about .nm_box .area_txt {
  text-align: justify;
}

#kantoIC.about .nm_box .area_pic {
  display: flex;
  gap: 40px;
}

#kantoIC.about .nm_box .area_pic .number {
  font-size: 28px;
  line-height: 1;
}

#kantoIC.about .nm_box .area_pic img {
  border-radius: var(--border-rd-4);
}

/* picup */
#kantoIC.pickup .list_profile .item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  padding: 56px 0;
  border-top: 2px solid var(--color-gy01);
}

#kantoIC.pickup .area_pic img {
  border-radius: var(--border-rd-4);
}

#kantoIC.pickup .area_pic.vertical {
  display: grid;
  justify-content: center;
}

#kantoIC.pickup .area_pic.vertical img {
  width: auto;
  height: 400px;
}

#kantoIC.pickup .area_txt h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

#kantoIC.pickup .area_txt h3 span {
  display: block;
  font-size: 16px;
}

#kantoIC.pickup .area_txt .profile {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 12px;
  margin-bottom: 16px;
}

#kantoIC.pickup .area_txt .desc {
  margin-bottom: 24px;
  text-align: justify;
}

#kantoIC.pickup .area_txt .comment p {
  text-align: justify;
}

/* guide */
#kantoIC.guide .jump_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#kantoIC.guide .jump_link {
  margin: 0;
  width: 100%;
  height: 50px;
}

#kantoIC.guide .jump_link .box_arrow.gy::before {
  background: center / contain no-repeat url(../img/link_btn_gy_jump.svg);
}

#kantoIC.guide .jump_list .note {
  font-size: 10px;
  margin-top: 16px;
}

#kantoIC.guide h3 {
  font-size: 40px;
  margin: 120px 0 56px;
  text-align: center;
}

#kantoIC.guide .list_nm_box {
  display: grid;
  gap: 48px;
}

#kantoIC.guide .list_nm_box .nm_box {
  padding: 48px 40px;
}

#kantoIC.guide .list_nm_box .nm_box h4 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

#kantoIC.guide .list_nm_box .nm_box h4:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background-color: var(--color-main01);
  margin-right: 12px;

}

#kantoIC.guide .nm_box .wrap_contents {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0 56px;
}

#kantoIC.guide .nm_box .area_pic img {
  border-radius: var(--border-rd-4);
}

#kantoIC.guide .nm_box .area_txt h5 {
  font-size: 20px;
  line-height: 1.4em;
}

#kantoIC.guide .nm_box .area_txt h5,
#kantoIC.guide .nm_box .area_txt strong {
  margin-bottom: 8px;
}

#kantoIC.guide .nm_box .area_txt .desc {
  margin-bottom: 28px;
  text-align: justify;
}

#kantoIC.guide .nm_box .area_txt .comment {
  text-align: justify;
}

#kantoIC.guide .nm_box .area_txt strong {
  display: flex;
  align-items: center;
  line-height: 1.2em;
}

#kantoIC.guide .nm_box .area_txt strong::before {
  content: '';
  display: inline-block;
  background: center / contain no-repeat url(../img/icon_comment.svg);
  width: 18px;
  height: 18px;
  margin: 4px 5px 0 0;
}


#kantoIC .accordion .number {
  margin-bottom: 8px;
  font-size: 20px;
}

#kantoIC .accordion .nm_box {
  padding: 0;
}

#kantoIC .accordion .answer_list {
  text-align: left;
  line-height: 1.8em;
}

#kantoIC .accordion-a-content .answer_list {
  text-align: justify;
}

#kantoIC .accordion-q-prefix,
#kantoIC .accordion-a-prefix {
  content: '';
  position: absolute;
  left: 24px;
  width: 60px;
  height: 60px;
}

#kantoIC .accordion-q-prefix {
  top: 24px;
  background: center / contain no-repeat url(../img/second/quiz_icon_q.svg);
}

#kantoIC .accordion-a-prefix {
  top: 16px;
  background: center / contain no-repeat url(../img/second/quiz_icon_a.svg);
}

#kantoIC .accordion-q-content {
  display: block;
  text-align: left;
  margin-bottom: 16px;

}

#kantoIC .accordion-q-content,
#kantoIC .accordion-a-content {
  font-size: 20px;
}

#kantoIC .accordion-q-icon {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-color: var(--color-bk);
  border-radius: 2px;
}



#kantoIC .accordion-q-icon::before,
#kantoIC .accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #FFF;
  top: 11px;
}

#kantoIC .accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

#kantoIC .accordion-q button {
  display: block;
  position: relative;
  width: 100%;
  transition: opacity 400ms;
  padding: 24px 72px 24px 108px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
}

#kantoIC .accordion-a {
  display: none;
  overflow: hidden;
}

#kantoIC .accordion-a-inner {
  position: relative;
  padding: 16px 24px 24px 108px;
}

#kantoIC .accordion>li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}



#kantoIC.quiz .page-content {
  display: none;
}

#kantoIC.quiz .page-content.is-show {
  display: grid;
  gap: 40px;
}

#kantoIC .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 64px;
}

#kantoIC.quiz .page-btn,
#kantoIC .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-bk);
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  font-family: var(--font-en);
  font-weight: 600;
}

#kantoIC .page-numbers.next,
#kantoIC .page-numbers.prev {
  display: none;
}

#kantoIC .page-numbers {
  display: grid;
  place-items: center;
}

#kantoIC.quiz .page-btn.is-active,
#kantoIC .page-numbers.current {
  background: var(--color-bk);
  color: #fff;
}

#kantoIC.wallpaper .top_copy span {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}

#kantoIC.wallpaper .area_sp,
#kantoIC.wallpaper .area_pc {
  margin-bottom: 80px;
}

#kantoIC.wallpaper h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

#kantoIC.wallpaper h3:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 24px;
  background-color: var(--color-main01);
  margin-right: 12px;
}

#kantoIC.wallpaper .list_wall {
  display: grid;
}

#kantoIC.wallpaper .area_sp .list_wall {
  grid-template-columns: repeat(3, 250px);
  gap: 64px;
}

#kantoIC.wallpaper .area_pc .list_wall {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#kantoIC.wallpaper .list_wall .btn.nm {
  width: 200px;
  height: 50px;
  margin-top: 20px;
}

#kantoIC.wallpaper .list_wall figcaption {
  font-weight: 600;
}

#kantoIC.wallpaper .list_wall .ex_link::after {
  width: 14px;
  height: 14px;
  margin: 2px 0 0 16px;
}

#kantoIC.wallpaper .area_note p {
  font-size: 14px;
}

#kantoIC.wallpaper-child .inner .item {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#kantoIC.ticket section {
  display: flex;
  gap: 56px;
}

#kantoIC.ticket .area_pic {
  max-width: 500px;
  height: auto;
  flex: 1;
}

#kantoIC.ticket .area_pic figcaption {
  margin-top: 10px;
  font-size: 14px;
}

#kantoIC.ticket .area_txt {
  flex: 1.4;
}

#kantoIC.ticket .area_txt h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

#kantoIC.ticket .area_txt .list_info {
  display: grid;
  gap: 32px;
}

#kantoIC.ticket .area_txt .list_info .list_item b {
  border-bottom: 2px solid var(--color-gy01);
  width: 100%;
  display: block;
  margin-bottom: 8px;
}


@media(min-width:769px) {
  body a:hover {
    opacity: 0.5;
  }

  #header .nav .icon_dropdown:before {
    display: none;
  }

  #header .nav .plus_icon {
    display: none;
  }

  #header .nav .icon_dropdown::before {
    display: none;
  }

  #kantoIC.post-type-archive-news #news .area_least .least_list .item a {
    padding: 30px 50px 30px 0;
    flex-flow: row;
    align-items: center;
    gap: 24px;
  }

  #kantoIC.custom_news #news .news_time {
    font-size: 14px;
  }

}




@media(max-width:768px) {

  /* 共通 */
  body .btn.nav_double {
    width: 100%;
    max-width: unset;
  }

  #header .nav .btn.nav_double {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 318px;
    height: 48px;
    background-color: var(--color-bk);
    font-size: 14px;
    font-weight: 700;
    border-radius: var(--border-rd-4);
  }

  body .btn.nm {
    margin-top: 48px;
  }

  body .list_overview .item {
    flex-flow: column;
    gap: 0;
    padding: 20px 0;
  }

  body .btn.footer_sticky {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    background-color: var(--color-bk);
    width: 100%;
    height: 32px;
    z-index: 4;

  }

  body .btn.footer_sticky a {
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body .area_timer_sp {
    padding: 4px 0;
    background-color: var(--color-main02);
  }

  body .fs_mid {
    font-size: 18px;
  }

  body .box_arrow::before {
    right: 20px;
  }



  /* header */
  #header {
    height: 60px;
  }

  #header .wrap_header {
    height: 60px;
  }

  #header .area_top {
    padding: 0;
  }

  #header .head_logo {
    position: absolute;
    top: 10px;
    left: 16px;
  }

  #header .head_logo a {
    gap: 10px;
    justify-content: flex-start;
  }

  #header .head_logo b {
    font-size: 14px;
    margin-top: 2px;
  }

  #header .head_logo .logo_box {
    gap: 14px;
  }

  #header .head_logo .logo_box .logo_kgrr {
    width: 70px;
  }

  #header .head_logo .logo_box .logo_kanto-ic {
    width: 40px;
  }

  /* nav */
  #header .nav::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 5;

    background-color: rgba(0, 0, 0, 0.3);

    opacity: 0;
    visibility: hidden;

    transition:
      opacity .3s ease,
      visibility .3s ease;
  }

  #header .nav.is-open::before {
    opacity: 1;
    visibility: visible;
  }

  /* hamburger */
  #header .nav .hamburger_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;

    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 7;

    width: 40px;
    height: 40px;

    padding: 0;

    border: none;
    border-radius: 2px;

    background-color: var(--color-main01);
  }

  #header .nav .hamburger_bar {
    width: 24px;
    height: 2px;

    border-radius: 1px;
    background-color: #fff;

    transition: .3s;
  }

  #header .nav.is-open .hamburger_bar:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg);
  }

  #header .nav.is-open .hamburger_bar:nth-of-type(2) {
    opacity: 0;
  }

  #header .nav.is-open .hamburger_bar:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  /* nav panel */
  #header .nav .nav_lists {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;

    width: 60%;
    max-width: none;

    padding: 50px 24px 30px;

    background-color: #fff;
    border-bottom-left-radius: 8px;

    overflow-y: auto;

    opacity: 0;
    transform: translateX(100%);

    transition:
      transform .3s ease,
      opacity .3s ease;
  }

  #header .nav.is-open .nav_lists {
    opacity: 1;
    transform: translateX(0);
  }

  /* item */
  #header .nav .nav_item {
    height: auto;
  }

  #header .nav .nav_item::before,
  #header .nav .nav_item:first-child::after {
    display: none;
  }

  /* link */
  #header .nav .nav_item a,
  #header .nav .nav_item .dummy {
    justify-content: flex-start;

    height: auto;
    padding: 10px 0;
    color: var(--color-bk);
  }

  #header .nav .nav_item .dummy {
    width: fit-content;
    padding: 0 20px 0 0;
    margin: 10px 0 6px;
  }

  /* dropdown button */
  #header .nav .dropdown_toggle {
    position: relative;
    padding-right: 28px;
  }

  /* dropdown */
  #header .nav .dropdown_lists {
    position: static;

    width: 100%;
    max-height: 0;
    padding: 0 0 0 12px;

    background-color: transparent;
    border-radius: 0;

    opacity: 0;
    overflow: hidden;
    pointer-events: none;

    transition:
      max-height .3s ease,
      opacity .3s ease;
  }

  #header .nav .nav_item.dd.is-open .dropdown_lists {
    max-height: 200px;
    opacity: 1;
    pointer-events: auto;
  }

  #header .nav .dropdown_lists::before {
    display: none;
  }

  #header .nav .dropdown_item:not(:last-child) {
    border-bottom: none;
  }

  #header .nav .dropdown_item a {
    padding: 6px 0;
    font-size: 14px;
  }

  #header .nav .dropdown_item:last-child a {
    padding: 6px 0 10px;
  }

  #header .nav .box_arrow::before {
    display: none;
  }

  #header .nav .icon_dropdown::before {
    display: none;
  }

  #header .nav .nav_item .ex_link::after {
    background:
      center / contain no-repeat url(../img/icon_ex_link_bk.svg);
  }

  /* plus icon */
  #header .nav .plus_icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }

  #header .nav .plus_icon::before,
  #header .nav .plus_icon::after {
    content: "";
    position: absolute;
    background-color: var(--color-bk);
  }

  #header .nav .plus_icon::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
  }

  #header .nav .plus_icon::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
  }

  #header .nav .nav_item.dd.is-open .plus_icon::after {
    display: none;
  }







  /* footer */
  #footer {
    margin-bottom: 32px;
  }

  #footer .main_area {
    padding: 40px 16px 56px;
  }

  #footer .main_area a {
    width: 100%;
  }

  #footer .main_area .inner {
    grid-template-areas: "logo" "nav" "btn" "sns";
    justify-content: center;
    row-gap: 0;
  }

  #footer .main_area .logo {
    margin-bottom: 30px;
  }

  #footer .main_area .logo .warp_img {
    justify-content: center;
    gap: 32px;
    margin-bottom: 20px;
  }

  #footer .main_area .logo .kgrr {
    width: 110px;
  }

  #footer .main_area .logo p {
    font-size: 18px;
    text-align: center;
  }

  #footer .nav {
    grid-template-areas: "a b"
      "c c";
    /* column-gap: 24px; */
    row-gap: 20px;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  #footer .nav .nav_lists {
    padding-left: 0;
    border-left: none;
  }

  #footer .nav .nav_lists a,
  #footer .nav .nav_lists .dummy {
    padding-left: 0;
    padding: 10px 0px;
  }

  #footer .nav .dropdown_item a {
    padding: 8px 0px;
  }

  #footer .nav .area_a {
    grid-area: a;
  }

  #footer .nav .area_b {
    grid-area: b;
  }

  #footer .nav .area_c {
    grid-area: c;
    display: grid;
    grid-auto-flow: column;
    /* grid-template-columns: 1fr 1fr; */
    gap: 20px;
    padding-left: 0;

  }

  #footer .sns {
    display: grid;
    justify-content: center;
  }

  #footer .sns .sns_lists {
    margin: 0 auto;
  }

  #footer .btn.nav_double {
    margin: 0 auto 40px;
  }



  /* topページ */
  #kantoIC.home section:not(#kv) {
    padding: 48px 16px;
  }

  #kantoIC.home .nm_box {
    padding: 32px 16px 40px;
  }

  #kantoIC.home .sec_ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }

  #kantoIC.home .sec_ttl .subttl {
    margin-bottom: 14px;
  }

  #kantoIC.home #message .area_txt .logo {
    margin: 0 auto 28px;
    width: 100px;
  }

  #kantoIC.home #message .wrap_contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #kantoIC.home #message .wrap_contents .area_txt {
    order: 2;
  }

  #kantoIC.home #message .wrap_contents .area_txt b {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }

  #kantoIC.home #message .wrap_contentss .area_pic {
    order: 1;
  }

  #kantoIC.home #message .area_pic {
    height: 90vw;
    max-height: 450px;
  }

  #kantoIC.home #message .area_pic img {
    height: 100%;
    width: auto;
    margin-left: -44px;
    top: 0;
    right: 0;
    left: -35px;
    margin: 0 auto;
  }

  #news .nm_box .wrap_contents {
    flex-flow: column;
    gap: 40px;
  }

  #news .area_least h3 {
    margin-bottom: 0;
  }


  #news .area_picup .item a {
    padding: 16px 50px 16px 16px;
  }

  #news .area_least .least_list .item a {
    padding: 16px 50px 16px 0;
  }

  #kantoIC.single-news h3 {
    margin-bottom: 40px;
    font-size: 20px;
    padding-bottom: 10px;
  }

  #kantoIC.single-news .news_time {
    margin-bottom: 6px;
  }

  #kantoIC.home #about {
    padding: 72px 16px 48px !important;
    overflow: hidden;
  }

  #kantoIC.home #about:before {
    top: -16px;
  }

  #kantoIC.home #about .feature_list .item {
    grid-template-columns: 1fr;
  }

  #kantoIC.home #about .feature_list .area_pic img {
    border-radius: 10px 10px 0 0;
  }

  #kantoIC.home #about .feature_list .area_txt {
    border-radius: 0 0 10px 10px;
    padding: 24px 16px 32px;
  }

  #kantoIC.home #about .feature_list .area_txt .feature_ttl {
    font-size: 28px;
  }

  #kantoIC.home #about .feature_list .area_txt .wrap_ttl {
    gap: 12px;
    grid-auto-flow: column;
    justify-content: flex-start;
    padding-bottom: 10px;
    align-items: center;
  }

  #kantoIC.home #about .feature_list .area_txt .number {
    font-size: 38px;
  }

  #kantoIC.home #about .feature_list .btn.nm {
    margin: 32px auto 0;
  }

  #kantoIC.home #access .wrap_btn {
    grid-auto-flow: row;
    gap: 12px;
  }

  #kantoIC.home #access .wrap_btn .btn:nth-child(2) {
    margin-top: 0;
  }

  #kantoIC.home #access .map {
    height: 200px;
    margin-bottom: 32px;
  }

  #kantoIC.home #access .note {
    margin-bottom: 24px;
  }

  #kantoIC.home #access .name {
    margin-bottom: 16px;
  }

  #kantoIC.home #access .txt {
    margin-bottom: 16px;
  }

  #kantoIC.home #access .access_list h3 {
    margin-bottom: 16px;
  }

  #kantoIC.home #access .access_list .train .desc_list {
    gap: 10px;
  }

  #kantoIC.home #access .access_list .car .desc_list {
    margin-bottom: 10px;
  }

  #news .pickup_list {
    gap: 12px;
  }

  /* second */
  body .second .outer {
    padding: 60px 16px 80px;
  }

  #kantoIC .second_head {
    background: center bottom / cover no-repeat url(../img/second_bg_sp.jpg);
    padding: 0 16px;
    height: 140px;
  }

  #kantoIC .second_h2 {
    font-size: 30px;
  }

  #kantoIC .second_h2 span {
    font-size: 16px;
    margin-bottom: 6px;
  }

  #kantoIC .second .top_copy {
    font-size: 16px;
    margin-bottom: 48px;
    text-align: left;
  }

  /* about */
  #kantoIC .second .nm_box {
    padding: 24px 16px;
  }

  #kantoIC.about h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  #kantoIC.about .nm_box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #kantoIC.about .nm_box .area_pic {
    gap: 12px;
  }

  #kantoIC.about .nm_box .area_pic .number {
    font-size: 25px;
  }

  #kantoIC.pickup .list_profile .item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 0;

  }

  #kantoIC.pickup .area_pic.vertical img {
    height: 300px;
  }

  #kantoIC.pickup .area_txt {
    gap: 20px;
  }

  #kantoIC.guide h3 {
    font-size: 32px;
    margin: 72px 0 32px;
  }

  #kantoIC.guide .jump_list {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 20px 16px;
  }

  #kantoIC.guide .jump_list .note {
    margin-top: 4px;
  }

  #kantoIC.guide .jump_link {
    height: 40px;
  }

  #kantoIC.guide .jump_link a {
    font-size: 14px;
    padding-right: 12px;
  }

  #kantoIC.guide .jump_link .box_arrow::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }

  #kantoIC.guide .nm_box .wrap_contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #kantoIC.guide .list_nm_box .nm_box {
    padding: 24px 20px;
  }

  #kantoIC.guide .list_nm_box .nm_box h4 {
    align-items: self-start;
    font-size: 20px;
    margin-bottom: 20px;
  }

  #kantoIC.guide .nm_box .area_txt h5 {
    font-size: 18px;
  }

  #kantoIC.guide .nm_box .area_txt .desc {
    margin-bottom: 24px;
  }

  #kantoIC.quiz .second .nm_box {
    padding: 0;
  }

  #kantoIC .accordion .number,
  #kantoIC .accordion-q-content,
  #kantoIC .accordion-a-content {
    font-size: 18px;
  }

  #kantoIC .accordion-q button {
    padding: 16px 48px 16px 64px;
  }

  #kantoIC .accordion-a-inner {
    padding: 12px 16px 16px 64px;
  }

  #kantoIC .accordion-q-icon {
    top: 16px;
    right: 12px;
  }

  #kantoIC .accordion-q-prefix,
  #kantoIC .accordion-a-prefix {
    width: 40px;
    height: 40px;
    left: 12px;
  }

  #kantoIC .accordion-q-prefix {
    top: 16px;
  }

  #kantoIC .accordion-a-prefix {
    top: 12px;
  }

  #kantoIC .accordion-q-content {
    margin-bottom: 12px;
  }

  #kantoIC.wallpaper .top_copy span {
    font-size: 24px;
  }

  #kantoIC.wallpaper h3 {
    font-size: 22px;
  }

  #kantoIC.wallpaper h3:before {
    height: 22px;
  }

  #kantoIC.wallpaper .area_sp .list_wall {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }

  #kantoIC.wallpaper .area_pc .list_wall {
    grid-template-columns: 1fr;
  }

  #kantoIC.wallpaper .list_wall .btn.nm {
    width: 100%;
    max-width: 180px;
    margin-top: 16px;
    height: 42px;
  }

  #kantoIC.wallpaper .list_wall .btn.nm a {
    font-size: 14px;
  }

  #kantoIC.wallpaper .list_wall .ex_link::after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }

  #kantoIC.ticket section {
    flex-flow: column;
    gap: 40px;
  }

  #kantoIC.ticket .area_txt .list_info {
    gap: 20px;
  }
}



/* グレー 公開時、ex_linkにかえる*/


#kantoIC .grayout {
  pointer-events: none;

}

#kantoIC .grayout.ver01 {
  color: #a4a4a4;
}

#kantoIC .grayout.ver02 {
  color: #cab176;
}