@charset "UTF-8";
.wp-block-button__link {
  background-color: auto;
}

/* # =================================================================
   # g selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */ /* resset.dev • v5.0.2 */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* cardionet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, cardionet Explorer 11- */
}

/* Apply cursor pocardio to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pocardio;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* cardionet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* cardionet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pocardio cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pocardio cursor of trigger elements */
[aria-controls] {
  cursor: pocardio;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #564C47;
  line-height: 1.7;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html:-webkit-scrollbar {
  display: none;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
  position: relative;
  color: #564C47;
  font-family: sans-serif;
  font-feature-settings: "palt";
  font-size: 17px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #564C47;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 0.8rem 1rem;
}
@media screen and (max-width: 767px) {
  p {
    padding: 0 0 1rem;
  }
}
p a {
  color: #0F8CAB;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.fbx-caption-title,
.fbx-caption-desc {
  font-family: sans-serif;
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }
}

.widthM {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .widthM {
    width: 92%;
  }
}

.txt_r {
  text-align: right;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header > .logo {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  width: 35%;
  padding: 20px 3%;
  background: #fff;
  border-radius: 0 0 60px 60px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  #header > .logo {
    width: 60%;
    left: 10px;
    padding: 10px 3%;
  }
}
@media screen and (max-width: 767px) {
  #header > .logo {
    width: 80%;
    left: 0;
    padding: 10px 20px 10px 1%;
    border-radius: 0 0 60px 0px;
    box-shadow: none;
  }
}
#header > .logo img {
  height: 100%;
  object-fit: contain;
}
#header > .logo img.full {
  width: 100%;
}
#header > .logo img.text {
  width: 80%;
}

.menuWindow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
}
.menuWindow .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  /*         height: 100vh; */
}
.menuWindow .header__nav > .btn__wrap {
  position: absolute;
  right: 10%;
  top: 60px;
}
.menuWindow .menuWindow__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.menuWindow .menuWindow__wrapper--visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuWindow .menuWindow__body {
  background: #fff;
  padding: 60px 5%;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90dvh;
  max-height: 90vh;
  animation-name: slideAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__body {
    max-width: 800px;
    padding: 40px 0;
  }
}
@keyframes slideAnime {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.menuWindow .menuWindow__Button {
  display: grid;
  grid-template-columns: repeat(2, auto);
  position: absolute;
  right: 2%;
  top: 60px;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button {
    top: 10px;
  }
}
.menuWindow .menuWindow__Button .hamburger {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  position: relative;
  opacity: 1;
  background: #66B2C5;
  border-radius: 40px;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger {
    width: 60px;
    height: 60px;
  }
}
.menuWindow .menuWindow__Button .hamburger:before {
  content: "";
  opacity: 0;
}
.menuWindow .menuWindow__Button .hamburger:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger:after {
    width: 30px;
    top: 16px;
    left: 14px;
  }
}
.menuWindow .menuWindow__Button .hamburger > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
}
.menuWindow .menuWindow__Button .hamburger > span:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger > span:before {
    width: 30px;
    top: 29px;
    left: 14px;
  }
}
.menuWindow .menuWindow__Button .hamburger > span:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 16px;
  width: 46px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger > span:after {
    width: 30px;
    top: 42px;
    left: 14px;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #B7D9E2;
  animation-name: fillAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened:before {
    width: 60px;
    height: 60px;
  }
}
@keyframes fillAnime {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened:after {
  opacity: 0;
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:before {
  top: 38px;
  transform: rotateZ(45deg);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:before {
    top: 28px;
  }
}
.menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:after {
  top: 38px;
  transform: rotateZ(-45deg);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .menuWindow .menuWindow__Button .hamburger.hamburger--opened > span:after {
    top: 28px;
  }
}

.menuWindow__menus {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 2rem;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus {
    grid-template-columns: 1fr;
    grid-template-rows: 120px 1fr;
    width: 92%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menuWindow__menus {
    grid-template-rows: 60px 1fr;
    width: 98%;
    padding: 10px;
  }
}
.menuWindow__menus::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
}
.menuWindow__menus::-webkit-scrollbar-thumb {
  background-color: #a38a77;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus::-webkit-scrollbar-thumb {
    background-color: #a38a77;
  }
}
.menuWindow__menus .header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
}
.menuWindow__menus .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .menuWindow__menus .reserve {
    padding: 2rem 0;
  }
  .menuWindow__menus .timetable .mt {
    font-size: 0.8rem;
  }
}
.menuWindow__menus .list {
  padding: 0 1rem;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .list {
    padding: 0 0.5rem;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.menuWindow__menus .list ul.globallink {
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .menuWindow__menus .list ul.globallink {
    font-size: 1rem;
  }
}
.menuWindow__menus .list ul.globallink--large li {
  border-bottom: 1px solid #f4ece4;
}
.menuWindow__menus .list ul.globallink--large li:first-child {
  border-top: 1px solid #f4ece4;
}
.menuWindow__menus .list ul.globallink--large li a {
  display: block;
  padding: 0.6rem 2rem 0.6rem 40px;
  background: url("../images/gra/menu_flower.svg") 10px center/15px auto no-repeat;
}
.menuWindow__menus .list ul.globallink--large li a:hover {
  opacity: 0.6;
}
.menuWindow__menus .list ul.globallink--large li > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .list ul.globallink--large li > ul {
    top: 58px;
  }
}
.menuWindow__menus .list ul.globallink--large li > ul > li {
  box-sizing: border-box;
  text-align: left;
}
.menuWindow__menus .list ul.globallink--large li > ul > li:last-child {
  border-bottom: none;
}
.menuWindow__menus .list ul.globallink--large li > ul > li a {
  padding: 0.6rem 2rem 0.6rem 40px;
  background: url("../images/gra/menu_smallflower.svg") 10px center/15px auto no-repeat;
}
.menuWindow__menus .list ul.globallink--large li > ul > li > ul {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .menuWindow__menus .list ul.globallink--large li > ul > li > ul {
    top: 58px;
  }
}
.menuWindow__menus .list ul.globallink--large li > ul > li > ul > li {
  box-sizing: border-box;
  text-align: left;
}
.menuWindow__menus .list ul.globallink--large li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.menuWindow__menus .list ul.globallink--large li > ul > li > ul > li a {
  padding: 0.6rem 0.5rem 0.6rem 40px;
  background: url("../images/gra/menu_smallleaf.svg") 10px center/10px auto no-repeat;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

.index__slider {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .index__slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index__slider {
    margin-top: 0;
  }
}

.page__header {
  margin: auto;
  position: relative;
  padding: 0 0 0;
}
.page__header > .inner {
  padding: 80px 20px 0;
}
@media screen and (max-width: 1023px) {
  .page__header > .inner {
    padding-left: 0;
  }
}
.page__header h1.page__title {
  display: flex;
  font-family: "Kaisei Opti", serif;
  justify-content: center;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  text-indent: 0.4rem;
  padding: 200px 0 100px;
  margin-bottom: 60px;
  position: relative;
  background: url("../images/gra/dot_top.webp") right top/cover no-repeat #FBF3D4;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.page__header h1.page__title:after {
  content: "";
  background: url("../images/gra/halfcircle.svg") right top/contain repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.page__header h1.page__title p {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: auto;
  padding: 1rem 2rem;
  background-color: rgb(255, 255, 255);
  border-radius: 60px;
  border: 3px solid #EFC375;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title p {
    font-size: 1.4rem;
  }
}
.page__header h1.page__title p:before {
  content: "";
  position: absolute;
  top: -90px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url("../images/gra/enaga.svg") center/contain no-repeat;
}

.inner.page__breadcrumb {
  padding: 0 20px;
}

#breadcrumbs {
  font-size: 0.8em;
}
#breadcrumbs span {
  position: relative;
}
#breadcrumbs span:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #a38a77;
}
#breadcrumbs span a {
  padding-right: 40px;
}
#breadcrumbs span:last-child:after {
  display: none;
}

#footer {
  padding: 50px 0 200px;
  background: url("../images/gra/footer01.svg") center 96%/30% auto no-repeat, #C6DF9E;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  #footer {
    background-size: 80%;
  }
}
#footer:before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("../images/gra/footer.svg") center bottom/100% auto no-repeat;
}
#footer section.info__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  padding: 2rem;
  gap: 40px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap {
    grid-template-columns: 1fr;
    gap: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap {
    width: 98%;
  }
}
#footer section.info__wrap .info {
  display: grid;
  gap: 2rem;
}
#footer section.info__wrap .info .footer__logo {
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .info .footer__logo {
    width: 100%;
  }
}
#footer section.info__wrap .info .footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .info .footer__logo img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
#footer section.info__wrap .info section.detail {
  display: flex;
  flex-direction: column;
  gap: 0 2%;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap .info section.detail {
    grid-column: 1;
    grid-row: auto;
  }
}
#footer section.info__wrap .info section.detail .timetable h4.type1 {
  color: #fff;
}
#footer section.info__wrap section.access {
  border-left: 1px solid #a38a77;
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap section.access {
    border: none;
    padding-left: 0;
  }
}
#footer section.info__wrap section.access .detail li {
  position: relative;
  padding: 0 0 0.5rem 2rem;
}
#footer section.info__wrap section.access .detail li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
#footer section.info__wrap section.access .detail li.train::before {
  background: url("../images/icons/train.svg") center/contain no-repeat;
}
#footer section.info__wrap section.access .detail li.car::before {
  background: url("../images/icons/car.svg") center/contain no-repeat;
}
#footer section.info__wrap section.access .detail li.info::before {
  background: url("../images/icons/bell.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel {
    text-align: center;
  }
}
#footer section.info__wrap .footer__tel > dl {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.04em;
  padding-top: 30px;
  text-align: center;
}
#footer section.info__wrap .footer__tel > dl > dt {
  font-weight: bold;
  display: inline-block;
  border-radius: 16px;
  white-space: nowrap;
  padding: 2px 10%;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dt {
    font-size: initial;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dd.num {
    display: block;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num > a {
  color: #557E75;
}
#footer section.info__wrap .footer__tel > dl > dd.time {
  font-size: 0.8rem;
}
#footer .footer__link {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer__link {
    margin: 50px 0 20px;
  }
}
#footer .footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  #footer .footer__copyright {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__copyright {
    margin-top: 50px;
  }
}

.footerlink {
  font-size: 0.8rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px 5%;
}
.footerlink > .grid__wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin: auto;
  gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footerlink > .grid__wrap {
    grid-template-columns: 1fr;
  }
}
.footerlink h3 {
  font-size: 1rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .footerlink h3 {
    padding-top: 60px;
  }
}
.footerlink a {
  text-decoration: underline;
  color: #0F8CAB;
}
.footerlink a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footerlink--large li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.footerlink--large li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.footerlink--small li {
  font-size: 0.8rem;
  padding: 0 10px;
  line-height: 1em;
}
.footerlink--small li a {
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .footerlink--small li a {
    padding: 10px 0 10px 0;
  }
}
.footerlink--small li:nth-child(3), .footerlink--small li:nth-child(4), .footerlink--small li:nth-child(5), .footerlink--small li:nth-child(6), .footerlink--small li:nth-child(7), .footerlink--small li:nth-child(8) {
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .footerlink--small li:nth-child(3), .footerlink--small li:nth-child(4), .footerlink--small li:nth-child(5), .footerlink--small li:nth-child(6), .footerlink--small li:nth-child(7), .footerlink--small li:nth-child(8) {
    padding: 5px 0 5px 30px;
  }
}

.info__archive {
  padding-bottom: 300px;
}

article.info {
  padding: 0 0 60px 0;
}
article.info header {
  justify-content: space-around;
}
article.info header h1 {
  /* アンダーライン */
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  font-family: "Kaisei Opti", serif;
  border-bottom: 1px solid #B7D9E2;
  color: #0F8CAB;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  article.info header h1 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}
article.info header time {
  letter-spacing: 0.1em;
}
article.info .wp-block-button__link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
  position: relative;
  letter-spacing: 0.15rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  min-width: 280px;
  background: #66B2C5;
  border-radius: 12px;
}
article.info .wp-block-button__link:active {
  transform: translateY(2px);
  box-shadow: none;
}
article.info section.article__body .wp-block-gallery {
  max-width: 80%;
  margin: 100px auto;
}
article.info section.article__body h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.5rem 1rem;
  color: #C5A7CD;
}
@media screen and (max-width: 767px) {
  article.info section.article__body h3 {
    font-size: 1.1rem;
  }
}

ul.info__posts {
  display: grid;
}
ul.info__posts > li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  justify-content: space-around;
  padding: 2rem 1rem;
  border-bottom: 1px solid #B7D9E2;
}
@media screen and (max-width: 767px) {
  ul.info__posts > li {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 2rem 0;
    gap: 0.5rem;
  }
}
ul.info__posts > li time {
  letter-spacing: 0.1em;
}
ul.info__posts > li a h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #0F8CAB;
  text-decoration: underline;
}
ul.info__posts > li a h3:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  ul.info__posts > li a h3 {
    font-size: 1.2rem;
    grid-row: 3/4;
  }
}
ul.info__posts > li a .excerpt {
  padding-left: 1rem;
}

/* 固定ページ */
.page__article,
.main__page,
.main__single {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .page__article,
  .main__page,
  .main__single {
    padding: 20px 0 20px 5px;
    margin-bottom: 30px;
  }
}
.page__article .wp-block-column,
.main__page .wp-block-column,
.main__single .wp-block-column {
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .page__article .wp-block-column,
  .main__page .wp-block-column,
  .main__single .wp-block-column {
    padding: 1rem;
  }
}
.page__article .wp-block-column.has-background,
.main__page .wp-block-column.has-background,
.main__single .wp-block-column.has-background {
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(200, 200, 200, 0.1);
}
.page__article p,
.main__page p,
.main__single p {
  margin: 0 0 20px;
}
.page__article strong,
.main__page strong,
.main__single strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #FFF963 0%) repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  .page__article .wp-block-media-text,
  .main__page .wp-block-media-text,
  .main__single .wp-block-media-text {
    gap: 2rem;
  }
}
.page__article .wp-block-media-text.alignwide,
.main__page .wp-block-media-text.alignwide,
.main__single .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .page__article .wp-block-media-text__content,
  .main__page .wp-block-media-text__content,
  .main__single .wp-block-media-text__content {
    padding: 0 2%;
  }
}
.page__article .wp-block-image,
.main__page .wp-block-image,
.main__single .wp-block-image {
  margin: 40px 0 40px;
}
.page__article .wp-block-button__link,
.main__page .wp-block-button__link,
.main__single .wp-block-button__link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
  position: relative;
  letter-spacing: 0.15rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  min-width: 280px;
  background: #66B2C5;
  border-radius: 12px;
}
.page__article .wp-block-button__link:active,
.main__page .wp-block-button__link:active,
.main__single .wp-block-button__link:active {
  transform: translateY(2px);
  box-shadow: none;
}
.page__article .wp-block-button__link[target=_blank],
.main__page .wp-block-button__link[target=_blank],
.main__single .wp-block-button__link[target=_blank] {
  padding-right: calc(1.333em + 20px);
}
.page__article .wp-block-button__link[target=_blank]::after,
.main__page .wp-block-button__link[target=_blank]::after,
.main__single .wp-block-button__link[target=_blank]::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: calc(1.333em - 8px);
  width: 20px;
  height: 20px;
  background: url("../images/icons/newwindow.svg") center/contain no-repeat;
}
.page__article .wp-block-table thead,
.main__page .wp-block-table thead,
.main__single .wp-block-table thead {
  background: #66B2C5;
  color: #fff;
}
.page__article .wp-block-table td,
.main__page .wp-block-table td,
.main__single .wp-block-table td {
  border-color: #66B2C5;
}
.page__article h2,
.main__page h2,
.main__single h2 {
  /* アンダーライン */
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  font-family: "Kaisei Opti", serif;
  border-bottom: 1px solid #B7D9E2;
  color: #66B2C5;
}
@media screen and (max-width: 767px) {
  .page__article h2,
  .main__page h2,
  .main__single h2 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}
.page__article h2:first-of-type,
.main__page h2:first-of-type,
.main__single h2:first-of-type {
  padding-top: 0;
}
.page__article h3,
.main__page h3,
.main__single h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.5rem 1rem;
  color: #C5A7CD;
}
@media screen and (max-width: 767px) {
  .page__article h3,
  .main__page h3,
  .main__single h3 {
    font-size: 1.1rem;
  }
}
.page__article ul,
.main__page ul,
.main__single ul {
  padding: 10px 0 10px 2rem;
}
@media screen and (max-width: 767px) {
  .page__article ul,
  .main__page ul,
  .main__single ul {
    padding: 0 0 1rem;
  }
}
.page__article ul > li,
.main__page ul > li,
.main__single ul > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.page__article ul > li:before,
.main__page ul > li:before,
.main__single ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #66B2C5;
}
.page__article ul.check li:before,
.main__page ul.check li:before,
.main__single ul.check li:before {
  background: url("../images/icons/checked.svg") center/contain no-repeat;
}

.inner {
  display: block;
  width: 1240px;
  padding: 80px 65px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 1024px;
    padding: 80px 32px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 60px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 60px 2%;
    margin: 0;
  }
}

h2.type1 {
  /* アクセントライン */
  /* アクセントライン */
  text-align: center;
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  color: #66B2C5;
}
@media screen and (max-width: 767px) {
  h2.type1 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}
h2.type1:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3px;
  bottom: 0;
  left: calc(50% - 1.5rem);
  background: #B7D9E2;
}

.tags {
  display: flex;
  justify-content: left;
  gap: 0.5rem;
}
.tags > li {
  align-self: center;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 0.8rem;
  padding: 0.5rem;
  border: 2px solid #66B2C5;
}
@media screen and (max-width: 767px) {
  .tags > li {
    padding: 0.2rem 0.5rem 0.1rem;
  }
}
.tags > li a {
  color: #0F8CAB;
}

.text__block {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .text__block {
    padding: 0 10px 20px;
  }
}

/*下線*/
.uline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgb(105, 196, 205) 91%);
}

/* ボタン */
.btn__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 98%;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.btn__wrap a {
  color: #fff;
  text-align: center;
}
.btn__wrap a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn__wrap a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .btn__wrap a {
    font-size: initial;
    padding: 10px 40px;
    max-width: 300px;
  }
}

.btn--lv2 a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
  position: relative;
  letter-spacing: 0.15rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  min-width: 280px;
  background: #66B2C5;
  border-radius: 12px;
}
.btn--lv2 a:active {
  transform: translateY(2px);
  box-shadow: none;
}

.btn--lv2--blank a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
  position: relative;
  letter-spacing: 0.15rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  min-width: 280px;
  background: #66B2C5;
  border-radius: 12px;
  padding-right: 40px;
  position: relative;
}
.btn--lv2--blank a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn--lv2--blank a:after {
  content: "";
  background: url("../images/icons/newwindow.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}

.btn--lv1 a {
  background: #0F8CAB;
  padding: 8px 20px;
  min-width: 280px;
  border-radius: 12px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .btn--lv1 a {
    padding: 8px 1rem;
  }
}
.btn--lv1--blank a {
  background: #a38a77;
  padding: 8px 20px;
  min-width: 280px;
  border-radius: 6px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
.btn--lv1--blank a:after {
  content: "";
  background: url("../images/icons/newwindow.svg");
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}
.btn--reserve a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: initial;
  position: relative;
  letter-spacing: 0.15rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  min-width: 280px;
  background: #0F8CAB;
  border-radius: 12px;
}
.btn--reserve a:active {
  transform: translateY(2px);
  box-shadow: none;
}

a.txtlink {
  color: #0F8CAB;
  padding-right: 30px;
  text-decoration: underline;
  font-weight: 600;
}
a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}

.priceTable {
  display: grid;
  grid-template-columns: 40% auto auto;
  border-bottom: 1px solid #EFC375;
}
@media screen and (max-width: 767px) {
  .priceTable {
    grid-template-columns: repeat(2, 1fr);
  }
}
.priceTable dt {
  background: #FBF3D4;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .priceTable dt {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .priceTable dt.hidden {
    display: none;
  }
}
.priceTable dd {
  padding: 0.8rem;
}
.priceTable dd.price {
  text-align: right;
}

.wp-container-1 {
  justify-content: center;
}

.wp-block-buttons {
  justify-content: center;
}
.wp-block-buttons a {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons a {
    min-width: 280px;
    max-width: 310px;
  }
}
.wp-block-buttons a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.wp-block-buttons a:hover {
  opacity: 0.9;
}
.wp-block-buttons.btn--lv1 a, .wp-block-buttons.btn--lv1--blank a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.wp-block-buttons.btn--lv2 a {
  box-shadow: none;
}

section.timetable {
  margin: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #66B2C5;
  background: #fff;
}
section.timetable ul {
  padding: 0;
  display: grid;
  grid-template-columns: 40% repeat(6, 1fr);
  grid-template-rows: auto 1fr;
  place-content: center;
}
section.timetable ul li {
  text-align: center;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0.2rem 0;
}
section.timetable ul li.workday {
  background: url("../images/icons/timetable.svg") center/20px auto no-repeat;
}
@media screen and (max-width: 1023px) {
  section.timetable ul li {
    font-size: 1rem;
  }
}
section.timetable ul li:nth-child(-n+7) {
  font-weight: 600;
  color: #fff;
}
section.timetable ul li::before {
  display: none;
}
section.timetable ul li.mt {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
}
@media screen and (max-width: 1023px) {
  section.timetable ul li.mt {
    font-size: 1rem;
  }
}
section.timetable aside {
  padding: 0.5rem 1rem 0;
}
section.timetable li {
  border-bottom: 1px solid #66B2C5;
}
section.timetable li:not(.mt) {
  color: #66B2C5;
}
section.timetable li:nth-child(-n+7) {
  background: #66B2C5;
  color: #fff;
  padding: 0.6rem 0;
}
section.timetable li.mt {
  border-right: 1px solid #66B2C5;
}

section.reserve {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}

dl.table {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  dl.table {
    border: none;
  }
}
dl.table > dt {
  background: #f3f3f3;
  border-bottom: 1px solid #aaa;
  width: 25%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.table > dt {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-bottom: none;
  }
}
dl.table > dt:last-of-type {
  border: none;
}
dl.table > dd {
  width: 75%;
  border-bottom: 1px solid #aaa;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  dl.table > dd {
    display: block;
    width: 100%;
    padding: 10px 5px 20px;
    border-bottom: none;
  }
}
dl.table > dd:last-of-type {
  border: none;
}

/* 価格表 */
.price__table {
  margin-bottom: 40px;
}
.price__table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.price__table tr:first-child {
  border-top: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr {
    grid-template-columns: 1fr;
  }
}
.price__table tr td {
  border: none;
  border-bottom: 1px solid #b8af9b;
}
.price__table tr td:first-child {
  background: #d8caad;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .price__table tr td:first-child {
    border-bottom: none;
  }
}
.price__table tr td:last-child {
  text-align: right;
  border-right: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr td:last-child {
    border-left: 1px solid #b8af9b;
  }
}
.price__table figcaption {
  font-size: 0.8rem;
}

.symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.1rem;
  padding: 0.5rem;
}
.symptoms li {
  background: #FBF3D4;
  border-radius: 4px;
  text-align: center;
  padding: 0.2rem 1rem;
}
.symptoms li:before {
  display: none;
}

.pagination {
  text-align: center;
  padding: 0 0 100px;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #a38a77;
  border-radius: 50%;
  margin-right: 25px;
  font-weight: bold;
  border: 1px solid #a38a77;
}
.nav-links .current {
  background: #a38a77;
  color: #ffffff;
  padding: 0;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a:hover {
  background-color: #f4ece4;
  border-color: #f4ece4;
  border-radius: 50%;
  color: #a38a77;
}

.helthcheck__detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px 0;
}
@media screen and (max-width: 767px) {
  .helthcheck__detail {
    grid-template-columns: 1fr;
  }
}
.helthcheck__detail dt {
  background: #B7D9E2;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-weight: 600;
}
.helthcheck__detail dd {
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-bottom: 1px solid #B7D9E2;
}
@media screen and (max-width: 767px) {
  .helthcheck__detail dd {
    border-bottom: none;
    padding: 0.5rem 0 0.5rem 1rem;
  }
}

/*SimpLy Gallery Plugin*/
.pgc-rev-lb-b-item-title {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

/*　おしらせ　*/
.main--info {
  padding: 0 0 200px 0;
}
.main--info .sidebar {
  border-top: 1px solid #B7D9E2;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar {
    padding: 2rem 0;
  }
}
.main--info .sidebar h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.5rem 1rem;
  color: #0F8CAB;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar h3 {
    font-size: 1.1rem;
  }
}
.main--info .sidebar aside {
  padding-bottom: 2rem;
}
.main--info .sidebar .sidebar__linkList {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar .sidebar__linkList {
    padding: 0 1rem;
  }
}
.main--info .sidebar .sidebar__linkList > li {
  padding: 0.8rem 0;
}
.main--info .sidebar .sidebar__linkList > li > a {
  color: #0F8CAB;
  text-decoration: underline;
}
.main--info .sidebar .sidebar__linkList > li > a:hover {
  text-decoration: none;
}
.main--info .sidebar .tags {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .main--info .sidebar .tags {
    padding: 0 1rem;
  }
}

/* 疾患詳細 */
.sidebar__disease {
  padding: 100px 0;
  background: #B7D9E2;
  position: relative;
}
.sidebar__disease::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMTAuMiA1NS4xIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTAuMiwwYzAsMzAuNC0yNC43LDU1LjEtNTUuMSw1NS4xUzAsMzAuNCwwLDBoMTEwLjJaIi8+Cjwvc3ZnPg==") right top/contain repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
}
.sidebar__disease .linkWrap {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .sidebar__disease .linkWrap {
    padding: 2rem 1rem;
  }
}
.sidebar__disease li:before {
  display: none;
}

.child__ul__wrap h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2rem 0 0.5rem 1rem;
  color: #0F8CAB;
}
@media screen and (max-width: 767px) {
  .child__ul__wrap h3 {
    font-size: 1.1rem;
  }
}

ul.child__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  ul.child__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.child__list li {
  border-bottom: 1px solid #0F8CAB;
}
ul.child__list li a {
  display: block;
  padding: 5px 0px 5px 30px;
  background: url("../images/icons/arrow.svg") 0% center/20px no-repeat;
  color: #0F8CAB;
}
ul.child__list li a:hover {
  opacity: 0.8;
}
ul.child__list li span {
  display: block;
  padding: 5px 10px;
}

#keyvisual {
  padding: 100px 0 0px;
  background: url("../images/gra/dot_top.webp") right top/contain no-repeat #FBF3D4;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #keyvisual {
    background-size: cover;
  }
}
#keyvisual:after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMTAuMiA1NS4xIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmYmYzZDQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTAuMiwwYzAsMzAuNC0yNC43LDU1LjEtNTUuMSw1NS4xUzAsMzAuNCwwLDBoMTEwLjJaIi8+Cjwvc3ZnPg==") right top/contain repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

#keyvisual_splide {
  width: 85%;
  max-width: 1600px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #keyvisual_splide {
    width: 98%;
    height: 500px;
  }
}
#keyvisual_splide .splide__track {
  height: 100%;
}
#keyvisual_splide .splide__slide {
  display: block;
  height: 100%;
}
#keyvisual_splide .splide__slide figure,
#keyvisual_splide .splide__slide picture {
  height: 100%;
}
#keyvisual_splide .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 300px;
}

.catchcopy {
  position: relative;
  text-align: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .catchcopy {
    left: 1%;
    width: 98%;
  }
}
.catchcopy > svg {
  position: absolute;
  top: -110px;
  left: 0%;
  height: 120px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .catchcopy > svg {
    top: -100px;
    left: -5%;
    width: 110%;
  }
}
.catchcopy .st1 {
  font-family: "Kaisei Opti", serif;
  fill: #66B2C5;
  font-size: 55px;
  letter-spacing: -0.2rem;
  position: relative;
}
.catchcopy .st1 .ls {
  letter-spacing: -0.5rem;
}
.catchcopy .st0 {
  fill: #FBF3D4;
}
.catchcopy p {
  text-align: center;
  padding: 80px 0 60px 0;
  font-size: 1.6rem;
  position: relative;
}
.catchcopy p::before {
  content: url("../images/gra/clover.svg");
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .catchcopy p::before {
    top: -10px;
  }
}

.medsub .col2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .medsub .col2 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.medsub .col2 > section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 1rem;
}
.medsub h3 {
  color: #0F8CAB;
  text-align: center;
}

section.policy {
  width: 80%;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.policy {
    width: 100%;
  }
}
section.policy .policy__grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-template-rows: repeat(2, auto);
  align-items: center;
}
@media screen and (max-width: 1023px) {
  section.policy .policy__grid {
    grid-template-columns: 1fr;
  }
}
section.policy .policy__grid h2 {
  background: #C5A7CD;
  padding: 4rem 5% 0;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 767px) {
  section.policy .policy__grid h2 {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    padding: 4rem 5% 2rem;
  }
}
section.policy .policy__grid h2:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  height: 100%;
  width: 100px;
  background: #C5A7CD;
}
@media screen and (max-width: 1023px) {
  section.policy .policy__grid h2:before {
    display: none;
  }
}
section.policy .policy__grid h2::after {
  content: url("../images/gra/flag_l.svg");
  position: absolute;
  top: -50px;
  left: -40px;
  width: 200px;
}
section.policy .policy__grid .detail {
  background: #C5A7CD;
  padding: 1rem 5% 4rem;
  position: relative;
}
section.policy .policy__grid .detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  height: 100%;
  width: 100px;
  background: #C5A7CD;
}
@media screen and (max-width: 1023px) {
  section.policy .policy__grid .detail:before {
    display: none;
  }
}
section.policy .policy__grid .image {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 1023px) {
  section.policy .policy__grid .image {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
section.policy .policy__grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.policy p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  section.policy p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    padding: 0;
  }
}

.point__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 200px 5%;
}
@media screen and (max-width: 1023px) {
  .point__wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .point__wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.point__wrap > div {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .point__wrap > div {
    flex-direction: column;
  }
}
.point__wrap dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
  background: #f4ece4;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 60px;
}
.point__wrap dl dt {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
  position: relative;
  border-radius: 0 60px 0 0;
}
.point__wrap dl dt span {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  display: grid;
  grid-template-rows: 0.6rem auto;
  font-size: 2rem;
  padding-top: 10px;
}
.point__wrap dl dt span::before {
  content: "Point";
  font-size: 0.8rem;
}
.point__wrap dl dd {
  padding: 2rem;
}
.point__wrap dl.point1 dt {
  background: #EAB2CE;
}
.point__wrap dl.point1 dt span {
  background: #EAB2CE;
}
.point__wrap dl.point2 dt {
  background: #97CCC6;
}
.point__wrap dl.point2 dt span {
  background: #97CCC6;
}
.point__wrap dl.point2 dd.text {
  position: relative;
}
.point__wrap dl.point2 dd.text:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: url("../images/gra/vegetable.svg") 90% 100%/contain no-repeat;
}
.point__wrap dl.point3 dt {
  background: #EFC375;
}
.point__wrap dl.point3 dt::before {
  content: url("../images/gra/mogura.svg");
  position: absolute;
  top: -50px;
  right: 40px;
  width: 80px;
}
.point__wrap dl.point3 dt span {
  background: #EFC375;
}

.highlight.is-animated {
  animation: bg 0.7s ease-in-out 0.5s forwards;
  background-image: linear-gradient(transparent 75%, #FFF963 0%);
  background-size: 0 100%;
  transform-origin: left center;
}

@keyframes bg {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.meddetail {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .meddetail {
    padding: 1rem;
  }
}
.meddetail h2 {
  /* TOP用 */
  font-size: 2rem;
  letter-spacing: 0.6rem;
  padding: 2rem;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  color: #0F8CAB;
  background: url("../images/gra/h2_left.png") 15% center/contain no-repeat, url("../images/gra/h2_right.png") 85% center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .meddetail h2 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}
@media screen and (max-width: 1023px) {
  .meddetail h2 {
    background: url("../images/gra/h2_left.png") left center/20% auto no-repeat, url("../images/gra/h2_right.png") right center/20% auto no-repeat;
  }
}
.meddetail .detail > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .meddetail .detail > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .meddetail .detail > ul {
    gap: 1rem;
  }
}
.meddetail .detail > ul a,
.meddetail .detail > ul button {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px auto;
  gap: 10px;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 60px 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meddetail .detail > ul a,
  .meddetail .detail > ul button {
    grid-template-rows: 40px auto;
    padding: 30px 10px;
    font-size: 1rem;
  }
}
.meddetail .detail > ul a img,
.meddetail .detail > ul button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.meddetail .detail > ul a.general,
.meddetail .detail > ul button.general {
  background: url("../images/gra/meddetail_gn.svg") center/contain no-repeat;
  color: #557E75;
  line-height: 3rem;
}
.meddetail .detail > ul a.allergy,
.meddetail .detail > ul button.allergy {
  background: url("../images/gra/meddetail_ye.svg") center/contain no-repeat;
  color: #D87B10;
  line-height: 1.3rem;
}
.meddetail .detail > ul a.allergy:before,
.meddetail .detail > ul button.allergy:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjI1Ni4wMDgsMjc1Ljg3NiAxNzMuNTYyLDE5My40NDYgMTMyLjkyOCwyMzQuMDgxIDI1Ni4wMDgsMzU3LjE2MSAzNzkuMDcyLDIzNC4wODEgMzM4LjQzOCwxOTMuNDQ2IAkKCQkiIHN0eWxlPSJmaWxsOiByZ2IoMjE2LCAxMjMsIDE2KTsiPjwvcG9seWdvbj4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTYuMDA4LDBDMTE0LjYwNiwwLjAwNywwLjAxNSwxMTQuNjA1LDAsMjU1Ljk5MkMwLjAxNSwzOTcuMzk0LDExNC42MDYsNTExLjk4NCwyNTYuMDA4LDUxMgoJCUMzOTcuMzk0LDUxMS45ODQsNTExLjk4NCwzOTcuMzk0LDUxMiwyNTUuOTkyQzUxMS45ODQsMTE0LjYwNSwzOTcuMzk0LDAuMDA3LDI1Ni4wMDgsMHogTTQwOC41ODUsNDA4LjU4NQoJCWMtMzkuMTEsMzkuMDg3LTkyLjkzLDYzLjE5Ny0xNTIuNTc3LDYzLjIwNWMtNTkuNjU1LTAuMDA4LTExMy40ODMtMjQuMTE4LTE1Mi41OTQtNjMuMjA1CgkJYy0zOS4wODYtMzkuMTE5LTYzLjE5Ni05Mi45MzgtNjMuMjA0LTE1Mi41OTNjMC4wMDgtNTkuNjQ3LDI0LjExOC0xMTMuNDY3LDYzLjIwNC0xNTIuNTg1CgkJYzM5LjExMS0zOS4wNzksOTIuOTM5LTYzLjE5LDE1Mi41OTQtNjMuMTk3YzU5LjY0NywwLjAwNywxMTMuNDY3LDI0LjExOCwxNTIuNTc3LDYzLjE5NwoJCWMzOS4wODcsMzkuMTE4LDYzLjE5Nyw5Mi45MzgsNjMuMjA1LDE1Mi41ODVDNDcxLjc4MiwzMTUuNjQ3LDQ0Ny42NjQsMzY5LjQ2Niw0MDguNTg1LDQwOC41ODV6IiBzdHlsZT0iZmlsbDogcmdiKDIxNiwgMTIzLCAxNik7Ij48L3BhdGg+CjwvZz4KPC9zdmc+Cg==");
}
@media screen and (max-width: 767px) {
  .meddetail .detail > ul a.allergy:before,
  .meddetail .detail > ul button.allergy:before {
    bottom: 6px;
  }
}
.meddetail .detail > ul a.vaccine,
.meddetail .detail > ul button.vaccine {
  background: url("../images/gra/meddetail_pu.svg") center/contain no-repeat;
  color: #5C5871;
  line-height: 3rem;
}
.meddetail .detail > ul a.health,
.meddetail .detail > ul button.health {
  background: url("../images/gra/meddetail_pk.svg") center/contain no-repeat;
  color: #946572;
  line-height: 1.3rem;
}
.meddetail ul.mediumlist {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 12px;
  align-items: center;
  padding: 40px 0 60px;
}
@media screen and (max-width: 1023px) {
  .meddetail ul.mediumlist {
    grid-template-columns: 1fr;
  }
}
.meddetail ul.mediumlist li a {
  display: grid;
  grid-template-rows: auto;
  padding: 8px;
  background: #EFC375;
  border-radius: 12px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.meddetail .allergy-target {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  grid-column: 1/5;
}
@media screen and (max-width: 1023px) {
  .meddetail .allergy-target {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.meddetail .allergy-target.is-open {
  max-height: 500px;
  /* 充分大きければOK */
  opacity: 1;
}
.meddetail .allergy-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.meddetail .allergy[aria-expanded=true]::before {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.index__greeting {
  padding: 200px 0 300px;
  background: #B7D9E2;
  position: relative;
}
.index__greeting::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMTAuMiA1NS4xIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTAuMiwwYzAsMzAuNC0yNC43LDU1LjEtNTUuMSw1NS4xUzAsMzAuNCwwLDBoMTEwLjJaIi8+Cjwvc3ZnPg==") right top/contain repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
}
.index__greeting h2 {
  /* TOP用 */
  font-size: 2rem;
  letter-spacing: 0.6rem;
  padding: 2rem;
  margin-bottom: 60px;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  color: #0F8CAB;
  background: url("../images/gra/helicopter.webp") 15% center/auto 60% no-repeat, url("../images/gra/balloon.webp") 85% center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .index__greeting h2 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
  }
}
@media screen and (max-width: 1023px) {
  .index__greeting h2 {
    background: url("../images/gra/helicopter.webp") 5% center/auto 50% no-repeat, url("../images/gra/balloon.webp") 90% center/contain no-repeat;
  }
}
.index__greeting .greeting {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(2, auto);
  justify-content: center;
  align-items: start;
  gap: 2rem 2rem;
  background: #EFC375;
  border-radius: 100px;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .index__greeting .greeting {
    grid-template-columns: 1fr;
    gap: 1rem;
    border-radius: 40px;
    padding: 1rem;
  }
}
.index__greeting .greeting .photo {
  grid-row: 1/3;
  padding: 0 40px;
}
.index__greeting .greeting .photo picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 医師紹介と共通 */
.doctor {
  position: relative;
}
.doctor .clinicname {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .doctor .clinicname {
    font-size: 0.9rem;
  }
}
.doctor .name__wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  font-weight: normal;
  gap: 0 1rem;
  justify-content: start;
  align-items: center;
}
.doctor .name__wrap .job1 {
  font-size: 1.6rem;
  border-right: 1px solid #D87B10;
  padding-right: 1rem;
  letter-spacing: 0.4rem;
}
.doctor .name__wrap .name {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
}
.doctor .name__wrap .english {
  grid-row: 2/3;
  grid-column: 2/3;
  color: #66B2C5;
}

/* おしらせ */
section.information {
  padding: 100px 5%;
}
@media screen and (max-width: 767px) {
  section.information {
    padding: 100px 10px;
  }
}
section.information ul.posts {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
section.information ul.posts > li {
  display: grid;
  grid-template-columns: 6rem auto 1fr;
  justify-content: left;
  gap: 1rem 2rem;
  border-bottom: 1px solid #66B2C5;
  padding: 1rem;
}
@media screen and (max-width: 1023px) {
  section.information ul.posts > li {
    grid-template-columns: 5rem 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 1rem 0.5rem;
    padding: 1rem 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  section.information ul.posts > li a {
    grid-column: 1/3;
  }
}
section.information ul.posts > li a .title {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #0F8CAB;
  text-align: justify;
  padding: initial;
}
@media screen and (max-width: 767px) {
  section.information ul.posts > li a .title {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
section.information ul.posts > li time {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  section.information ul.posts > li time {
    right: 2px;
    font-size: 0.9em;
  }
}

section.column__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 100px;
}
@media screen and (max-width: 1023px) {
  section.column__info {
    display: block;
  }
}
section.column__info .first {
  background: url("../images/gra/dram.png") 90% 98%/200px no-repeat;
}
@media screen and (max-width: 1023px) {
  section.column__info .first {
    background: url("../images/gra/dram.png") 90% 95%/120px no-repeat;
  }
}
section.column__info .second {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  background: #B7D9E2;
  padding: 100px 60px;
  border-radius: 0 0 0 100px;
}
@media screen and (max-width: 1023px) {
  section.column__info .second {
    width: 98%;
    margin: auto;
    padding: 60px 10px;
    border-radius: 22px;
  }
}

.scrollfix {
  display: none;
}
@media screen and (max-width: 1023px) {
  .scrollfix {
    width: 100%;
    display: grid;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    bottom: 0;
    top: auto;
  }
}
.scrollfix > a {
  padding: 0.5rem 0 0.3rem;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}
.scrollfix .to_tel {
  background: url("../images/icons/tel_br.svg") 10% 50%/1.5rem no-repeat, #97CCC6;
  padding-left: 20px;
}
.scrollfix .to_reserve {
  background: url("../images/icons/timer.svg") 15% 50%/1.5rem no-repeat, #0F8CAB;
  padding-left: 20px;
}

.timeline li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
}
.timeline li span {
  padding: 0.2rem 0;
}
.timeline li:before {
  display: none;
}

.archive__disease {
  padding: 0 0 200px;
}
.archive__disease ul.diseases {
  /*type1*/
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .archive__disease ul.diseases {
    grid-template-columns: 1fr;
  }
}
.archive__disease ul.diseases > li {
  background-color: #FBF3D4;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.archive__disease ul.diseases > li:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.archive__disease ul.diseases > li > a {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 10px;
}
.archive__disease ul.diseases > li > a h3 span {
  border-bottom: 1px solid #0F8CAB;
}
.archive__disease ul.diseases > li > a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive__disease ul.diseases > li > a .thumbnail.noimg {
  text-align: center;
}
.archive__disease ul.diseases > li > a .thumbnail.noimg img {
  width: 80%;
  object-fit: none;
}
.archive__disease ul.diseases > li > a .titles {
  padding: 1rem;
}
.archive__disease ul.diseases > li:nth-child(3), .archive__disease ul.diseases > li:nth-child(4), .archive__disease ul.diseases > li:nth-child(5), .archive__disease ul.diseases > li:nth-child(6), .archive__disease ul.diseases > li:nth-child(7), .archive__disease ul.diseases > li:nth-child(8) {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .archive__disease ul.diseases > li:nth-child(3), .archive__disease ul.diseases > li:nth-child(4), .archive__disease ul.diseases > li:nth-child(5), .archive__disease ul.diseases > li:nth-child(6), .archive__disease ul.diseases > li:nth-child(7), .archive__disease ul.diseases > li:nth-child(8) {
    margin-left: 20px;
  }
}
.archive__disease ul.diseases > li:nth-child(3) a, .archive__disease ul.diseases > li:nth-child(4) a, .archive__disease ul.diseases > li:nth-child(5) a, .archive__disease ul.diseases > li:nth-child(6) a, .archive__disease ul.diseases > li:nth-child(7) a, .archive__disease ul.diseases > li:nth-child(8) a {
  display: block;
}
.archive__disease ul.diseases > li:nth-child(3) .titles, .archive__disease ul.diseases > li:nth-child(4) .titles, .archive__disease ul.diseases > li:nth-child(5) .titles, .archive__disease ul.diseases > li:nth-child(6) .titles, .archive__disease ul.diseases > li:nth-child(7) .titles, .archive__disease ul.diseases > li:nth-child(8) .titles {
  padding: 0rem 1rem 0rem 2rem;
}
.archive__disease ul.diseases > li:nth-child(3) .thumbnail, .archive__disease ul.diseases > li:nth-child(4) .thumbnail, .archive__disease ul.diseases > li:nth-child(5) .thumbnail, .archive__disease ul.diseases > li:nth-child(6) .thumbnail, .archive__disease ul.diseases > li:nth-child(7) .thumbnail, .archive__disease ul.diseases > li:nth-child(8) .thumbnail {
  display: none;
}
.archive__disease ul.diseases > li:nth-child(3) .excerpt, .archive__disease ul.diseases > li:nth-child(4) .excerpt, .archive__disease ul.diseases > li:nth-child(5) .excerpt, .archive__disease ul.diseases > li:nth-child(6) .excerpt, .archive__disease ul.diseases > li:nth-child(7) .excerpt, .archive__disease ul.diseases > li:nth-child(8) .excerpt {
  display: none;
}
.archive__disease h2 {
  /*type2*/
  color: #0F8CAB;
  border-bottom: 1px solid #0F8CAB;
  padding: 3rem 0 0.5rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .archive__disease h2 {
    font-size: 1.2rem;
  }
}
.archive__disease h2:first-of-type {
  padding-top: 0;
}
.archive__disease p {
  padding: 0 0.5rem 2rem;
}
.archive__disease h2.type1::after {
  background: #B7D9E2;
}
.archive__disease h3 {
  color: #0F8CAB;
  padding: 1rem 0;
}
.archive__disease h4 {
  color: #0F8CAB;
  padding: 1rem 0;
}
.archive__disease ul > li:before {
  background: #0F8CAB;
}
.archive__disease strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #FFF963 0%) repeat scroll 0 0;
}
.archive__disease hr {
  border: none;
  border-top: 1px solid #B7D9E2;
  margin: 2rem auto;
}
.archive__disease .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.archive__disease .sidebar__tagList li {
  border: 1px solid #a38a77;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.archive__disease .sidebar__tagList li:before {
  display: none;
}
.archive__disease .sidebar__tagList li a {
  color: #a38a77;
  font-weight: 600;
}

.auther {
  background: #f4ece4;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 0.5rem;
  margin: 3rem auto;
  background: #FBF3D4;
}
.auther figure {
  width: 60px;
  height: 60px;
  clip-path: circle(50% at 50% 50%);
  position: relative;
}
.auther figure:before {
  background: #0F8CAB;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a38a77;
  z-index: -1;
}
.auther figure img {
  width: 100%;
  height: 100%;
  clip-path: circle(48.5% at 50% 50%);
  object-fit: cover;
}
.auther .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auther .name p {
  font-size: 1rem;
  padding: 0;
}

/* ドクターブログ */
.blog__sidebar {
  text-align: justify;
}
.blog__sidebar h4.type1 {
  background: #a38a77;
  color: #fff;
  padding: 0.2rem 2rem 0;
}
.blog__sidebar .linkWrap {
  background: #f4ece4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
.blog__sidebar ul.child__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 15px 5px 0 5px;
}
.blog__sidebar ul.child__list li {
  border-bottom: 1px solid #a38a77;
  padding: 0;
}
.blog__sidebar ul.child__list li:before {
  display: none;
}
.blog__sidebar ul.child__list li a {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/15px no-repeat;
  color: #0F8CAB;
}
.blog__sidebar ul.child__list li a:hover {
  opacity: 0.8;
}
.blog__sidebar ul.child__list li span {
  display: block;
  padding: 5px 10px;
}
.blog__sidebar .sidebar__linkList {
  padding: 15px 1rem 0 1rem;
}

.sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sidebar__tagList li {
  border: 1px solid #a38a77;
  border-radius: 6px;
  padding: 0 8px;
  margin-bottom: 0;
}
.sidebar__tagList li:before {
  display: none;
}
.sidebar__tagList li a {
  color: #a38a77;
  font-weight: 600;
}
