@charset "UTF-8";
* {
  box-sizing: border-box; }

*::before, *::after {
  box-sizing: border-box; }

vb, strong {
  font-weight: bold; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  font-family: Lucida Grande,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6; }

.p-hero__access-txt dt {
  margin-bottom: -10px; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

a:focus {
  outline: 0; }

a:not {
  text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html, body {
  font-size: 10px; }

.l-container {
  font-size: 1.6rem;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  position: relative;
  padding: 78px 0 62px;
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%; }

.l-container__inner {
  max-width: 1100px;
  margin: 0 auto; }

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
  padding: 15px 20px;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #DDD; }

.l-header__logo img {
  width: 173.4px;
  display: block;
  margin-bottom: 5px; }

.l-header__logo span {
  display: block;
  color: #15609E;
  font-size: 1.2rem; }

.l-header__btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .5s; }

.l-header__btns.show {
  opacity: 1;
  pointer-events: inherit; }

.l-header__btns a {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0.75em;
  font-size: 1.6rem; }

.l-header__menu {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative; }

.l-header__menu::before, .l-header__menu::after {
  content: ""; }

.l-header__menu::before, .l-header__menu::after, .l-header__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: .5s; }

.l-header__menu.open span {
  opacity: 0; }

.l-header__menu.open::before, .l-header__menu.open::after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px; }

.l-header__menu.open::before {
  transform: rotate(-45deg); }

.l-header__menu.open::after {
  transform: rotate(45deg); }

.l-header__gnav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 78px);
  margin-top: 1px;
  display: none; }

.l-header__gnav.open {
  display: block; }

.l-header__gnav ul {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 5px 15px 40px; }

.l-header__gnav li {
  border-bottom: 1px solid #DDD; }

.l-header__gnav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px; }

.l-header__gnav a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: rotate(-45deg); }

.l-header__gnav-en {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  display: block;
  line-height: 1.1; }

.l-header__gnav-jp {
  font-size: 1.2rem; }

.l-header__gnav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1; }

.l-contents {
  position: relative;
  z-index: 1; }

.l-footer__top {
  background: #E9E9E9;
  padding: 40px 20px;
  text-align: center; }

.l-footer__top-logo {
  width: 216.75px;
  display: block;
  margin: 0 auto 10px; }

.l-footer__tel {
  display: inline-block;
  color: #111;
  font-size: 4.125rem;
  font-weight: bold; }

.l-footer__tel::before {
  content: "";
  display: inline-block;
  width: 0.7090909091em;
  height: 0.7090909091em;
  margin-right: 0.3090909091em;
  background: url("../image/ico_tel_01.svg") no-repeat center/contain; }

.l-footer__hours {
  display: block; }

.l-footer__info {
  margin-top: 20px;
  text-align: left; }

.l-footer__btm {
  padding: 20px;
  background: #FFF;
  text-align: center; }

.l-footer__btm-logo {
  width: 140px; }

.l-footer__copyright {
  display: block;
  font-size: 1rem;
  margin-top: 5px; }

@media print, screen and (min-width: 641px) {
  .l-header {
    padding: 25px 0 0; }

  .l-header, .l-header * {
    transition: .5s; }

  .l-header__logo {
    margin-left: 30px; }

  .l-header__logo strong {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
    margin-bottom: 8px; }

  .l-header__logo img {
    width: 289px;
    display: inline-block;
    margin: 0 24px 0 0; }

  .l-header__logo h1 {
    display: flex;
    align-items: flex-end; }

  .l-header__logo span {
    font-size: 2rem;
    letter-spacing: 0.025em; }

  .l-header__btns {
    position: relative;
    bottom: auto;
    left: auto;
    opacity: 1;
    pointer-events: inherit;
    margin-right: 30px;
    flex-basis: 264px;
    max-width: 264px; }

  .l-header__btns a {
    border-radius: none;
    box-shadow: none;
    display: block; }

  .l-header__btns a::before {
    margin: 0 auto 5px; }

  .l-header__gnav {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #DDD;
    margin-top: 25px; }

  .l-header__gnav ul {
    padding: 0;
    display: flex; }

  .l-header__gnav li {
    border-bottom: none; }

  .l-header__gnav a {
    display: block;
    padding: 20px 0;
    position: relative;
    text-align: center; }

  .l-header__gnav a::after {
    display: none; }

  .l-header__gnav a::before {
    content: "";
    display: block;
    width: calc(100%  - 30px);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 15px;
    transition: .5s;
    opacity: 0; }

  .l-header__gnav a:hover::before {
    bottom: 5px;
    opacity: 1; }

  .l-header__gnav div {
    border-right: 1px solid #DDD;
    padding: 0 15px; }

  .l-header__gnav li:first-child div {
    border-left: 1px solid #DDD; }

  .l-header__gnav-jp {
    display: block; }

  .l-header__gnav-bg {
    display: none; }

  .l-header.shrink {
    padding-top: 15px; }

  .shrink .l-header__logo strong {
    font-size: 1rem;
    margin-bottom: 6px; }

  .shrink .l-header__logo img {
    width: 216.75px;
    margin-right: 18px; }

  .shrink .l-header__logo span {
    font-size: 1.5rem; }

  .shrink .l-header__btns {
    flex-basis: 211.2px;
    max-width: 211.2px; }

  .shrink .l-header__btns a {
    font-size: 1.28rem; }

  .shrink .l-header__gnav {
    margin-top: 15px; }

  .shrink .l-header__gnav a {
    padding: 15px 0; }

  .shrink .l-header__gnav-en {
    font-size: 1.5rem; }

  .shrink .l-header__gnav-jp {
    font-size: 1rem; }

  .l-footer__top {
    padding: 70px 40px; }

  .l-footer__top-logo {
    width: 289px;
    margin-bottom: 15px; }

  .l-footer__tel {
    font-size: 5.5rem;
    pointer-events: none; }

  .l-footer__hours {
    font-size: 1.8rem; }

  .l-footer__info {
    margin-top: 40px;
    text-align: center; }

  .l-footer__btm {
    padding: 25px; }

  .l-footer__btm-logo {
    width: 187px; }

  .l-footer__copyright {
    margin-top: 10px; } }
.c-tit__sec {
  text-align: center;
  margin-bottom: 25px; }

.c-tit__sec-en {
  font-size: 3.75rem; }

.c-tit__sec-jp {
  font-size: 1.8rem; }

.c-tit__en {
  margin-bottom: 20px; }

.c-tit__en-left {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.c-tit__en-copy {
  font-weight: bold;
  font-size: 1.98rem;
  line-height: 2; }

.c-tit__en-copy.small {
  font-size: 1.5rem;
  line-height: 1.6; }

.c-tit__en-txt {
  font-size: 3.75rem; }

.c-attention {
  text-indent: -1.0em;
  margin-left: 1.0em; }

.c-attention li {
  margin-bottom: 0.625em; }

.c-attention li:last-child {
  margin-bottom: 0; }

.c-btn__reservation, .c-btn__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFF;
  line-height: 1.1; }

.c-btn__reservation::before, .c-btn__contact::before {
  content: "";
  display: block;
  margin-right: 0.75em;
  height: 1em; }

.c-btn__reservation {
  background: #E74680; }

.c-btn__reservation::before {
  width: 1em;
  background: url("../image/ico_reservation_01.svg") no-repeat center/contain; }

.c-btn__contact {
  background: #0C609E; }

.c-btn__contact::before {
  width: 1.35em;
  background: url("../image/ico_mail_01.svg") no-repeat center/contain; }

@media print, screen and (min-width: 641px) {
  .c-tit__sec {
    margin-bottom: 50px; }

  .c-tit__sec-en {
    font-size: 7.5rem;
    line-height: 1.1;
    letter-spacing: 0.0250666667em; }

  .c-tit__sec-jp {
    font-size: 2rem;
    letter-spacing: 0.1em; }

  .c-tit__en {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }

  .c-tit__en-left {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.8rem; }

  .c-tit__en-copy {
    border-left: 1px solid #707070;
    padding-left: 25px;
    margin-left: 25px;
    font-size: 2.2rem; }

  .c-tit__en-copy.small {
    font-size: 2.4rem;
    line-height: 1.8; } }
.u-w-m {
  font-weight: 500; }

.u-w-sb {
  font-weight: 600; }

.u-w-bl {
  font-weight: 900; }

.u-en {
  font-family: Arial, Helvetica, Robot, "sans-serif"; }

.u-en-t {
  font-family: "Times New Roman", Times, 'Noto Serif JP', "serif"; }

.u-hover-op {
  transition: .5s; }

.u-hover-op:hover {
  opacity: 0.5; }

.u-ib {
  display: inline-block; }

.u-it {
  font-style: italic; }

@media print, screen and (max-width: 640px) {
  .u-hidden-sp {
    display: none !important; } }
@media print, screen and (min-width: 641px) {
  .u-hidden-pc {
    display: none !important; } }
.p-hero img {
  display: block;
  z-index: 2;
  position: relative; }

.p-hero__access dl {
  padding: 15px 10px;
  font-size: 1.4rem; }

.p-hero__access dt, .p-hero__access dd {
  display: inline-block; }

/*.p-hero__access dt {
  margin-right: 1.0em; }*/
.p-hero__access .large {
  font-size: 140%; }

.p-hero__access strong {
  font-size: 275%;
  line-height: 1.1;
  display: inline-block;
  margin: 0 0.1em; }

.p-information__tit-l {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem; }

.p-information__tit-s {
  font-size: 2.7rem;
  margin-bottom: 20px; }

.p-information__txt {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.6rem; }

.p-information__info {
  margin-bottom: 30px; }

.p-information__info dl {
  margin-bottom: 20px;
  text-align: center; }

.p-information__info dt {
  font-size: 1.8rem;
  /*padding: 0.2em 0;*/
  margin: 0 50px 15px;
  position: relative;
  z-index: 2; }

.p-information__info dd {
  font-size: 2rem;
  font-weight: bold; }

.p-information__info dd strong {
  font-size: 220%;
  line-height: 1.1; }

.p-information__info dd strong span {
  font-size: 75%; }

.p-information__info dd strong.large {
  font-size: 300%; }

.p-information__info-txt {
  display: block;
  font-size: 80%;
  padding: 5px; }

.p-information__map {
  margin-bottom: 20px;
  text-align: center; }

.p-information__map:last-child {
  margin-bottom: 0; }

.p-information__map-txt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.p-information__map-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: left;
  margin: 20px 0; }

.p-information__map-color dt, .p-information__map-color dd {
  margin-bottom: 10px; }

.p-information__map-color dt:last-of-type, .p-information__map-color dd:last-of-type {
  margin-bottom: 0; }

.p-information__map-color dt {
  text-align: center;
  flex-basis: 100px;
  max-width: 100px; }

.p-information__map-color dd {
  flex-basis: calc(100% - 115px);
  max-width: calc(100% - 115px);
  margin-left: 15px; }

.p-information__attention {
  font-size: 1.4rem;
  text-align: left; }

.p-information__access dt {
  padding: 10px;
  margin-bottom: 10px; }

.p-information__access dd {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px; }

.p-information__access dd .small {
  display: block;
  font-size: 90%; }

.p-information__access dd .large {
  font-size: 125%; }

.p-information__access dd strong {
  font-size: 220%;
  line-height: 1.1; }

.p-information__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.92rem;
  padding: 15px;
  margin: 15px auto 20px; }

.p-information__btn::before {
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 1.0416666667em;
  margin-right: 0.6666666667em;
  background: url("../image/ico_map_01.svg") no-repeat center/contain; }

.p-information__car {
  font-size: 1.8rem;
  margin-bottom: 15px; }

.p-information__car::before {
  content: "";
  display: block;
  width: 42px;
  height: 30px;
  margin: 0 auto 10px;
  background: url("../image/ico_car_01.svg") no-repeat center/contain; }

.p-information__car strong {
  font-size: 125%; }

.p-location {
  padding: 30px 20px; }

.p-location__tit-en h3 {
  font-size: 3.75rem; }

.p-location__tit-en h3 span {
  color: #333;
  font-size: 70%; }

.p-location__box {
  padding: 30px 15px;
  margin-bottom: 20px; }

.p-location__box:last-child {
  margin-bottom: 0; }

.p-location__list dl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px; }

.p-location__list dl strong {
  font-size: 220%;
  display: inline-block;
  margin: 0 0.05em;
  line-height: 1.1; }

.p-location__list dl dd span {
  font-size: 70%;
  display: block; }

.p-location__list dt {
  font-size: 2.3rem; }

.p-location__img img {
  display: block;
  width: 100%; }

.p-location__txt {
  padding: 15px; }

.p-location__txt dl {
  margin-bottom: 0; }

.p-location__attention {
  font-size: 87.5%; }

.p-access {
  padding: 30px 0; }

.p-access__inner {
  padding: 0 20px; }

.p-access__tit-s {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px; }

.p-access__img {
  position: relative;
  margin: 0 auto;
  z-index: 1; }

.p-access__img picture, .p-access__img img {
  display: block;
  width: 100%; }

.p-access__cap {
  font-size: 1rem;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1.1; }

.p-access__box {
  /*padding: 30px 20px;
  margin-top: -30px;*/
  position: relative;
  z-index: 2; }

.p-access__scroll {
  overflow-x: scroll;
  margin-bottom: 21px; }

.p-access__fig {
  display: flex;
  text-align: center; }

.p-access__fig dl {
  display: flex;
  align-items: center; }

.p-access__fig dt {
  line-height: 1.5;
  padding: 10px 0; }

.p-access__fig dt span {
  font-size: 80%; }

.p-access__fig dd {
  font-weight: bold;
  padding: 0 1.0em; }

.p-access__fig dd strong {
  font-size: 200%;
  line-height: 1.1; }

.p-access__list li {
  margin-bottom: 15px; }

.p-access__list li:last-child {
  margin-bottom: 0; }

.p-access__terminal {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.p-access__terminal span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.p-access__attention {
  font-size: 1.4rem; }

.p-access__attention li {
  margin-bottom: 0; }

.p-overview {
  padding: 30px 20px; }

.p-overview__tit-s {
  text-align: center;
  font-size: 1.8rem;
  padding: 0.4166666667em; }

.p-overview dl {
  margin-bottom: 15px; }

.p-overview dt {
  padding: 15px 10px 5px;
  font-weight: bold; }

.p-overview dd {
  padding: 0 10px 15px;
  border-bottom: 1px solid #999; }

.p-overview__date {
  text-align: right;
  margin-bottom: 20px; }

.p-overview__attention {
  font-size: 1.4rem;
  margin-bottom: 25px; }

.p-overview__btn {
  font-size: 2rem;
  padding: 1.25em;
  border-radius: 2em;
  line-height: 1.1; }

.p-overview__btn:first-child {
  margin-bottom: 15px; }

.p-bnr {
  padding: 20px 15px; }

/*background: #FFF; }
.p-bnr li:first-child {
  margin-bottom: 10px; }*/
.p-bnr li {
  margin-bottom: 10px; }

.p-bnr a, .p-bnr img {
  display: block; }

@media print, screen and (min-width: 641px) {
  .p-hero__access {
    text-align: center; }

  .p-hero__access-inner {
    display: flex; }

  .p-hero__access dl {
    padding: 25px 15px;
    font-size: 2rem;
    display: inline-block;
    text-align: left; }

  .p-hero__access dt, .p-hero__access dd {
    display: block; }

  .p-hero__access dt {
    margin-right: 0; }

  .p-information__tit-l {
    margin-bottom: 30px;
    font-size: 4.0rem;
    letter-spacing: 0.05em; }

  .p-information__tit-s {
    font-size: 3.6rem; }

  .p-information__txt {
    margin-bottom: 100px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center; }

  .p-information__info {
    margin-bottom: 60px;
    display: flex;
    justify-content: center; }

  .p-information__info dl {
    margin-bottom: 0;
    flex-basis: 300px;
    max-width: 300px;
    margin: 0 16px; }

  .p-information__info dt {
    font-size: 2.0rem;
    margin: 0 25px 15px; }

  .p-information__info dd {
    font-size: 2.4rem; }

  .p-information__info dd .u-ib {
    display: block;
    text-align: left;
    margin: 0 20px; }

  .p-information__info dd .u-ib:first-child {
    margin-top: 0.2em; }

  .p-information__info dd .u-ib:last-child {
    text-align: right; }

  .p-information__map {
    margin-bottom: 40px; }

  .p-information__map-inner.flex {
    display: flex;
    align-items: flex-start;
    position: relative; }

  .p-information__map-txt {
    font-size: 2; }

  .p-information__map-color {
    margin: 35px auto; }

  .p-information__map-color dt, .p-information__map-color dd {
    margin-bottom: 20px; }

  .p-information__map-color dt {
    height: 40px; }

  .p-information__map-color dd {
    flex-basis: calc(100% - 135px);
    max-width: calc(100% - 135px);
    margin-left: 30px; }

  .p-information__access {
    display: flex;
    align-items: center;
    margin: 10px 0 30px; }

  .p-information__access dt {
    padding: 26px 15px;
    margin-bottom: 0;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .p-information__access dd {
    font-size: 2.0rem;
    margin: 0 0 0 3.125%;
    flex-basis: 30.2083333333%;
    max-width: 30.2083333333%;
    text-align: left; }

  .p-information__btn {
    font-size: 2.4rem;
    margin: 30px auto 40px;
    max-width: 300px; }

  .p-information__car {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center; }

  .p-information__car::before {
    margin: 0 6px 0 0; }

  .p-information__attention.center {
    text-align: center; }

  .p-location {
    padding: 100px 40px 50px; }

  .p-location__tit-en h3 {
    font-size: 5rem; }

  .p-location__box {
    padding: 70px 63px;
    margin-bottom: 40px; }

  .p-location__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .p-location__list dl {
    font-size: 2rem; }

  .p-location__list dt, .p-location__list dd {
    display: inline-block;
    margin: 0 0.5em; }

  .p-location__txt {
    padding: 20px 15px;
    text-align: center; }

  .p-location__txt dl {
    text-align: left;
    display: inline-block; }

  .p-location__txt dt, .p-location__txt dd {
    margin: 0;
    display: block; }

  .p-access {
    padding: 150px 40px; }

  .p-access__inner {
    padding: 0; }

  .p-access__tit-s {
    font-size: 4rem;
    margin-bottom: 50px; }

  .p-access__img {
    max-width: 1366px; }

  .p-access__cap {
    font-size: 1.4rem;
    right: 20px;
    top: auto;
    bottom: 15px; }

  /*.p-access__box {
    padding: 70px;
    margin-top: -70px; }*/
  .p-access__scroll {
    overflow-x: hidden;
    margin-bottom: 42px; }

  .p-access__fig dt {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    /*padding: 25px 0;*/
    /*line-height: 1.1; */ }

  .p-access__list li {
    margin-bottom: 26px; }

  .p-access__attention {
    margin-left: 0;
    text-indent: 0; }

  .p-access__attention li {
    display: inline-block; }

  .p-overview {
    padding: 100px 40px; }

  .p-overview__inner {
    max-width: 960px;
    margin: 0 auto; }

  .p-overview__tit-s {
    font-size: 2.4rem; }

  .p-overview dl {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }

  .p-overview dt {
    padding: 25px 30px;
    font-weight: bold;
    flex-basis: 21.9791666667%;
    max-width: 21.9791666667%;
    border-bottom: 1px solid #999; }

  .p-overview dd {
    padding: 25px 30px 25px 0;
    flex-basis: 78.0208333333%;
    max-width: 78.0208333333%; }

  .p-overview__date {
    margin-bottom: 40px; }

  .p-overview__attention {
    margin-bottom: 50px; }

  .p-overview__btns {
    display: flex;
    justify-content: space-between; }

  .p-overview__btn {
    font-size: 2.5rem;
    flex-basis: 48.125%;
    max-width: 48.125%; }

  .p-overview__btn:first-child {
    margin-bottom: 0; }

  .p-bnr {
    padding: 70px 40px; }

  .p-bnr ul {
    max-width: 890px;
    margin: 0 auto; }

  /*.p-bnr li:first-child {
    margin-bottom: 30px; } }*/
  .p-bnr li {
    margin-bottom: 30px; } }
.l-container__inner-s {
  /* max-width: 960px;*/
  max-width: 1110px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.l-container__inner-r {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  z-index: 1;
  position: relative; }

.l-header__gnav a::after {
  border-right: 1px solid #0C609D;
  border-bottom: 1px solid #0C609D; }

.l-header__gnav-en {
  color: #333; }

.l-header__gnav-jp {
  color: #0C609D; }

.l-contents {
  color: #555; }

.l-footer__info {
  text-align: center; }

.p-hero__main {
  width: 100%; }

/*.p-hero__access {
  background: #fafcf9; }*/
.p-hero__access-txt {
  /*margin-bottom: 10px;*/
  background: #FFF; }

.p-hero__access-txt li {
  border-bottom: 1px solid #CCC; }

.p-hero__access-txt dl {
  font-size: 1.35rem;
  text-align: center; }

.p-hero__access-txt dt {
  /*margin-right: 0.75em;*/
  display: block; }

.p-hero__access-txt strong {
  color: #D1A700; }

.p-hero__access-imgs {
  padding: 40px 20px 15px;
  /*background: #FFF url("../image/bg_hero_01_sp.jpg") no-repeat top center/100% auto;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: min(3.2vw, 20px); }

.p-hero__access-imgs li {
  flex-basis: 47.7611940299%;
  max-width: 250px;
  position: relative;
  padding-top: min(5.3333333333vw, 30px);
  margin-bottom: 25px; }

.p-hero__access-imgs li:nth-child(2n) {
  margin-top: 20px; }

.p-hero__access-time {
  font-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  width: min(18.1333333333vw, 106px);
  height: min(18.1333333333vw, 106px);
  border-radius: 50%;
  z-index: 2; }

.p-hero__access-time strong {
  color: #FFF82E;
  font-size: 162.5%; }

.p-hero__access-img {
  position: relative;
  z-index: 1; }

.p-hero__access-img img {
  display: block;
  border: 5px solid #FFF;
  border-radius: 50%; }

.p-hero__access-imgs li:nth-child(4n-3) .p-hero__access-time, .p-hero__access-imgs li:nth-child(4n) .p-hero__access-time {
  background: url("../image/bg_hero_02a.png") no-repeat center/cover; }

.p-hero__access-imgs li:nth-child(4n-2) .p-hero__access-time, .p-hero__access-imgs li:nth-child(4n-1) .p-hero__access-time {
  background: url("../image/bg_hero_02b.png") no-repeat center/cover; }

.p-hero__access-en {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 150%; }

.p-hero__access-en span, .p-hero__access-en svg, .p-hero__access-en text {
  display: block;
  line-height: 1;
  text-align: right; }

.p-hero__access-en svg, .p-hero__access-en text {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  top: 0;
  left: 0;
  z-index: 1; }

.p-hero__access-en text {
  fill: #FFF;
  stroke: #FFF;
  stroke-width: 8;
  stroke-linejoin: round; }

.p-hero__access-en span {
  z-index: 2;
  position: relative; }

.p-hero__access-en svg {
  z-index: 1;
  filter: blur(3px); }

.p-hero__access-cap {
  text-align: center;
  margin-top: 10px;
  display: block; }

.p-hero__attention {
  font-size: 1.4rem;
  padding: 0 20px; }

/*.p-information {
  padding: 0 20px 30px; }*/
.p-information {
  background: #fff;
  position: relative;
  padding: 40px 20px 35px; }

/* .p-information::before, .p-information::after {
   content: "";
   display: block;
   width: 100%;
   height: 15.6vw;
   background: url("../image/bg_information_01_sp.png") no-repeat top center/contain;
   position: absolute;
   z-index: 1;
   left: 0;
   mix-blend-mode: multiply; }*/
.p-information__tit {
  text-align: center;
  color: #83C362;
  font-size: 2.32rem;
  margin-bottom: 30px; }

.p-information__tit strong {
  color: #D1A700;
  font-size: 200%;
  line-height: 1.1; }

/* .p-information__tit-s {
   text-align: center;
   font-size: 2.1rem;
   display: flex;
   justify-content: space-between;
   align-items: center; }
   .p-information__tit-s::before, .p-information__tit-s::after {
     content: "";
     display: block;
     height: 7px;
     background: url("../image/green_s.svg") repeat-x left center/auto 100%; }
   .p-information__tit-s.area::before, .p-information__tit-s.area::after {
     width: calc(50% - 3.0em); }
   .p-information__tit-s.map::before, .p-information__tit-s.map::after {
     width: calc(50% - 3.0em); }*/
.p-information__tit-l, .p-information__tit-s {
  color: #133870; }

.p-information__tit-s {
  text-align: center; }

.p-information__txt {
  font-weight: normal; }

.p-information__box {
  border: 10px solid #F9F7F3;
  padding: 15px;
  margin-bottom: 30px; }

.p-information__gmap {
  width: 100%;
  aspect-ratio: 335 / 330; }

.p-information__btn {
  background: #0C609D;
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.92rem;
  padding: 15px;
  margin: 15px auto 20px; }

.p-information__btn::before {
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 1.0416666667em;
  margin-right: 0.6666666667em;
  background: url("../image/ico_map_01.svg") no-repeat center/contain; }

.p-information__car {
  text-align: center;
  margin-bottom: 0; }

.p-information__car strong {
  color: #0C609D; }

.p-information__car strong .small {
  font-size: 80%; }

.p-information__map {
  border: 1px solid #DDDDDD;
  padding: 0 10px 15px;
  margin-top: 30px;
  display: inline-block;
  width: 88%;
  position: relative; }

.p-information__map h4 {
  width: 20%;
  margin: 0 auto;
  background: #FFF;
  color: #555555;
  transform: translateY(-0.7em);
  font-size: 2.8rem;
  line-height: 1.1;
  padding: 0 0.5em 1.5em; }

.p-information__map h5 {
  background: rgba(209, 167, 0, 0.25);
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 15px; }

.p-information__map-color {
  font-weight: normal;
  align-items: baseline; }

.p-information__map-color dt:first-child {
  background: #889BB7;
  color: #889BB7; }

.p-information__map-color dt:nth-of-type(2) {
  background: #E8D37F;
  color: #E8D37F; }

.p-information__map-color dt:nth-of-type(3) {
  background: #97BFC1;
  color: #97BFC1; }

.p-information__map-color dt:nth-of-type(4) {
  background: #8d8fb5;
  color: #8d8fb5; }

.p-information__map-color dt:nth-of-type(5) {
  background: #e59a7f;
  color: #e59a7f; }

.p-information__map-color dt:nth-of-type(6) {
  background: #a489af;
  color: #a489af; }

.p-information__map-color dt:last-of-type {
  background: #91BF5C;
  color: #91BF5C; }

.p-location {
  background: #F9F7F3; }

.p-location__tit {
  font-size: 2.145rem;
  color: #000;
  text-align: center;
  margin-bottom: 1.0em; }

.p-location__list {
  margin-bottom: 20px; }

.p-location__list li {
  padding: 10px 15px 15px; }

.p-location__list li:nth-child(2n-1) {
  background: #FFF; }

.p-location__list li:nth-child(2n) {
  background: rgba(209, 197, 30, 0.1); }

.p-location__list dl {
  margin-bottom: 0; }

.p-location__list dl strong {
  color: #D1A700; }

.p-access {
  background: #FFF; }

.p-access__tit::before {
  background: url("../image/ico_access_01.svg") no-repeat center #FFF;
  background-size: contain;
  border-left: 1.0em solid #FFF;
  border-right: 1.0em solid #FFF; }

.p-access__tit h2 span {
  background: #FFF; }

.p-access__box {
  background: #fff; }

.p-access__box h3 {
  color: #333333;
  font-size: 36px; }

.p-access__box-img {
  margin-bottom: 20px;
  position: relative; }

.p-access__box-img, .p-access__box-img * {
  display: block; }

.p-access__box-img figcaption {
  color: #FFF;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 3px #000; }

.p-access__flex {
  text-align: left; }

.p-access__scroll {
  padding-bottom: 3px;
  overflow: hidden; }

.p-access__fig {
  flex-wrap: wrap; }

.p-access__fig dt {
  background: #046B0B;
  color: #FFF;
  position: relative;
  flex-basis: 120px;
  max-width: 120px; }

.p-access__fig dd {
  background: #F1FFD6;
  flex-basis: calc(100% - 120px);
  max-width: calc(100% - 120px);
  position: relative; }

.p-access__fig dd strong {
  color: #D1A700; }

.left_y {
  margin-left: 25px; }

.left_y::after {
  position: absolute;
  content: "";
  border: solid 43px transparent;
  border-right: solid 40px #F1FFD6;
  top: -20px;
  left: -80px; }

.right_y {
  margin-right: 25px; }

.right_y::after {
  position: absolute;
  content: "";
  border: solid 43px transparent;
  border-left: solid 40px #F1FFD6;
  top: -20px;
  right: -80px;
  z-index: 2; }

.p-access__list {
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px); }

.p-access__terminal {
  background: #046B0B;
  color: #FFF;
  flex-basis: 50px;
  max-width: 50px; }
  @media screen and (max-width: 767px) {
    .p-access__terminal {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      line-height: 1.2; } }

.p-access__time {
  flex-basis: 100%;
  max-width: 100%;
  background: #F81877;
  color: #FFF;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 10px; }

.p-access__time strong {
  font-size: 200%;
  line-height: 1.1; }

.p-access__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #F81877 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 100%; }

.p-access__attention {
  text-align: left; }

.p-overview {
  background: #FFF; }

.p-overview__tit-s {
  background: #0C609D;
  color: #FFF; }

.p-overview dl {
  border-top: 1px solid #999; }

.p-overview dt br {
  display: none; }

.p-overview__btn {
  border-radius: 0; }

.c-tit__sec-en {
  /*  display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: min(10.5vw, 10.0rem);
    line-height: 1.1; */
  display: block;
  font-size: 6.5rem;
  letter-spacing: normal;
  position: relative; }
  .c-tit__sec-en::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    content: '';
    background: #63B628; }
  .c-tit__sec-en span {
    position: relative;
    padding: 0 0.3em;
    background: #fff; }

.c-tit__sec-jp {
  color: #fff;
  font-size: min(4vw, 2rem);
  margin-top: -0.5em;
  line-height: 34px;
  position: relative;
  height: 34px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  display: inline-block;
  background-color: #149E00; }
  .c-tit__sec-jp::before, .c-tit__sec-jp::after {
    position: absolute;
    top: 0;
    display: block;
    height: 34px;
    content: '';
    border: 17px solid #149E00; }
  .c-tit__sec-jp::before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent; }
  .c-tit__sec-jp::after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent; }
  .c-tit__sec-jp span {
    position: relative;
    display: block; }

.c-tit__para {
  color: #149E00;
  font-size: min(7.2vw, 3.6rem);
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em; }

.c-tit__para .small {
  font-size: 75%; }

.c-tit__para-s {
  font-size: 1.53rem;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  color: #D1A700; }

.c-tit__para-s span {
  padding: 0 10px;
  position: relative;
  z-index: 2; }

.c-tit__para-s::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #D1A700;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1; }

.c-tit__para-s h4 {
  font-size: 166.6666666667%;
  color: #555;
  line-height: 1.1; }

.u-min {
  font-family: 'Noto Serif JP', serif; }

.u-en-i {
  font-family: 'Italianno', cursive;
  font-weight: normal; }

.u-en-s {
  font-family: 'Spectral', "Times New Roman", Times, "serif"; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-hero__access-imgs li:nth-child(4n-3) .p-hero__access-time, .p-hero__access-imgs li:nth-child(4n) .p-hero__access-time {
    background: url("../image/bg_hero_02a@2x.png") no-repeat center/cover; }

  .p-hero__access-imgs li:nth-child(4n-2) .p-hero__access-time, .p-hero__access-imgs li:nth-child(4n-1) .p-hero__access-time {
    background: url("../image/bg_hero_02b@2x.png") no-repeat center/cover; } }
@media print, screen and (min-width: 641px) {
  .l-container {
    padding: 195px 0 0; }

  .l-header__gnav li {
    flex-basis: 25%;
    max-width: 25%; }

  .l-header__gnav a::before {
    background: #0C609D; }

  /*.p-hero__access {
  background: url("../image/bg_hero_01_pc.jpg") no-repeat bottom center;
   padding-bottom: 145px; }*/
  .p-hero__access-txt {
    background: #FFF;
    display: flex;
    padding: 10px 0 10px;
    /* padding: 30px 0 25px;*/
    position: relative;
    z-index: 2; }

  .p-hero__access-txt li {
    flex-basis: 33.3%;
    max-width: 33.3%;
    border-bottom: none; }

  .p-hero__access-txt li:nth-child(2) {
    flex-basis: 33.4%;
    max-width: 33.4%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC; }

  .p-hero__access-txt dl {
    font-size: 2rem;
    padding: 0; }

  .p-hero__access-imgs {
    background: none;
    padding: 70px 0 0; }

  .p-hero__access-imgs li {
    margin-bottom: 0; }

  .p-hero__access-imgs li:nth-child(2n) {
    margin-top: 30px; }

  .p-hero__access-img img {
    box-sizing: content-box; }

  .p-hero__attention {
    padding: 0;
    text-align: right; }

  .p-information {
    padding: 0 0 100px;
    margin-top: -30px;
    text-align: center; }

  .p-information__tit {
    font-size: 4.0rem;
    margin-bottom: 50px; }

  .p-information__tit-s {
    font-size: 2.8rem;
    margin-bottom: 30px; }

  .p-information__tit-s::before, .p-information__tit-s::after {
    height: 10px; }

  .p-information__tit-s.area::before, .p-information__tit-s.area::after {
    /*width: 43.8541666667%; }*/
    width: 40.854167%; }

  .p-information__tit-s.map::before, .p-information__tit-s.map::after {
    width: 40.7291666667%; }

  .p-information__box {
    border-width: 30px;
    padding: 40px;
    /*margin-bottom: 70px;*/
    background-color: white; }

  .p-information__gmap {
    aspect-ratio: 960 / 480;
    display: block; }

  .p-information__btn {
    margin: 50px auto;
    font-size: 2.4rem;
    max-width: 300px; }

  .p-information__car {
    display: block; }

  .p-information__car::before {
    margin: 0 auto 15px; }

  .p-information__car strong .small {
    font-size: 66.6666666667%;
    margin-right: 0.5em; }

  .p-location__tit {
    font-size: 2.3rem;
    margin-bottom: 40px; }

  .p-location__list {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .p-location__list li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px 25px; }

  .p-location__list li:nth-child(2n-1), .p-location__list li:nth-child(2n) {
    background: none; }

  .p-location__list li:nth-child(4n-3), .p-location__list li:nth-child(4n) {
    background: #FFF; }

  .p-location__list li:nth-child(4n-2), .p-location__list li:nth-child(4n-1) {
    background: rgba(209, 197, 30, 0.1); }

  .p-location__list dl {
    font-size: 2.0rem; }

  .p-location__list dt, .p-location__list dd {
    display: block;
    margin: 0; }

  .p-location__list dt {
    font-size: 2.5rem; }

  .p-access {
    padding: 80px 0 0; }

  .p-access__box-img {
    margin-bottom: 0; }

  .p-access__box-img figcaption {
    font-size: 1.4rem;
    right: 15px;
    bottom: 15px;
    line-height: 1.1; }

  .p-access__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2 !important;
    margin-bottom: 25px; }

  .p-access__flex .c-tit__en {
    margin-bottom: 0; }

  .p-access__scroll {
    overflow: visible; }

  .p-access__fig {
    width: 100%;
    position: relative; }

  .p-access__fig dt {
    height: 86px;
    flex-basis: 190px;
    max-width: 190px; }

  .p-access__fig dt::before {
    margin: 6px 0 0 6px; }

  .p-access__fig dd {
    /* height: 65.65px;*/
    height: 45px;
    flex-basis: 560px;
    max-width: 560px;
    padding: 5px 0; }

  .p-access__list {
    flex-basis: 788px;
    max-width: 788px; }

  .p-access__terminal {
    flex-basis: 190px;
    max-width: 190px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    height: 86px; }

  .p-access__time {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.4rem; }

  .p-access__time::after {
    border-width: 16px 8px 0 8px;
    right: auto;
    top: auto;
    left: 8px;
    bottom: 0;
    transform: rotate(45deg);
    transform-origin: center bottom; }

  .p-overview dt {
    flex-basis: 18.1981981982%;
    max-width: 18.1981981982%;
    padding: 25px 20px; }

  .p-overview dt br {
    display: inline-block; }

  .p-overview dd {
    flex-basis: 81.8018018018%;
    max-width: 81.8018018018%;
    padding: 25px 20px 25px 0; }

  .c-tit__sec-jp {
    margin-top: -1.0em; }

  .c-tit__en {
    display: block; }

  .c-tit__en-copy {
    border: none;
    margin: 0;
    padding: 0; }

  .c-tit__para {
    font-size: 4rem;
    margin-bottom: 40px; }

  .c-tit__para-s {
    font-size: 1.8rem;
    margin-bottom: 30px; }

  .c-tit__para-s span {
    padding: 0 20px; } }
.p-location__tit-en {
  text-align: center; }

.p-location__tit-en h3 {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 20px; }

.p-location__tit-en .c-tit__en-copy {
  display: block;
  text-align: left; }

.p-location__tit-en h3 {
  margin-bottom: 30px; }

.p-location__tit-en .c-tit__en-copy {
  text-align: center; }

.p-location {
  background: #F9F9F9; }

.p-location__box {
  background: #FFF; }

.p-location__box.shopping {
  border: 7px solid rgba(44, 121, 172, 0.5); }

.p-location__box.shopping h3, .p-location__box.shopping dd strong {
  color: #2C79AC; }

.p-location__box.shopping h3 {
  border-bottom: 1px solid #2C79AC; }

.p-location__box.shopping .p-location__txt {
  background: rgba(44, 121, 172, 0.1); }

.p-location__box.school {
  border: 7px solid rgba(222, 143, 53, 0.5); }

.p-location__box.school h3, .p-location__box.school dd strong {
  color: #DE8F35; }

.p-location__box.school h3 {
  border-bottom: 1px solid #DE8F35; }

.p-location__box.school .p-location__txt {
  background: rgba(222, 143, 53, 0.1); }

.p-location__box.park {
  border: 7px solid rgba(142, 194, 83, 0.5); }

.p-location__box.park h3, .p-location__box.park dd strong {
  color: #8EC253; }

.p-location__box.park h3 {
  border-bottom: 1px solid #8EC253; }

.p-location__box.park .p-location__txt {
  background: rgba(142, 194, 83, 0.1); }

.p-location__box.hospital {
  border: 7px solid rgba(123, 109, 177, 0.5); }

.p-location__box.hospital h3, .p-location__box.hospital dd strong {
  color: #7B6DB1; }

.p-location__box.hospital h3 {
  border-bottom: 1px solid #7B6DB1; }

.p-location__box.hospital .p-location__txt {
  background: rgba(123, 109, 177, 0.1); }

.p-location__box:last-of-type {
  margin-bottom: 15px; }

.p-location__tit-en {
  text-align: center; }

.p-location__tit-en h3 {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 20px; }

.p-location__tit-en .c-tit__en-copy {
  display: block;
  text-align: left; }

.p-location__list li {
  margin-bottom: 20px; }

.p-location__list li:last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 641px) {
  .p-location__box.park li:last-child {
    display: flex;
    flex-direction: column; }

  .p-location__box.park li:last-child div:first-child {
    margin-bottom: 0; }

  .p-location__box.park li:last-child div:last-child {
    margin-top: auto; }

  .p-location__list li {
    margin-bottom: 0;
    margin-top: 2px; }

  .p-location__list li:first-child, .p-location__list li:nth-child(2) {
    margin-top: 0; }

  .p-location__large {
    flex-basis: 49.8958333333%;
    max-width: 49.8958333333%; }

  .p-location__small {
    flex-basis: 33.1947916667%;
    max-width: 33.1947916667%;
    width: 33.1947916667%;
    display: flex;
    flex-direction: column; }

  .p-location__small dl {
    order: 1;
    margin: 5px 0 0; }

  .p-location__small figure {
    order: 0; }

  .p-location__txt {
    margin-top: 10px !important; }

  .p-location__box.park .p-location__txt {
    text-align: left;
    padding-left: 25px; }

  .p-location__tit-en h3 {
    margin-bottom: 30px; }

  .p-location__tit-en .c-tit__en-copy {
    text-align: center; }

  .c-tit__sec-en {
    font-size: 9rem;
    background-size: auto 36px;
    padding-bottom: 15px; }

  .p-location__large_2 {
    display: flex;
    flex-direction: column;
    padding-top: 50px; }

  .p-location__large_2 dl {
    order: 1;
    margin: 5px 0 0; }

  .p-location__large_2 figure {
    order: 0; }

  .p-location__large_2_pic {
    display: flex; }

  .p-location__large_2_pic figure {
    margin-left: 2px; } }
@media print, screen and (max-width: 640px) {
  .p-location__large_2_pic figure {
    margin-top: 2px; } }
.rosenzu {
  margin-bottom: 52px; }

.narita__attention {
  text-align: left;
  font-size: 1.4rem; }

.narita__attention_y {
  height: 70px;
  width: 793px;
  background-color: white;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  text-align: left; }

.yokoku {
  font-size: 25px;
  text-align: left;
  float: left;
  padding: 13px 0;
  margin-left: 14px;
  padding-right: 39px; }

.narita__attention_y p {
  font-size: 14px;
  margin: 10px;
  font-family: "Noto Sans JP"; }

.p-hero__access-txt dd {
  margin-top: 10px; }

.hanbai {
  margin-top: 20%; }

.tochimenseki {
  margin-top: 10%; }

.mitei {
  margin-top: 20%; }

.hero_small {
  margin-top: -40px; }

.information_small {
  font-size: 20px;
  margin-top: -10px; }

.infomation_yokoku {
  font-family: "Noto Serif JP";
  font-size: 28px;
  margin-bottom: 50px; }

.infomation_yokoku2 {
  color: #FF1100;
  padding-top: 20px;
  font-size: 42px; }

.access_tyu {
  font-size: 12px;
  text-align: center;
  margin-right: 290px;
  height: 42.3px; }

.p-information__info dt {
  background: #0C609D;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between; }

.p-information__info dt::before, .p-information__info dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid; }

.p-information__info dt::before {
  border-width: 1.25em 0.5em 1.25em 0;
  border-color: transparent #0C609D transparent transparent;
  transform: translateX(-0.5em); }

.p-information__info dt::after {
  border-width: 1.25em 0 1.25em 0.5em;
  border-color: transparent transparent transparent #0C609D;
  transform: translateX(0.49em); }

.p-information__info dd {
  background: #F9F9F9;
  border: 1px solid #DDD;
  padding: 35px 20px 20px;
  margin-top: -36px;
  position: relative;
  z-index: 1; }

.p-information__info dd strong {
  color: #D1A700; }

.p-information__info dd .small {
  font-size: 64%;
  display: block; }

.p-location__tit span {
  background: #F9F9F9; }

.location_gai {
  color: #555555;
  font-size: 2.5rem; }
  @media screen and (min-width: 768px) {
    .location_gai {
      font-size: 30px; } }

/*.Overview_f{
  font-size: 66%;
  margin: 3% 0 0 0;
 }*/
.access_txt_f {
  font-size: 27px; }

.p-information_txt {
  font-size: 20px;
  font-family: 'Noto Serif JP';
  text-align: center; }

.outline_yokoku_ {
  text-align: center;
  border: 1px solid #000000;
  padding: 10px;
  width: 70%;
  margin: 17px auto; }

.outline_yokoku {
  text-align: center;
  border: 1px solid #000000;
  padding: 10px;
  width: 80%;
  margin: -23px auto 23px auto; }

.gothic {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  padding: 0.5em 0.9em 0.5em 0.9em;
  font-size: 18px; }

.gothic_ {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 120%;
  text-align: left; }

.raizyou_yoyaku {
  color: red;
  text-decoration: none; }

.p-location_co {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0; }

.p-location_c {
  height: 475px; }

.p-location__bus {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
  /*position: relative;*/ }

.p-location__bus img {
  width: 100%;
  height: 100%; }

/*.p-location__busarea{
	position: absolute;
	top: -77px;
	
	
}*/
/* page top btn Style ---------------------------------------------------------------- */
.Ptop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px; }

.Ptop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s; }

.Ptop a:hover {
  background: rgba(0, 0, 0, 0.2); }

.Ptop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 23px;
  left: 13px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg); }

.Ptop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 23px;
  right: 13px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg); }

.bnr_w_home {
  /*width: 88%; 
  height: 100%;*/
  margin-bottom: 15px;
  /*box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);*/ }

.infomation_ttxt {
  font-size: 25px;
  font-weight: bold;
  color: #555555;
  font-family: 'Noto Serif JP';
  text-align: center;
  line-height: 1; }
  .infomation_ttxt strong {
    color: #D1A700;
    font-size: 200%; }

.top_txt {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 100px 0 50px;
  position: relative;
  z-index: 2; }

.top_red {
  color: #FF0000; }

.top_txt span strong {
  font-size: 50px; }

.fo_figure {
  font-size: 45px !important; }

.bus_acc {
  color: #133870; }

/*.slick-dots{
	bottom: -25px;
	@include pc{
		bottom: 5px;
	}	
	li{
		margin: 0 10px;
		button{
			&::before{
				font-size: 18px;
			}
		}
	}
}*/
/*li.slick-active button:before {
    opacity: .75;
	color: #149E00!important;}*/
.top_picture {
  position: relative; }

.top_a {
  position: absolute;
  bottom: 43%;
  left: 3%; }

.top_b {
  position: absolute;
  top: 10%;
  left: 44%; }

.top_c {
  position: absolute;
  bottom: 19%;
  right: 6%; }

.top_d {
  position: absolute;
  top: 10%;
  left: 60%; }

.img_snt {
  position: absolute;
  bottom: 5px;
  right: 5px; }

.sp_br {
  display: none; }

@media print, screen and (max-width: 641px) {
  .hero_small {
    margin-top: initial; }

  .narita__attention {
    margin-left: initial; }

  .naritashi_logo {
    margin-top: 30px;
    padding-bottom: 30px; }

  .infomation_yokoku {
    text-align: center; }

  .infomation_yokoku2 {
    font-size: 3rem; }

  .infomation_yokoku p {
    font-size: 2rem; }

  .c-tit__sec {
    margin-top: 20px; }

  .p-location {
    padding: 30px 20px 50px; }

  .hanbai {
    margin-top: initial; }

  .tochimenseki {
    margin-top: initial; }

  .mitei {
    margin-top: initial; }

  .p-access__fig dd {
    flex-basis: initial;
    max-width: initial;
    width: 100%;
    font-size: 1.2rem;
    margin: 10px 0;
    /*padding: 10px 1em;*/ }

  .p-access__fig dt {
    flex-basis: initial;
    min-height: 60px;
    padding-right: 2px;
    width: 850px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

  .access_tyu {
    margin-right: initial;
    height: initial;
    /*font-size: 1rem;*/
    text-align: left;
    max-width: 90%;
    margin-left: 10px;
    margin-top: -8%;
    padding-top: 20px; }

  .narita__attention p {
    padding: 0 20px; }

  .p-information__box {
    background-color: white; }

  .p-information_txt p {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle; }

  .p-access__attention li {
    margin-bottom: -17px; }

  .narita__attention_y {
    height: 130px;
    width: 100%;
    margin: 15px 0px; }

  .yokoku {
    padding: 43px 0;
    margin: 0 14px; }

  .narita__attention_y p {
    padding-top: 10px; }

  .outline_yokoku {
    text-align: left;
    margin-top: 10px; }

  .outline_yokoku_ {
    text-align: left;
    padding: 10px; }

  .gothic {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 0.5em 0.9em 0.5em 0.9em;
    /*font-size: 4vw;*/
    margin-right: 2rem; }

  .gothic_ {
    display: inline-block;
    vertical-align: middle;
    /* font-size: 2.8vw;*/
    line-height: 140%;
    padding: 1em 0 0 0.2em; }

  .p-location_c {
    height: inherit; }

  .p-location_co {
    position: inherit;
    bottom: inherit;
    width: inherit;
    text-align: inherit;
    left: inherit; }

  .p-location__bus {
    /*max-width: 90%;*/
    margin: 0 auto;
    /*position: inherit;*/
    padding-bottom: inherit; }

  .p-information__map {
    width: 100%; } }
  @media screen and (max-width: 641px) and (max-width: 767px) {
    .p-information__map iframe {
      width: 100%;
      height: 450px; } }

@media print, screen and (max-width: 641px) {
  .bnr_w_home {
    width: 100%; }

  .left_y {
    margin-left: 17px !important; }

  .left_y::after {
    border: solid 35px transparent;
    border-left: solid 35px #F1FFD6;
    top: -12px;
    right: -70px; }

  .right_y {
    margin-right: 17px !important; }

  .right_y::after {
    border: solid 35px transparent;
    border-left: solid 35px #F1FFD6;
    top: -20px;
    right: -70px; }

  .p-access__attention li {
    margin-bottom: initial; }

  .p-information__map h4 {
    width: 35%;
    font-size: 1.5rem; }

  .map_inf {
    position: absolute;
    top: 15%;
    left: 5%;
    font-family: "Noto Sans JP";
    font-weight: normal; }

  .map_inf h6 {
    font-size: 1rem;
    font-weight: normal; }

  .map_inf h6 span {
    font-size: 0.8rem; }

  .map_inf p {
    margin-top: 1.3rem;
    font-size: 1rem; }

  .bus_acc {
    color: #133870; }

  .l-container__inner-r {
    padding: 30px 0; }

  .bnr_w_home {
    padding-bottom: initial; }

  .infomation_ttxt {
    font-size: 1.6rem; }

  .top_txt {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-top: 20px; }

  .p-hero__access {
    position: relative;
    z-index: 2; }

  .top_txt span strong {
    font-size: 3rem; }

  .p-information {
    padding: 0px 20px 35px; }

  .p-information::before {
    height: 350px;
    background-size: contain; }

  .p-information::after {
    height: 350px;
    background-size: contain; }

  .top_a {
    display: none; }

  .top_b {
    display: none; }

  .top_c {
    display: none; }

  .top_d {
    display: none; }

  /*	.slick-dotted.slick-slider{
  		margin-bottom: -10px;
  	}*/
  .sp_br {
    display: block; }

  .img_snt {
    font-size: 1rem;
    bottom: 15px;
    right: 0px;
    z-index: 3; } }
.l-container__header {
  max-width: 1200px;
  margin: 0 auto; }

.p-hero > p {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .p-hero > p {
      text-align: end;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .p-hero > p {
      margin-top: 35px; } }
.p-hero__main {
  position: relative; }
  @media screen and (min-width: 768px) {
    .p-hero__main {
      min-height: 770px; } }
  .p-hero__main-inner {
    position: relative;
    z-index: 3; }
    .p-hero__main-inner_sen1 {
      color: #555555;
      font-size: 35px;
      padding: 25px 0;
      letter-spacing: 4px;
      margin-left: 55px; }
    .p-hero__main-inner h1 {
      width: 300px;
      height: auto;
      left: 120px;
      position: relative;
      padding-top: 90px; }
    .p-hero__main-inner .pic {
      transform: translateX(-30px);
      display: block;
      padding-top: 70px; }
      .p-hero__main-inner .pic img {
        width: 629px;
        height: auto; }
  @media screen and (min-width: 768px) {
    .p-hero__main::before {
      content: "";
      display: block;
      width: 90.2635431918%;
      max-width: calc(1100px + 50% - 550px);
      height: 100%;
      background-color: #fff6ed;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .p-hero__main-img img {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 768px) {
    .p-hero__main-img {
      position: absolute !important;
      top: 0 !important;
      right: 0 !important;
      width: 73.6978916545% !important;
      height: 670px !important;
      z-index: 2 !important;
      left: initial !important;
      display: block !important; }
      .p-hero__main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
        position: relative; }
      .p-hero__main-img figcaption {
        font-size: 42px;
        color: #555;
        position: absolute;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px 0 0 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .p-hero__main-img figcaption .top_img01 {
          color: #63ab28; }
        .p-hero__main-img figcaption .top_img02 {
          color: #f35d10; }
      .p-hero__main-img .figcaption1 {
        right: 121px;
        bottom: 95px; }
      .p-hero__main-img .figcaption2 {
        right: 194px;
        bottom: 25px; }
      .p-hero__main-img .figcaption3 {
        text-wrap: nowrap;
        bottom: 55px; } }
  .p-hero__main h2 {
    font-size: 35px;
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 15px;
    padding-right: 5%; }
    .p-hero__main h2 span {
      color: #bb2335;
      font-size: 45px; }
      .p-hero__main h2 span::before {
        position: absolute;
        width: 90px;
        height: 90px;
        content: "";
        background: url("../image/img_point01.png") no-repeat bottom center;
        top: -70px;
        left: 205px;
        z-index: -1; }

@media screen and (min-width: 768px) {
  .w-AreaMap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px 0 90px;
    gap: 50px; } }
.w-AreaMap_l {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .w-AreaMap_l {
      margin-top: 0;
      width: 430px; } }
  .w-AreaMap_l h6 {
    text-align: center;
    font-size: 2.5rem; }
    @media screen and (min-width: 768px) {
      .w-AreaMap_l h6 {
        font-size: 30px; } }
  .w-AreaMap_l p {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 22px; }
    @media screen and (min-width: 768px) {
      .w-AreaMap_l p {
        font-size: 17px; } }
  .w-AreaMap_l ul {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 22px; }
    @media screen and (min-width: 768px) {
      .w-AreaMap_l ul {
        font-size: 15px; } }
    .w-AreaMap_l ul li span {
      color: #149E00; }
.w-AreaMap_r {
  margin: 0 auto;
  width: 90%;
  height: auto; }
  @media screen and (min-width: 768px) {
    .w-AreaMap_r {
      width: 500px; } }
  @media screen and (max-width: 767px) {
    .w-AreaMap_r {
      margin-top: 50px; } }
.w-route {
  margin: 50px 0 80px; }
  .w-route img {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .w-route__acc {
      margin-bottom: 30px; } }
  .w-route__acc span {
    display: block;
    margin: 0 auto;
    margin: 2px; }
  .w-route__acc h3 {
    text-align: center;
    font-size: 2rem;
    width: 100%;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .w-route__acc h3 {
        font-size: 30px; } }
  .w-route__acc_fl {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .w-route__acc_fl {
        display: flex;
        justify-content: space-between;
        text-align: center; }
        .w-route__acc_fl li {
          width: calc(100% / 3); } }
    @media screen and (max-width: 767px) {
      .w-route__acc_fl li {
        margin-bottom: 30px; } }
  .w-route__acc_st {
    font-size: 2.5rem;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .w-route__acc_st {
        font-size: 37px; } }
    .w-route__acc_st span {
      padding: 0 10px; }
  .w-route__acc_fl.uchibou {
    margin-bottom: 80px; }
    .w-route__acc_fl.uchibou .w-route__acc_st span {
      background: linear-gradient(transparent 75%, rgba(4, 106, 190, 0.59) 75%);
      /*text-decoration-color: rgba(254, 114, 141, 0.59);	*/ }
  .w-route__acc_fl.sotobou {
    margin-bottom: 30px; }
    .w-route__acc_fl.sotobou .w-route__acc_st span {
      background: linear-gradient(transparent 75%, rgba(226, 41, 73, 0.59) 75%);
      /*text-decoration-color: rgba(254, 114, 141, 0.59);	*/ }
  .w-route__acc_time {
    font-size: 1.8rem;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .w-route__acc_time {
        font-size: 25px; } }
    .w-route__acc_time strong {
      font-size: 200%;
      color: #D1A700; }
    .w-route__acc_time span {
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        .w-route__acc_time span {
          font-size: 23px; } }
  .w-route__acc_tyu {
    font-size: 1.5rem;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .w-route__acc_tyu {
        font-size: 16px; } }
  .w-route__acc.uchibou {
    background: #046ABE; }
  .w-route__acc.sotobou {
    background: #E22949; }

.u-dots {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1.0em .3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #FF0000, #FF0000 100%, transparent, transparent);
  padding-top: 0.1em;
  line-height: 1.3; }
.u-grey {
  background: #F9F9F9 !important; }

.c-tit__bus {
  font-size: 1.6rem;
  line-height: 1.0; }
  @media screen and (min-width: 768px) {
    .c-tit__bus {
      font-size: 20px;
      margin-top: -10px; } }
  @media screen and (max-width: 767px) {
    .c-tit__bus {
      line-height: 1.0;
      margin-top: 20px; } }
  .c-tit__bus_att {
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .c-tit__bus_att {
        font-size: 16px; } }

.c-tit__exbus_tit {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .c-tit__exbus_tit {
      font-size: 26px; } }
.c-tit__exbus ul li {
  position: relative; }
  .c-tit__exbus ul li:nth-child(3) .c-tit__exbus_erea {
    margin-bottom: 0; }
  .c-tit__exbus ul li p {
    position: absolute;
    top: 180%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .c-tit__exbus ul li p {
        top: 165%;
        right: 25%;
        font-size: 20px; } }
.c-tit__exbus_erea {
  background: #F1FFD6;
  margin-bottom: 80px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-flow: wrap; }
  @media screen and (min-width: 768px) {
    .c-tit__exbus_erea {
      margin-bottom: 100px;
      font-size: 26px;
      text-align: center; } }
  .c-tit__exbus_erea .u-en-s {
    font-size: 200%;
    color: #D1A700; }
  .c-tit__exbus_erea_tr {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #046B0B;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .c-tit__exbus_erea_tr {
        top: 165%;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 50px solid #046B0B; } }

.c-tit__en-copy_bus {
  font-size: 1.8rem;
  background: linear-gradient(transparent 75%, rgba(255, 235, 80, 0.59) 75%); }
  @media screen and (min-width: 768px) {
    .c-tit__en-copy_bus {
      font-size: 23px;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .c-tit__en-copy_bus {
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    .c-tit__en-copy_bus_m {
      font-size: 30px;
      line-height: 1.8; } }

.p-access__box li {
  display: block; }

.c-tit__en {
  margin-top: 70px; }
  .c-tit__en .p-access__attention {
    margin-top: 20px; }
  .c-tit__en .c-tit__en-txt {
    color: #333333;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /*		&::before{
    			content: "";
    			width: 12px;
    			height: 34px;
    			background-color: #046B0B;
    			display: block;
    		  margin-right: 10px;				
    		}*/ }
    @media screen and (min-width: 768px) {
      .c-tit__en .c-tit__en-txt {
        font-size: 36px; } }
    .c-tit__en .c-tit__en-txt::before {
      content: "";
      display: block;
      margin: 0 auto 5px; }
    .c-tit__en .c-tit__en-txt.train::before {
      background: url("../image/ico_train_01.svg") no-repeat center/contain;
      width: 1.5em;
      height: 1.7857142857em;
      margin: 0 10px 0 0; }
    .c-tit__en .c-tit__en-txt.bus::before {
      background: url("../image/ico_bus_01.svg") no-repeat center/contain;
      width: 1.8928571429em;
      height: 1.7857142857em;
      margin: 0 10px 0 0; }
  .c-tit__en .c-tit__en_bus li {
    	/*&:nth-child(2){
    	margin-top: 30px;
    }		*/ }
    @media screen and (min-width: 768px) {
      .c-tit__en .c-tit__en_bus li figure {
        /*width: 374px;
        height: auto;*/
        width: 323px;
        height: auto;
        display: inline-block;
        float: right;
        margin-top: -120px; } }
  @media screen and (min-width: 768px) {
    .c-tit__en .c-tit__en_bus_sub {
      font-size: 23px; } }
  .c-tit__en .c-tit__en_bus .u-en-s {
    font-size: 200%;
    color: #D1A700; }

.l-container__inner .p-hero__access-txt {
  /*		li{
  			border: none;
  			position: relative;
  			&::before{
  				content: "";
  				position: absolute;
  				width: 90px;
  				height: 90px;
  				@include sp{
  					background-size: 50%!important;
  				}
  			}
  			&:nth-child(1){
  				&::before{
  					background: url("../image/img_ginkgo01.png")no-repeat bottom center;
  					top:0;
  					left: 32px;
  					@include pc{
  						top:20px;					
  					}
  			}
  				}
  			&:nth-child(2){
  					&::before{
  					background: url("../image/img_ginkgo02.png")no-repeat bottom center;
  					top:30px;
  					left: -5px;	
  						@include pc{
  				  	top: 20px;
      				left: -45px;			
      				z-index: -1;
  						}	
  				}
  			}
  			&:nth-child(3){
  					&::before{				
  					background: url("../image/img_ginkgo03.png")no-repeat bottom center;
  					top:30px;
  					left: -5px;	
  						@include pc{
  						top: 20px;
      				left: -45px;	
      				z-index: -1;	
  					}							
  				}
  			}			
  		}*/ }

/*.slick-slider .slick-list{
	height: 100%!important;
}
.slick-slider .slick-track{
	height: 100%!important;	
}*/
.p-access__scroll .p-access__fig {
  flex-wrap: nowrap; }

.p-access__list_un {
  max-width: 565px;
  position: relative;
  top: -15px; }

@media screen and (max-width: 767px) {
  .p-access__fig dt {
    width: 100px; } }

@media screen and (max-width: 767px) {
  .p-access__fig {
    display: flex;
    align-items: center; } }

@media screen and (max-width: 767px) {
  .p-access__box {
    padding: 30px 0; } }

@media screen and (min-width: 768px) {
  .p-location__list_emp {
    flex-basis: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    background: rgba(209, 197, 30, 0.1) !important; }
    .p-location__list_emp dl {
      width: calc(100% - 750px);
      padding-left: 25px; }
      .p-location__list_emp dl p {
        margin-top: 40px;
        text-align: left; }
    .p-location__list_emp figure {
      width: 750px; } }
@media screen and (min-width: 768px) {
  .p-location__list_wh {
    background: #fff !important; } }
@media screen and (min-width: 768px) {
  .p-location__list_ksb {
    flex-basis: 100% !important;
    max-width: 100% !important; }
    .p-location__list_ksb_fg {
      display: flex;
      justify-content: space-between; } }

.plotMap_txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (min-width: 768px) {
    .plotMap_txt {
      font-size: 20px; } }

.livingKamogawa {
  background: no-repeat top/cover url("../image/bg_livingKamogawa_pc.jpg");
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .livingKamogawa {
      padding: 100px 0 20px; } }
  .livingKamogawa_txt {
    /* position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);*/
    text-align: center; }
    @media screen and (max-width: 767px) {
      .livingKamogawa_txt {
        width: 90%;
        margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .train {
    margin-bottom: 50px !important; } }
.train_fl {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .train_fl {
      display: flex;
      justify-content: space-between; }
      .train_fl figure {
        width: 323px;
        height: auto;
        margin-top: -100px; } }

@media screen and (min-width: 768px) {
  .bus {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  .bus2 {
    margin-bottom: 50px !important; } }

.p-heroKamogawa {
  display: none;
  background: no-repeat bottom/cover url("../image/top_pc.jpg");
  padding: 5px 0 100px; }
  @media screen and (min-width: 768px) {
    .p-heroKamogawa {
      display: block; } }
  .p-heroKamogawa h3 {
    font-size: 48px;
    color: #FFF;
    text-align: center;
    position: relative; }
    .p-heroKamogawa h3::before {
      content: "";
      display: block;
      background: url(../image/top_img06.png) no-repeat left center/auto 100%;
      width: 210px;
      height: 111px;
      position: absolute;
      top: 20px;
      left: 0; }
    .p-heroKamogawa h3::after {
      content: "";
      display: block;
      background: url(../image/top_img07.png) no-repeat left center/auto 100%;
      width: 112px;
      height: 114px;
      position: absolute;
      top: 20px;
      right: 70px; }
    .p-heroKamogawa h3 .u-en-s {
      color: #ff6a9f;
      text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
      font-size: 200%; }
  .p-heroKamogawa_tt {
    font-size: 13px;
    padding-right: 100px;
    /*position: absolute;
    right: 50px;
    bottom: 50px;*/ }
  .p-heroKamogawa_tyu {
    font-size: 13px;
    text-align: end;
    color: #000;
    padding-right: 50px; }
  .p-heroKamogawa_inn {
    /*		z-index: 2;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    width: 1180px;
    margin: 0 auto; }
  .p-heroKamogawa_acc {
    display: flex;
    justify-content: space-between;
    /*img{
    	&:nth-child(2){
    	position: relative;
    	top:60px;
    	}
    }*/ }
  .p-heroKamogawa_top {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    width: 1080px;
    gap: 20px;
    flex-wrap: wrap;
    background: linear-gradient(rgba(0, 115, 148, 0.8), rgba(0, 115, 148, 0.5), rgba(0, 115, 148, 0.8));
    margin: 25px auto 0; }
    .p-heroKamogawa_top_fig {
      position: relative; }
      .p-heroKamogawa_top_fig p {
        position: absolute;
        color: #fff;
        font-size: 22px;
        z-index: 2;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4); }
      .p-heroKamogawa_top_fig_01 {
        bottom: -10px;
        left: -10px; }
      .p-heroKamogawa_top_fig_03 {
        bottom: -10px;
        left: -10px; }
      .p-heroKamogawa_top_fig_04 {
        bottom: -10px;
        right: -10px; }
      .p-heroKamogawa_top_fig_05 {
        bottom: -10px;
        right: -10px; }
  .p-heroKamogawa_txt {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    /*display: none;
    @include pc{
    	display: block;
    }*/ }
    @media screen and (min-width: 768px) {
      .p-heroKamogawa_txt {
        margin-bottom: 100px; } }
    .p-heroKamogawa_txt img {
      margin: 0 auto; }

.p-heroKamogawa_sp img {
  width: 100%;
  height: auto; }
@media screen and (min-width: 768px) {
  .p-heroKamogawa_sp {
    display: none; } }

@media screen and (min-width: 768px) {
  #information .c-tit__sec {
    margin-top: 50px; } }

.fade {
  /*	display:block;
  	opacity: 0;
  	transform: translateY(30px);
  	transition: opacity 1.5s, transform 1s;*/
  opacity: 0;
  bottom: -15px;
  transition: 1s; }

.fade.active {
  /*	opacity: 1;
  	transform: translateY(0px);*/
  opacity: 1;
  bottom: 0;
  transform: scale(1.05); }

.p-access__box .c-tit__en:nth-child(1) {
  margin-top: 0 !important; }
