@charset "utf-8";

a:hover {
  opacity: 1;
}


main {
  position: relative;
  /*background: #fff;*/
  background-image: url(../img/location/loc01.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 0 0 0.1px;
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.page__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 75/16;
  background-color: #555555;
  background-image: url(../img/location/bg-location.jpg);
  background-position: center center;
}

@media screen and (min-width:768px) {
  .page__hero {
    aspect-ratio: 288/32;
    background-position: center center;
  }
}

.page__hero .page__hero--title {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width:768px) {
  .page__hero .page__hero--title {
    font-size: 30px;
  }
}

.page__head {
  text-align: center;
  padding: 80px 0;
  /*background-image: url(../img/location/loc01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.copy {
  font-size: 24px;
  color: #ac8450;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 15px;
}

.copy-desc {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 40px 15px 0;
}

/* access */

/*.access {
  background-image: url(../img/location/loc01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
*/
.ac-desc {
  padding: 50px 0;
  /*background: #3e3736;*/
  position: relative;
}

.ac-ttl {
  font-size: 30px;
  /*color: #fff;*/
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}

.ac-desc p {
  /*color: #fff;*/
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 20px 0;
  letter-spacing: 0.1em;
}

.ac-pic {
  /*margin: 30px auto 0;*/
  margin: 0 auto 0;
  max-width: 898px;
}

.ac-desc small {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.items-list {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.ac-list {
  margin-top: 50px;
}

/*p.txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 15px;
}*/

/* EDUCATION */
.bg-color {
  padding: 80px 0;
  background: #fbf9f5;
}

.bg-color>section {
  padding-bottom: 100px;
}

.sec-ttl {
  font-size: 20px;
  color: #ac8450;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-ttl span {
  font-size: 12px;
}

.sec-copy {
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}

.sec-copy span {
  color: #a42a2a;
}

.mt-list {
  margin-top: 40px;
}

/* SHOPPING */

.bg-pattern {
  padding: 80px 0;
  /*background-image: url(../img/location/loc01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

/* HOSPITAL */


/* FINANCE */

/* PUBLIC */


/* LIFE INFORMATION */

.life-info {
  padding: 80px 0;
  /*background-image: url(../img/location/loc29.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.life-info-ttl {
  text-align: center;
  color: #ac8450;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
}

.map-pic {
  margin: 40px auto 80px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6%;
}

.info-list li {
  width: 44%;
}

.info-ttl {
  margin: 40px 0 5px;
  color: #ac8450;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  border-bottom: solid 1px #ac8450;
}

.life-info dl {
  display: flex;
  justify-content: space-between;
  position: relative;
}


.life-info dt {
  font-size: 14px;
  padding: 8px 0;
}

.life-info dd {
  font-size: 14px;
  padding: 8px 0;
}


.life-info dd.line {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #b1b0b0;
  margin: 0 0.5em;
  height: 1em;
}

p.info-txt {
  font-size: 14px;
  padding: 8px 0;
}


@media only screen and (max-width : 767px) {

  main {
    background-size: 250% auto;
  }

  .page__head {
    padding: 40px 0;
    /*background-image: url(../img/location/sm-pattern.png);*/
  }

  .copy {
    font-size: 18px;
  }

  .copy-desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 24px;
  }

  /* access */

  /*.access {
    padding-bottom: 50px;
    background-image: url(../img/location/sm-pattern01.png);
  }*/

  .ac-desc {
    padding: 20px 0 0;
  }

  .ac-desc p {
    font-size: 15px;
    margin: 20px 20px 0;
  }

  .ac-pic {
    margin: 0 auto;
    max-width: 100%;
  }

  .ac-desc small {
    font-size: 10px;
    line-height: 1.3;
    /*bottom: 10px;
    right: 5px;
    left: 5px;*/
    position: static;
  }

  .ac-list {
    margin-top: 30px;
  }

  .items-list {
    gap: 30px;
  }

  /*p.txt {
    margin-top: 5px;
  }*/

  /* EDUCATION */
  .bg-color {
    padding: 50px 0;
  }

  .bg-color>section {
    padding-bottom: 50px;
  }

  .sec-copy {
    margin-top: 20px;
    font-size: 15px;
  }

  .sec-ttl span {
    line-height: 1;
  }


  .mt-list {
    margin-top: 24px;
  }

  /* SHOPPING */

  /*.bg-pattern {
    padding: 50px 0;
    background-image: url(../img/location/sm-pattern02.png);
  }*/

  /* HOSPITAL */

  /* FINANCE */

  /*.finance.bg-pattern {
    padding: 50px 0;
    background-image: url(../img/location/sm-pattern01.png);
  }*/

  /* PUBLIC */

  /* LIFE INFORMATION */

  .life-info {
    padding: 50px 0;
    /*background-image: url(../img/location/sm-pattern03.png);
    background-repeat: repeat;*/
  }

  .life-info-ttl {

    font-size: 20px;
  }

  .info-list li {
    width: 100%;
  }

  .life-info dt {
    font-size: 13px;
  }

  .life-info dd {
    font-size: 13px;
  }

  .map-pic {
    margin: 20px auto 40px;
  }


  .info-ttl {
    margin: 30px 0 5px;
  }
}


/*　＝＝＝＝　202509 改修　＝＝＝＝　*/
/*共通*/
p.txt,
.loc_item_box figcaption {
  font-size: 14px;
  margin: 10px 0 0;
}

p.txt span,
.loc_item_box figcaption span {
  font-size: 1.6em;
}

.main_contents article {
  margin-bottom: 100px;
}

.main_contents article .area_head {
  max-width: 787px;
  margin: 0 auto 40px;
}

.loc_subItem [class^="grid__box"] h5 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.loc_subItem [class^="grid__box"] h5 small {
  font-size: 14px;
  font-weight: 200;
}

.loc_subItem [class^="grid__box"] p {
  font-size: 14px;
  line-height: 1.5;
}

.loc_subItem .grid__box--first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.loc_subItem .grid__box--second {
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 40px;
}

.loc_subItem .grid__box--second li:first-child {
  grid-column: 1 / 2;
  grid-row: 1 /3;
}

/*共通*/

.head_area .head_list {
  justify-content: space-around;
  margin-bottom: 100px;
}

.head_area .head_list li {
  width: 25.4%;
  text-align: center;
}

.head_area .head_list li p {
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.06em;
}

.main_contents .box__ttl {
  margin-bottom: 60px;
}

.main_contents .box__head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.main_contents .box__copy {
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.07em;
}

/*知*/
.edu_box .kago_uni {
  margin-bottom: 60px;
}

.edu_box .kago_uni h4 {
  background: #989770;
  color: #fff;
  text-align: center;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  padding: 0.5em;
  letter-spacing: 0.1em;
}

.edu_box .kago_uni ul {
  gap: 5px;
}

.edu_box .kago_uni ul li {}

.edu_box .kago_uni ul li figure {
  position: relative;
}

.edu_box .kago_uni ul li figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 14px;
  padding: 0.5em 0 0.5em 0.5em;
}

.edu_box .kago_uni ul li figure figcaption::before {
  content: "";
  display: block;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: -13.8px;
  bottom: 0;
  width: 14px;
  height: 100%;
}

.edu_box .loc_item_box {
  gap: 8px;
}

.bg_white {
  background: #fff;
  padding: 0.1px 0;
}


@media only screen and (max-width : 767px) {

  /*共通*/
  p.txt,
  .loc_item_box figcaption {
    font-size: 13px;
    margin: 5px 0 0;
  }

  p.txt span,
  .loc_item_box figcaption span {
    font-size: 1.6em;
  }

  .main_contents article {
    margin-bottom: 60px;
  }

  .main_contents article .area_head {
    margin: 0 auto 20px;
  }

  .loc_subItem [class^="grid__box"] h5 {
    font-size: 16px;
  }

  .loc_subItem [class^="grid__box"] h5 small {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }

  .loc_subItem [class^="grid__box"] p {
    font-size: 13px;
  }

  .loc_subItem .grid__box--first {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .loc_subItem .grid__box--second {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .main_contents .box__ttl {
    margin-bottom: 30px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .main_contents .box__head {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
  }

  .main_contents .box__copy {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
  }

  /*共通*/

  .head_area {
    width: 100%;
  }

  .head_area .head_list {
    justify-content: center;
    margin-bottom: 40px;
  }

  .head_area .head_list li {
    width: calc(100% / 3);
  }

  .head_area .head_list li p {
    font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
    letter-spacing: 0.02em;
    text-align: justify;
    padding: 0 8px;
  }

  /*知*/
  .edu_box .kago_uni {
    margin-bottom: 30px;
  }

  .edu_box .kago_uni h4 {
    font-size: 15px;
    padding: 0.5em;
    letter-spacing: 0.1em;
  }

  .edu_box .kago_uni ul {
    gap: 10px;
    flex-direction: column;
  }

  .edu_box .kago_uni ul li figure figcaption {
    font-size: 13px;
    padding: 0.5em 0 0.5em 0.5em;
  }

  .edu_box .loc_item_box {
    gap: 20px 10px;
    flex-wrap: wrap;
  }

  .edu_box .loc_item_box li {
    width: calc((100% - 10px) / 2);
  }
}