@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_blue {
  color: #036EB8;
}

.txt_gold {
  color: #B18603;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  color: #fff;
  background: #172A88;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #172A88;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #172A88;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 2.6rem 0;
  }
}
.gmap {
  width: 100%;
}

.illst_map {
  border: 1px solid #4d4d4d;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  font-weight: normal;
  color: #172A88;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #172A88;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding: 0 0 1.6rem;
  background: url("../img/tit_02.svg") no-repeat center bottom/9rem auto;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_03 {
  color: #036EB8;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 0.4rem;
  border-bottom: 3px solid #036EB8;
  margin: 0 0 2rem;
}
.tit_03::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #65A4EC;
  position: relative;
  bottom: -0.4rem;
}

.tit_04 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #CEB163;
  line-height: 1.2;
  border-bottom: 3px solid #CEB163;
  padding: 0 0 0.4rem;
  margin: 0 0 2rem;
}

.tit_05 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #172A88;
  padding: 0 0 0.2rem;
  border-bottom: 2px dotted #172A88;
}

.tit_06 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #036EB8;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    width: 1200px;
    background: none;
    text-align: left;
    font-size: 4rem;
    padding: 8rem 0 8rem 3rem;
    margin: 0 auto 3rem;
  }
  .tit_02 {
    font-size: 3.8rem;
    padding: 0 0 2.8rem;
    background: url("../img/tit_02.svg") no-repeat center bottom/17rem auto;
    margin: 0 0 4rem;
  }
  .tit_03 {
    font-size: 3.6rem;
    border-bottom: 5px solid #036EB8;
    margin: 0 0 3rem;
  }
  .tit_03::after {
    height: 0.5rem;
  }
  .tit_04 {
    font-size: 3.4rem;
    border-bottom: 5px solid #CEB163;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 3.2rem;
    border-bottom: 4px dotted #172A88;
    margin: 0 0 3rem;
  }
  .tit_06 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #ABDEEB;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #444;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl dt {
  font-weight: bold;
}
.lst_dl dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ol li {
    padding: 0 0 0 3.6rem;
  }
  .lst_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl dt {
    width: 20%;
  }
  .lst_dl dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .f_align_c {
    align-items: center;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tbl_price {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
.tbl_price th {
  display: block;
  background: #E2F7FC;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #707070;
}
.tbl_price td {
  display: block;
  border-bottom: 1px solid #707070;
  padding: 0.4rem 1rem;
}

.tbl_price_02 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #65A4EC;
  font-size: 80%;
}
.tbl_price_02 tr {
  border-bottom: 1px solid #ffffff;
}
.tbl_price_02 tr th {
  text-align: center;
  background-color: #65A4EC;
  padding: 1rem;
  border-right: 1px solid #ffffff;
  color: #fff;
}
.tbl_price_02 tr td {
  text-align: center;
  border-left: 1px solid #65A4EC;
  border-bottom: 1px solid #65A4EC;
  padding: 1rem 0;
}
.tbl_price_02 tr td.price {
  text-align: right !important;
  padding-right: 1rem;
}

@media screen and (min-width: 48em), print {
  .tbl_price {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #707070;
  }
  .tbl_price th, .tbl_price td {
    display: table-cell;
    padding: 2rem;
  }
  .tbl_price_02 {
    font-size: 1.8rem;
  }
}
.tel {
  color: #036EB8;
}

.box_blue {
  border: 2px solid #ABDEEB;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 2rem;
  }
}

.btn_simple {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: clamp(3px, 1vw, 2px) solid #65A4EC;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_simple {
    padding: 0.6rem 1.2rem;
  }
}

.btn_detail {
  display: inline-block;
  padding: 0.6rem 2rem;
  background: #CEB163;
  color: #fff;
  font-size: 120%;
  border: clamp(3px, 1vw, 5px) solid #EFE3C1;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.6rem 4rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #036EB8;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e800";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e801";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #036EB8;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #444;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target::before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
  visibility: hidden;
}
@media screen and (min-width: 48em), print {
  :target::before {
    height: 4rem;
    margin: -4rem 0 0;
  }
}

.header .wrap {
  padding: 1rem;
  border-bottom: 4px solid #DBC68E;
}
.header .wrap .headL .logo {
  width: calc(100% - 5rem);
  height: 5rem;
}
.header .wrap .headL .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .headL .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headL .acs {
  display: flex;
  justify-content: space-between;
}
.header .wrap .headL .acs li {
  width: 49%;
  background: #036EB8;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.4em 0;
  border-radius: 0.5rem;
}
.header .wrap .headR {
  margin: 0.6rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .headR ul li.add {
  display: none;
}
.header .wrap .headR ul li.telno {
  font-size: 1.8rem;
  color: #036EB8;
}
.header .wrap .headR ul li.telno .tel {
  display: inline-block;
}
.header .wrap .headR .parking {
  display: flex;
  align-items: center;
  background: #172A88;
  color: #fff;
  font-size: 1.2rem;
  border-radius: clamp(0.4rem, 1vw, 0.6rem);
  padding: 0 0.8rem;
}
.header .wrap .headR .parking::after {
  font-family: "fontello";
  content: "\e8a8";
  font-size: 1.5em;
  margin: 0 0 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 3rem 0 0;
  }
  .header .wrap {
    padding: 2rem 3rem;
    background: #fff;
    border-bottom: 5px solid #DBC68E;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0.4rem 0.2rem rgba(153, 153, 153, 0.4);
  }
  .header .wrap .headL {
    width: 50%;
  }
  .header .wrap .headL .logo {
    width: 100%;
    height: 7.4rem;
  }
  .header .wrap .headL .acs {
    margin: 1rem 0 0;
  }
  .header .wrap .headL .acs li {
    font-size: 1.8rem;
  }
  .header .wrap .headR {
    width: 50%;
    justify-content: flex-end;
  }
  .header .wrap .headR ul li.add {
    display: block;
    font-size: 1.8rem;
    text-align: right;
  }
  .header .wrap .headR ul li.telno {
    font-size: 2.6rem;
  }
  .header .wrap .headR .parking {
    width: 9rem;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    font-size: 1.8rem;
    padding: 0.6rem 1rem;
    margin: 0 0 0 2rem;
  }
  .header .wrap .headR .parking::after {
    display: block;
    margin: auto;
    font-size: 3em;
    line-height: 0.6;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  color: #036EB8;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e8aa";
  font-size: 2.4rem;
  margin: 0 0 0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e8a9";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li {
  margin: 0.5rem 0;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #036EB8;
  border-radius: clamp(0.6rem, 1vw, 1rem);
  color: #fff;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  border-bottom: 4px solid #172A88;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  background: #172A88;
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  width: 50%;
  border-top: 1px dotted #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:nth-child(even) {
  border-left: 1px dotted #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1rem;
  border-radius: 0;
  border: none;
  background: rgba(3, 110, 184, 0.8);
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: #036EB8 !important;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #036EB8;
  background: rgba(3, 110, 184, 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e8a9";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: none;
  }
  #nav .gnav_subnav .gnav li {
    width: calc(20% - 1rem);
    position: relative;
  }
  #nav .gnav_subnav .gnav li a, #nav .gnav_subnav .gnav li .sub {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.6rem 0;
    font-size: 1.8rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li .sub:hover {
    background: #172A88;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav li .subbox {
    display: none;
    width: 46rem;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    height: 6.6rem;
    padding: 0 3rem;
    justify-content: flex-start;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a:hover {
    opacity: 1;
    background: #036EB8;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg.jpg") no-repeat center center/cover;
}
.overview > .wrap {
  margin: 0 1rem;
}
.overview > .wrap .overviewL .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .clinic_name img {
  max-width: 90%;
  margin: auto;
}
.overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #172A88;
}
.overview > .wrap .overviewR .gaiyo dt {
  width: 30%;
  padding: 0.6em 0.4em;
  font-size: 110%;
  color: #172A88;
  border-bottom: 1px solid #172A88;
  display: flex;
  align-items: center;
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  padding: 0.6em 0.4em;
  border-bottom: 1px solid #172A88;
}
.overview > .wrap .overviewR .gaiyo dd .tel {
  font-size: 120%;
  font-weight: bold;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0 0;
    font-size: 1.8rem;
  }
  .overview > .wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .overview > .wrap .overviewL {
    width: 48rem;
  }
  .overview > .wrap .overviewL .clinic_name {
    margin: 0 0 4rem;
  }
  .overview > .wrap .overviewL .clinic_name img {
    max-width: 48rem;
  }
  .overview > .wrap .overviewR {
    width: 55%;
    margin: 0;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    padding: 3rem 0;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    padding: 3rem 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 4rem 0;
  }
  .overview .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #e2f7fc;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  text-align: center;
  color: #036EB8;
}
#tel_up ul li .tel {
  font-size: 1.8rem;
  font-weight: bold;
}
#tel_up #pageup {
  display: block;
  width: 8rem;
  height: auto;
  text-align: center;
}
#tel_up #pageup img {
  width: auto;
  height: 90%;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 10.2rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    z-index: 10;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
  }
  #tel_up #pageup img {
    height: auto;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #65A4EC;
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 3rem;
  }
  .footer .copy {
    font-size: 1.4rem;
    margin: 3rem 0 0;
  }
  .footer ul {
    width: 92rem;
    margin: auto;
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 2rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li:nth-child(7)::after {
    content: none;
  }
}
body.index .header .keyvsl {
  width: 100%;
}
body.index .header .keyvsl #keyvsl {
  height: 30rem;
  overflow: hidden;
  visibility: hidden;
}
body.index .header .keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  object-fit: cover;
}
body.index .header .keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
body.index .header .keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
body.index .header .keyvsl .catch_open {
  margin: 0 1rem;
}
body.index .header .keyvsl .catch_open .catch {
  margin: 0 1rem 0 0;
  font-size: 1.8rem;
}
body.index .header .keyvsl .catch_open .note {
  color: #fff;
  background: #036EB8;
  border-radius: 5px;
  padding: 0.8rem 0.5rem;
  font-size: 1.3rem;
  text-align: center;
  margin: 0.8rem 0;
}
@media screen and (min-width: 48em), print {
  body.index .header {
    position: relative;
  }
  body.index .header > .wrap {
    position: relative;
    z-index: 1;
  }
  body.index .header .keyvsl {
    height: 75rem;
    position: absolute;
    top: 0;
  }
  body.index .header .keyvsl #keyvsl {
    height: 75rem;
  }
  body.index .header .keyvsl #keyvsl .slick-list div img {
    height: 70rem !important;
  }
  body.index .header .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  body.index .header .keyvsl .catch_open {
    display: block;
    width: 1200px;
    margin: auto;
    position: absolute;
    top: 25rem;
    left: 0;
    right: 0;
  }
  body.index .header .keyvsl .catch_open .catch {
    font-size: 3.4rem;
    text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
  }
  body.index .header .keyvsl .catch_open .note {
    padding: 1rem;
    font-size: 1.6rem;
    margin: 1rem 0;
    padding: 1rem 2.5rem;
    width: fit-content;
    letter-spacing: 0.1rem;
  }
  body.index .header #nav {
    margin: 58rem auto 0;
  }
}

.info {
  margin: 4rem 1rem;
}
.info dl {
  line-height: 1.4;
  padding: 1.6rem 0;
  border-top: 1px solid #8E806F;
  border-bottom: 1px solid #8E806F;
}
.info dl dt {
  display: flex;
  margin: 0 0 0.6rem;
  color: #036EB8;
  cursor: pointer;
}
.info dl dt::before {
  content: "▼";
  margin-right: 0.6rem;
}
.info dl dt.close::before {
  content: "▲";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
}
.info dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.info .box_covid {
  margin: 2rem 0 0;
}
.info .box_covid .covid {
  display: block;
  padding: 1.6rem 1.6rem 13rem;
  background: url("../img/bnr_covid.png") no-repeat center bottom 1.6rem/90% auto #ECECEC;
  border: 4px solid #65A4EC;
  color: #036EB8;
  text-decoration: none !important;
}
.info .box_covid .covid span {
  color: #172A88;
  font-weight: bold;
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1200px;
    margin: 12rem auto 8rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .info .tit_02 {
    width: 18rem;
    margin: 0 4rem 0 0;
  }
  .info dl {
    flex: 1;
    margin: 0 0 5rem;
  }
  .info dl dt {
    margin: 0 0 1rem;
  }
  .info dl dt::before {
    margin-right: 1rem;
  }
  .info dl dt:not(:first-of-type) {
    padding: 1.6rem 0 0;
  }
  .info dl dd {
    margin: 0 0 1.6rem;
  }
  .info .box_covid {
    width: 100%;
  }
  .info .box_covid .covid {
    width: 82%;
    margin: 0 0 0 auto;
    font-size: 2.4rem;
    padding: 4rem;
    background: url("../img/bnr_covid.png") no-repeat right 4rem center/42rem auto #ECECEC;
    border: 5px solid #65A4EC;
  }
  .info .box_covid .covid span {
    font-size: 120%;
  }
  .info .box_covid .covid:hover {
    opacity: 0.8;
  }
}
.time_map {
  padding: 4rem 1rem;
  background: #FBF8EC;
}
.time_map .hour {
  margin: 0 0 2rem;
}
.time_map .hour .tit {
  display: block;
  text-align: center;
  color: #172A88;
  font-size: 120%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .time_map {
    width: 1200px;
    margin: 8rem auto;
    padding: 8rem 6rem;
    display: flex;
    justify-content: space-between;
  }
  .time_map .hour {
    width: 60%;
    margin: 0;
    background: url("../img/logo_mark.svg") no-repeat center center/47rem auto;
  }
  .time_map .hour .tit {
    font-size: 150%;
    margin: 0 0 2rem;
  }
  .time_map .map {
    width: 35%;
  }
}
.bnr_ope {
  margin: 4rem 1rem;
  display: flex;
  justify-content: space-between;
}
.bnr_ope li {
  width: 48%;
}
.bnr_ope li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 2rem 0 1.2rem;
  text-decoration: none !important;
  border-radius: clamp(0.6rem, 1vw, 1rem);
}
.bnr_ope li a.cataract_surgery {
  background: url("../img/bnr_hakunai.jpg") no-repeat center center/cover;
  border-bottom: 8px solid #172A88;
}
.bnr_ope li a.vitreous {
  background: url("../img/bnr_shoushi.jpg") no-repeat center center/cover;
  border-bottom: 8px solid #036EB8;
}

@media screen and (min-width: 48em), print {
  .bnr_ope {
    width: 1200px;
    margin: 8rem auto;
  }
  .bnr_ope li a {
    text-align: left;
    font-size: 3rem;
    padding: 7rem 5rem 5.5rem;
  }
  .bnr_ope li a.cataract_surgery {
    border-bottom: 15px solid #172A88;
  }
  .bnr_ope li a.vitreous {
    border-bottom: 15px solid #036EB8;
  }
  .bnr_ope li a:hover {
    opacity: 0.8 !important;
  }
}
.tre {
  padding: 4rem 1rem;
  position: relative;
}
.tre::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  margin: auto;
  background: radial-gradient(#FEF2DE 20%, transparent 20%), radial-gradient(#FEF2DE 20%, transparent 20%) #fff;
  background-position: 0 0, 0.6rem 0.6rem;
  background-size: 1.2rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .tre::before {
    height: 55%;
    background-position: 0 0, 0.8rem 0.8rem;
    background-size: 1.6rem 1.6rem;
  }
}
.tre .subnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tre .subnav li {
  width: 48%;
  margin: 0 0 1.6rem;
}
.tre .subnav li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  line-height: 1.4;
  background: #E2F7FC;
  color: #036EB8;
  text-decoration: none !important;
  border-bottom: 3px solid #036EB8;
  border-radius: clamp(0.4rem, 1vw, 1rem);
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8);
}
.tre .subnav li a br {
  display: none;
}
.tre .subnav li a::before {
  display: block;
  font-size: 2em;
  margin: 0 1rem 0 0;
}
.tre .subnav li a.ophthalmology::before {
  font-family: "fontello";
  content: "\e824";
}
.tre .subnav li a.cataract::before {
  font-family: "fontello";
  content: "\e81f";
}
.tre .subnav li a.glaucoma::before {
  font-family: "fontello";
  content: "\e827";
}
.tre .subnav li a.diabetic::before {
  font-family: "fontello";
  content: "\e822";
}
.tre .subnav li a.age_related::before {
  font-family: "fontello";
  content: "\e821";
}
.tre .subnav li a.retinal_vitreous::before {
  font-family: "fontello";
  content: "\e8a4";
}
.tre .subnav li a.pediatric_ophthalmology::before {
  font-family: "fontello";
  content: "\e84e";
}
.tre .subnav li a.eye_strain::before {
  font-family: "fontello";
  content: "\e8a5";
}
.tre .subnav li a.dryeye::before {
  font-family: "fontello";
  content: "\e8a6";
}
.tre .subnav li a.allergic::before {
  font-family: "fontello";
  content: "\e84d";
}
.tre .subnav li a.chalazion::before {
  font-family: "fontello";
  content: "\e8a7";
}
.tre .subnav li a.glasses::before {
  font-family: "fontello";
  content: "\e825";
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0;
  }
  .tre .subnav {
    width: 1200px;
    margin: auto;
  }
  .tre .subnav li {
    width: 23%;
    margin: 0 0 2.4rem;
  }
  .tre .subnav li a {
    padding: 1rem 2rem;
    font-size: 2.2rem;
    border-bottom: 5px solid #036EB8;
  }
  .tre .subnav li a::before {
    font-size: 5rem;
  }
  .tre .subnav li a:hover {
    background: #036EB8;
    color: #fff;
    opacity: 1;
  }
}
.aisatsu {
  padding: 4rem 1rem;
  position: relative;
}
.aisatsu::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  margin: auto;
  background: radial-gradient(#FEF2DE 20%, transparent 20%), radial-gradient(#FEF2DE 20%, transparent 20%) #fff;
  background-position: 0 0, 0.6rem 0.6rem;
  background-size: 1.2rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .aisatsu::before {
    height: 55%;
    background-position: 0 0, 0.8rem 0.8rem;
    background-size: 1.6rem 1.6rem;
  }
}
.aisatsu .wrap .box_flex {
  display: flex;
  flex-direction: column;
  box-shadow: 1rem 1rem 0 #dbc68e;
  width: 95%;
  border-radius: 0.4rem;
}
.aisatsu .wrap .box_flex .txt {
  order: 2;
  padding: 0 1rem;
  background: #FBF8EC;
  border-radius: 0.4rem 0.4rem 0 0;
}
.aisatsu .wrap .box_flex .name {
  order: 3;
  margin: 0;
  padding: 0 1rem 1rem;
  background: #FBF8EC;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: right;
}
.aisatsu .wrap .box_flex .name span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .aisatsu {
    padding: 8rem 0 22rem;
  }
  .aisatsu::before {
    height: 40%;
  }
  .aisatsu .wrap .box_flex {
    margin: 4rem auto 0;
    flex-direction: row;
    position: relative;
    box-shadow: 10rem 10rem 0 #dbc68e;
    width: 80%;
    border-radius: 1rem;
  }
  .aisatsu .wrap .box_flex .txt {
    order: 1;
    padding: 3rem 7rem;
    border-radius: 1rem;
  }
  .aisatsu .wrap .box_flex .name {
    color: #fff;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    position: absolute;
    right: 1rem;
    bottom: -8rem;
    z-index: 5;
  }
}
.feature {
  padding: 4rem 1rem;
  counter-reset: number 0;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  margin: auto;
  background: radial-gradient(#FEF2DE 20%, transparent 20%), radial-gradient(#FEF2DE 20%, transparent 20%) #fff;
  background-position: 0 0, 0.6rem 0.6rem;
  background-size: 1.2rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .feature::before {
    height: 55%;
    background-position: 0 0, 0.8rem 0.8rem;
    background-size: 1.6rem 1.6rem;
  }
}
.feature div {
  counter-increment: number 1;
  position: relative;
}
.feature div:not(:last-child) {
  margin: 0 0 3rem;
}
.feature div::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.feature div section .tit {
  color: #036EB8;
  font-size: 120%;
  font-weight: normal;
  line-height: 1.4;
  min-height: 10.8rem;
  padding: 1.4rem 0 0;
  margin: 0 0 2rem 13rem;
}
.feature div section .tit::before {
  display: block;
  content: counter(number, decimal-leading-zero);
  color: #E2F7FC;
  font-size: 4.6rem;
  line-height: 1;
  font-family: "Kosugi Maru", "Hiragino Maru Gothic ProN", sans-serif;
}
.feature div.ope::before {
  background: url("../img/index_feature_ope.jpg") no-repeat center center/contain;
}
.feature div.nayami::before {
  background: url("../img/index_feature_nayami.jpg") no-repeat center center/contain;
}
.feature div.acs::before {
  background: url("../img/index_feature_acs.jpg") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0;
  }
  .feature::before {
    height: 30%;
  }
  .feature div {
    width: 110rem;
    height: 37.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .feature div:not(:last-child) {
    margin: 0 auto;
  }
  .feature div::before {
    width: 37.6rem;
    height: 37.6rem;
    position: static;
    top: auto;
    flex: 0 0 37.6rem;
  }
  .feature div section {
    width: 60%;
    font-size: 2rem;
  }
  .feature div section .tit {
    min-height: auto;
    margin: 0 0 2rem;
  }
  .feature div section .tit::before {
    font-size: 12rem;
    margin: 0 0 0.6rem;
  }
  .feature div:nth-child(odd)::before {
    order: 2;
  }
  .feature div:nth-child(odd) section {
    order: 1;
    text-align: right;
  }
}
.cal {
  padding: 4rem 1rem;
  position: relative;
}
.cal::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  margin: auto;
  background: radial-gradient(#FEF2DE 20%, transparent 20%), radial-gradient(#FEF2DE 20%, transparent 20%) #fff;
  background-position: 0 0, 0.6rem 0.6rem;
  background-size: 1.2rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 48em), print {
  .cal::before {
    height: 55%;
    background-position: 0 0, 0.8rem 0.8rem;
    background-size: 1.6rem 1.6rem;
  }
}
.cal .wrap table.caledit {
  width: 85%;
  margin: 0 auto 2rem;
  box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(204, 204, 204, 0.8);
}
.cal .wrap .status {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}
.cal .wrap .status li {
  display: flex;
  align-items: center;
}
.cal .wrap .status li::before {
  display: inline-block;
  content: "■";
  font-size: 160%;
  margin: 0 0.6rem 0 0;
}
.cal .wrap .status li:not(:last-child) {
  margin-right: 1rem;
}
.cal .wrap .status li.close::before {
  color: #F6ABCB;
}
.cal .wrap .status li.pmOnly::before {
  color: #CCFFCC;
}
.cal .wrap .status li.amOnly::before {
  color: #f6ed6c;
}

@media screen and (min-width: 48em), print {
  .cal {
    padding: 8rem 0;
  }
  .cal .wrap {
    width: 100rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cal .wrap .tit_02, .cal .wrap .status {
    width: 100%;
  }
  .cal .wrap table.caledit {
    width: 31%;
  }
  .cal .wrap table.caledit td {
    font-size: 1.6rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
  border-radius: clamp(0.4rem, 1vw, 1rem);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    background: url(../img/tit_01.jpg) no-repeat center top/auto #fff;
  }
  body:not(.index) .header #nav {
    margin: 8rem 0 0;
  }
  body:not(.index) .main {
    margin: 10rem 0 8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .flex2 .img_c {
    max-width: 40%;
    height: auto;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #036EB8;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 3px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid #036EB8;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #81e2fd;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .flex2 > div {
    width: 48%;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */