#news, #guide, #access {
  font-size: 14px;
  line-height: 1.42857;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

#news .btn a, #guide .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  max-width: 300px;
  height: 54px;
  border: solid 1px #799ABF;
  background: #fff;
  color: #799ABF;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

#news .btn a:hover, #guide .btn a:hover {
  opacity: 0.6;
}

#news .btn a:after, #guide .btn a:after {
  flex-shrink: 0;
  margin-top: 3px;
  margin-left: 25px;
  display: block;
  content: "";
  width: 42px;
  height: 6px;
  background: url(../images/btn-arrow.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #news .btn a:after, #guide .btn a:after {
    margin-top: 2px;
    margin-left: 20px;
    width: calc(42px * 0.8);
    height: calc(6px * 0.8);
  }
}

#news .h2title, #guide .h2title, #access .h2title {
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

#news .h2title:before, #guide .h2title:before, #access .h2title:before, #news .h2title:after, #guide .h2title:after, #access .h2title:after {
  flex-shrink: 0;
  margin-top: 15px;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #799ABF;
}

#news .h2title h2, #guide .h2title h2, #access .h2title h2 {
  position: relative;
  margin: 0 15px 50px 15px;
  text-align: center;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 400;
}

#news .h2title small, #guide .h2title small, #access .h2title small {
  margin-top: 15px;
  display: block;
  color: #D5E4F0;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  #news .h2title:before, #guide .h2title:before, #access .h2title:before, #news .h2title:after, #guide .h2title:after, #access .h2title:after {
    margin-top: 12px;
    width: 40px;
  }
  #news .h2title h2, #guide .h2title h2, #access .h2title h2 {
    margin: 0 10px 50px 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }
  #news .h2title small, #guide .h2title small, #access .h2title small {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  #news .h2title:before, #guide .h2title:before, #access .h2title:before, #news .h2title:after, #guide .h2title:after, #access .h2title:after {
    width: 30px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}

#mainimg #mainslider img {
  height: calc(100vh - 370px);
  min-height: 500px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0;
  width: 100%;
}

#mainimg .catch .catchinner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}

#mainimg .catch h2 {
  writing-mode: vertical-rl;
  font-family: "Yu Gothic UI", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}

_:lang(x)::-ms-backdrop, #mainimg .catch h2 {
  -ms-writing-mode: tb-rl;
}

#mainimg .catch h2 small {
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  #mainimg .catch {
    top: 40px;
  }
  #mainimg .catch h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  #mainimg .catch h2 small {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #mainimg .catch {
    top: 20px;
  }
  #mainimg .catch .catchinner {
    padding: 0 15px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  margin-bottom: 70px;
  padding: 100px 10px 0;
}

#news .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 50px;
  border: 1px solid #799ABF;
  background: rgba(255, 255, 255, 0.85);
}

#news .h2title h2 {
  margin-bottom: 20px;
}

#news .contents {
  height: 260px;
  overflow-y: auto;
  scrollbar-color: #799ABF transparent;
  scrollbar-width: auto;
}

#news .contents::-webkit-scrollbar {
  width: 19px;
}

#news .contents::-webkit-scrollbar-thumb {
  background-color: #799ABF;
}

#news article {
  display: flex;
  letter-spacing: 0.05em;
  color: #2b2b2b;
}

#news article + article {
  margin-top: 60px;
}

#news article time {
  display: block;
  margin-right: 90px;
  font-size: 14px;
  line-height: 2.14286;
  flex-shrink: 0;
}

#news article time:after {
  margin-top: 5px;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #D5E4F0;
}

#news article .text {
  font-size: 16px;
  line-height: 1.875;
}

#news .btn {
  margin-top: 50px;
  padding: 0 10px;
}

#news .btn a {
  margin: 0 auto;
}

@media (max-width: 767px) {
  #news {
    padding-top: 70px;
  }
  #news::after {
    height: calc(100% - 50px);
    background-attachment: scroll;
  }
  #news .inner {
    padding: 50px 20px 20px;
  }
  #news article {
    display: block;
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article time {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #news article time:after {
    margin-top: 0px;
  }
  #news article .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
guide
------------------------------------------------- */
#guide {
  padding-top: 70px;
  margin-bottom: 70px;
}

#guide .btn {
  margin-top: 10px;
  max-width: 210px;
  width: 100%;
  flex-shrink: 0;
}

#guide .block {
  position: relative;
  overflow: hidden;
}

#guide .block + .block {
  margin-top: 80px;
}

#guide .block:nth-child(odd) .txtbox {
  padding-right: 10px;
}

#guide .block:nth-child(odd) .title p {
  margin-left: calc((100vw - 1020px) / 2);
}

@media (max-width: 1040px) {
  #guide .block:nth-child(odd) .title p {
    margin-left: 0;
  }
}

#guide .block:nth-child(odd) .title span {
  left: -45px;
  padding-right: 10px;
  border-right: 1px solid #000;
}

#guide .block:nth-child(odd) .imgbox {
  margin-left: auto;
  padding-left: 60px;
}

#guide .block:nth-child(even) .txtbox {
  margin-left: auto;
  padding-left: 10px;
}

#guide .block:nth-child(even) .title {
  justify-content: flex-end;
  order: 1;
}

#guide .block:nth-child(even) .title p {
  margin-right: calc((100vw - 1020px) / 2);
}

@media (max-width: 1040px) {
  #guide .block:nth-child(even) .title p {
    margin-right: 0;
  }
}

#guide .block:nth-child(even) .title span {
  right: -45px;
  padding-left: 10px;
  border-left: 1px solid #000;
}

#guide .block:nth-child(even) .imgbox {
  padding-right: 60px;
}

#guide .block .txtbox {
  max-width: 100%;
  width: calc((100vw - 1000px) / 2 + 1000px);
  display: flex;
  justify-content: space-between;
}

#guide .block .title {
  display: flex;
  align-items: center;
  width: 50%;
  height: 90px;
  background-color: #D5E4F0;
}

#guide .block .title p {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.03em;
}

#guide .block .title span {
  position: absolute;
  top: 5px;
  display: block;
  min-height: 240px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: 12px;
}

_:lang(x)::-ms-backdrop, #guide .block .title span {
  -ms-writing-mode: tb-rl;
}

#guide .block .imgbox {
  display: flex;
  margin-top: -10px;
  max-width: 100%;
  width: calc((100vw - 1000px) / 2 + 1000px);
}

#guide .block .imgbox .left {
  width: 55.26316%;
}

#guide .block .imgbox .left .image {
  height: 100%;
}

#guide .block .imgbox .right {
  margin-left: 10px;
  width: 43.85965%;
}

#guide .block .imgbox .right .image {
  padding-top: 33%;
}

#guide .block .imgbox .right .image + .image {
  margin-top: 10px;
}

#guide .block .imgbox .image {
  width: 100%;
  position: relative;
}

#guide .block .imgbox .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 1140px) {
  #guide .block .title {
    width: 100%;
    max-width: 480px;
  }
  #guide .block:nth-child(odd) .title p {
    padding-left: 60px;
  }
  #guide .block:nth-child(odd) .title span {
    left: 10px;
  }
  #guide .block:nth-child(even) .title p {
    padding-right: 60px;
  }
  #guide .block:nth-child(even) .title span {
    right: 10px;
  }
}

@media (max-width: 767px) {
  #guide .block:nth-child(odd) .title p {
    padding-left: 45px;
  }
  #guide .block:nth-child(odd) .title span {
    padding-right: 5px;
  }
  #guide .block:nth-child(odd) .imgbox {
    padding-left: 45px;
  }
  #guide .block:nth-child(even) .title {
    margin-left: auto;
  }
  #guide .block:nth-child(even) .title p {
    padding-right: 45px;
  }
  #guide .block:nth-child(even) .title span {
    padding-left: 5px;
  }
  #guide .block:nth-child(even) .imgbox {
    padding-right: 45px;
  }
  #guide .block .txtbox {
    display: block;
  }
  #guide .block .title {
    height: 70px;
  }
  #guide .block .title p {
    font-size: 16px;
  }
  #guide .block .title span {
    min-height: 200px;
    font-size: 10px;
  }
  #guide .block .btn {
    margin: 10px auto;
    /* position: absolute;
				bottom: 0;
				left: 50%;
				transform: translatex(-50%); */
  }
  #guide .block .imgbox {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
  #guide .block .imgbox .left,
  #guide .block .imgbox .right {
    width: 100%;
    max-width: 500px;
  }
  #guide .block .imgbox .left .image {
    padding-top: 53.96825%;
    height: auto;
  }
  #guide .block .imgbox .right {
    margin-left: 0px;
  }
  #guide .block .imgbox .right .image {
    margin-top: 5px;
  }
  #guide .block .imgbox .right .image + .image {
    margin-top: 5px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
/* ----------------------------------------------
access
------------------------------------------------- */
#access {
  margin-bottom: 70px;
}

#access .map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#access .map iframe {
  width: 100%;
  height: 340px;
}

#access .txtbox {
  position: absolute;
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

#access .txtbox .inner {
  width: 300px;
  padding: 34px 10px;
  background-color: #fff;
}

#access .txtbox .text {
  text-align: center;
  line-height: 1.71429;
}

#access .txtbox .text img {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #access .map iframe {
    margin-bottom: 20px;
    height: 300px;
  }
  #access .txtbox {
    position: relative;
  }
  #access .txtbox .inner {
    width: 100%;
    padding: 0px 10px;
  }
  #access .txtbox .text {
    font-size: 12px;
  }
  #access .txtbox .text img {
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */