@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --base-font: "Noto Serif JP", serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Playfair Display", serif;
  --base-color: #262626;
  --sub-color01: #262626;
  --sub-color02: #363862;
  --sub-color03: #D9EDFF;
  --sub-color04: #D6D6D6;
  --sub-color05: #fff;
  --sub-color06: #002B6F;
  --sub-color07: #679CCD;
  --sub-color08: #DCDCDC;
  --sub-color09: #107EF5;
  --sub-color10: #49BAA5;
  --sub-color11: #eee;
  --bg-color01: #fff;
  --bg-color02: #EDF0F5;
  --bg-color03: #F8F7F6;
  --bg-color04: #F3FFF6;
  --bg-color05: #E4E4E4;
  --main: #679CCD;
  --main-light: #EDF0F5;
  --main-dark: #0058a1;
  --sub: #49BAA5;
  --sub-light: #F3FFF6;
  --white: #FFFFFF;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 134rem;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  font-style: normal;
  background-color: var(--bg-color01);
}

:where(body) {
  block-size: 100%;
}

:focus {
  outline: 0;
}

a {
  color: var(--base-color);
  transition: 0.3s;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span,
a,
strong,
small {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#main {
  display: block;
}

#container {
  padding-left: 40.6rem;
  text-align: left;
  position: relative;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.565vw;
  }
  body {
    font-size: 1.5rem;
    min-width: inherit;
  }
  body.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  #container {
    padding: 0;
  }
  img {
    width: 100%;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .pc {
    display: none !important;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 40.6rem;
  height: 100%;
  overflow-y: auto;
  background-color: var(--bg-color01);
  z-index: 99;
  border-right: 0.1rem solid var(--sub-color04);
  box-sizing: border-box;
}

.header-box {
  padding: 2rem 5.4rem;
}

.header-logo {
  margin-bottom: 2rem;
  width: 28rem;
}

.header-logo .logo__link p{
    font-size: 1.2rem;
    text-align: center;
}

@media (max-width: 768px) {
.header-logo .logo__link p {
    font-size: 1rem;
    margin-top: -1rem;
}
}

h1 {
  margin: 0 0 2.5rem 0.15rem;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.h1__text {
  margin-top: 0.7rem;
  display: block;
  color: var(--sub-color04);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-family: var(--en);
}

h2.general{
    font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
    font-weight: 500!important;
    color: rgb(0, 88, 161)!important;
    text-align: center;
    padding-bottom: 4.4rem;
    background: url(../img/item-ttl01.png) center bottom / 13.2rem no-repeat!important;
}

h2.general::before{
    content: attr(data-en);
    display: block;
    text-align: center;
    font-size: 4.5rem;
    color: var(--main-dark);
    line-height: .9;
}

.navi__item__link {
  padding: .8rem 0 .8rem 5rem;
  position: relative;
  display: block;
  font-weight: 700;
  letter-spacing: 0.096rem;
  color: var(--main-dark);
  font-size: 1.6vh;
  border-bottom: 1px dotted;
}

.navi__item__num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 500;
  color: var(--sub-color07);
  letter-spacing: 0.11rem;
}

.navi__item.on .navi__item__link {
  color: var(--sub-color04);
}

.navi__item.on .navi__item__num {
  color: var(--sub-color04);
}

@media (min-width: 769px) {
  .navi__item__link:hover {
    color: var(--sub-color04);
  }
  .navi__item__link:hover .navi__item__num {
    color: var(--sub-color04);
  }
}
@media all and (min-width: 1280px) {
  .menu,
  .menu-box {
    display: none !important;
  }
}
@media all and (min-width: 769px) and (max-width: 1279px) {
  #header {
    display: none;
  }
  #container {
    padding-left: 0;
  }
}
@media all and (max-width: 1279px) {
  .menu {
    position: fixed;
    right: 2.4rem;
    top: 2.2rem;
    width: 6.5rem;
    height: 6.5rem;
    cursor: pointer;
    background-color: var(--main-dark);
    z-index: 101;
  }
  .menu-span {
    display: block;
    width: 2.6rem;
    height: 0.3rem;
    top: 2.4rem;
    left: 1.8rem;
    position: absolute;
    background-color: var(--bg-color01);
    transition: 0.3s;
  }
  .menu-span:nth-of-type(2) {
    top: 3.2rem;
  }
  .menu-span:nth-of-type(3) {
    top: 4rem;
  }
  .menu.on .menu-span {
    transform: translateY(0.6rem) translateX(0) rotate(45deg);
  }
  .menu.on .menu-span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.on .menu-span:nth-of-type(3) {
    transform: translateY(-1rem) translateX(0) rotate(-45deg);
  }
  .menu-box {
    position: fixed;
    right: 0;
    top: 0;
    width: 39rem;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 100;
    background-color: var(--white);
    transition: all ease 0.5s;
    transform: translateX(100%);
  }
  .menu-box.on {
    visibility: visible;
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .menu-info {
    padding: 3.4rem 2rem 5rem;
  }
  .menu-box-list {
    padding: 5.5rem 0.5rem 0;
  }
  .menu-logo {
    width: 17.5rem;
    position: fixed;
    top: 0.9rem;
    left: 1.9rem;
  }
  .menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--main);
    text-align: center;
    font-size: 1.3rem;
    padding: 0.4rem;
  }
  .menu-box__link {
    padding: 1.4rem 0 1.4rem 5.2rem;
    position: relative;
    display: block;
    font-weight: 600;
    letter-spacing: 0.09rem;
    color: var(--main-dark);
    display: flex;
    align-items: center;
    gap: 0 1.2rem;
  }
  .menu-box__num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--main);
    letter-spacing: 0.11rem;
  }
  .menu-box__item.on .menu-box__link {
    color: var(--sub-color04);
  }
  .menu-box__item.on .menu-box__num {
    color: var(--sub-color04);
  }
}
@media (max-width: 768px) {
  #header {
    height: 5rem;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    border-right: none;
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  .header-box {
    padding: 0 2rem;
  }
  .header-logo {
    margin-bottom: 0;
    width: 75w;
  }
  .header-logo img.logo__img {
    height: 100%;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
  }
  h1 {
    display: none;
  }
  #g-navi {
    display: none;
  }
  .menu {
    /*		position: absolute;*/
    right: 0;
    top: 0;
    width: 48.09px;
    height: 48.09px;
  }
  .menu-span {
    width: 1.8rem;
    height: 0.2rem;
    top: 2rem;
    left: 1.6rem;
  }
  .menu-span:nth-of-type(2) {
    top: 2.5rem;
  }
  .menu-span:nth-of-type(3) {
    top: 3rem;
  }
  .menu.on .menu-span {
    transform: translateY(0.6rem) translateX(0) rotate(45deg);
  }
  .menu.on .menu-span:nth-of-type(3) {
    transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
  }
  .menu-box {
    width: 100%;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#g-footer {
  text-align: center;
  background-color: var(--main);
}
#g-footer a {
  transition: all 0.5s;
}
#g-footer a:hover {
  opacity: 0.7;
}

.l-footer__copyright {
  font-size: 1.3rem;
  line-height: 6rem;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    line-height: 4.8rem;
  }
}

/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
  margin-bottom: 3.3rem;
  text-align: center;
  color: var(--sub-color02);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.17rem;
}

.headline01__green {
  color: var(--sub-color03);
}

.headline01__white {
  color: var(--sub-color05);
}

@media (max-width: 768px) {
  .headline01 {
    font-size: 2.4rem;
    line-height: 1.38;
    letter-spacing: 0.12rem;
  }
}
/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
  margin-bottom: -6rem;
  position: relative;
  font-size: 8rem;
  font-weight: 600;
  color: var(--sub-color02);
  font-family: var(--sub-font);
}

.headline02__en {
  margin-bottom: -1.9rem;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--sub-color03);
  letter-spacing: 0.216rem;
  font-family: var(--en-font);
}

@media (max-width: 768px) {
  .headline02 {
    margin-bottom: 1.1rem;
    font-size: 5.6rem;
  }
  .headline02__en {
    margin-bottom: -1.1rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  width: 85rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .content {
    margin: 0 2.7rem;
    width: auto !important;
  }
}
/*------------------------------------------------------------
	com-contact
------------------------------------------------------------*/
.com-contact {
  padding: 7.9rem 0;
  background-color: var(--bg-color02);
}

.com-contact-box {
  padding: 3rem 0 3.1rem;
  background-color: var(--bg-color01);
}

.com-contact__ttl {
  margin-bottom: 2.3rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--sub-color02);
  letter-spacing: 0.12rem;
}

.com-contact__btn {
  width: 45.8rem;
  margin: 0 auto 2.2rem;
}

.com-contact__link {
  padding: 3rem 0 3.2rem 7.5rem;
  display: block;
  color: var(--sub-color05);
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.14rem;
  background: var(--sub-color03) url(../images/common/webp/icon09.webp) no-repeat left 2.4rem center;
  background-size: 6.6rem auto;
  border-radius: 5.8rem;
  box-shadow: 0.1rem 0.3rem 0.8rem 0.1rem rgba(0, 0, 0, 0.25);
  border: 0.5rem solid var(--bg-color02);
}

.no-webp .com-contact__link {
  background-image: url(../images/common/icon09.png);
}

.com-contact__blue {
  color: var(--sub-color02);
}

.com-contact__text {
  text-align: center;
  color: var(--sub-color01);
  line-height: 2.2;
  font-weight: 600;
  letter-spacing: 0.096rem;
}

.com-contact-list {
  margin-top: 5rem;
}

.contact-list__ltem {
  width: 40rem;
  background-color: var(--bg-color01);
}

.contact-list__ttl {
  padding: 1.8rem 1.5rem;
  color: var(--sub-color02);
  font-weight: 600;
  letter-spacing: 0.096rem;
  background-color: var(--bg-color03);
}

.contact-list__box {
  padding: 2.9rem 3.1rem 3.1rem;
}

.contact-ul__item {
  padding: 0 0 1.3rem 3.2rem;
  position: relative;
  line-height: 2.2;
  font-weight: 600;
  letter-spacing: 0.096rem;
}

.contact-ul__item--last {
  padding-bottom: 0 !important;
}

.contact-ul__item-ico {
  width: 2.4rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
}

.contact-ul__item-map {
  margin: 1.6rem 0.6rem 0 -3.2rem;
  display: block;
}

.contact-list__tel {
  margin-bottom: 1.8rem;
}

.contact-list__tel__link {
  padding-left: 4rem;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  color: #61BEAD;
  background: url(../images/common/icon03.svg) no-repeat left top 1rem;
  background-size: 4rem auto;
  font-family: var(--en-font);
}

.contact-list__note {
  margin-top: -0.1rem;
  text-indent: -0.2em;
  padding-left: 0.2em;
  color: var(--sub-color01);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.75;
}

.com-contact--wid {
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.95rem 0;
}

.com-contact--wid .content {
  width: 80rem;
}

@media (min-width: 769px) {
  .com-contact__link:hover {
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  .com-contact {
    padding: 5.9rem 0;
  }
  .com-contact-box {
    padding: 2.2rem 2.3rem 2.5rem;
  }
  .com-contact__ttl {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
  .com-contact__btn {
    width: auto;
    margin: 0 0.15rem 2.3rem;
  }
  .com-contact__link {
    padding: 9.2rem 0 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    background-position: top 1.9rem center;
    background-size: 6.6rem auto;
    border-radius: 8rem;
    border-width: 0.5rem;
  }
  .com-contact__text {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.09rem;
  }
  .com-contact-list {
    margin-top: 1.55rem;
    display: block;
  }
  .contact-list__ltem {
    margin-bottom: 1.5rem;
    width: auto;
  }
  .contact-list__ttl {
    padding: 1.8rem 1.5rem;
    letter-spacing: 0.09rem;
  }
  .contact-list__box {
    padding: 2rem 1rem 2.55rem 2.3rem;
  }
  .contact-list__ltem--last .contact-list__box {
    padding: 2.3rem 2.3rem 2.55rem;
  }
  .contact-ul__item {
    line-height: 2.18;
    letter-spacing: 0.09rem;
  }
  .contact-list__ltem--last {
    margin-bottom: 0;
  }
  .contact-ul__item-ico {
    top: -0.2rem;
  }
  .contact-ul__item-map {
    margin: 1.5rem 2rem 0 -3.2rem;
  }
  .contact-list__tel {
    margin-bottom: 1.9rem;
  }
  .contact-list__tel__link {
    font-size: 3.2rem;
    background-position: left top 0.6rem;
  }
  .contact-list__note {
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .com-contact--wid {
    max-width: inherit;
    padding: 3.2rem 0;
  }
  .com-contact--wid .headline01 {
    display: none;
  }
}
/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/
.page-title {
  padding-top: 7rem;
  padding-bottom: 9.6rem;
  position: relative;
  font-size: 3.4rem;
  color: var(--sub-color06);
  text-align: center;
}

.page-title__blue {
  display: block;
  font-size: 2rem;
  color: var(--sub-color07);
}

@media (max-width: 768px) {
  .page-title {
    margin-bottom: 2.5rem;
  }
  .page-title::before {
    display: none;
  }
  .page-wid {
    width: auto;
    position: relative;
    border-bottom: 5em solid var(--sub-color02);
  }
  .page-title__ttl {
    padding: 0.5rem 3.2rem 2.6rem;
    position: static;
    letter-spacing: 0.09rem;
    background-color: var(--bg-color01);
  }
  .page-title__ttl__sml {
    margin-bottom: 0.8rem;
  }
  .page-title__title {
    right: 4.6rem;
  }
  .page-title__txt {
    margin-left: 0.8rem;
    width: 4.1rem;
    padding: 1rem 0.5rem 0 0;
    font-size: 2.4rem;
    letter-spacing: 1rem;
  }
  .page-title__txt01 {
    min-height: 21.4rem;
  }
  .page-title__txt02 {
    min-height: 21.1rem;
  }
  .page-title__en {
    display: none;
  }
}
/*------------------------------------------------------------
	com-box
------------------------------------------------------------*/
.com-box {
  align-items: flex-start;
}

.com-box__info {
  margin-left: -0.2rem;
  width: 40.1rem;
  padding: 2.72rem 3.2rem 2.4rem;
  background-color: var(--bg-color01);
  box-sizing: border-box;
  border-radius: 0.8rem;
}

.com-box__info__ttl {
  margin-bottom: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.096rem;
  color: var(--sub-color02);
}

.com-box__info__txt {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12rem;
  color: var(--sub-color02);
}

.com-box__info__img {
  margin-bottom: 2.1rem;
  width: 31.2rem;
  position: relative;
}

.com-box__info__img::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  content: "";
  background-color: var(--bg-color01);
}

.com-box__list {
  width: 40.1rem;
}

.com-box__list.w100 {
  width: 100%;
}


.com-box__item {
  margin-bottom: 4rem;
  padding-left: 2.25rem;
  border-left: 0.1rem solid var(--sub-color02);
}

.com-box__item--last {
  margin-bottom: 0 !important;
}

.com-box__ttl {
  margin: 0 -0.5rem 2rem 0;
  color: var(--sub-color02);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.12rem;
}

.com-box__text { font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: var(--sub-color01);
}

@media (max-width: 768px) {
  /*.com-box {
    display: block;
  }*/
  .com-box__info {
    margin: 0 0 3.2rem;
    width: 50%; padding: 0;
  }
  .com-box__info__ttl {
    margin-bottom: 1.9rem;
    letter-spacing: 0.09rem;
  }
  .com-box__info__txt {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .com-box__info__img {
    margin: 0 0 3.3rem -0.1rem;
    width: 25.3rem;
  }
  .com-box__list {
    width: auto;
  }
  .com-box__item {
    padding-left: 1.5rem;
  }
  .com-box__ttl {
    margin: 0 0 2.1rem;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
  }
  .com-box__text {
    letter-spacing: 0.05rem; font-size: 13px;
  }
}
/*------------------------------------------------------------
	fix-list
------------------------------------------------------------*/
.fix-list {
  position: fixed;
  top: 2.9rem;
  right: 1.6rem;
  z-index: 90;
}

.fix-list__item01 {
  margin-bottom: 2.4rem;
}

.fix-list__link01 {
  width: 6rem;
  height: 38.8rem;
  padding: 7.3rem 2.1rem 0 0;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  color: var(--sub-color05);
  background: var(--sub-color03) url(../images/common/icon15.svg) no-repeat center top 3.2rem;
  background-size: 3.5rem auto;
  border-radius: 5.8rem;
  box-sizing: border-box;
  border: 0.5rem solid var(--bg-color02);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.fix-list__link01__blue {
  color: var(--sub-color02);
}

.fix-list__link02 {
  width: 8.1rem;
  height: 22.5rem;
  padding: 11.7rem 0 0;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.044rem;
  color: var(--sub-color05);
  box-sizing: border-box;
  background: var(--sub-color06) url(../images/common/icon16.svg) no-repeat top 2.4rem center;
  background-size: 4.9rem auto;
  border-radius: 0.8rem;
  box-shadow: 0px 0.1rem 0.4rem 0px rgba(0, 0, 0, 0.25);
}

.fix-list__num {
  margin: -0.7rem 0 -0.8rem;
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0.17rem;
}

.fix-list__txt {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
}

.dr_box{
    margin: 15px 50px;
}
.l-doctor__history{
    margin-top: 30px;
    width: calc((100% - 5rem) / 2);
}
.l-doctor__history dl{
    display: flex;
    justify-content: flex-start;
    padding: 0;
    gap: .5rem;
    flex-wrap: wrap;
}
.l-doctor__history dt{
   width: 6rem; font-size: 13px;
    font-weight: 700;
}
.l-doctor__history dd{
   width: calc(100% - 11.6rem); font-size: 13px;
}
.l-doctor__history ul li{
   position: relative;
    padding-left:25px;
    margin-bottom: 0.5rem; font-size: 13px;
}
.l-doctor__history ul{
list-style-type: none; margin-bottom: 3rem;
    
}


.l-doctor__history ul li::before{
   content: "●";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -15px;
    width: 5rem;
    text-align: center;
    color: #0058a1;
}


.reservation-btn {
  position: fixed;
  bottom: 8rem;
  right: 0;
  z-index: 9;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.reservation-btn img {
  width: 280px;
  height: auto;
}

.reservation-btn.hide {
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
}



@media (min-width: 769px) {
  .fix-list__link01:hover,
  .fix-list__link02:hover {
    box-shadow: 0.1rem 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.25);
  }
    .bottom_menu .fix-box-ul__link01,
    .bottom_menu .tell_btn .menu-trigger{ height: 70px; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; }
    .bottom_menu .tell_btn .bottom-link span{ font-size: 20px; letter-spacing: .2rem;}
    .bottom_menu .tell_btn .bottom-link span small{ font-size: 16px;}
    
}
@media (max-width: 768px) {
  .fix-list {
    display: none;
  }
    .reservation-btn{ bottom: 5.5rem; }
    .reservation-btn img{ width: 180px;}
    
}
/*------------------------------------------------------------
	com-time
------------------------------------------------------------*/

  .fix-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 999;
    background-color: var(--bg-color01);
    box-sizing: border-box;
  }
  .fix-box__ttl {
    padding-left: 1.8rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
    background: url(../images/common/icon17.svg) no-repeat left top;
    background-size: 1.6rem auto;
  }
  .fix-box__en {
    position: absolute;
    right: 1.8rem;
    top: 0.8rem;
    font-size: 0.9rem;
    color: var(--sub-color02);
    letter-spacing: -0.04rem;
    font-family: var(--en-font);
  }
  .fix-navi {
    padding-bottom: 1rem;
    margin: 0 -1.6rem 0.4rem 0;
    overflow-y: scroll;
  }
  .fix-navi-list {
    display: flex;
    width: 120rem;
  }
  .fix-navi__item {
    margin-right: 0.8rem;
  }
  .fix__item__link {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--sub-color02);
    background: url(../img/fix__item__link.svg) no-repeat center right;
    padding-right: 1.2rem;
  }
  .fix-navi__item.on .fix__item__link {
    color: var(--sub-color04);
  }
  .fix-navi__item.on .fix__item__num {
    color: var(--main);
  }
  .fix__item__num {
    margin-right: 0.5rem;
    color: var(--main);
  }
  .fix-box-ul {
    margin: 0 -1.6rem;
  }
  .fix-box-ul__item {
    width: 50%;
  }
  .fix-box-ul__link01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.6rem;
    height: 5.3rem;
    text-align: center;
    font-size: 1.4rem;
      letter-spacing: 0;
    color: var(--white);
    background: #1b4281;
      font-weight: bold;
  }
  .fix-box-ul__link02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.8rem;
    height: 3.3rem;
    text-align: center;
    font-size: 1.2rem;
    color: var(--white);
    background: var(--main-dark);
  }

.qa-strong {
  font-weight: 700;
}

.g-nav02 {
  padding: 2rem;
}

/*202407*/
.navi-list-btn li {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding-left: 20px;
    position: relative;
    background-image: linear-gradient(70deg, #002b6f 0%, #a2b6df 51%, #002b6f 100%);
    transition: 0.5s;
    background-size: 200% auto;
	 margin: 2rem auto;
}
.navi-list-btn li.web:before {
    content: '';
    width: 17.4px;
    height: 15.8px;
    background: url("../img/icon-resv01.png") no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.navi-list-btn li:hover {
	background-position: right center;
}


/*# sourceMappingURL=common.css.map */




