@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 Sans JP', sans-serif;*/
  font-family: 'Noto Serif JP', "serif";
  font-weight: 400;
  position: relative;
  padding: 78px 0 62px;
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%; }

.l-container__inner {
  max-width: 1160px;
  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.4rem;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .c-tit__en-copy.small {
      font-size: 1.8rem; } }

.c-tit__en-txt {
  font-size: 2.5rem; }
  @media screen and (min-width: 768px) {
    .c-tit__en-txt {
      font-size: 3.75rem; } }

.c-attention {
  text-indent: -1.0em;
  margin-left: 1.0em; }
  @media screen and (min-width: 768px) {
    .c-attention {
      margin-top: 40px; } }

.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: #086AA9; }

.c-btn__reservation::before {
  width: 1em;
  background: url("../image/ico_reservation_01.svg") no-repeat center/contain; }

.c-btn__contact {
  background: #08A998; }

.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.0rem; } }
.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; }
  @media screen and (max-width: 767px) {
    .p-hero img {
      width: 100vw;
      height: auto; } }

.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__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;
  text-orientation: upright; }

.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;
  font-family: 'Noto Sans JP', sans-serif; }

.p-overview__attention {
  font-size: 1.4rem;
  margin-bottom: 25px;
  font-family: 'Noto Sans JP', sans-serif; }

.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;*/
    font-size: 20px;
    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: 42px 0;
  margin: 0 auto;
  z-index: 1;
  position: relative; }

.l-header__gnav a::after {
  border-right: 1px solid #149E00;
  border-bottom: 1px solid #149E00; }

.l-header__gnav-en {
  color: #333; }

.l-header__gnav-jp {
  color: #086AA9; }

.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;
  border: 3px solid #ccc; }

.p-hero__access-txt li {
  border-bottom: 1px solid #CCC;
  position: relative; }
  .p-hero__access-txt li:first-child img {
    position: absolute;
    top: -74px;
    left: -83px;
    opacity: 0.8; }
  .p-hero__access-txt li:last-child img {
    position: absolute;
    top: -128px;
    right: -113px;
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-hero__access-txt li img {
      display: none; } }

.p-hero__access-txt dl {
  font-size: 1.35rem;
  text-align: center; }

.p-hero__access-txt dt {
  /*margin-right: 0.75em;*/
  line-height: 1.2;
  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: #EDF5FA;*/
  background-image: url("../image/inf_camp.png?b");
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
  padding: 40px 20px 35px; }
  @media screen and (min-width: 768px) {
    .p-information {
      background-size: 1100px; } }

/*.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: #FCA12A;
  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: #32B95F;
  font-size: 20px; }

.p-information__car strong .small {
  font-size: 80%; }

.p-information__map {
  border: 1px solid #DDDDDD;
  padding: 0 10px 15px;
  margin-top: 80px;
  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; }

.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: #FCF8F4; }

.p-location__tit {
  font-size: 1.5rem;
  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(255, 207, 13, 0.1); }

.p-location__list dl {
  margin-bottom: 0; }

.p-location__list dl strong {
  color: #D1A700; }

.p-access {
  background: #EDF5FA; }

.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: #EDF5FA;*/ }

.p-access__box h3 {
  color: #133870; }

.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: #024D7D;
  color: #FFF;
  position: relative;
  flex-basis: 120px;
  max-width: 120px; }

.p-access__fig dd {
  background: #C2EDFB;
  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 #C2EDFB;
  top: -20px;
  left: -80px; }

.right_y {
  margin-right: 25px; }

.right_y::after {
  position: absolute;
  content: "";
  border: solid 43px transparent;
  border-left: solid 40px #C2EDFB;
  top: -20px;
  right: -80px;
  z-index: 2; }

.p-access__list {
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px); }

.p-access__terminal {
  background: #086AA9;
  color: #FFF;
  flex-basis: 50px;
  max-width: 50px; }

.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;
  display: grid; }

.p-overview {
  background: #F9F9F9; }

.p-overview__tit-s {
  background: #32B95F;
  color: #FFF; }

.p-overview dl {
  border-top: 1px solid #999;
  font-family: 'Noto Sans JP', sans-serif; }

.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; */
  /* background: url("../image/ico_under.svg") no-repeat bottom center/auto 18px;*/
  display: block;
  font-size: 4.5rem;
  letter-spacing: normal; }

/*  .c-tit__sec-en::before, .c-tit__sec-en::after {
    content: "";
    display: block;
    background: url("../image/ico_under.svg") no-repeat left center/auto 100%;
    width: 1.42em;
    aspect-ratio: 125 / 125;
    margin: 0 0.3 em; }
  .c-tit__sec-en::after {
    transform: scaleX(-1); }*/
.c-tit__sec-jp {
  color: #149E00;
  font-size: min(4vw, 2rem);
  margin-top: -0.5em; }

.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-family: 'Gideon Roman', 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: 202px 0 0;*/
    padding: 195px 0 0; }

  .l-header__gnav li {
    flex-basis: 25%;
    max-width: 25%; }

  .l-header__gnav a::before {
    background: #086AA9; }

  /*.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;*/
    align-items: center;
    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;
    letter-spacing: 1.5px; }

  .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(255, 207, 13, 0.1); }

  .p-location__list dl {
    font-size: 2.0rem; }

  .p-location__list dt, .p-location__list dd {
    display: block;
    margin: 0; }

  .p-access {
    padding: 80px 0 100px; }

  .p-access__box-img {
    margin-bottom: 0; }

  .p-access__box-img figcaption {
    font-size: 2rem;
    right: 15px;
    bottom: 15px;
    line-height: 1.1;
    font-weight: 700; }

  .p-access__flex {
    display: flex;
    align-items: flex-start;
    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: 294px;
    max-width: 294px; }

  .p-access__fig dt::before {
    margin: 6px 0 0 6px; }

  .p-access__fig dd {
    /* height: 65.65px;*/
    height: 45px;
    flex-basis: 494px;
    max-width: 494px;
    padding: 5px 0; }

  .p-access__list {
    flex-basis: 788px;
    max-width: 788px; }

  .p-access__terminal {
    flex-basis: 172px;
    max-width: 172px;
    letter-spacing: 0.1em; }

  .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: #FCF8F4; }

.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: 8rem;
    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;
  line-height: 0.5; }

.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: #086AA9;
  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 #086AA9 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 #086AA9;
  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: #FCF8F4; }

.location_gai {
  color: #555555;
  font-size: 2rem; }
  @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: 1.8rem; }
  @media screen and (min-width: 768px) {
    .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: 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15); }

.infomation_ttxt {
  font-size: 30px;
  font-weight: bold;
  color: #FF0000;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP';
  text-align: center; }

.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: 40px 0;*/
  padding: 40px 0 65px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .top_txt_sb {
      font-size: 20px; } }
  .top_txt span {
    letter-spacing: 1px;
    text-align: left; }
    .top_txt span .top_txt_bs {
      font-size: 57%; }

.top_fg {
  color: #D1A700; }

.top_txt span strong {
  font-size: 50px; }

.fo_figure {
  font-size: 45px !important; }

.map_inf {
  position: absolute;
  top: 15%;
  left: 10%;
  font-family: "Noto Sans JP";
  font-weight: normal; }

.map_inf h6 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3; }

.map_inf h6 span {
  font-size: 28px; }

.map_inf p {
  margin-top: 36px;
  font-size: 25px; }

.bus_acc {
  color: #133870; }

/*.p-information{
  background-image: url("../image/sakura_03.png") ;
background-size: cover;
}

.p-information::before  {
   background-image: url("../image/sakura_01.png") ;
    width: 100%;
	background-size: cover;
	position: absolute;
	top:0;
	background-position:top left;
}

.p-information::after  {
   background-image: url("../image/sakura_02.png") ;
    width: 100%;
    height: auto;
	background-size: cover;
position: absolute;
	bottom: 0;
z-index: 0;
	background-position:right bottom;
}

.slick-dots{
	bottom: 5px;
}
li.slick-active button:before {
    opacity: .75;
	color: #F81877!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; }

  .p-access__fig dt {
    flex-basis: initial;
    min-height: 60px;
    padding-right: 2px;
    width: 150px; }

  .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%; }

  .bnr_w_home {
    width: 100%; }

  .left_y {
    margin-left: 17px !important; }

  .left_y::after {
    border: solid 25px transparent;
    border-right: solid 25px #C2EDFB;
    top: -13px;
    left: -50px; }

  .right_y {
    margin-right: 17px !important; }

  .right_y::after {
    border: solid 25px transparent;
    border-left: solid 25px #C2EDFB;
    top: -13px;
    right: -50px; }

  .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 20px; }

  .bnr_w_home {
    padding-bottom: initial; }

  .infomation_ttxt {
    font-size: 1.6rem;
    margin-bottom: 0; }

  .top_txt {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 20px; }

  .p-hero__access {
    position: relative;
    z-index: 2; }

  .top_txt span strong {
    font-size: 2rem; }

  .p-information {
    padding: 0px 20px 35px; }

  .p-information::before {
    height: 350px;
    background-size: contain; } }
@media screen and (max-width: 641px) and (min-width: 768px) {
  .p-information::after {
    height: 350px;
    background-size: contain; } }

@media print, screen and (max-width: 641px) {
  /*	.top_a{
  	display: none;}
  img_snt
  .top_b{
  display: none;
  }
  .top_c{
  	display: none;
  }
  	
  .top_d{
  	display: none;
  }*/
  .slick-dotted.slick-slider {
    margin-bottom: -20px; }

  .sp_br {
    display: block; }

  /*.img_snt{
  	font-size: 1rem;
  	bottom: 15px;
  	right: 0px;
  	z-index: 3;
  }*/ }
.orange {
  color: #FCA12A; }

.blue {
  color: #086AA9; }

.green {
  color: #32B95F; }

.top_cont {
  background-color: #E5EDE9;
  padding-bottom: 50px; }

.access_txt_tyu {
  text-align: left;
  padding: 10px 0;
  font-size: 1.2rem;
  margin-left: 1em; }
  @media screen and (min-width: 768px) {
    .access_txt_tyu {
      font-size: 1.4rem;
      text-align: end;
      margin: 0; } }

.l_s_kisarazu {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .l_s_kisarazu {
      max-width: 1366px; } }
  .l_s_kisarazu_tit {
    font-size: 3rem;
    font-weight: bold;
    margin: 50px 0 35px; }
    @media screen and (min-width: 768px) {
      .l_s_kisarazu_tit {
        font-size: 40px;
        margin: 100px 0 35px; } }
  .l_s_kisarazu_sub {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.1rem; }
    @media screen and (min-width: 768px) {
      .l_s_kisarazu_sub {
        font-size: 25px; } }
  .l_s_kisarazu_txt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #555;
    font-weight: bold;
    margin: 0 20px;
    text-align: left;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .l_s_kisarazu_txt {
        font-size: 21px;
        margin: 0;
        text-align: center;
        letter-spacing: 1px; } }
  .l_s_kisarazu_flx {
    display: flex;
    justify-content: center;
    /*margin: 160px auto 90px;*/
    margin: 160px auto 50px;
    /*position: relative;*/ }
    @media screen and (min-width: 768px) {
      .l_s_kisarazu_flx {
        max-width: 963px; } }
    .l_s_kisarazu_flx_left {
      width: 90%;
      position: relative;
      border: 1px solid #707070; }
      @media screen and (min-width: 768px) {
        .l_s_kisarazu_flx_left {
          width: 600px; } }
    @media screen and (min-width: 768px) {
      .l_s_kisarazu_flx_right {
        width: 465px; } }
    .l_s_kisarazu_flx_right p {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      text-align: left; }

.compartment {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .compartment li {
    width: 450px;
    margin: 0 11px 40px 11px; }
    .compartment li img {
      border: 1px solid #707070; }
    .compartment li p {
      color: #fff;
      background-color: #32B95F;
      text-align: center;
      font-size: 21px;
      margin-bottom: 10px; }

.p-location .c-tit__sec-en {
  background: url("../image/tape_03.png") no-repeat center/contain;
  background-size: contain;
  background-position-y: 6px; }
  @media screen and (min-width: 768px) {
    .p-location .c-tit__sec-en {
      background-size: auto; } }

.p-access .c-tit__sec {
  background: url("../image/tape_04.png") no-repeat center/contain;
  background-size: contain;
  background-position-y: 6px; }
  @media screen and (min-width: 768px) {
    .p-access .c-tit__sec {
      background-size: auto; } }

.p-overview .c-tit__sec {
  background: url("../image/tape_05.png") no-repeat center/contain;
  background-size: contain;
  background-position-y: 6px; }
  @media screen and (min-width: 768px) {
    .p-overview .c-tit__sec {
      background-size: auto; } }

.c-tit__en-sb {
  color: #133870;
  line-height: 1.5;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .c-tit__en-sb {
      font-size: 27px; } }

@media screen and (min-width: 768px) {
  .p-access__list_un {
    max-width: 494px;
    position: relative;
    top: -15px; } }
@media screen and (max-width: 767px) {
  .p-access__list_un {
    top: 5px;
    text-align: left;
    font-size: 1rem;
    margin-left: 5px; } }

.u-en-b {
  color: #003EB2 !important;
  font-size: 26px; }

.top_flx {
  display: flex; }

.top_fv {
  position: relative;
  /*	&_6{
  		background: #fff;	
  		border-radius: 50%;	
  	  border: 5px solid #FFF71A;	
      bottom: -10px;
      right: 120px;
  		height: min(calc(200 / 1366 * 100vw),200px);	
  		width: min(calc(200 / 1366 * 100vw),200px);		
  	}	*/ }
  @media screen and (min-width: 768px) {
    .top_fv {
      width: calc(100% /3); } }
  .top_fv_sb {
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
    .top_fv_sb_b {
      font-size: 2rem;
      text-align: center;
      color: #000;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .top_fv_sb_b {
          font-size: min(1.5373352855vw, 21px) !important;
          line-height: min(2.0497803807vw, 28px) !important;
          margin: 3px 0; } }
      .top_fv_sb_b span {
        font-size: 5rem;
        color: #FFAB19;
        font-family: 'Spectral', "Times New Roman", Times, "serif"; }
        @media screen and (min-width: 768px) {
          .top_fv_sb_b span {
            font-size: min(4.0263543192vw, 55px) !important;
            line-height: min(4.0263543192vw, 55px) !important; } }
    .top_fv_sb_r {
      text-align: center;
      font-size: 2rem;
      color: #FF0000;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .top_fv_sb_r {
          font-size: min(1.5373352855vw, 21px) !important;
          line-height: min(2.0497803807vw, 28px) !important;
          margin: 3px 0; } }
      .top_fv_sb_r span {
        font-size: 2.2rem; }
        @media screen and (min-width: 768px) {
          .top_fv_sb_r span {
            font-size: min(1.9033674963vw, 26px) !important; } }
    .top_fv_sb_flx {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1; }
      .top_fv_sb_flx_01 {
        color: #FF0000;
        font-size: 5.5rem; }
        @media screen and (min-width: 768px) {
          .top_fv_sb_flx_01 {
            font-size: min(4.39238653vw, 60px) !important; } }
      .top_fv_sb_flx_02 {
        font-size: 2rem;
        color: #FF0000; }
        @media screen and (min-width: 768px) {
          .top_fv_sb_flx_02 {
            font-size: min(1.756954612vw, 24px) !important;
            line-height: min(1.756954612vw, 24px) !important; } }
  .top_fv_0 {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .top_fv_0 {
        height: min(calc(180 / 1366 * 100vw), 180px);
        width: min(calc(180 / 1366 * 100vw), 180px); } }
  .top_fv_00 {
    position: absolute;
    top: calc(10 / 1366 * 100vw);
    /*left: calc(100 / 1366 * 100vw);*/ }
  .top_fv_1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.3rem;
    text-align: left;
    color: #fff71a;
    top: 65px;
    left: 100px;
    transform: rotate(-8deg);
    font-weight: 600;
    text-shadow: 1px 2px 3px #333;
    line-height: 1.3; }
    @media screen and (min-width: 768px) {
      .top_fv_1 {
        /*top: calc(65 / 1366 * 100vw);
        left: calc(80 / 1366 * 100vw);*/
        /*line-height: 6vh;	*/
        line-height: min(3.6603221083vw, 50px) !important;
        font-size: min(3.2210834553vw, 44px) !important;
        white-space: nowrap; } }
  .top_fv_2 {
    border: 2px solid #fca12a;
    background-color: #FFF0DC;
    top: 160px;
    left: 100px; }
    @media screen and (min-width: 768px) {
      .top_fv_2 {
        /*top: max(calc(150 / 1366 * 100vw),180px);
        left: calc(100 / 1366 * 100vw);*/
        top: 180px; } }
  .top_fv_3 {
    border: 2px solid #fca12a;
    background-color: #FFF0DC;
    bottom: 40px;
    left: 250px; }
    @media screen and (min-width: 768px) {
      .top_fv_3 {
        bottom: calc(40 / 1366 * 100vw);
        left: calc(250 / 1366 * 100vw); } }
  .top_fv_4 {
    border: 2px solid #086AA9;
    background-color: #E6F5FF;
    bottom: 60px;
    right: 20px; }
    @media screen and (min-width: 768px) {
      .top_fv_4 {
        bottom: calc(120 / 1366 * 100vw);
        left: calc(-50 / 1366 * 100vw); } }
  .top_fv_5 {
    border: 2px solid #32B95F;
    background-color: #EBFFF1;
    top: 80px;
    right: 150px; }
    @media screen and (min-width: 768px) {
      .top_fv_5 {
        top: calc(80 / 1366 * 100vw);
        right: calc(150 / 1366 * 100vw); } }
  .top_fv_7 {
    border: 5px solid rgba(252, 161, 42, 0.5);
    top: -130px;
    left: 0; }
    @media screen and (min-width: 768px) {
      .top_fv_7 {
        top: calc(-90 / 1366 * 100vw);
        left: calc(-70 / 1366 * 100vw);
        		/*top: 80px;
            right: 150px;	*/ } }
  .top_fv_8 {
    border: 5px solid rgba(50, 185, 95, 0.5);
    top: 80px;
    right: 150px; }
    @media screen and (min-width: 768px) {
      .top_fv_8 {
        top: calc(-110 / 1366 * 100vw);
        right: calc(-100 / 1366 * 100vw); } }
    .top_fv_8 p {
      text-align: center !important;
      font-family: "Noto Serif JP", "serif" !important;
      white-space: nowrap; }
    .top_fv_8 .top_fv_sb_b {
      margin-bottom: 0.5em; }
  .top_fv_9 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.3rem;
    text-align: left;
    color: #FEAE01;
    top: 225px;
    left: 100px;
    transform: rotate(-8deg);
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.3;
    		/*text-shadow:1px 1px 0 #555, -1px -1px 0 #555,
                  -1px 1px 0 #555, 1px -1px 0 #555,
                  0px 1px 0 #555,  0-1px 0 #555,
                  -1px 0 0 #555, 1px 0 0 #555;*/
    text-shadow: 1px 2px 3px #333; }
    @media screen and (min-width: 768px) {
      .top_fv_9 {
        bottom: max(calc(65 / 1366 * 100vw), 230px);
        left: calc(-50 / 1366 * 100vw);
        line-height: min(3.6603221083vw, 50px) !important;
        font-size: min(3.2210834553vw, 44px) !important; } }

#gmap {
  margin: 0 auto;
  width: 100%;
  height: 300px; }
  @media screen and (min-width: 768px) {
    #gmap {
      width: 900px;
      height: 450px; } }

.c-tit__en p {
  margin: 1rem 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .c-tit__en p {
      margin: 23px 0 33px; } }

.bus_location {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .bus_location {
      margin-bottom: 50px; } }

.p-access_train {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .p-access_train {
      margin-top: 150px; } }

.p-access__scroll {
  margin-top: 80px; }

.l-container__header {
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .p-access__box-img img {
    width: 100%; } }

.p-location .c-tit__sec-jp {
  color: #FCA12A !important; }

.p-access .c-tit__sec-jp {
  color: #086AA9 !important; }

@media screen and (max-width: 767px) {
  .top_fv_pc {
    display: none; }

  .top_fv_sp.top_fv_1 {
    left: 50px; }

  .top_fv_sp.top_fv_2 {
    left: 70px; }

  .top_fv_sp.top_fv_3 {
    left: 200px; } }
@media screen and (min-width: 768px) {
  .top_fv_sp {
    display: none; } }
.slick-dots {
  bottom: 0 !important; }

.slick-dots li button:before {
  font-size: 18px;
  /*color: #333;*/ }

.slick-dots li.slick-active button:before {
  color: #05b13e;
  opacity: 1; }

.slick-dots li button:before {
  opacity: 0.75; }

/*@include sp{
	.u-fukidashi-sp{
		position: absolute;
		span{
	background: #44a5e6;
  color: #fff;
  font-size: 100%;
  padding: 1.5em;
  display: inline-block;
  border-radius: 6px;
  position: relative;
		&::before{
			content: "";
  		border: 10px solid transparent;
  		border-top: 10px solid #43a5e6;
  		margin-left: -10px;
  		top: 100%;
  		left: 50%;
  		position: absolute;		
		}
	}		
	}
}*/
@media screen and (max-width: 767px) {
  .right_y .u-en-b span {
    font-size: 1.2rem; } }
.mv_cap1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2; }
.mv_cap2 {
  color: #333;
  font-weight: 600;
  font-size: 1.3rem;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2; }
