header .logo {
  position: relative;
  inset: 0;
  margin: 4vw 3% 3vw;
}
header h1 {
  top: auto;
  bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  header h1 {
    bottom: 54px;
  }
  header .logo {
    margin: 51px 0px 30px 4%;
  }
  header .header-nav {
    color: #000;
    position: relative;
    inset: 0;
    margin: 19px 4% 0px auto;
  }
  header .header-nav .header-nav2 li.nav-sub ul {
    /* display: block; */
  }
  header .header-nav .header-nav2 li.nav-sub ul li a:hover {
    color: #000;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  header #key {
    height: 700px;
  }
  header #key h2 {
    position: absolute;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.1em;
    z-index: 2;
    top: 308px;
    left: 4%;
    color: #fff;
    text-align: center;
  }
  header #key h2 span {
    font-size: 18px;
  }
  header #key .kv li {
    height: 700px !important;
  }
  header #key .kv li img {
    width: 100%;
    min-height: auto;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn-dow {
  position: relative;
  text-align: center;
  width: 85%;
  font-size: 5.5vw;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 3;
}
.btn-dow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  width: 27px;
  height: 27px;
  background: url("../img/shared/arrow3.png") center/cover;
  transition: all 0.4s;
}
.btn-dow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  transition: all 0.4s;
}
.btn-dow:hover::before {
  background: url("../img/shared/arrow3_on.png") center/cover;
  transition: all 0.4s;
}
.btn-dow:hover::after {
  height: 4px;
  background: #000;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .btn-dow {
    line-height: 72px;
    font-size: 30px;
    width: 380px;
  }
  .btn-dow::after {
    bottom: -8px;
  }
  .btn-dow::before {
    top: 54%;
  }
}

.btn-red {
  border: 2px solid #b04335;
  color: #b04335;
}
.btn-red::before {
  background: #b04335;
}
.btn-red::after {
  background: url("../img/shared/arrow1.png") center/cover;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover::after {
  background: url("../img/shared/arrow1_on.png") center/cover;
}
.btn-red:hover i img {
  content: url("../img/shared/icon_calander3_on.png");
}
.btn-red i {
  display: inline-block;
  width: 23px;
  margin: 0px 8px 0px 0px;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .btn-red {
    padding: 0px 40px 0px 0px;
  }
  .btn-red i {
    margin: 0px 26px 0px 0px;
  }
}

.btn-black::before {
  background: #000;
}

.ttl {
  font-size: 5.5vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 30px;
  }
}

.ttl2 {
  font-size: 5.5vw;
}
@media only screen and (min-width: 768px) {
  .ttl2 {
    font-size: 24px;
  }
}

.sec-toggle .toggle {
  margin: 0px 5% 8vw;
  position: relative;
  z-index: 1;
}
.sec-toggle .toggle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #b5b5b5;
  z-index: -1;
}
.sec-toggle .toggle .toggle-link {
  background: #986232;
  color: #fff;
  font-size: 5vw;
  position: relative;
  line-height: 2.5;
  text-align: center;
  padding: 2vw 0px;
}
.sec-toggle .toggle .toggle-link::before {
  content: "";
  position: absolute;
  top: 32%;
  right: 5%;
  width: 11px;
  height: 17px;
  background: url("../img/access/icon_toggle.png") center/cover;
  transition: all 0.3s;
}
.sec-toggle .toggle.active .toggle-link::before {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.sec-toggle .toggle .toggle-txt1 {
  text-align: left;
  line-height: 1.4;
  font-size: 4vw;
  font-weight: 300;
  margin: 4vw 0px 4vw 55%;
}
.sec-toggle .toggle .toggle-txt1 span {
  font-size: 3.5vw;
}
.sec-toggle .toggle .toggle-txt3 {
  background: #b04335;
  padding: 1vw 0px;
  text-align: center;
}
.sec-toggle .toggle .toggle-txt2 {
  color: #fff;
  text-align: center;
  background: #986232;
  font-size: 5vw;
  padding: 2vw 0px;
}
@media only screen and (min-width: 768px) {
  .sec-toggle {
    text-align: center;
  }
  .sec-toggle .col1 {
    width: 612px;
  }
  .sec-toggle .col2 {
    width: 124px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #986232;
    color: #fff;
    font-size: 22px;
    position: relative;
    z-index: 1;
  }
  .sec-toggle .col2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 124px;
    width: 160px;
    height: 7px;
    transform: translateY(-50%);
    background: #b5b5b5;
    z-index: -1;
  }
  .sec-toggle .col4 {
    width: 120px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #b04335;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sec-toggle .col3 {
    font-size: 16px;
    line-height: 22px;
    margin: 219px 15px 0px;
  }
  .sec-toggle .toggle {
    margin: 0px 0px 39px;
  }
  .sec-toggle .toggle:last-child {
    margin: 0px;
  }
  .sec-toggle .toggle.toggle-last .toggle-link {
    padding: 12px 0px;
  }
  .sec-toggle .toggle::before {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 105%;
    height: 7px;
  }
  .sec-toggle .toggle .toggle-link {
    font-size: 22px;
    line-height: 26px;
    width: 130px;
    padding: 26px 0px;
    cursor: auto;
  }
  .sec-toggle .toggle .toggle-link::before {
    display: none;
  }
  .sec-toggle .toggle .toggle-main {
    display: block;
  }
  .sec-toggle .toggle .toggle-txt1 {
    text-align: center;
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: -20px;
    left: 288px;
  }
  .sec-toggle .toggle .toggle-txt1 span {
    font-size: 16px;
  }
  .sec-toggle .toggle .toggle-txt11 {
    left: 154px;
    top: -40px;
  }
  .sec-toggle .toggle .toggle-txt12 {
    left: 446px;
    top: -16px;
  }
  .sec-toggle .toggle .toggle-txt2 {
    width: 130px;
    padding: 26px 0px;
    font-size: 22px;
    line-height: 26px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 287px;
  }
}

#sec1 {
  margin: 16vw 0px;
}
#sec1 h2 {
  margin: 0px 0px 4vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin: 114px 0px 78px;
  }
  #sec1 h2 {
    margin: 0px 0px 26px;
  }
  #sec1 .sec1-txt {
    text-align: center;
  }
}

#sec2 {
  margin: 0px 0px 16vw;
}
#sec2 .sec2-btn {
  margin: 0px auto 8vw;
}
#sec2 .sec2-btn i {
  display: inline-block;
  width: 32px;
  margin: 0px 10px 0px 0px;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    margin: 0px 0px 64px;
  }
  #sec2 .sec2-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #sec2 .sec2-list .sec2-btn {
    margin: 0px 0px 62px;
    width: 303px;
    font-size: 24px;
  }
}

#sec3 {
  background: #ede5df;
  padding: 20vw 0px;
}
#sec3 h2 {
  margin: 0px 0px 8vw;
  position: relative;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 44px;
  background: url("../img/access/sec3_icon.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 122px 0px 128px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec3 h2 {
    margin: 0px 0px 98px;
  }
  #sec3 h2::before {
    top: -61px;
  }
}

#sec4 {
  background: #ede5df;
  padding: 20vw 0px;
  margin: 16vw 0px;
}
#sec4 h2 {
  margin: 0px 0px 8vw;
  position: relative;
}
#sec4 h2::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 44px;
  background: url("../img/access/sec4_icon.png") center/cover;
}
#sec4 .sec4-txt1 {
  text-align: left;
  margin: 0px 5%;
}
#sec4 .sec4-slide {
  margin: 10vw 0px;
  box-sizing: border-box;
  padding: 12vw 5%;
  border: 1px solid #986232;
}
#sec4 .sec4-slide .slick-arrow {
  width: 43px;
  height: 43px;
  bottom: -4vw;
  top: auto;
  cursor: pointer;
}
#sec4 .sec4-slide .slick-arrow.slick-prev {
  background: url("../img/access/sec4_pre.png") center/cover;
  left: 5%;
}
#sec4 .sec4-slide .slick-arrow.slick-next {
  background: url("../img/access/sec4_next.png") center/cover;
  right: 5%;
}
@media only screen and (max-width: 767px) {
  #sec4 .sec4-slide .slick-dots {
    margin-top: 8vw;
  }
}
#sec4 .sec4-slide .sec4-box {
  position: relative;
}
#sec4 .sec4-slide .sec4-box .sec4-deco {
  position: absolute;
  top: 2vw;
  right: 15%;
}
#sec4 .sec4-slide .sec4-box .sec4-txt {
  margin: 3vw 0px 8vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 122px 0px 128px;
    max-width: 1200px;
    margin: 82px auto 72px;
  }
  #sec4 h2 {
    margin: 0px 0px 68px;
  }
  #sec4 h2::before {
    top: -61px;
  }
  #sec4 .sec4-txt1 {
    font-size: 20px;
    margin: 0px 0px 5px;
    line-height: 22px;
  }
  #sec4 .sec-toggle .toggle {
    margin: 0px 0px 36px;
  }
  #sec4 .sec-toggle .col2, #sec4 .sec-toggle .col4 {
    height: 500px;
    margin-top: 28px;
  }
  #sec4 .sec4-slide {
    margin: 82px 0px 12px;
    padding: 45px 50px 54px;
  }
  #sec4 .sec4-slide .slide {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec4 .sec4-slide .slick-arrow {
    bottom: -12px;
  }
  #sec4 .sec4-slide .slick-arrow:hover {
    opacity: 0.8;
  }
  #sec4 .sec4-slide .slick-arrow.slick-prev {
    left: 290px;
  }
  #sec4 .sec4-slide .slick-arrow.slick-next {
    right: 290px;
  }
  #sec4 .sec4-slide .sec4-box {
    width: 375px;
    margin: 47px 9px 0px 0px;
  }
  #sec4 .sec4-slide .sec4-box .sec4-deco {
    top: 12px;
    right: 86px;
  }
  #sec4 .sec4-slide .sec4-box .sec4-txt {
    margin: 12px 0px 0px;
    letter-spacing: 0;
  }
  #sec4 .sec4-slide2 {
    margin: 59px 0px 0px;
    padding: 62px 52px 58px;
  }
  #sec4 .sec4-slide2 .slide2 {
    flex-direction: row;
  }
  #sec4 .sec4-slide2 .sec4-box {
    margin: 31px 0px 0px 33px;
  }
  #sec4 .sec4-slide2 .sec4-box .sec4-txt {
    margin: 26px 0px 0px;
  }
}

#sec5 {
  background: #ede5df;
  padding: 20vw 0px;
}
#sec5 h2 {
  margin: 0px 0px 8vw;
  position: relative;
}
#sec5 h2::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 44px;
  background: url("../img/access/sec5_icon.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 122px 0px 97px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec5 h2 {
    margin: 0px 0px 98px;
  }
  #sec5 h2::before {
    top: -61px;
  }
  #sec5 .sec-toggle .col3 {
    margin: 162px 15px 0px;
  }
}

#sec6 {
  background: #ede5df;
  padding: 20vw 0px;
  margin: 16vw 0px;
}
#sec6 h2 {
  margin: 0px 0px 8vw;
  position: relative;
}
#sec6 h2::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 44px;
  background: url("../img/access/sec6_icon.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 122px 0px 97px;
    max-width: 1200px;
    margin: 100px auto 97px;
  }
  #sec6 h2 {
    margin: 0px 0px 98px;
  }
  #sec6 h2::before {
    top: -61px;
  }
  #sec6 .sec-toggle .col3 {
    margin: 98px 17px 0px;
  }
}

#sec7 {
  background: #ede5df;
  padding: 20vw 0px;
}
#sec7 h2 {
  margin: 0px 0px 8vw;
  position: relative;
}
#sec7 h2::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 44px;
  background: url("../img/access/sec7_icon.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 122px 0px 105px;
    max-width: 1200px;
    margin: 0px auto;
  }
  #sec7 h2 {
    margin: 0px 0px 98px;
  }
  #sec7 h2::before {
    top: -61px;
  }
  #sec7 .sec-toggle .col3 {
    margin: 110px 17px 0px;
  }
  #sec7 .sec-toggle .toggle .toggle-txt1 {
    top: 2px;
  }
}

#sec8 {
  margin: 16vw 0px;
}
#sec8 .sec8-box {
  box-sizing: border-box;
  border: 1px solid #986232;
  padding: 8vw 5%;
}
#sec8 .sec8-box h2 {
  font-size: 6vw;
  text-align: center;
  margin: 0px 0px 10vw;
}
#sec8 .sec8-box h2 span {
  font-size: 5vw;
  color: #986232;
}
#sec8 .sec8-box .sec8-toggle {
  padding: 0px 0px 6vw;
  border-bottom: 1px solid #000;
  margin: 0px 0px 8vw;
}
#sec8 .sec8-box .sec8-toggle .toggle-link {
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 40px;
  cursor: pointer;
}
#sec8 .sec8-box .sec8-toggle .toggle-link::before {
  content: "Q.";
  position: absolute;
  top: -1vw;
  left: 0px;
  font-size: 6vw;
  color: #b04335;
  font-family: "Shippori Mincho", serif;
}
#sec8 .sec8-box .sec8-toggle .toggle-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 32px;
  height: 30px;
  background: url("../img/access/sec8_toggle.png") center/cover;
  transform: all 0.3s;
}
#sec8 .sec8-box .sec8-toggle.active .toggle-link::after {
  background: url("../img/access/sec8_toggle_on.png") center/cover;
  transform: all 0.3s;
}
#sec8 .sec8-box .sec8-toggle .sec8-txt {
  position: relative;
  margin: 6vw 2% 0px 3%;
  padding-left: 10%;
}
#sec8 .sec8-box .sec8-toggle .sec8-txt::before {
  content: "A.";
  position: absolute;
  top: -3vw;
  left: 0px;
  font-size: 6vw;
  color: #986232;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  #sec8 {
    margin: 106px 0px 128px;
  }
  #sec8 .sec8-box {
    padding: 87px 84px 78px;
  }
  #sec8 .sec8-box h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0px 123px;
  }
  #sec8 .sec8-box h2 span {
    font-size: 24px;
  }
  #sec8 .sec8-box .sec8-toggle {
    margin: 0px 0px 30px;
    padding: 0px 0px 38px;
  }
  #sec8 .sec8-box .sec8-toggle .toggle-link {
    font-size: 24px;
    line-height: 36px;
    padding-left: 64px;
  }
  #sec8 .sec8-box .sec8-toggle .toggle-link:hover {
    opacity: 0.8;
  }
  #sec8 .sec8-box .sec8-toggle .toggle-link::before {
    font-size: 24px;
    left: 26px;
    top: 0px;
  }
  #sec8 .sec8-box .sec8-toggle .toggle-link::after {
    right: 20px;
    width: 54px;
    height: 52px;
  }
  #sec8 .sec8-box .sec8-toggle .sec8-txt {
    margin: 28px 0px 0px 67px;
    padding-left: 29px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #sec8 .sec8-box .sec8-toggle .sec8-txt::before {
    font-size: 24px;
    top: 0px;
  }
}

#gmap {
  height: auto;
}
#gmap .sec8-map {
  width: 100%;
}
#gmap .sec8-map iframe {
  height: 480px;
}
@media only screen and (min-width: 768px) {
  #gmap .sec8-map iframe {
    height: 630px;
  }
}

#sec9 {
  margin: 16vw 0px;
}
#sec9 .sec9-box {
  width: 95%;
  margin: 0px auto;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 6vw 4%;
}
#sec9 .sec9-box h2 {
  font-size: 5.5vw;
}
#sec9 .sec9-box .sec9-tel {
  font-size: 7vw;
  line-height: 1;
  letter-spacing: 0;
  margin: 3vw 0px 0px;
}
#sec9 .sec9-box .sec9-tel i {
  display: inline-block;
  width: 15px;
}
#sec9 .sec9-box .sec9-fax {
  line-height: 1;
  font-size: 6vw;
}
#sec9 .sec9-box .sec9-fax span {
  font-size: 3.5vw;
}
#sec9 .sec9-box .sec9-txt {
  letter-spacing: 0;
  font-size: 11px;
  margin: 2vw 0px 0px;
}
@media only screen and (min-width: 768px) {
  #sec9 {
    margin: 104px 0px 120px;
  }
  #sec9 .sec9-box {
    width: 540px;
    padding: 29px 12px 34px;
  }
  #sec9 .sec9-box h2 {
    font-size: 20px;
  }
  #sec9 .sec9-box .sec9-tel {
    font-size: 36px;
    margin: 29px 0px 0px;
  }
  #sec9 .sec9-box .sec9-tel i {
    width: 20px;
  }
  #sec9 .sec9-box .sec9-tel i img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec9 .sec9-box .sec9-fax {
    font-size: 30px;
  }
  #sec9 .sec9-box .sec9-fax span {
    font-size: 16px;
  }
  #sec9 .sec9-box .sec9-txt {
    font-size: 14px;
    margin: 9px 0px 0px;
  }
}

#sec10 {
  margin: 0px 0px 16vw;
}
#sec10 h2 {
  margin: 0px 0px 8vw;
}
#sec10 .sec10-list dl {
  line-height: 1.5;
  margin: 0px 0px 4vw;
  padding: 0px 0px 3vw;
  border-bottom: 1px solid #b5b5b5;
  font-size: 12px;
  letter-spacing: 0;
}
#sec10 .sec10-list dl dt {
  width: 30%;
  box-sizing: border-box;
}
#sec10 .sec10-list dl dd {
  width: 70%;
}
#sec10 .sec10-list dl.dl-last dt {
  width: 100%;
}
#sec10 .sec10-btn {
  width: 40%;
  margin: 8vw auto 0px;
  text-align: center;
  border: 1px solid #000;
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  #sec10 {
    margin: 0px 0px 124px;
  }
  #sec10 h2 {
    margin: 0px 0px 60px;
  }
  #sec10 .sec10-list {
    width: 860px;
    margin: 0px auto;
  }
  #sec10 .sec10-list dl {
    line-height: 26px;
    margin: 0px 0px 17px;
    padding: 0px 0px 12px;
    font-size: 16px;
  }
  #sec10 .sec10-list dl dt {
    width: 234px;
    padding-left: 35px;
  }
  #sec10 .sec10-list dl dd {
    width: calc(100% - 234px);
  }
  #sec10 .sec10-btn {
    width: 160px;
    font-size: 16px;
    margin: 50px auto 0px;
  }
  #sec10 .sec10-btn:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=access.css.map */