@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: hsl(230, 7%, 98%);
  background-image: url(../img/notebook-dark.png);
  overflow-x: hidden;
}
html:has(.modaal-noscroll) {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  margin: 0;
  /* font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #383838;
  text-align: left;
  overflow-x: hidden;
  line-height: 2;
}

@media only screen and (max-width: 900px) {
  body {
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #444;
    text-align: left;
    overflow-x: hidden;
    line-height: 1.7;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 0;
  border-bottom: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  opacity: 0.6;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  /*margin: 0 0 1rem;*/
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  width: inherit;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:focus {
  outline: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.tegaki {
  font-family: "Zen Kurenaido", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*===================
main
===================*/
.index_slider > div {
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  z-index: 1;
}
.index_slider > div #catch {
  position: relative;
  left: 0;
  top: 0;
}

.content_wrapper {
  width: 90%;
  max-width: 1000px;
  margin: -1px auto;
  padding: 1px 0 130px 0;
}

h2 {
  width: 80%;
  max-width: 510px;
  text-align: center;
  margin: 80px auto;
}
@media only screen and (max-width: 900px) {
  h2 {
    width: 100%;
    margin: 80px auto 50px;
  }
}

.crosscover {
  position: relative;
}
.crosscover #menu {
  position: absolute;
  right: 50px;
  top: calc(50% - 180px);
}
@media only screen and (max-width: 900px) {
  .crosscover #menu {
    right: calc(50% - 126px);
    bottom: 50px;
    top: inherit;
  }
}
.crosscover #menu ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.crosscover #menu ul li a {
  color: #fff;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .crosscover #menu ul li a {
    font-size: 30px;
  }
}

#catch {
  display: flex;
  justify-content: center;
  align-items: center;
}
#catch img {
  width: 30%;
  max-width: 682px;
}
@media only screen and (max-width: 900px) {
  #catch img {
    width: 65%;
    padding-bottom: 200px;
  }
}

#menu_bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 50px;
  background: #e6e5db;
}
@media only screen and (max-width: 900px) {
  #menu_bar {
    display: none;
  }
}
#menu_bar img {
  height: 70%;
  width: auto;
}
#menu_bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#menu_bar ul li a {
  color: #464342;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
}
@media only screen and (max-width: 1100px) {
  #menu_bar ul li a {
    font-size: 23px;
  }
}
#menu_bar.m_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

#info {
  background: url(../images/bg_info.jpg);
}
#info ul li {
  text-align: center;
}

.omusubi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .omusubi {
    gap: 5px;
  }
}
.omusubi li {
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .omusubi li {
    width: 49%;
  }
}
.omusubi li .mn_btn {
  display: block;
  position: relative;
}
.omusubi li .mn_btn dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .omusubi li .mn_btn dl {
    display: none;
  }
}
.omusubi li .mn_btn dl dt {
  background: rgba(39, 45, 61, 0.7);
  width: 100%;
  padding: 15px 5px;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 1.5em;
}
.omusubi li .mn_btn dl dt span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.omusubi li .mn_btn dl dd {
  background: url(../images/bg_price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: "Zen Kurenaido", sans-serif;
}
.omusubi li .mn_btn dl dd span {
  font-size: 0.8em;
}
@media only screen and (max-width: 900px) {
  .omusubi li .mn_btn {
    overflow: hidden;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .omusubi li .mn_btn img {
    height: calc(100% + 30px);
    width: auto;
    max-width: inherit;
    margin: 0 auto;
    margin: 0 auto 30px;
  }
}
.omusubi li .mn_modal {
  display: none;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.modaal-container {
  width: 740px;
}
.modaal-container dl {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  color: #fff;
  padding: 10px;
  background: rgba(39, 45, 61, 0.7);
}
.modaal-container dl dt {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.2em;
  width: 80%;
  padding: 0 0 0 10px;
  font-family: "Zen Kurenaido", sans-serif;
}
.modaal-container dl dt span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
}
.modaal-container dl dd {
  background: url(../images/bg_price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  margin: 10px;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
  padding: 8px 30px;
  font-size: 1.2em;
}
.modaal-container dl dd span {
  font-size: 0.8em;
}
@media only screen and (max-width: 900px) {
  .modaal-container {
    width: 100%;
  }
  .modaal-container dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    text-align: center;
    background: none;
    z-index: 999;
  }
  .modaal-container dl dt {
    background: rgba(39, 45, 61, 0.7);
    width: 100%;
    padding: 10px;
    font-family: "Zen Kurenaido", sans-serif;
  }
  .modaal-container dl dt span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  .modaal-container dl dd {
    background: url(../images/bg_price.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: "Zen Kurenaido", sans-serif;
  }
  .modaal-container dl dd span {
    font-size: 0.8em;
  }
}

.modaal-content-container {
  padding: 10px;
}

#pickup {
  background: url(../images/sec02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

#concept {
  background: url(../images/sec03_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
@media only screen and (max-width: 900px) {
  #concept {
    background: url(../images/sec03_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
}
#concept .content_wrapper {
  padding-bottom: 0;
}
#concept p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 2.5;
  text-shadow: #0f475f 1px 0 10px, #0f475f 1px 0 10px;
}
#concept p span {
  font-size: 28px;
}
#concept p span rt {
  margin-bottom: -5px;
}
@media only screen and (max-width: 900px) {
  #concept p {
    font-size: 20px;
  }
  #concept p span {
    font-size: 24px;
  }
}
#concept .tate a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  writing-mode: vertical-rl;
  width: 36px;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #concept .tate a {
    height: 190px;
  }
}
#concept .tate a img {
  width: 20px;
  height: 52px;
  margin: 10px 0 50px;
}

#concept2 {
  position: relative;
  background: #e6e5db;
}
#concept2 h3 {
  position: absolute;
  top: 100px;
  left: calc(50% - 207px);
  text-align: center;
  color: #040000;
  font-size: 48px;
  z-index: 10;
  line-height: 1em;
}
@media only screen and (max-width: 1100px) {
  #concept2 h3 {
    top: 50px;
  }
}
#concept2 h3 span {
  font-size: 24px;
  color: #4d4c4d;
}
@media only screen and (max-width: 1100px) {
  #concept2 h3 {
    font-size: 30px;
    left: calc(50% - 150px);
    text-shadow: #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px, #fff 1px 0 10px;
  }
  #concept2 h3 span {
    font-size: 18px;
  }
}
#concept2 .slider div {
  width: 100%;
  height: 1050px;
}
@media only screen and (max-width: 1100px) {
  #concept2 .slider div {
    height: 900px;
  }
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div {
    height: auto;
  }
}
#concept2 .slider div.no1 {
  background: url(../images/sec03_kodawari01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div.no1 {
    background: url(../images/sec03_kodawari01_bg_sp.jpg) #e6e5db;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
  }
}
#concept2 .slider div.no2 {
  background: url(../images/sec03_kodawari02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div.no2 {
    background: url(../images/sec03_kodawari02_bg_sp.jpg) #e6e5db;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
  }
}
#concept2 .slider div.no3 {
  background: url(../images/sec03_kodawari03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div.no3 {
    background: url(../images/sec03_kodawari03_bg_sp.jpg) #e6e5db;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: top;
  }
}
#concept2 .slider div p {
  font-size: 18px;
  color: #040000;
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div p.en {
    margin-bottom: 80px;
  }
}
#concept2 .slider div .slick-track {
  display: flex;
}
#concept2 .slider div .slick-slide {
  height: auto !important;
}
#concept2 .slider div .slick-slide {
  position: relative;
}
#concept2 .slider div .slick-slide .slider_cont {
  padding-top: 240px;
  width: 500px;
  position: absolute;
  left: calc(50% - 500px);
}
@media only screen and (max-width: 1100px) {
  #concept2 .slider div .slick-slide .slider_cont {
    width: 400px;
    left: calc(50% - 400px);
    padding-top: 190px;
  }
}
#concept2 .slider div .slick-slide .slider_cont img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  #concept2 .slider div .slick-slide .slider_cont {
    position: relative;
    width: 80%;
    padding-top: 55%;
    left: inherit;
    margin: 0 auto;
  }
  #concept2 .slider div .slick-slide .slider_cont img {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 30px;
  }
}
#concept2 .slider .slide-arrow {
  width: 60px;
  height: 115px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
#concept2 .slider .slide-arrow.prev-arrow {
  background: url(../images/slide_arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  left: calc(50% - 600px);
}
@media only screen and (max-width: 1100px) {
  #concept2 .slider .slide-arrow.prev-arrow {
    left: calc(50% - 500px);
  }
}
#concept2 .slider .slide-arrow.next-arrow {
  background: url(../images/slide_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  left: calc(50% + 30px);
}
@media only screen and (max-width: 900px) {
  #concept2 .slider .slide-arrow {
    width: 30px;
    height: 80px;
  }
  #concept2 .slider .slide-arrow.next-arrow {
    top: 47%;
    right: 10px;
    left: inherit;
  }
  #concept2 .slider .slide-arrow.prev-arrow {
    top: 47%;
    left: 10px;
  }
}

#menu_list {
  background: url(../images/bg_menu.png) #fff;
}
#menu_list h2 {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  #menu_list h2 img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
#menu_list .sidemenu {
  margin-top: 80px;
  background: url(../images/bg_info.jpg);
  border-radius: 30px;
  color: #444444;
  padding: 30px;
}
#menu_list .sidemenu h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
#menu_list .sidemenu .flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 900px) {
  #menu_list .sidemenu .flex_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
#menu_list .sidemenu .flex_wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
}
#menu_list .sidemenu .flex_wrap dl dt {
  width: 80%;
  font-size: 18px;
  font-family: "Zen Kurenaido", sans-serif;
  padding-bottom: 20px;
}
#menu_list .sidemenu .flex_wrap dl dt span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  #menu_list .sidemenu .flex_wrap dl dt span {
    padding-left: 0;
  }
}
#menu_list .sidemenu .flex_wrap dl dd {
  width: 20%;
  text-align: right;
  font-size: 18px;
  font-family: "Zen Kurenaido", sans-serif;
  padding-bottom: 20px;
  position: relative;
}
#menu_list .sidemenu .flex_wrap dl dd span {
  font-size: 14px;
}
#menu_list .sidemenu .flex_wrap dl dd::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 53px;
  background: #444;
}
@media only screen and (max-width: 900px) {
  #menu_list .sidemenu .flex_wrap dl dd::after {
    content: none;
  }
}
@media only screen and (max-width: 900px) {
  #menu_list .sidemenu .flex_wrap dl {
    width: 100%;
  }
}
#menu_list .sidemenu .flex_wrap ul {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 900px) {
  #menu_list .sidemenu .flex_wrap ul {
    width: 100%;
  }
}
#menu_list .sidemenu .flex_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}
#menu_list .sidemenu .flex_wrap ul li img {
  margin-bottom: 10px;
}
#menu_list .sidemenu .flex_wrap ul li span {
  font-size: 14px;
  font-weight: 400;
}

/* 背景画像の見えている高さ */
#para {
  height: 700px;
}

/* 背景画像 */
#para::before {
  background-image: url(../images/pala_ph.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  #para::before {
    background-image: url(../images/pala_ph_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

#access {
  background: url(../images/footer_bg.png) #e6e5db;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}
@media only screen and (max-width: 900px) {
  #access {
    background: url(../images/footer_bg_sp.png) #e6e5db;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
  }
}
#access .content_wrapper {
  padding-top: 80px;
  padding-bottom: 300px;
}
#access .content_wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #access .content_wrapper > div {
    flex-direction: column;
    gap: 50px;
  }
  #access .content_wrapper > div div {
    width: 100%;
  }
  #access .content_wrapper > div iframe {
    width: 100%;
    margin-top: 30px;
  }
}
#access .content_wrapper > div img {
  max-width: 648px;
}
@media only screen and (max-width: 900px) {
  #access .content_wrapper > div img {
    width: 100%;
    max-width: none;
  }
}
#access .content_wrapper > div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#access .content_wrapper > div ul li {
  width: 75px;
  height: 75px;
}
#access .content_wrapper > div ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#access .content_wrapper > div ul li a img {
  width: 50%;
}
#access .content_wrapper > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 80px 0 40px;
}
#access .content_wrapper > ul li {
  width: 50%;
}
#access .content_wrapper > ul li span {
  font-size: 0.8em;
}
@media only screen and (max-width: 900px) {
  #access .content_wrapper > ul {
    flex-direction: column;
    gap: 10px;
    margin: 80px 0 0px;
  }
  #access .content_wrapper > ul li {
    width: 100%;
  }
}
#access p {
  padding: 0 0 100px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
#access small {
  background: #0f475f;
  font-size: 20px;
  padding: 7px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 900px) {
  #access small {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */