#contents {
  overflow: hidden;
}

/*====================================================
////id mv
====================================================*/
#mv .decoBox {
  width: 100%;
  min-height: calc(100% + 400px);
  z-index: -1;
}
#mv .decoBox img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #mv .decoBox {
    min-height: calc(100% + 500px);
  }
  #mv .imgBox {
    width: 80%;
  }
  #mv .imgBox .img {
    background-size: 100% auto;
    padding-top: 95%;
  }
  #mv .innerBox {
    padding-top: 0;
  }
  #mv h1 {
    text-shadow: 0 0 0.3em var(--d_green), 0 0 0.5em var(--d_green), 0 0 0.5em var(--d_green);
  }
  #mv p {
    text-shadow: 0 0 0.5em var(--d_green), 0 0 1em var(--d_green), 0 0 1em var(--d_green);
  }
}

@media screen and (max-width: 769px) {
  #mv .imgBox {
    width: 120%;
  }
  #mv .imgBox .img {
    padding-top: 100%;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #mv .innerBox {
    justify-content: flex-end;
    padding: 120px 0 180px;
  }
  #mv .imgBox {
    position: absolute;
    top: 0;
    right: 40%;
    width: 80%;
    height: 100%;
  }
  #mv .imgBox .img {
    background-size: 100% auto;
    padding-top: 76%;
  }
  #mv .txtBox {
    width: 45%;
  }
  #mv h1 {
    font-size: 3vw;
    text-shadow: 0 0 0.3em var(--d_blue), 0 0 0.5em var(--d_blue), 0 0 0.5em var(--d_blue);
  }
  #mv p {
    text-shadow: 0 0 0.5em var(--d_blue), 0 0 1em var(--d_blue), 0 0 1em var(--d_blue);
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1100px) {
  #mv .imgBox {
    width: 75%;
  }
}

@media screen and (min-width: 1280px) {
  #mv .innerBox {
    align-items: center;
    min-height: calc(100vh - 345px);
    min-height: calc(100dvh - 345px);
    padding: 13vw 0 17vw;
  }
  #mv .imgBox {
    right: 35%;
    width: 70%;
    height: calc(100% + 30px);
  }
  #mv .imgBox .img {
    padding-top: 0;
    height: 100%;
  }
  #mv h1 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1580px) {
  #mv .imgBox {
    right: 40%;
    width: 60%;
    height: calc(100% + 60px);
  }
  #mv .imgBox .img {
    padding-top: 0;
    height: 100%;
  }
}

/*====================================================
////id numbers
====================================================*/
#numbers .headBox {
  overflow: hidden;
}
#numbers .headBox h2 {
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
#numbers .headBox h2::before,
#numbers .headBox h2::after {
  border-top: solid 1px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 0;
}
#numbers .headBox h2::before {
  right: 100%;
}
#numbers .headBox h2::after {
  left: 100%;
}
#numbers .item {
  border-radius: 5px;
}
#numbers .item dt {
  margin-bottom: 0.8em;
  min-height: 3.5em;
}
#numbers .item dt::after {
  border-bottom: solid 1px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85%;
  height: 0;
}
#numbers .item .no .f-en {
  font-size: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #numbers .itemBox {
    grid-gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  #numbers .item {
    padding: 0.7em;
  }
  #numbers .item dt {
    font-size: 1.1em;
  }
  #numbers .item .no {
    font-size: 2.6rem;
  }
  #numbers .item .add_text {
    font-size: 1rem;
    margin-top: 0.5em;
    min-height: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #numbers .item .no {
    font-size: 5vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #numbers .itemBox {
    grid-gap: 16px 1vw;
    grid-template-columns: repeat(4, 1fr);
  }
  #numbers .item {
    padding: 0.7em;
  }
  #numbers .item dt {
    font-size: 2rem;
  }
  #numbers .item .no {
    font-size: 2.7vw;
  }
  #numbers .item .add_text {
    font-size: 1.1rem;
    margin-top: 0.5em;
    min-height: 3.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
  #numbers .item dt {
    font-size: 1.7rem;
  }
  #numbers .item .add_text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  #numbers .itemBox {
    grid-gap: 16px 27px;
  }
  #numbers .item dt {
    font-size: 2.2rem;
  }
  #numbers .item .no {
    font-size: 3rem;
  }
  #numbers .item .add_text {
    font-size: 1.3rem;
  }
}

/*====================================================
////id common
====================================================*/
.head_layout .head_top {
  display: block;
  font-size: 0.83em;
  margin-bottom: 0.3em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  .head_layout {
    font-size: 1.6em;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  .head_layout {
    font-size: 2.6rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
  .head_layout {
    font-size: 3rem;
  }
}

/*====================================================
////id feature
====================================================*/
#feature .itemBox {
  overflow: hidden;
}
#feature .item::before {
  background-image: linear-gradient(to right, var(--d_gray) 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  content: "";
  display: none;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 2px;
}
#feature .item-inner {
  height: 100%;
  position: relative;
}
#feature .item-inner::before,
#feature .item-inner::after {
  background-image: linear-gradient(to bottom, var(--d_gray) 2px, transparent 2px);
  background-size: 2px 7px;
  background-repeat: repeat-y;
  background-position: left;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
}
#feature .item-inner::before {
  display: none;
  left: 0;
}
#feature .item-inner::after {
  right: 0;
}
#feature .item .map figure img {
  margin: auto;
}
#feature .item .txt {
  min-height: 4.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #feature .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
  #feature .item::before {
    background-size: 6px 2px;
  }
  #feature .item:nth-child(1)::before,
  #feature .item:nth-child(3)::before {
    display: block;
  }
  #feature .item {
    padding: 3.5vw 0;
  }
  #feature .item-inner {
    padding: 0 3vw;
  }
  #feature .item-inner::before,
  #feature .item-inner::after {
    background-size: 2px 6px;
  }
  #feature .item:nth-child(odd) .item-inner::before {
    display: block;
  }
  #feature .item h3 {
    font-size: 1.2em;
    padding-top: 0.5em;
  }
  #feature .item .map figure {
    height: 10vw;
    max-height: 85px;
  }
  #feature .item .txt {
    line-height: 1.4;
  }
}

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

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #feature .itemBox {
    grid-template-columns: repeat(3, 1fr);
  }
  #feature .item:first-child::before {
    display: block;
  }
  #feature .item {
    padding: 1em 0;
  }
  #feature .item-inner {
    padding: 1.2em;
  }
  #feature .item:nth-child(1) .item-inner::before,
  #feature .item:nth-child(4) .item-inner::before {
    display: block;
  }
  #feature .item h3 {
    font-size: 2.2rem;
  }
  #feature .item .map figure {
    height: 85px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
  #feature .item {
    padding: 15px 0;
  }
  #feature .item-inner {
    padding: 30px;
  }
}

/*====================================================
////id charm
====================================================*/
#charm .item .img .item_head {
  border-left: solid 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 2.6em;
  line-height: 1;
  margin: auto;
  position: absolute;
  z-index: 10;
}
#charm .item .img .item_head h3 {
  font-size: inherit;
}
#charm .item .img .item_head .en {
  font-size: 0.77em;
}
#charm .item .img .img_item {
  position: absolute;
}
#charm .item .img .img_item .coverImg {
  padding-top: 0;
  height: 100%;
}

#charm #item-nature .img .item_head {
  background: #eaf7ff;
  border-left-color: #5bc4ff;
  color: #5bc4ff;
}
#charm #item-culture .img .item_head {
  background: #effbfc;
  border-left-color: #20adbc;
  color: #20adbc;
}
#charm #item-festival .img .item_head {
  background: #ffeef9;
  border-left-color: #ff5bc3;
  color: #ff5bc3;
}
#charm #item-a_meal .img .item_head {
  background: #fef8f2;
  border-left-color: #f99e43;
  color: #f99e43;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #charm .itemBox {
    grid-gap: 3em;
  }
  #charm .item {
    grid-template-rows: auto 1fr;
  }
  #charm .item .img {
    margin: 0 -4vw;
    width: 100vw;
    height: 105vw;
    max-height: 450px;
  }
  #charm .item .img .item_head {
    font-size: 2em;
    width: 11em;
  }

  #charm #item-nature .item_head {
    top: 40px;
    right: 0;
  }
  #charm #item-nature .img .img-1 {
    top: 0;
    left: 0;
    width: 65%;
    height: 85%;
  }
  #charm #item-nature .img .img-2 {
    bottom: 0;
    right: 0;
    width: 80%;
    height: 47%;
  }

  #charm #item-culture .item_head {
    top: 40px;
    left: 4%;
  }
  #charm #item-culture .img .img-1 {
    bottom: 0;
    left: 0;
    width: 65%;
    height: 62%;
  }
  #charm #item-culture .img .img-2 {
    top: 0;
    right: 0;
    width: 52%;
    height: 75%;
  }

  #charm #item-festival .item_head {
    top: 40px;
    right: 0;
  }
  #charm #item-festival .img .img-1 {
    top: 0;
    left: 0;
    width: 60%;
    height: 55%;
  }
  #charm #item-festival .img .img-2 {
    bottom: 0;
    right: 0;
    width: 75%;
    height: 60%;
  }

  #charm #item-a_meal .item_head {
    top: 50%;
    right: 0;
  }
  #charm #item-a_meal .img .img-1 {
    top: 0;
    right: 0;
    width: 100%;
    height: 75%;
  }
  #charm #item-a_meal .img .img-2 {
    bottom: 0;
    left: 4%;
    width: 60%;
    height: 40%;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #charm .itemBox {
    grid-gap: 40px 40px;
    grid-template-columns: 1fr 1fr;
  }
  #charm .item {
    grid-template-rows: auto 1fr;
  }
  #charm .item .img {
    padding-top: 80%;
  }
  #charm .item .img .item_head {
    font-size: 2.8vw;
    width: 11em;
  }

  #charm #item-nature .item_head {
    top: 13px;
    right: 10px;
  }
  #charm #item-nature .img .img-1 {
    top: 0;
    left: 0;
    width: 48%;
    height: 75%;
  }
  #charm #item-nature .img .img-2 {
    bottom: 0;
    right: 0;
    width: 70%;
    height: 60%;
  }

  #charm #item-culture .item_head {
    bottom: 0;
    right: 0;
  }
  #charm #item-culture .img .img-1 {
    bottom: 5%;
    left: 0;
    width: 65%;
    height: 80%;
  }
  #charm #item-culture .img .img-2 {
    top: 0;
    right: 0;
    width: 52%;
    height: 75%;
  }

  #charm #item-festival .item_head {
    top: 0;
    left: 0;
  }
  #charm #item-festival .img .img-1 {
    top: 5%;
    right: 0;
    width: 60%;
    height: 75%;
  }
  #charm #item-festival .img .img-2 {
    bottom: 0;
    left: 0;
    width: 58%;
    height: 70%;
  }

  #charm #item-a_meal .item_head {
    top: 0;
    right: 0;
    bottom: 0;
  }
  #charm #item-a_meal .img .img-1 {
    top: 0;
    right: 0;
    width: 100%;
    height: 75%;
  }
  #charm #item-a_meal .img .img-2 {
    bottom: 0;
    left: 8%;
    width: 53%;
    height: 50%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
  #charm .itemBox {
    grid-gap: 70px 50px;
  }
  #charm .item {
    /* grid-template-rows: 440px 1fr; */
  }
  #charm .item .img .item_head {
    font-size: 3rem;
  }
  #charm .item .img figure {
  }
}

/*====================================================
////id event
====================================================*/
#event .headBox {
  background: #eef8fd;
  border-width: 3px;
}
#event .headBox::before,
#event .headBox::after,
#event .headBox h2::before,
#event .headBox h2::after {
  border: solid 8px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
}
#event .headBox::before {
  border-color: var(--blue) transparent transparent var(--blue);
  top: 0;
  left: 0;
}
#event .headBox::after {
  border-color: var(--blue) var(--blue) transparent transparent;
  top: 0;
  right: 0;
}
#event .headBox h2::before {
  border-color: transparent transparent var(--blue) var(--blue);
  bottom: 0;
  left: 0;
}
#event .headBox h2::after {
  border-color: transparent var(--blue) var(--blue) transparent;
  bottom: 0;
  right: 0;
}

#event .headBox h2 {
  padding: 0.3em;
}
#event .headBox h2 img {
  height: 1.4em;
  margin-right: 0.5em;
  vertical-align: -0.3em;
}
#event .calendar {
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
#event .calendar .item {
  padding: 0.5em 0;
  position: relative;
}
#event .calendar .item::before,
#event .calendar .item::after {
  background-image: linear-gradient(to right, var(--d_gray) 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  content: "";
  display: none;
  margin: auto;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 2px;
}
#event .calendar .item:nth-child(1)::before,
#event .calendar .item:nth-child(4)::before,
#event .calendar .item:nth-child(7)::before,
#event .calendar .item:nth-child(10)::before {
  display: block;
  bottom: 0;
}
#event .calendar .item:nth-child(1)::after {
  display: block;
  top: 0;
}

#event .calendar .item-inner {
  padding: 1em 0.8em 1.5em;
  position: relative;
  width: 100%;
  height: 100%;
}
#event .calendar .item-inner::before,
#event .calendar .item-inner::after {
  background-image: linear-gradient(to bottom, var(--d_gray) 2px, transparent 2px);
  background-size: 2px 7px;
  background-repeat: repeat-y;
  background-position: left;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
}
#event .calendar .item-inner::before {
  display: none;
  left: 0;
}
#event .calendar .item-inner::after {
  right: 0;
}
#event .calendar .item:nth-child(1) .item-inner::before,
#event .calendar .item:nth-child(4) .item-inner::before,
#event .calendar .item:nth-child(7) .item-inner::before,
#event .calendar .item:nth-child(10) .item-inner::before {
  display: block;
}
#event .calendar .item .month {
  margin: 0 auto 0.8em;
  padding: 0.3em;
  max-width: 7em;
}
#event .calendar .item .markList li::before {
  background: var(--l_b_gray);
  border-radius: 1em;
  content: "";
  top: 0.4em;
  width: 0.7em;
  height: 0.7em;
}

#event .imgBox {
  place-content: flex-start;
}
#event .imgBox .img-3,
#event .imgBox .img-4 {
  margin: auto;
  position: absolute;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #event .innerBox {
    grid-gap: 3em;
  }
  #event .headBox::before,
  #event .headBox::after,
  #event .headBox h2::before,
  #event .headBox h2::after {
    border-width: 5px;
  }
  #event .headBox h2 {
    font-size: 1.4em;
  }
  #event .imgBox {
    padding-bottom: 140px;
  }
  #event .imgBox .img-1 {
    margin: 0 -4vw 0 auto;
    width: 80%;
    max-width: 400px;
  }
  #event .imgBox .img-2 {
    margin: 6vw auto 0 -4vw;
    width: 100vw;
    max-width: 600px;
  }
  #event .imgBox .img-3 {
    top: 20%;
    left: 0;
    width: 55%;
    max-width: 300px;
  }
  #event .imgBox .img-4 {
    bottom: 0;
    left: 3%;
    width: 60%;
    max-width: 350px;
  }
  #event .imgBox .img-1 .coverImg {
    padding-top: 76%;
  }
  #event .imgBox .img-2 .coverImg {
    padding-top: 0;
    height: 60vw;
    max-height: 350px;
  }
  #event .imgBox .img-3 .coverImg {
    padding-top: 84.5%;
  }
  #event .imgBox .img-4 .coverImg {
    padding-top: 89%;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  #event .imgBox .img-4 {
    left: auto;
    right: 10vw;
  }
}

@media screen and (max-width: 769px) {
  #event .calendar .item .txt {
    font-size: 0.8em;
  }
  #event .imgBox {
    padding-bottom: 40vw;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #event .innerBox {
    grid-gap: 30px;
  }
  #event .headBox h2 {
    font-size: 2.2rem;
  }
  #event .calendar .item .month {
    font-size: 2rem;
  }
  #event .txtBox {
    width: 60%;
    max-width: 600px;
  }

  #event .imgBox {
    grid-gap: 4vw;
    margin-right: -3vw;
  }
  #event .imgBox .img-1 {
    margin: 0 0 0 auto;
    width: 85%;
  }
  #event .imgBox .img-2 {
    margin: 7vw 0 0 auto;
    width: 66%;
  }
  #event .imgBox .img-3 {
    top: 260px;
    left: 0;
    width: 52%;
  }
  #event .imgBox .img-4 {
    bottom: 0;
    left: 10%;
    width: 45%;
  }
  #event .imgBox .img-1 .coverImg {
    padding-top: 350px;
  }
  #event .imgBox .img-2 .coverImg {
    padding-top: 280px;
  }
  #event .imgBox .img-3 .coverImg {
    padding-top: 250px;
  }
  #event .imgBox .img-4 .coverImg {
    padding-top: 280px;
  }
}

@media screen and (min-width: 1280px) {
  #event .innerBox {
    grid-gap: 60px;
  }
  #event .headBox h2 {
    font-size: 2.5rem;
  }
  #event .imgBox {
    grid-gap: 90px;
    margin-right: 0;
  }
  #event .imgBox .img-3 {
    top: 240px;
  }
}

/*====================================================
////id economy
====================================================*/
#economy .item .txt p {
  margin-top: 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #economy .itemBox {
    grid-gap: 1em;
    margin-top: 2em;
  }
  #economy .item {
    justify-content: center;
    padding: 2em 1em;
  }
  #economy .item-inner {
    display: inline-block;
  }
  #economy .item .item-content {
    grid-gap: 2em 30px;
  }
  #economy .item .img {
    margin: auto;
  }
  #economy .item-1 .img {
    max-width: 400px;
  }
  #economy .item-2 .img {
    width: 60vw;
    max-width: 300px;
  }
  #economy .item-3 .img {
    max-width: 400px;
  }
  #economy .item-4 .img {
    margin: auto;
    max-width: 400px;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #economy .itemBox {
    grid-gap: 1em 0.7em;
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
  }
  #economy .item {
    justify-content: center;
    padding: 45px 30px;
  }
  #economy .item-inner {
    display: inline-block;
  }
  #economy .item .item-content {
    grid-gap: 2em 30px;
  }
  #economy .item h3 {
    font-size: 2.2rem;
  }

  #economy .item-1 .img {
    max-width: 400px;
  }
  #economy .item-2 .img {
    width: 25vw;
    max-width: 300px;
  }
  #economy .item-3,
  #economy .item-4 {
    grid-column: span 2;
  }
  #economy .item-3 .item-content {
    grid-template-columns: 1fr 30%;
  }
  #economy .item-4 .img {
    margin: auto;
    width: 90%;
    max-width: 840px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
  #economy .itemBox {
    grid-gap: 24px 40px;
  }
  #economy .item {
    padding: 56px;
  }
  #economy .item .item-content {
    grid-gap: 2em 50px;
  }
}

/*====================================================
////id medical
====================================================*/
.iconMark {
  background: #fff;
  border: solid 1px;
  border-radius: 3px;
  font-size: 0.875em;
  margin-right: 0.4em;
  line-height: 1;
  padding: 0 0.5em;
}

#medical .emergency h3 {
  border-width: 2px;
  padding: 0.5em;
}
#medical .emergency .info_text {
  grid-gap: 0 0.8em;
  margin: 1em 0;
}
#medical .emergency .item {
  border-radius: 5px;
  padding: 1em 1.2em;
}
#medical .emergency dl {
  grid-gap: 0.3em;
  grid-template-areas: "dt" "dd";
}
#medical .emergency dd.address,
#medical .emergency dd.tel {
  padding-left: 1.5em;
  position: relative;
}
#medical .emergency dd.address::before,
#medical .emergency dd.tel::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1.2em;
}
#medical .emergency dd.address.icon-blue::before {
  background: url("../img/cmn/map.png") no-repeat center / contain;
}
#medical .emergency dd.tel.icon-blue::before {
  background: url("../img/cmn/tel-blue.png") no-repeat center / contain;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #medical .main .itemBox {
    margin-top: 2em;
    grid-gap: 1.5em 1em;
  }
  #medical .main .item figcaption {
    font-size: 1.2em;
  }
  #medical .emergency .itemBox {
    grid-gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 769px) {
  #medical .emergency .itemBox {
    grid-template-columns: 1fr;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #medical .main .itemBox {
    margin-top: 2em;
    grid-gap: 1.5em 30px;
  }
  #medical .main .item figcaption {
    font-size: 2rem;
  }

  #medical .emergency h3 {
    font-size: 2.5rem;
  }
  #medical .emergency .info_text {
    justify-content: flex-end;
  }
  #medical .emergency .itemBox {
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
  }
  #medical .emergency dl {
    font-size: 1.5rem;
  }
  #medical .emergency dt {
    font-size: 1.125em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
  #medical .emergency dt {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1280px) {
  #medical .main .itemBox {
    grid-gap: 1.5em 60px;
  }
  #medical .emergency .itemBox {
    grid-gap: 1em 1.8em;
  }
  #medical .emergency dl {
    font-size: 1.6rem;
  }
}

/*====================================================
////id education
====================================================*/
#education .listBox h3 {
  border-bottom: solid 1px var(--l_b_gray);
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
}
#education .item {
  border-radius: 5px;
  padding: 1em 1.2em;
}
#education .item dl {
  grid-gap: 0.3em;
  grid-template-areas: "dt" "dd";
}
#education .item dd.address,
#education .item dd.tel,
#education .item dd.web {
  padding-left: 1.5em;
  position: relative;
}
#education .item dd.address::before,
#education .item dd.tel::before,
#education .item dd.web::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1.2em;
}
#education .item dd.address.icon-blue::before {
  background: url("../img/cmn/map.png") no-repeat center / contain;
}
#education .item dd.tel.icon-blue::before {
  background: url("../img/cmn/tel-blue.png") no-repeat center / contain;
}
#education .item dd.web.icon-blue::before {
  background: url("../img/cmn/web-blue.png") no-repeat center / contain;
}
#education .item dd.address.icon-green::before {
  background: url("../img/cmn/map-green.png") no-repeat center / contain;
}
#education .item dd.tel.icon-green::before {
  background: url("../img/cmn/tel.png") no-repeat center / contain;
}
#education .item dd.web.icon-green::before {
  background: url("../img/cmn/web-green.png") no-repeat center / contain;
}

#education .japanese .img {
  grid-gap: 1.8em 1.3em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #education .itemBox {
    grid-gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }

  #education .japanese .img {
    margin: 2em auto 0;
    max-width: 540px;
  }
}

@media screen and (max-width: 769px) {
  #education .itemBox {
    grid-template-columns: 1fr;
  }
  #education .japanese .img {
    margin: 1.5em auto 0;
    width: 70%;
    max-width: 300px;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #education .listBox h3 {
    font-size: 2.2rem;
  }
  #education .itemBox {
    grid-gap: 1em;
    grid-template-columns: repeat(3, 1fr);
  }
  #education .item dl {
    font-size: 1.5rem;
  }
  #education .item dt {
    font-size: 1.125em;
  }

  #education .japanese .whiteBox {
    grid-gap: 30px;
  }
  #education .japanese .txt {
    width: 52%;
  }
  #education .japanese h3 {
    font-size: 2.2rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
  #education .item dt {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1280px) {
  #education .itemBox {
    grid-gap: 1em 1.8em;
  }
  #education .item dl {
    font-size: 1.6rem;
  }

  #education .japanese .whiteBox {
    grid-gap: 60px;
  }
}

/*====================================================
////id transport
====================================================*/
#transport .itemBox {
  grid-gap: 1.5em;
}
#transport .item-inner {
  grid-gap: 1.5em 2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #transport .item .item-inner .imgBox {
    margin: auto;
    max-width: 500px;
  }
  #transport .item .routeBox {
    margin: 1.5em auto 0;
  }
  #transport .item .routeBox .imgBox {
    overflow-x: scroll;
    padding-bottom: 1em;
  }
  #transport .item .routeBox .imgBox figure {
    width: 760px;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #transport .item .item-inner {
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 1fr;
  }
  #transport .item h3 {
    font-size: 2.2rem;
  }
  #transport .item .item-inner .imgBox {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  #transport .item .routeBox {
    margin: 1.5em auto 0;
    max-width: 980px;
  }
  #transport .item .routeBox h4 {
    font-size: 2rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
  #transport .item .headBox {
    grid-column: span 2;
  }
  #transport .item .item-inner .imgBox {
    grid-column: 2;
    grid-row: 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
}

/*====================================================
////id security
====================================================*/
#security .itemBox {
  grid-gap: 1.5em;
}
#security .item-inner {
  grid-gap: 1.5em 2em;
}
#security .emergency h3 {
  padding: 0 1em;
}
#security .emergency h3::before,
#security .emergency h3::after {
  border-top: solid 1px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  height: 0;
}
#security .emergency h3::before {
  right: 100%;
}
#security .emergency h3::after {
  left: 100%;
}

#security .emergency .item dt {
  border-radius: 5px 5px 0 0;
  padding: 0.5em;
}
#security .emergency .item dd {
  border-radius: 0 0 5px 5px;
  padding: 1.5em 1em;
}
#security .emergency .item .main .tel_link {
  font-size: 1.3em;
  line-height: 1;
}
#security .emergency .item .add_text {
  min-height: 3.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #security .item .item-inner .imgBox {
    margin: auto;
    max-width: 500px;
  }
  #security .item .routeBox {
    margin: 1.5em auto 0;
  }
  #security .item .routeBox .imgBox {
    overflow-x: scroll;
    padding-bottom: 1em;
  }
  #security .item .routeBox .imgBox figure {
    width: 760px;
  }
  #security .emergency .item dt {
    font-size: 1.2em;
  }
  #security .emergency .item .main {
    font-size: 1.3em;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #security .item .item-inner {
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 1fr;
  }
  #security .item h3 {
    font-size: 2.2rem;
  }
  #security .item .item-inner .imgBox {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  #security .item .routeBox {
    margin: 1.5em auto 0;
    max-width: 980px;
  }
  #security .item .routeBox h4 {
    font-size: 2rem;
  }
  #security .emergency .item dt {
    font-size: 2rem;
  }
  #security .emergency .item .main {
    font-size: 2.2rem;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
  #security .item .headBox {
    grid-column: span 2;
  }
  #security .item .item-inner .imgBox {
    grid-column: 2;
    grid-row: 2 / 3;
  }
  #security .emergency .item .add_text {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1280px) {
  #security .emergency .itemBox {
    grid-gap: 1.5em 40px;
  }
}

/*====================================================
////id support
====================================================*/
#support .headBox h2 {
  border-radius: 2px;
  border-width: 2px;
}
#support .headBox h2::before,
#support .headBox h2::after {
  border: solid transparent;
  border-width: 18px 10px 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
}
#support .headBox h2::before {
  border-top-color: var(--l_blue2);
  bottom: -15px;
}
#support .headBox h2::after {
  border-top-color: var(--blue);
  bottom: -18px;
  z-index: -10;
}
#support .item {
  border-radius: 5px;
  padding: 1em 1.2em;
}
#support dl {
  grid-gap: 0.3em;
  grid-template-areas: "dt" "dd";
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #support .headBox h2 {
    font-size: 1.3em;
    margin: 0 auto 2em;
    padding: 0.3em;
  }
  #support .itemBox {
    grid-gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 769px) {
  #support .itemBox {
    grid-template-columns: 1fr;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #support .headBox h2 {
    font-size: 2.8rem;
    margin: 0 auto 40px;
    max-width: 500px;
    padding: 0.3em;
  }
  #support .itemBox {
    grid-gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
  }
  #support dl {
    font-size: 1.5rem;
  }
  #support dt {
    font-size: 1.125em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
  #support .itemBox {
    grid-gap: 1.5em 40px;
  }
}

/*====================================================
////id movie
====================================================*/
#movie .innerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#movie .youtube {
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
#movie .youtube iframe {
  width: 100%;
  height: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #movie .innerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #movie .youtube {
    width: 100%;
    max-width: 600px;
  }
  #movie .innerBox {
    padding: 40px 0;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #movie .youtube {
    width: 100%;
    max-width: 1000px;
  }
  #movie .innerBox {
    padding: 80px 0;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 960px) {
}

@media screen and (min-width: 1280px) {
}
