@charset "UTF-8";
/* ===================================
アクセス
=================================== */
.content-bg {
  padding-bottom: 100px;
}

.anchor-nav {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 90px 20px 0px;
}
.anchor-nav a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #334457;
  color: #FFF;
  width: 188px;
  height: 80px;
  margin: 0 4px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  text-align: center;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body:not(.smf) .anchor-nav a:hover {
  opacity: 0.9;
}
body:not(.smf) .anchor-nav a:hover:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
body:not(.smf) .anchor-nav a:hover:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
.anchor-nav a:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 4px;
  top: 6px;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor-nav a:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 8px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 2;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.anchor-nav a .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: 1px;
  z-index: 1;
}
.anchor-nav a .icon:before {
  content: "";
  display: block;
  background: #334457;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  position: absolute;
  left: -4px;
  top: -4px;
}
.anchor-nav a .icon.taxi:after {
  background: url(../imgs/icon_taxi.png);
}
.anchor-nav a .icon.airport:after {
  background: url(../imgs/icon_airport.png);
}
.anchor-nav a .icon.train:after {
  background: url(../imgs/icon_train.png);
}
.anchor-nav a .icon.walking:after {
  background: url(../imgs/icon_walking.png);
}
.anchor-nav a .icon:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .anchor-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0px 100px;
  }
  .anchor-nav a {
    width: calc(50% - 5px);
    height: 60px;
    margin: 5px 0;
    padding-bottom: 2px;
  }
  .anchor-nav a:nth-child(even) {
    margin-left: 10px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body:not(.smf) .anchor-nav a:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .anchor-nav a:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .anchor-nav a.on:before, body:not(.smf) .anchor-nav a:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .anchor-nav a.on:after, body:not(.smf) .anchor-nav a:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
@supports (-ms-ime-align: auto) {
  body:not(.smf) .anchor-nav a:before {
    width: 96%;
    height: 87%;
    left: 2%;
    top: 6%;
  }
  body:not(.smf) .anchor-nav a:after {
    width: 93%;
    height: 95%;
    left: 3%;
    top: 3%;
  }
  body:not(.smf) .anchor-nav a.on:before, body:not(.smf) .anchor-nav a:hover:before {
    width: 94%;
    height: 83%;
    left: 3%;
    top: 8%;
  }
  body:not(.smf) .anchor-nav a.on:after, body:not(.smf) .anchor-nav a:hover:after {
    width: 91%;
    height: 93%;
    left: 4%;
    top: 4%;
  }
}
.access-block {
  margin-top: 200px;
}
.access-block#taxi .fig-set .fig-wrap {
  padding-top: 30px;
}
.access-block figure img {
  max-width: 100%;
}
.access-block .fig-set {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 70px;
}
.access-block .fig-set.is-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.access-block .fig-set.is-reverse {
  flex-direction: row-reverse;
}
.access-block .fig-set.is-reverse .title {
  padding-right: 20px;
  padding-left: 50px;
}
.access-block .fig-set .title {
  padding-right: 50px;
  padding-left: 20px;
  color: #8A7F4B;
  font-size: 40px;
  font-family: "リュウミン R-KL";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  letter-spacing: 0.1em;
  line-height: 1.66;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.access-block .fig-set .title span {
  display: inline-block;
  position: relative;
}
.access-block .fig-set .title span:after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #8A7F4B;
  position: absolute;
  right: 0;
  top: 0;
}
.access-block .fig-set .title span.cut:after {
  height: calc(100% - 0.5em);
}
.access-block .fig-set .title span .num {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 0.2em;
  text-indent: -0.1em;
}
.access-block .fig-set > figure:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .access-block .fig-set {
    display: block;
    margin-top: 40px;
  }
  .access-block .fig-set.is-reverse .title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .access-block .fig-set .title {
    margin: auto;
    margin-bottom: 50px;
    padding: 0 10px;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 2.2;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    white-space: nowrap;
    text-orientation: upright;
  }
  .access-block .fig-set .title span {
    display: block;
    text-align: center;
  }
  .access-block .fig-set .title span:after {
    content: "";
    width: 100%;
    height: 1;
    border-right: none;
    border-bottom: 1px dashed #8A7F4B;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .access-block .fig-set .title span .num {
    letter-spacing: 0.1em;
    text-indent: 0;
  }
  .access-block .fig-set > figure {
    margin-bottom: 20px;
  }
  .access-block .fig-set > figure:first-child {
    margin-right: 0px;
  }
}
.access-block .c-frame {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .access-block#walking {
    margin-top: 60px;
  }
  .access-block#taxi .mt70 {
    margin-top: 30px;
  }
  .access-block#taxi .fig-set .fig-wrap {
    padding-top: 0px;
  }
  .access-block .c-frame {
    padding: 30px 10px 60px;
  }
  .access-block .c-frame li.li-text {
    padding: 0;
  }
  .access-block .c-frame li.li-text .text {
    padding: 0 10px;
  }
}

.line-title {
  margin-top: 100px;
  padding-bottom: 26px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.2em;
  text-align: center;
}
.line-title > span {
  display: inline-block;
  min-width: 400px;
  padding: 0 130px;
  position: relative;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.line-title > span:before, .line-title > span:after {
  content: "";
  display: block;
  background: #CBCBCB;
  width: 100px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
}
.line-title > span:before {
  left: 0px;
}
.line-title > span:after {
  right: 0px;
}
.line-title > span .en {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  left: calc(50% - 100px);
  bottom: -25px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .line-title {
    letter-spacing: 0.15em;
  }
  .line-title > span {
    min-width: auto;
    padding: 0 50px;
  }
  .line-title > span:before, .line-title > span:after {
    width: 40px;
  }
  .line-title > span .en {
    left: calc(50% - 75px);
    bottom: -25px;
    width: 150px;
  }
}

.photo-layout {
  margin-top: 50px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photo-layout.ap02 li.li-photo {
  width: calc((600/960)*100%);
}
.photo-layout.ap02 li.li-text {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: calc((310/960)*100%);
}
.photo-layout.ap02 li.li-text .fig-wrap .title {
  line-height: 2.38;
}
.photo-layout.ap02 li.li-text .fig-wrap figure {
  margin-top: 60px;
}
.photo-layout.ap02 li.li-text .fig-wrap figure .cap {
  min-height: 4.5em;
}
.photo-layout li {
  width: calc(50% - 20px);
}
.photo-layout li:first-child {
  margin-right: 40px;
}
.photo-layout li figure {
  position: relative;
}
.photo-layout li.li-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.photo-layout li.li-text figure {
  margin-top: 20px;
}
.photo-layout .fig-wrap {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photo-layout .fig-wrap .title {
  font-family: "リュウミン R-KL";
  font-size: 21px;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  line-height: 2;
}
.photo-layout .fig-wrap .text {
  line-height: 2;
}
.photo-layout .fig-wrap .photo {
  margin-top: 5px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.photo-layout .fig-wrap .photo:first-child {
  margin-top: 12px;
}
.photo-layout .fig-wrap .photo figure {
  width: calc(50% - 4px);
  margin-top: 5px;
}
.photo-layout .fig-wrap .photo figure:nth-child(odd) {
  margin-right: 8px;
}
.photo-layout .fig-wrap .photo figure img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .photo-layout .fig-wrap .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-layout {
    display: block;
  }
  .photo-layout.ap02 {
    margin-top: 100px;
  }
  .photo-layout.ap02 li.li-photo {
    width: 100%;
  }
  .photo-layout.ap02 li.li-text {
    display: block;
    width: 100%;
  }
  .photo-layout.ap02 li.li-text .fig-wrap .title {
    line-height: 1.61;
  }
  .photo-layout.ap02 li.li-text .fig-wrap figure {
    margin-top: 20px;
  }
  .photo-layout.ap02 li.li-text .fig-wrap figure .cap {
    min-height: auto;
  }
  .photo-layout li {
    width: 100%;
  }
  .photo-layout li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .photo-layout li:first-child .fig-wrap {
    padding: 0;
  }
  .photo-layout li.li-text {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .photo-layout .fig-wrap {
    padding: 0;
  }
  .photo-layout .fig-wrap .title {
    text-align: left;
    margin-bottom: 5px;
  }
}

.photo-wide {
  position: relative;
  margin-top: 50px;
}
.photo-wide img {
  width: 100%;
}
