@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.mv {
  z-index: -1;
  width: 100%;
  height: 307px;
  background: url("../img/access/header_bg.jpg") center center/contain no-repeat, url("../img/access/mvbg.png") center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1248px) {
  .mv {
    background: url("../img/access/header_bg.jpg") center center/cover no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    height: 320px;
    background: url("../img/access/header_bg_mobile.jpg") center center/cover no-repeat;
  }
}
.mv .text {
  position: absolute;
  left: calc(50% + 24px);
  top: 86px;
  z-index: -1;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mv .text {
    display: none;
  }
}

.area01 {
  width: 100%;
  background: linear-gradient(to bottom, #eff7fb 16%, #ffffff 60%);
}
.area01 .wrapper .inner {
  padding: 50px 0;
  width: 100%;
  max-width: 884px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner {
    padding: 0 0 50px;
  }
}
.area01 .wrapper .inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner ul {
    display: block;
  }
}
.area01 .wrapper .inner ul > li:first-child {
  width: 418px;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner ul > li:first-child {
    width: 100%;
  }
}
.area01 .wrapper .inner ul > li:first-child div {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner ul > li:first-child div {
    border-top: none;
  }
}
.area01 .wrapper .inner ul > li:last-child {
  width: 24em;
  line-height: 1.5;
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner ul > li:last-child {
    font-size: 19px;
    width: 21em;
    margin: 1.5em auto 0;
    padding-top: 0;
  }
}
.area01 .wrapper .inner ul > li:last-child ol li {
  position: relative;
  padding-left: 1em;
}
.area01 .wrapper .inner ul > li:last-child ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.area01 .wrapper .inner ul > li:last-child p.kome {
  position: relative;
  padding-left: 1em;
}
.area01 .wrapper .inner ul > li:last-child p.kome::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.area01 .wrapper .inner2 {
  padding: 50px 0 70px;
  width: 100%;
  max-width: 954px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner2 {
    padding: 0 0 50px;
  }
}
.area01 .wrapper .inner2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner2 ul {
    display: block;
  }
}
.area01 .wrapper .inner2 ul > li:first-child {
  width: 520px;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner2 ul > li:first-child {
    width: 100%;
  }
}
.area01 .wrapper .inner2 ul > li:first-child .container {
  position: relative;
  width: 100%;
}
.area01 .wrapper .inner2 ul > li:first-child .container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 85%;
  overflow: hidden;
}
.area01 .wrapper .inner2 ul > li:first-child .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area01 .wrapper .inner2 ul > li:last-child {
  width: 24em;
  line-height: 1.5;
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .inner2 ul > li:last-child {
    font-size: 19px;
    width: 21em;
    margin: 1.5em auto 0;
    padding-top: 0;
  }
}
.area01 .wrapper .inner2 ul > li:last-child ol li {
  position: relative;
  padding-left: 1em;
}
.area01 .wrapper .inner2 ul > li:last-child ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.area01 .wrapper .inner2 ul > li:last-child p.kome {
  position: relative;
  padding-left: 1em;
}
.area01 .wrapper .inner2 ul > li:last-child p.kome::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
.area01 .wrapper .gmap_btn {
  width: 266px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  background: #9d7f4f;
  border-radius: 10px;
  margin: 3em auto 0;
}
@media screen and (max-width: 480px) {
  .area01 .wrapper .gmap_btn {
    width: 362px;
    font-size: 20px;
    line-height: 50px;
    margin: 1.5em auto 0;
  }
}
.area01 .wrapper .gmap_btn:hover {
  opacity: .85;
}
.area01 .wrapper .gmap_btn a {
  display: block;
  color: #fff;
}
.area01 .wrapper .gmap_btn a:hover {
  text-decoration: none;
}

.breadcrumbList .breadcrumb {
  left: auto;
  right: 0 !important;
}
