@charset "utf-8";

/*--------------------------------------
# eyecatch
--------------------------------------*/
#eyecatch {
  position: relative;
}
#eyecatch:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 98%;
  height: 0;
  padding-top: 8%;
  background: url(../images/home/eyecatch_copy.svg) no-repeat 0 0;
  background-size: 80% auto;
  z-index: 1;
}
#eyecatch .swiper-eyecatch {
  --swiper-navigation-color: rgb(255 255 255 / 60%);
  --swiper-navigation-size: 32px;
  --swiper-pagination-color: rgb(255 255 255 / 60%);
}
#eyecatch .swiper-eyecatch .img img {
  display: block;
  width: 100%;
  transition: 0.2s;
}
#eyecatch .eyecatch-copy {
  position: absolute;
  top: 5%;
  bottom: 15%;
  left: 5%;
  z-index: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(5vw, 4rem);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  text-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1), 2px 0 10px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1), -2px 0 10px rgba(0, 0, 0, 0.1), 2px 2px 10px rgba(0, 0, 0, 0.1), 2px -2px 10px rgba(0, 0, 0, 0.1), -2px 2px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#eyecatch .eyecatch-copy h2,
#eyecatch .eyecatch-copy .ttl {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media all and (min-width: 950px) {
  #eyecatch .swiper-eyecatch .img img {
    height: calc(100vh - 134px - 88px);
    min-height: 680px;
    object-fit: cover;
    object-position: center 25%;
  }
}

/*--------------------------------------
# node
--------------------------------------*/
.node {
  padding: 40px 0;
  transition: 0.8s;
}
.node:not(.scrollin) {
  transform: translateY(80px);
  opacity: 0;
}
.node .node-wrapper {
  padding: 0 20px;
}
.node .node-wrapper > *:last-child {
  margin-bottom: 0;
}

/* title */
.title_h3 {
  margin-bottom: 1em;
  color: #004b83;
  font-family: "Noto Serif JP", serif;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
.title_h3 h3 {
  font-size: min(4vw, 2rem);
}
.title_h3 .en {
  font-size: min(6vw, 3.6rem);
  font-style: italic;
}
/* btn */
.btn {
  margin: 20px 0;
  text-align: center;
}
.btn a {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 1em;
  color: #004b83;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  border: 2px solid;
  transition: 0.2s;
}
.btn-more {
  text-align: right;
}
.btn-more a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 1.5em;
  color: #004b83;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid;
  box-shadow: 2px 2px;
  transition: 0.2s;
}
.btn-more a:before,
.btn-more a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
.btn-more a:before {
  width: 20px;
  height: 20px;
  background: #004b83;
  border-radius: 100px;
  transform: translate(10px, -50%);
}
.btn-more a:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(2px, -50%) rotate(45deg);
}
@media all and (min-width: 950px) {
  .node {
    padding: 80px 0;
  }
  .node .node-wrapper {
    max-width: 1240px;
    margin: auto;
    padding: 0 min(6%, 80px);
  }
  .btn {
    margin: 40px 0;
  }
  .btn a:hover {
    opacity: 0.6;
  }
  .btn-more a {
    padding: 0.5em 2em;
  }
  .btn-more a:hover {
    box-shadow: none;
    transform: translate(2px, 2px);
    opacity: 0.6;
  }
}

/*--------------------------------------
# mission
--------------------------------------*/
#mission.node {
  background: repeating-linear-gradient(-45deg, #fff, #fff 1px, #f2e100 0, #f2e100 29px);
}
#mission.node .title_h3 {
  margin-bottom: 3em;
}
#mission.node p {
  color: #004b83;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 2px;
}

/*--------------------------------------
# concept
--------------------------------------*/
#concept.node {
  position: relative;
  background: url(../images/home/concept_bg.jpg) no-repeat center;
  background-size: cover;
}
#concept.node:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #595757;
  mix-blend-mode: multiply;
}
#concept.node .node-wrapper {
  position: relative;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
}
#concept.node .title_h3 {
  color: #fff;
}
#concept.node .btn a {
  width: 45%;
  margin: 0 0.5em 0.5em;
}
@media all and (min-width: 950px) {
  #concept.node .node-wrapper {
    line-height: 2.6;
  }
  #concept.node .btn a {
    width: 20%;
  }
}

/*--------------------------------------
# menu
--------------------------------------*/
#menu.node {
  background: #e2e7f1;
}
.menu-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.menu-link li {
  width: 47%;
  margin-bottom: 20px;
}
.menu-link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #004b83;
  text-decoration: none;
  transition: 0.2s;
}
.menu-link li a .title {
  font-family: "Zen Old Mincho", serif;
  font-size: min(3.6vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -1px;
}
.menu-link li a .title .small {
  font-size: 79%;
}
.menu-link li a .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0.25em 0 0;
  padding-top: 67%;
  line-height: 0;
  overflow: hidden;
}
.menu-link li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.menu-link li a .btn-more {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 0.5em 1.5em;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid;
  box-shadow: 2px 2px;
  transition: 0.2s;
}
.menu-link li a .btn-more:before,
.menu-link li a .btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
.menu-link li a .btn-more:before {
  width: 20px;
  height: 20px;
  background: #004b83;
  border-radius: 100px;
  transform: translate(10px, -50%);
}
.menu-link li a .btn-more:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(2px, -50%) rotate(45deg);
}
@media all and (min-width: 950px) {
  .menu-link li {
    width: 22%;
    margin-bottom: 3em;
  }
  .menu-link li:nth-child(-n + 2) {
    width: 48%;
  }
  .menu-link li a .title {
    letter-spacing: 0;
  }
  .menu-link li:nth-child(-n + 2) a .img {
    padding-top: 60%;
  }
  .menu-link li a:hover {
    opacity: 0.8;
  }
  .menu-link li a:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .menu-link li a:hover .btn-more {
    box-shadow: none;
    transform: translate(2px, 2px);
  }
}

/*--------------------------------------
# message
--------------------------------------*/
#message.node {
  padding: 5% 0 0;
  background: url(../images/home/message_bg.jpg) no-repeat center 0;
  background-size: auto 60%;
}
#message.node .title_h3 {
  color: #fff;
}
.message-wrapper {
  padding: 0 0 40px;
  background: -moz-linear-gradient(top, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 25%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 25%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 25%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004b83', endColorstr='#004b83',GradientType=0 );
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.message-wrapper:before {
  content: "";
  display: block;
  height: 0;
  margin: 0 20px;
  padding-top: 75%;
  background: url(../images/home/dream.svg) no-repeat center right;
  background-size: 25% auto;
}
.message-wrapper .btn a {
  border-color: #f2e100;
}
@media all and (min-width: 950px) {
  #message.node {
    padding: 40px 0 0;
    background-size: 100% auto;
  }
  .message-wrapper {
    padding: 0 0 60px;
    background: -moz-linear-gradient(top, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 30%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 30%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 75, 131, 0) 0%, rgba(0, 75, 131, 0) 30%, rgba(0, 75, 131, 1) 75%, rgba(0, 75, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004b83', endColorstr='#004b83',GradientType=0 );
    font-size: 115%;
    text-align: center;
  }
  .message-wrapper:before {
    margin: 0 min(6%, 80px);
    padding-top: 45%;
    background-position: 80% center;
    background-size: 210px auto;
  }
  .message-wrapper .node-wrapper {
    display: inline-block;
    text-align: left;
  }
}

/*--------------------------------------
# movie
--------------------------------------*/
#movie.node {
  padding: 100px 0 0;
  margin-top: -60px;
}
.video-btn {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-btn a.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-btn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0.9;
}
.video-btn a.play-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-btn a.play-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 950px) {
  .video-btn a.play-icon:before {
    width: 60px;
    height: 60px;
  }
  .video-btn a:hover img {
    opacity: 1;
  }
}

/*--------------------------------------
# ism
--------------------------------------*/
#ism.node {
  background: url(../images/home/ism_bg.png) repeat-y center 0;
  background-size: 100% auto;
  overflow: hidden;
}
#ism.node .ttl {
  height: 0;
  margin-bottom: 30px;
  padding-top: 32%;
  background: url(../images/home/ism_title.svg) no-repeat center;
  background-size: 60% auto;
  overflow: hidden;
}
.ism-wrapper .ism-item {
  margin: 0 0 40px;
}
.ism-wrapper .ism-item .text {
  padding: 0 20px;
}
.ism-wrapper .ism-item .text .sub {
  display: flex;
  align-items: center;
  color: #004b83;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.8vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  counter-reset: section;
}
.ism-wrapper .ism-item .text .sub:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin: 0 20px 5px 0;
  font-size: min(25vw, 12rem);
  font-style: italic;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1em;
}
.ism-wrapper .ism-item .text .strong {
  font-weight: 900;
}
.ism-wrapper .ism-item .text .big {
  font-size: 125%;
}
@media all and (min-width: 950px) {
  #ism.node .ttl {
    margin-bottom: 60px;
    padding-top: 263px;
    background-size: 500px auto;
  }
  .ism-wrapper .ism-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 60px;
  }
  .ism-wrapper .ism-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .ism-wrapper .ism-item .img {
    flex: 1;
  }
  .ism-wrapper .ism-item:nth-child(odd) .img {
    margin-right: calc(50% - 50vw);
  }
  .ism-wrapper .ism-item:nth-child(even) .img {
    margin-left: calc(50% - 50vw);
  }
  .ism-wrapper .ism-item .img img {
    width: 100%;
  }
  .ism-wrapper .ism-item .text {
    width: 50%;
    padding: 0;
    transform: translate(0, -1em);
  }
  .ism-wrapper .ism-item:nth-child(odd) .text {
    padding-right: 40px;
  }
  .ism-wrapper .ism-item:nth-child(even) .text {
    padding-left: 40px;
  }
}

/*--------------------------------------
# case
--------------------------------------*/
#case.node {
  background: #004b83;
  color: #fff;
}
#case.node .title_h3 {
  color: #fff;
}
.case-wrapper {
  margin: 3em 0 0;
}
.case-wrapper .case-item {
  margin: 0 0 1em;
}
.case-wrapper .case-item .title {
  margin-bottom: 0.5em;
  font-size: min(4.4vw, 2rem);
  font-weight: 500;
  text-align: center;
}
.case-wrapper .case-item .title:before {
  content: "";
  display: block;
  width: 40%;
  height: 0;
  margin: auto;
  padding-top: 7%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(0, 5px);
}
.case-wrapper .case-item:nth-child(1) .title:before {
  background-image: url(../images/home/case01.svg);
}
.case-wrapper .case-item:nth-child(2) .title:before {
  background-image: url(../images/home/case02.svg);
}
.case-wrapper .case-item:nth-child(3) .title:before {
  background-image: url(../images/home/case03.svg);
}
.case-wrapper .case-item:nth-child(4) .title:before {
  background-image: url(../images/home/case04.svg);
}
.case-wrapper .case-item:nth-child(5) .title:before {
  background-image: url(../images/home/case05.svg);
}
.case-wrapper .case-item .case-slider-wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.case-slider-wrapper .case-slider {
  position: relative;
  width: 100%;
  margin: 0;
}
.case-slider-wrapper .case-slider > img {
  display: block;
  width: 100%;
  height: auto;
}
.case-slider-wrapper .case-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.case-slider-wrapper .case-slider .resize > img {
  display: block;
  max-width: inherit;
}
.case-slider-wrapper .case-slider .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #004b83;
  cursor: ew-resize;
}
.case-slider-wrapper .case-slider .divider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7) url(../images/home/divider.svg) no-repeat center;
  background-size: 64% auto;
  border: 2px solid #004b83;
  border-radius: 40px;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}
#case.node .btn a {
  border-color: #f2e100;
}
@media all and (min-width: 950px) {
  .case-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .case-wrapper .case-item {
    width: 50%;
    margin: 0 0 2em;
  }
  .case-wrapper .case-item .title:before {
    width: 165px;
    padding-top: 25px;
  }
}

/*--------------------------------------
# free
--------------------------------------*/
#free.node {
  padding-top: 0;
}
#free.node .title_h3 {
  padding: 10% 20px;
  background: url(../images/home/free_bg.jpg) no-repeat center;
  background-size: cover;
}
#free.node .title_h3 .ttl {
  font-size: min(8.6vw, 5.6rem);
  font-weight: 500;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
}
#free.node .node-wrapper {
  color: #004b83;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}
#free.node .btn-more {
  text-align: center;
}
@media all and (min-width: 950px) {
  #free.node .title_h3 {
    margin-bottom: 2em;
    padding: 100px 0;
  }
  #free.node .title_h3 .title_h3-wrapper {
    max-width: 1240px;
    margin: auto;
    padding: 0 min(6%, 80px);
  }
  #free.node .node-wrapper {
    line-height: 2;
  }
}

/*--------------------------------------
# news
--------------------------------------*/
#news.node {
  padding-top: 100px;
  margin-top: -60px;
}
.news-wrapper {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  border-top: 1px solid #004b83;
}
.news-wrapper h4 {
  font-size: min(4.4vw, 2rem);
  text-align: center;
}
.news-wrapper .news-item {
  margin: 0 0 2em;
  border-bottom: 1px solid #004b83;
}
.news-wrapper .news-item .ttl {
  margin: 0 0 1em;
  color: #004b83;
  border-bottom: 1px solid #004b83;
  font-size: min(4.4vw, 2rem);
  text-align: center;
}
.news-wrapper .news-item ul li {
  margin: 0.75em 0 1em;
  line-height: 1.4;
}
.news-wrapper .news-item ul li:not(.new) {
  padding-left: 11px;
  text-indent: -11px;
}
.news-wrapper .news-item ul li:not(.new):before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #004b83;
}
.news-wrapper .news-item ul li.new {
  position: relative;
  padding-left: 3.5em;
}
.news-wrapper .news-item ul li.new:before {
  content: "NEW!!";
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 4px;
  background: #e60012;
  color: #fff;
  font-size: 85%;
}
.news-wrapper .blog-item {
  width: 75%;
  margin: auto;
  background: #b6c7dc;
}
.news-wrapper .blog-item .ttl {
  font-size: min(4.4vw, 2rem);
  text-align: center;
  padding: 3px;
  background: #004b83;
  color: #fff;
}
.news-wrapper .blog-item a {
  display: block;
  padding: 0.5em 1em 1em;
  font-size: min(4.6vw, 1.8rem);
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  transition: 0.2s;
}
.news-wrapper .blog-item a .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-top: 0.5em;
  padding-top: 75%;
  overflow: hidden;
}
.news-wrapper .blog-item a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.news-wrapper .blog-item a .img:after {
  content: "MORE>>";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 8px;
  background: #004b83;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
}
@media all and (min-width: 950px) {
  .news-wrapper {
    display: flex;
    border-bottom: 1px solid #004b83;
  }
  .news-wrapper .news-item {
    flex: 1;
    margin: 0;
    border-bottom: none;
    border-right: 1px solid #004b83;
  }
  .news-wrapper .news-item ul {
    height: 238px;
    margin: 0 1em 1em 0;
    overflow-y: scroll;
  }
  .news-wrapper .news-item ul li {
    margin: 0 0 1em;
  }
  .news-wrapper .news-item ul li:last-child {
    margin: 0;
  }
  .news-wrapper .blog-item {
    width: 25%;
    margin: 0;
  }
  .news-wrapper .blog-item .ttl {
    padding: 0;
    border-bottom: 1px solid #004b83;
  }
  .news-wrapper .blog-item a {
    padding: 1em;
  }
  .news-wrapper .blog-item a:hover {
    opacity: 0.7;
  }
  .news-wrapper .blog-item a:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/*--------------------------------------
# price
--------------------------------------*/
#price.node {
  background: #f2e100;
  text-align: center;
  overflow: hidden;
}
.price-link {
  display: inline-block;
}
.price-link li {
  margin: 15px 0 0;
}
.price-link li a {
  display: block;
  padding: 5px 20px;
  background: #fff;
  color: #004b83;
  font-family: "Zen Old Mincho", serif;
  font-size: min(4vw, 1.8rem);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #004b83;
  transition: 0.2s;
}
.price-img {
  margin: 30px 20px 0;
  line-height: 0;
}
@media all and (min-width: 950px) {
  #price.node {
    padding: 0;
  }
  .price-wrapper {
    display: flex;
  }
  .price-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
  .price-link li a:hover {
    background: #004b83;
    color: #fff;
  }
  .price-img {
    position: relative;
    flex: 1;
    margin: 0 calc(50% - 50vw) 0 0;
  }
  .price-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    background: #f2e100;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
}

/*--------------------------------------
# access
--------------------------------------*/
#access.node {
  padding-bottom: 0;
}
.access-wrapper {
  padding: 0 20px;
}
.access-wrapper .site-title {
  margin-bottom: 0;
}
.access-wrapper .site-title a {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto 10px;
  padding-top: 24%;
  background: url(../images/site-title-f.svg) no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
.access-wrapper .information {
  clear: both;
  padding: 0 0 40px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.access-wrapper .information address {
  margin-bottom: 1.5em;
  font-style: normal;
}
.access-wrapper .information p {
  margin-bottom: 0;
  color: #231815;
  font-size: min(3.4vw, 1.7rem);
  line-height: 1.6;
}
.access-wrapper .information address p.small {
  font-size: 85%;
}
.access-wrapper .information address .tel a {
  display: inline-block;
  margin-top: 0.25em;
  padding-left: 30px;
  background: url(../images/icon/tel.svg) no-repeat 0 5px;
  background-size: 25px auto;
  font-size: min(8vw, 3.8rem);
  text-decoration: none;
  line-height: 1.2;
}
.access-wrapper .information .info p:not(:last-child) {
  margin-bottom: 1em;
}
table.calendar {
  display: inline-block;
  margin: 1em 0 0;
  color: #231815;
  font-size: 90%;
  border: none;
  border-top: 1px solid #756e6c;
  border-bottom: 1px solid #756e6c;
}
table.calendar th,
table.calendar td {
  padding: 0;
  border: none;
  background: none;
}
table.calendar th {
  padding: 3px 6px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
table.calendar td {
  vertical-align: middle;
}
table.calendar td span.mark {
  display: block;
  height: 0;
  padding-top: 100%;
  background: url(../images/icon/mark.svg) no-repeat center;
  background-size: 80% auto;
  overflow: hidden;
}
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  line-height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 270%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media all and (min-width: 950px) {
  .access-wrapper .site-title {
    margin: 40px 0;
  }
  .access-wrapper .site-title a {
    width: 450px;
    padding-top: 105px;
  }
  .access-wrapper .information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    text-align: left;
  }
  .access-wrapper .information address {
    margin-bottom: 0;
  }
  .access-wrapper .information address .tel a {
    padding-left: 35px;
    background-position: 0 10px;
    background-size: 30px auto;
  }
  .access-wrapper .information .info {
    margin: 0 20px;
  }
  .access-wrapper .information .info p {
    line-height: 1.4;
  }
  table.calendar {
    margin: 0;
    font-size: 100%;
  }
  table.calendar th {
    padding: 5px 10px;
  }
  table.calendar td span.mark {
    background-size: 75% auto;
  }
  .googlemap {
    padding-top: 40%;
  }
  .googlemap iframe {
    width: 180%;
  }
}
@media all and (max-width: 949px) {
  #footer .information .site-title,
  #footer .information address p {
    display: none;
  }
}
