@charset "UTF-8";

/*=====================

アクセス CSS

=====================*/

article {
  overflow: clip!important;
}

.c-page-caption {
  margin-bottom: 10px;
}


/*---------------------*/
/* 共通 */
/*---------------------*/

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 430px) {
}


/*---------------------*/
/*メインタイトル*/
/*---------------------*/
.mainTtlArea .ttl_icon {
  position: absolute;
  bottom: 4%;
  right: 2%;
  width: 10%;
  z-index: 10;
  animation: ttl_icon_fadein 1s ease-in-out 0.3s forwards;
  opacity: 0;
}
.mainTtlArea .ttl_icon img {
  animation: ttl_icon 2s ease-in-out 1.3s infinite;
}
/* アニメーション */
@keyframes ttl_icon_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ttl_icon {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(0deg);
  }
  30% {
    transform: translate(0, -10px) rotate(0deg);
  }
  40% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  50% {
    transform: translate(0, -10px) rotate(0deg);
  }
  60% {
    transform: translate(0, -10px) rotate(-7deg);
  }
  70% {
    transform: translate(0, -10px) rotate(0deg);
  }
  80% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}


/* Tab */
@media only screen and (max-width: 768px) {
  .mainTtlArea .ttl_icon {
    width: 18%;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  .mainTtlArea .ttl_icon {
    width: 15%;
  }
}



/*---------------------*/
/*3駅3路線*/
/*---------------------*/
#trainLine {
  width: 100%;
  background: url(../images/access/bg_01.webp) no-repeat 0% 0%/contain;
}

#trainLine .conCopy {
  width: 100%;
  margin-bottom: 3em;
}
#trainLine .conCopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(27px, 3.2vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

#trainLine .rosen {
  margin-bottom: 4em;
}

#trainLine .st_wrap {
  margin-bottom: 3em;
}
#trainLine .st_wrap h4 {
  font-feature-settings: "halt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333;
  text-align: left;
}
#trainLine .st_wrap h4 > span {
  font-size: 22px;
}

#trainLine .st_infoArea {
  width: 100%;
  background: #f6f4ee;
  padding: 3em;
  box-sizing: border-box;
}

#trainLine .st_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
  margin: 0;
  padding: 0;
}
#trainLine .st_wrap ul li {
  padding-bottom: 0.6em;
  border-bottom: solid 1px #191919;
}
#trainLine .st_wrap ul.st_2 li {
  width: calc((100% - 2em) / 2);
}
#trainLine .st_wrap ul.st_3 li {
  width: calc((100% - 4em) / 3);
}

#trainLine .st_wrap ul li p {
  font-feature-settings: "halt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
#trainLine .st_pri {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
}
#trainLine .st_pri > .large {
  font-size: 28px;
  line-height: 1;
}
#trainLine .st_pri > .huge {
  font-size: 44px;
  line-height: 1;
}
#trainLine .st_detail {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
#trainLine .cl {
  color: #800319;
}

#trainLine .st_cap {
  font-feature-settings: "halt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin: 0;
}

#trainLine .rosen_tab {
  margin-top: 5em;
}
#trainLine .rosen_tab ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#trainLine .tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  padding: 0;
  margin-bottom: 2em;
}
#trainLine .tab {
  text-align: center;
  width: calc((100% - 2em) / 3);
  padding: 1em;
  box-sizing: border-box;
  background: #C9C9C9;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #808080;
}
#trainLine .tab.active {
  background: #CBC48E;
  background: linear-gradient(180deg,rgba(203, 196, 142, 1) 0%, rgba(161, 148, 79, 1) 100%);
  color: #333;
}
#trainLine .tab_content {
  display: none;
  border: solid 1px #333;
  padding: 2em;
  box-sizing: border-box;
  margin-top: 2em;
}
#trainLine .tab_content.show {
  display: block;
}


/* Tab */
@media only screen and (max-width: 768px) {
  #trainLine .conCopy {
    margin-bottom: 2em;
  }
  #trainLine .conCopy p {
    /*font-size: clamp(27px, 3.2vw, 32px);*/
    font-size: 3.516vw;
  }

  #trainLine .rosen {
    margin-bottom: 2em;
  }

  #trainLine .st_wrap {
    margin-bottom: 2em;
  }
  #trainLine .st_wrap h4 {
    /*font-size: 16px;*/
    font-size: 2.865vw;
  }
  #trainLine .st_wrap h4 > span {
    /*font-size: 22px;*/
    font-size: 3.646vw;
  }

  #trainLine .st_infoArea {
    padding: 1.5em;
  }

  #trainLine .st_wrap ul {
    gap: 2em;
  }
  #trainLine .st_wrap ul.st_2 li {
    width: calc((100% - 2em) / 2);
  }
  #trainLine .st_wrap ul.st_3 li {
    width: calc((100% - 2em) / 2);
  }
  #trainLine .st_wrap ul.st_3 li:last-child {
    width: 100%;
  }

  #trainLine .st_pri {
    /*font-size: 16px;*/
    font-size: 2.865vw;
  }
  #trainLine .st_pri > .large {
    /*font-size: 28px;*/
    font-size: 4.297vw;
  }
  #trainLine .st_pri > .huge {
    /*font-size: 44px;*/
    font-size: 5.729vw;
  }
  #trainLine .st_detail {
    font-size: 10px;
  }

  #trainLine .st_cap {
    font-size: 10px;
  }

  #trainLine .rosen_tab {
    margin-top: 4em;
  }
  #trainLine .tab-container {
    gap: 0.5em;
    margin-bottom: 1em;
  }
  #trainLine .tab {
    width: calc((99% - 1em) / 3);
    padding: 1em 0;
    margin: 0;
    /*font-size: 20px;*/
    font-size: 3.385vw;
    line-height: 1.4;
  }
  #trainLine .tab_content {
    padding: 1.5em;
    margin-top: 1em;
  }
}

/* sp */
@media only screen and (max-width: 430px) {

  #trainLine .st_infoArea {
    padding: 1.2em;
  }

  #trainLine .st_wrap ul.st_2 li {
    width: 100%;
  }
  #trainLine .st_wrap ul.st_3 li {
    width: 100%;
  }

  #trainLine .rosen_tab {
    margin-top: 4em;
  }
  #trainLine .tab-container {
    gap: 0.5em;
    margin-bottom: 1em;
  }
  #trainLine .tab {
    width: calc((99% - 1em) / 3);
    /*font-size: 20px;*/
    font-size: 4.186vw;
  }
}



/*---------------------*/
/*相鉄・JR直通線×相鉄・東急直通線*/
/*---------------------*/
#train.content {
  width: 100%;
  padding: 2em 0 5em;
}
#train .conTtlArea {
  padding: 2em 0;
}
#train .conTtlArea .ttlWrap {
  width: 100%;
  justify-content: space-between;
}
#train .conTtlArea .conTtl h3 {
  font-size: clamp(40px, 5vw, 50px);
  letter-spacing: 0;
  transform: scale(1,1);
}
#train .conTtlArea .txtTtl {
  width: 33%;
}
#train .conTtlArea .txtTtl p {
  font-size: clamp(16px, 1.8vw, 18px);
}

#train .mainimg {
  width: 100%;
}
#train .mainimg img {
  width: 100%;
}
#train .mainimg ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#train .mainimg ul li {
  width: 50%;
}

#train .tra_con01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
#train .tra_con01 img {
  width: 100%;
}
#train .tra_con01 li:nth-child(1) {
  width: 63%;
  padding: 3.5% 11.5% 3.5% 3.5%;
  background: #f6f4ee;
}
#train .tra_con01 li:nth-child(2) {
  width: 45%;
  margin-top: 17%;
  margin-left: -8%;
}
#train .tra_con01 p {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "halt";
}
#train .tra_con01 .ttl {
  width: 100%;
  margin-bottom: 1em;
}
#train .tra_con01 .ttl p {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
#train .tra_con01 .txt {
  width: 100%;
}
#train .tra_con01 .txt p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
#train .tra_con01 li .box {
  border: 0.5px solid #251e1c;
  background: #fff;
  padding: 1.5rem;
  margin-top: 3.5rem;
}
#train .tra_con01 li .box .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  gap: 1.5em;
}
#train .tra_con01 .box .ttl p {
  font-size: 16px;
  text-align: center;
}
#train .tra_con01 .box .ttl span {
  font-size: 20px;
  color: #8e8058;
}
#train .tra_con01 .box .flex b {
  font-size: 40px;
  font-weight: normal;
  line-height: 0.5;
  color: #8d8058;
}
#train .tra_con01 .box .flex span {
  font-size: 14px;
}
#train .tra_con01 .cap_tx {
  width: 100%;
  margin-top: 0.5em;
}
#train .tra_con01 .cap_tx p {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

/* Tab */
@media only screen and (max-width: 768px) {
  #train.content {
    padding: 2em 0 5em;
  }
  #train .conTtlArea {
    padding: 2em 0;
  }
  #train .conTtlArea .ttlWrap {
    width: 100%;
    gap: 1em;
  }
  #train .conTtlArea .conTtl h3 {
    /*font-size: clamp(40px, 5vw, 50px);*/
    font-size: 5.208vw;
  }
  #train .conTtlArea .txtTtl {
    width: 100%;
  }
  #train .conTtlArea .txtTtl p {
    /*font-size: clamp(16px, 1.8vw, 18px);*/
    font-size: 2.865vw;
  }

  #train .tra_con01 li:nth-child(1) {
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
  }
  #train .tra_con01 li:nth-child(2) {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #train .tra_con01 .ttl p {
    /*font-size: 22px;*/
    font-size: 3.646vw;
  }
  #train .tra_con01 .txt p {
    /*font-size: 14px;*/
    font-size: 2.604vw;
    padding: 0;
  }
  #train .tra_con01 li .box {
    padding: 1.5rem;
    margin-top: 2.5rem;
  }
  #train .tra_con01 li .box .flex {
    /*font-size: 18px;*/
    font-size: 3.125vw;
  }
  #train .tra_con01 .box .ttl p {
    /*font-size: 16px;*/
    font-size: 2.865vw;
  }
  #train .tra_con01 .box .ttl span {
    /*font-size: 20px;*/
    font-size: 3.385vw;
  }
  #train .tra_con01 .box .flex b {
    /*font-size: 40px;*/
    font-size: 5.208vw;
  }
  #train .tra_con01 .box .flex span {
    /*font-size: 14px;*/
    font-size: 2.604vw;
  }
  #train .tra_con01 .cap_tx p {
    font-size: 10px;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  #train .tra_con01 li:nth-child(1) {
    padding: 1em;
  }
  #train .tra_con01 li .box {
    padding: 1rem;
    margin-top: 2.5rem;
  }
  #train .tra_con01 li .box .flex {
    flex-direction: column;
    /*font-size: 18px;*/
    font-size: 4.186vw;
    gap: 0em;
  }
  #train .tra_con01 .box .ttl p {
    /*font-size: 16px;*/
    font-size: 3.721vw;
  }
  #train .tra_con01 .box .ttl span {
    /*font-size: 20px;*/
    font-size: 4.651vw;
  }
  #train .tra_con01 .box .flex b {
    /*font-size: 40px;*/
    font-size: 6.977vw;
  }
  #train .tra_con01 .box .flex span {
    /*font-size: 14px;*/
    font-size: 3.256vw;
  }
}



/*---------------------*/
/*リニア中央新幹線*/
/*---------------------*/
#shinkansen {
  width: 100%;
  background: #F6F4EE;
}
#shinkansen img {
  width: 100%;
}
#shinkansen .shin_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 4em;
}
#shinkansen .shin_con li:nth-child(1) {
  width: 40%;
}
#shinkansen .shin_con li:nth-child(2) {
  width: 55%;
}
#shinkansen .txtArea {
  width: 100%;
  text-align: left;
}
#shinkansen .conTtl {
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
}
#shinkansen .conTtl h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #753137;
  padding: 0;
  margin: 0;
}
#shinkansen .leadcopy {
  margin-bottom: 1.4em;
  padding: 0;
}
#shinkansen .leadcopy > p {
  font-size: 20px;
  line-height: 2;
  text-align: left;
}
#shinkansen .leadTxt > p {
  font-size: 16px;
  line-height: 2.4;
  text-align: left;
}

#shinkansen .shin_con02 {
  width: 100%;
  margin-bottom: 8em;
}

/* Tab */
@media only screen and (max-width: 768px) {
  #shinkansen .shin_con {
    gap: 2em;
    margin: 2em 0 4em;
  }
  #shinkansen .shin_con li:nth-child(1) {
    width: 100%;
  }
  #shinkansen .shin_con li:nth-child(2) {
    width: 100%;
  }
  #shinkansen .conTtl {
    margin-bottom: 2em;
  }
  #shinkansen .conTtl h3 {
    /*font-size: clamp(40px, 5vw, 50px);*/
    font-size: 5.208vw;
    text-align: left;
  }
  #shinkansen .leadcopy {
    width: 100%;
    text-align: justify;
    margin-bottom: 1.4em;
  }
  #shinkansen .leadcopy > p {
    /*font-size: 20px;*/
    font-size: 3.385vw;
    line-height: 1.8;
    text-align: left;
  }
  #shinkansen .leadTxt > p {
    /*font-size: 16px;*/
    font-size: 2.865vw;
    line-height: 2;
    text-align: left;
  }

  #shinkansen .shin_con02 {
    margin-bottom: 6em;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
}







/*---------------------*/
/*小田急線の魅力*/
/*---------------------*/
#redev {
  width: 100%;
  background: url(../images/access/bg_02.webp) no-repeat 0% 0%/contain;
}
#redev img {
  width: 100%;
}

#redev .car_cap {
  font-feature-settings: "halt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  color: #333;
  margin: 0;
}

#rom_car.content {
  padding-top: 0;
}

#rom_car .mainimg {
  margin-bottom: 4em;
}
#rom_car .mainimg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#rom_car .mainimg li {
  width: calc(100% / 4);
}
#rom_car .mainimg .car_cap {
  width: 99%;
  margin: 0.3em auto 0;
}

#rom_car .redev_con {
  width: 100%;
  background: #F6F4EE;
  padding: 3em;
  box-sizing: border-box;
}
#rom_car .redev_con .leadcopy {
  width: 100%;
  text-align: left;
}
#rom_car .redev_con .leadcopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0;
  margin: 0;
}

#rom_car .redev_main {
  display: flex;
  flex-direction: column;
  gap: 4em;
  padding: 0;
  margin: 0;
}
#rom_car .redev_main li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#rom_car .redev_main li.forward {
  flex-direction: row;
}
#rom_car .redev_main li.reverse {
  flex-direction: row-reverse;
}
#rom_car .redev_main li .txtArea {
  width: 50%;
}
#rom_car .redev_main li .img {
  width: 50%;
}
#rom_car .redev_main li .txtArea p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
#rom_car .redev_main li .txtArea .ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #B09C69;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #7F7F7F;
}
#rom_car .redev_main li .txtArea .txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}
#rom_car .redev_main li.forward .txtArea .ttl {
  padding-right: 2em;
}
#rom_car .redev_main li.reverse .txtArea .ttl {
  padding-left: 2em;
}
#rom_car .redev_main li.forward .txtArea .txt {
  margin-right: 3em;
}
#rom_car .redev_main li.reverse .txtArea .txt {
  margin-left: 3em;
}


/* Tab */
@media only screen and (max-width: 768px) {
  #redev .car_cap {
    font-size: 10px;
  }

  #rom_car .mainimg {
    margin-bottom: 3em;
  }
  #rom_car .mainimg li {
    width: calc(100% / 2);
  }

  #rom_car .redev_con {
    padding: 2em;
  }
  #rom_car .redev_con .leadcopy p {
    /*font-size: 28px;*/
    font-size: 4.427vw;
  }

  #rom_car .redev_main {
    gap: 4em;
  }
  #rom_car .redev_main li {
    width: 100%;
    gap: 0.8em;
  }
  #rom_car .redev_main li.forward {
    flex-direction: row;
  }
  #rom_car .redev_main li.reverse {
    flex-direction: row;
  }
  #rom_car .redev_main li .txtArea {
    width: 100%;
  }
  #rom_car .redev_main li .img {
    width: 100%;
  }
  #rom_car .redev_main li .txtArea .ttl {
    /*font-size: 20px;*/
    font-size: 3.385vw;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
  }
  #rom_car .redev_main li .txtArea .txt {
    /*font-size: 14px;*/
    font-size: 2.604vw;
  }
  #rom_car .redev_main li.forward .txtArea .ttl {
    padding-right: 0;
  }
  #rom_car .redev_main li.reverse .txtArea .ttl {
    padding-left: 0;
  }
  #rom_car .redev_main li.forward .txtArea .txt {
    margin-right: 0;
  }
  #rom_car .redev_main li.reverse .txtArea .txt {
    margin-left: 0;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
  #rom_car .redev_con {
    padding: 1em;
  }
}



/*---------------------*/
/*小田急線の取組み*/
/*---------------------*/
#child .conTtlArea {
  padding: 2em 0;
  margin-bottom: 3em;
}
#child .conTtlArea .ttlWrap {
  width: 100%;
  justify-content: flex-start;
  gap: 5em;
}
#child .conTtlArea .conTtl h3 {
  font-size: clamp(40px, 5vw, 50px);
  letter-spacing: 0;
  transform: scale(1,1);
}
#child .conTtlArea .txtTtl p {
  font-size: clamp(16px, 1.8vw, 18px);
}

#child .childcar_con {
  width: 100%;
  background: #CAD6D9;
  padding: 3em;
  box-sizing: border-box;
  margin-bottom: 5em;
}
#child .childcar_con .leadcopy {
  width: 100%;
  text-align: left;
}
#child .childcar_con p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}
#child .childcar_con .leadcopy p {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  color: #B09C69;
  padding: 0;
  margin: 0;
}
#child .childcar_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
  padding: 0;
  margin: 0;
}
#child .childcar_con ul li:nth-child(1) {
  width: 70%;
}
#child .childcar_con ul li:nth-child(2) {
  width: calc(30% - 3em);
}
#child .childcar_con .txtArea {
  width: 100%;
  text-align: left;
}
#child .childcar_con .txtArea p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}

#child .child_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4em;
  padding: 0;
  margin: 0;
}
#child .child_detail li {
  width: calc((100% - 4em) / 2);
}
#child .child_detail .img {
  width: 100%;
}
#child .child_detail .txtArea p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
#child .child_detail .txtArea .ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: #B09C69;
  padding: 1em 0;
  margin: 0;
}
#child .child_detail .txtArea .txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}
#child .child_detail .txtArea .cap {
  font-size: 10px;
  line-height: 1.6;
  text-align: justify;
  color: #333;
  margin-top: 2.5em;
}


/* Tab */
@media only screen and (max-width: 768px) {
  #child .conTtlArea {
    padding: 2em 0;
    margin-bottom: 2em;
  }
  #child .conTtlArea .ttlWrap {
    width: 100%;
    justify-content: flex-start;
    gap: 1.5em;
  }
  #child .conTtlArea .conTtl h3 {
    /*font-size: clamp(40px, 5vw, 50px);*/
    font-size: 5.208vw;
  }
  #child .conTtlArea .txtTtl p {
    /*font-size: clamp(16px, 1.8vw, 18px);*/
    font-size: 2.865vw;
  }

  #child .childcar_con {
    padding: 2em;
    margin-bottom: 4em;
  }
  #child .childcar_con .leadcopy p {
    /*font-size: 28px;*/
    font-size: 4.427vw;
  }
  #child .childcar_con ul {
    gap: 2em;
  }
  #child .childcar_con ul li:nth-child(1) {
    width: 100%;
  }
  #child .childcar_con ul li:nth-child(2) {
    width: 100%;
  }
  #child .childcar_con .txtArea p {
    /*font-size: 14px;*/
    font-size: 2.604vw;
  }

  #child .child_detail {
    gap: 3em;
  }
  #child .child_detail li {
    width: 100%;
  }
  #child .child_detail .img {
    width: 100%;
  }
  #child .child_detail .txtArea .ttl {
    /*font-size: 20px;*/
    font-size: 3.385vw;
    padding: 1em 0;
  }
  #child .child_detail .txtArea .txt {
    /*font-size: 14px;*/
    font-size: 2.604vw;
  }
  #child .child_detail .txtArea .cap {
    font-size: 10px;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
}



/*---------------------*/
/*小田急沿線*/
/*---------------------*/
#ensen .conTtlArea {
  padding: 2em 0;
  margin-bottom: 3em;
}
#ensen .conTtlArea .ttlWrap {
  width: 100%;
  justify-content: flex-start;
  gap: 5em;
}
#ensen .conTtlArea .conTtl h3 {
  font-size: clamp(40px, 5vw, 50px);
  letter-spacing: 0;
  transform: scale(1,1);
}
#ensen .conTtlArea .txtTtl p {
  font-size: clamp(16px, 1.8vw, 18px);
}

#ensen .ensen_map {
  width: 100%;
  margin-bottom: 8em;
}


/* Tab */
@media only screen and (max-width: 768px) {
  #ensen .conTtlArea {
    padding: 2em 0;
    margin-bottom: 0;
  }
  #ensen .conTtlArea .ttlWrap {
    gap: 1.5em;
  }
  #ensen .conTtlArea .conTtl h3 {
    font-size: clamp(40px, 5vw, 50px);
    font-size: 5.208vw;
  }
  #ensen .conTtlArea .txtTtl p {
    /*font-size: clamp(16px, 1.8vw, 18px);*/
    font-size: 2.865vw;
  }

  #ensen .ensen_map {
    width: 100%;
    margin-bottom: 6em;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
}






/*---------------------*/
/*カーアクセス*/
/*---------------------*/
#carAccess {
  width: 100%;
  background: url(../images/access/bg_03.webp) no-repeat 0% 0%/contain;
}
#carAccess img {
  width: 100%;
}

#carAccess .car_cap {
  font-feature-settings: "halt";
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  color: #333;
  margin: 0;
}

#carAccess .mainimg {
  margin-bottom: 4em;
}
#carAccess .mainimg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#carAccess .mainimg li {
  width: calc(100% / 4);
}
#carAccess .mainimg .car_cap {
  width: 99%;
  margin: 0.3em auto 0;
}

#carAccess .conCopy {
  width: 100%;
  margin-bottom: 3em;
}
#carAccess .conCopy p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(27px, 3.2vw, 32px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

#carAccess .rosen {
  width: 100%;
}
#carAccess .rosen .cap {
  margin-top: 1em;
}


/* Tab */
@media only screen and (max-width: 768px) {
  #carAccess .car_cap {
    font-size: 10px;
  }

  #carAccess .mainimg {
    margin-bottom: 3em;
  }
  #carAccess .mainimg ul {
    display: flex;
    justify-content: center;
  }
  #carAccess .mainimg li {
    width: calc(100% / 2);
  }

  #carAccess .conCopy {
    width: 100%;
    margin-bottom: 3em;
  }
  #carAccess .conCopy p {
    /*font-size: clamp(27px, 3.2vw, 32px);*/
    font-size: 3.516vw;
  }
}

/* sp */
@media only screen and (max-width: 430px) {
}




