@charset "UTF-8";

/*===============================================================================

	初期設定

===============================================================================*/

/* フォントデータの読み込み
************************************************************/


/* 基本設定
************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --text-color: #3e3a39;
  --main-color: #00a0e9;
  --sub-color: #a39585;
  --bg-color: #f7f7f7;
  --border-color: #e0e0e0;
}

body {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  word-wrap: break-word;
  background-color: #fff;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

::selection {
  background-color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

strong {
  font-weight: bold;
}

body,
.header-navi.is-fixed,
.page-header,
.top-kv,
.header,
.footer {
  min-width: 1240px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

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

iframe {
  max-width: 100%;
  vertical-align: top;
}

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

a img {
  border: none;
}

[href^=tel]:hover {
  cursor: default;
  color: var(--main-color);
}

.head-wrap {
  position: relative;
  z-index: 10;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 100%;
  }
  .header-navi.is-fixed {
    position: inherit!important;
  }
  .fixed-contact {
    display: none!important;
  }
}

@media screen and (max-width: 640px) {
  html,
  body {
    min-height: 500px;
  }
  html {
    margin-top: 0 !important;
  }
  body {
    font-size: 14px;
  }
  body,
  .page-header,
  .top-kv,
  .header,
  .footer,
  .header-navi .navi-content {
    min-width: 100%;
  }
  body,
  .page-header,
  .top-kv,
  .header-navi.is-fixed,
  .header,
  .footer {
    width: 100%;
    min-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}


/*===============================================================================

	ショートコード

===============================================================================*/
._pc {}
._sp {display: none !important;}
._pc-inline {display: inline !important;}
._sp-inline {display: none !important;}

._left {text-align: left !important;}
._center {text-align: center !important;}
._right {text-align: right !important;}

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

@media screen and (max-width: 640px) {
  ._pc {display: none !important;}
  ._sp {display: block !important;}
  ._pc-inline {display: none !important;}
  ._sp-inline {display: inline !important;}
}


/*===============================================================================

  ヘッダー関連

===============================================================================*/

/* サイトタイトル
************************************************************/
.site-title {
  position: absolute;
  top: 9px;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .site-title {
    position: unset;
    padding: 10px 6%;
    color: var(--text-color);
    text-align: left;
    background: var(--bg-color);
  }
}


/* ヘッダー
************************************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  text-shadow: 0 0 13px rgba(255,255,255,0.2)
}
.header .inner {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .header {
    display: none;
  }
}

.header-logo {
  position: absolute;
  top: 7px;
  box-sizing: border-box;
  z-index: 1001;
}
.header-logo a {
  display: block;
  max-width: 420px;
  height: auto;
}

.header-address {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 765px;
  margin: 0 0 0 auto;
  color: #fff;
  z-index: 1;
}
.header-address dl {
  display: flex;
  align-items: center;
  margin-top: 38px;
  line-height: 1.2;
  text-align: right;
}
.header-address dl .address {
  position: relative;
  padding-left: 18px;
  margin-top: 9px;
  margin-right: 41px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.header-address dl .address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 17px;
  background:url('../images/header_add_icon.png') center center no-repeat;
}
.header-address dl .tel {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.header-address dl .tel {
  margin-left: 15px;
}
.header-address dl .tel span {
  position: relative;
  margin-right: 5px;
  font-size: 16px;
}


/* ヘッダーナビ
************************************************************/
.header-navi {
  position: absolute;
  top: 84px;
  bottom: auto;
  width: 100%;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff;
  z-index: 1000;
}
.header-navi.is-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1001;
}
.header-navi .navi-wrap {
  width: 1200px;
  margin: 0 auto;
}
.header-navi .navi-content {
  width: 100%;
  margin: auto;
  text-shadow: none;
}
.header-navi .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  padding: 0px 24px 0px 24px;
  margin-left: auto;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
}
.header-navi.is-fixed .menu-list {
  width: 100%;
}
.header-navi .menu-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 0;
}
.header-navi .menu-list > li > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 0 2px rgb(16 16 16 / 100%);	
  transition: 0.15s ease-out;
  z-index: 2;
}
.header-navi .menu-list > li > a:hover {
  color: var(--text-color);
  text-shadow: none;
}
.header-navi.is-fixed .menu-list > li > a {
  color: #3e3a39;
  text-shadow: none;
}
.header-navi .menu-list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  transform: scaleX(0);
  z-index: 1;
}
.header-navi .menu-list > li > a:hover::before {
  transform: scaleX(1);
}
.header-navi .menu-list > li.has-child .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 580px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}
.header-navi.is-fixed .menu-list > li.has-child .sub-menu {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-navi .menu-list > li.has-child:hover .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.header-navi .menu-list > li.has-child:focus-within .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.header-navi .menu-list > li.has-child .sub-menu a {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 13px 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0 0 2px rgb(16 16 16 / 100%);	
  border-bottom: 1px solid var(--border-color);
  transition: 0.15s ease-out;
  z-index: 2;
}
.header-navi .menu-list > li.has-child .sub-menu a:hover {
  color: var(--text-color);
  text-shadow: none;
  background-color: white;
}
.header-navi.is-fixed .menu-list > li.has-child .sub-menu a {
  color: #3e3a39;
  text-shadow: none;
}
.header-navi .menu-list > li.has-child .sub-menu a:nth-child(odd) {
  border-right: 1px solid var(--border-color);
}
.header-navi .menu-list > li.web {
  display: none;
}
.header-navi .sns-list {
  display: none;
}

@media screen and (max-width: 640px) {
  body.is-navi .header-navi .navi-wrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }
  
  .header-navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    text-shadow: none;
    background: #fff;
  }
  .header-navi.is-fixed {
    align-items: inherit;
    height: auto;
    background: #fff;
  }
  
  .header-navi .logo {
    width: calc(100% - 55px);
  }
  .header-navi .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 5px 0;
  }
  .header-navi .logo img {
    width: 95%;
    max-width: 300px;
    height: auto;
  }

  .header-navi .navi-wrap {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    padding: 15px;
    background: var(--main-color);
    overflow: hidden;
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
    z-index: 2;
  }
  
  .header-navi .menu-list {
    flex-flow: column wrap;
    width: 100%;
    padding: 0;
    background: none;
  }
  .header-navi .menu-list > li {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0;
    border-bottom: 1px solid #fff;
  }
  .header-navi .menu-list > li > a {
    width: auto;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    text-shadow: none;
  }
  .header-navi .menu-list > li > a:hover {
    color: #fff;
  }
  .header-navi.is-fixed .menu-list > li > a {
    color: #fff;
  }
  .header-navi .menu-list > li:first-child {
    border-top: 1px solid #fff;
  }
  .header-navi .menu-list > li.has-child .sub-menu {
    display: block;
    position: static;
    width: 100%;
    padding-bottom: 10px;
    box-shadow: none;
    background: none;
    background-color: transparent !important;
    opacity: 1;
    visibility: visible;
  }
  .header-navi .menu-list > li.has-child .sub-menu a {
    display: block;
    width: auto;
    padding: 3px;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
    text-indent: -1.2em;
    text-shadow: none;
    border-bottom: none;
    background: none;
  }
  .header-navi .menu-list > li.has-child .sub-menu a:hover {
    color: #fff;
    background: none;
  }
  .header-navi.is-fixed .menu-list > li.has-child .sub-menu a {
    color: #fff;
  }
  .header-navi .menu-list > li.has-child .sub-menu a:nth-of-type(odd) {
    border-right: none;
  }
  .header-navi .menu-list > li.has-child .sub-menu a::before {
    content: "\f105";
    display: inline;
    margin: auto;
    margin-right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-color: var(--main-color);
    transition: 0.15s ease-out;
    transform: scaleX(0);
  }
  .header-navi .menu-list > li.has-child:hover .sub-menu {
    display:block;
  }

  .header-navi .menu-list > li.web {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
    border-bottom: none;
  }
  .header-navi .menu-list > li.web > a {
    padding: 8px 16px;
    color: var(--main-color);
    line-height: 2;
    text-align: left;
    text-shadow: none;
    background: #fff;
  }
  .header-navi .menu-list > li.web > a i {
    margin-right: 5px;
  }

  .header-navi .sns-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
    width: 100%;
    margin: 20px 0;
    border-radius: 10px;
  }
  .header-navi .sns-list li {
    display: block;
    position: relative;
    width: stretch;
    margin-right: 5px;
  }
  .header-navi .sns-list li:last-child {
    margin-right: 0;
  }
  .header-navi .sns-list li a {
    display: block;
    position: relative;
    width: auto;
    padding: 7px 0 0 0;
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 12px;
    font-weight: normal;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.15s ease-out;
    z-index: 2;
  }
  .header-navi .sns-list li a i {
    display: block;
    font-size: 18px;
  }
}


/* ハンバーガーメニュー
************************************************************/
.navi-toggle {
  display: none;
}

@media screen and (max-width: 640px) {
  body.is-navi {
    overflow: hidden;
  }

  .navi-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }
  body.is-navi .navi-overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .navi-toggle {
    display: block;
    position: relative;
    right: 0;
    width: 55px;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    border: none;
    background: var(--main-color);
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
  }
  .navi-toggle i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .navi-toggle span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
  }
  .navi-toggle span:nth-of-type(1) {
    top: 10px;
  }
  .navi-toggle span:nth-of-type(2) {
    top: 20px;
  }
  .navi-toggle span:nth-of-type(3) {
    top: 30px;
  }
  .navi-toggle.is-active {
    right: 80%;
  }
  .navi-toggle.is-active span:nth-of-type(1) {
    top: 20px;
    transform: rotate(225deg);
  }
  .navi-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .navi-toggle.is-active span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-225deg);
  }
}


/* 固定CTA（PC）
************************************************************/
.fixed-contact {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 9px;
  width: 60px;
  height: 100%;
  z-index: 9;
}
.fixed-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  color: #403b3b;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	border-radius: 30px;
  background: var(--main-color);
}
.fixed-contact a:last-child {
  margin-bottom: 0;
}
.fixed-contact a:hover {
	opacity:.7;
}
.fixed-contact a i {
  margin-bottom: 5px;
}
.fixed-contact a.web {
  background-image: url('../images/side_bg_yoyaku.png');
  background-size: cover;
}
.fixed-contact a.line {
  background-image: url('../images/side_bg_line.png');
  background-size: cover;
}


/* 固定CTA（SP）
************************************************************/
.fixed-contact-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .fixed-contact-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9;
  }
  .fixed-contact-sp ul {
    display: flex;
    justify-content: center;
    gap: 3px;
    height: 100%;
    padding: 4px;
  }
  .fixed-contact-sp ul li {
    width: stretch;
    text-align: center;
    border-radius: 30px;
    background-color: var(--main-color);
    background-image: url('../images/side_bg_yoyaku.png');
    box-sizing: border-box;
  }
  .fixed-contact-sp ul li:nth-child(2) {
    background-color: #DC9696;
    background-image: url('../images/side_bg_yoyaku2.png');
  }
  .fixed-contact-sp ul li:nth-child(3) {
    background-color:	#35c75d;
    background-image: url('../images/side_bg_line.png');
  }
  .fixed-contact-sp ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #403b3b;
    font-weight: bold;
  }
  .fixed-contact-sp ul li a:hover {
    color: #fff;
  }
  .fixed-contact-sp ul li a i {
    margin-right: 5px;
  }
}


/*===============================================================================

  フッター関連

===============================================================================*/

/* ページトップ
************************************************************/
.pagetop {
  position: fixed;
  right: 100px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  background: var(--main-color);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 9;
}
.pagetop:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background: transparent;
  transform: translate(0, -10px);
}
.pagetop i {
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  .pagetop {
    left: auto;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    margin: auto;
  }
  .pagetop:hover {
    transform: unset;
  }
  .pagetop i {
    margin-top: 10px;
  }
}


/* フッター
************************************************************/
.footer {
  position: relative;
  width: 100%;
}
.footer-top {
  position: relative;
  background: url('../images/footer_bg01.jpg') center center no-repeat;
  background-size: cover;
}
.footer-top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 488px;
  height: 580px;
  background: url('../images/footer_bg02.png') center center no-repeat;
}
.footer-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 557px;
  background: url('../images/footer_bg03.png') center center no-repeat;
}
.footer-top .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 85px 0 60px;
  margin: auto;
  z-index: 2;
}
.footer-top .content-left {
  width: 47%;
  padding-top: 13px;
  box-sizing: border-box;
}
.footer-top .content-right {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .footer-top::before {
    width: 100%;
  }
  .footer-top .inner {
    display: block;
    width: 100%;
    padding: 40px 20px 40px;
  }
  .footer-top .content-left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .footer-top .content-right {
    width: 100%;
  }
}

.footer-address {
  display: flex;
}
.footer-address .logo {
  margin: 0 44px 20px 0;
  text-align: center;
}
.footer-address .logo img {
  width: 100%;
  max-width: 400px;
  max-height: 200px;
}
.footer-address .address-wrap {
  margin-top: 14px;
}
.footer-address .address-wrap .address {
  position: relative;
  padding-left: 20px;
  padding-bottom: 18px;
  line-height: 1.5;
  background: url('../images/dotted_border.png') bottom left repeat-x;
}
.footer-address .address-wrap .address::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 17px;
  background: url('../images/top_info_access_icon.png') center center no-repeat;
}
.footer-address .address-wrap .address span {
  padding-right: 14px;
}
.footer-address .address-wrap .tel {
  padding-top: 33px;
  padding-bottom: 34px;
  margin-bottom: 10px;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url('../images/dotted_border.png') bottom left repeat-x;
}
.footer-address .address-wrap .tel a {
  color: var(--text-color);
  letter-spacing: 0.14em; 
}
.footer-address .address-wrap .tel a span {
  padding-right: 10px;
  font-size: 60%;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .footer-address {
    display: block;
  }
  .footer-address .logo {
    width: 35%;
    margin: 0 auto 30px;
  }
  .footer-address .address-wrap .tel {
    font-size: 7vw;
  }
}

.footer-schedule .schedule-table table {
  margin-top: 20px;
  border-radius: 30px;
  background-color: #fff;
}
.footer-schedule .schedule-table table tr:first-of-type {
  background: none;
}
.footer-schedule .schedule-table table th,
.footer-schedule .schedule-table table td {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  border: none;
}
.footer-schedule .schedule-table table tr:not(:nth-child(1)) td {
  color: var(--main-color);
}
.footer-schedule .schedule-table table th {
  width: 34%;
  padding-left: 30px;
  text-align: left;
}
.footer-schedule .schedule-table table tr td:last-child {
  padding-right: 5px;
}
.footer-schedule .schedule-table table tr:first-child th,
.footer-schedule .schedule-table table tr:first-child td {
  padding-top: 13px;
}
.footer-schedule .schedule-table table tr:nth-child(2) th,
.footer-schedule .schedule-table table tr:nth-child(2) td {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-schedule .schedule-table table tr:nth-child(3) th,
.footer-schedule .schedule-table table tr:nth-child(3) td {
  padding-top: 4px;
  padding-bottom: 20px;
}
.footer-schedule .schedule-table .note p {
  margin-top: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .footer-schedule .schedule-table table th,
  .footer-schedule .schedule-table table td {
    font-size: 15px;
  }
  .footer-schedule .schedule-table table th {
    padding-left: 20px !important;
  }
}

.footer-map {
  width: 100%;
}
.footer-map .map {
  position: relative;
}
.footer-map .map iframe {
  width: 100%;
  height: 375px;
}
.footer-map .more-button.-style-01 {
  text-align: right;
}
.footer-map .more-button.-style-01 a {
  position: relative;
  padding-left: 48px;
}
.footer-map .more-button.-style-01 a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  width: 16px;
  height: 13px;
  background: url('../images/google_map_btn_icon.png') center center no-repeat;
}

@media screen and (max-width: 640px) {
  .footer-map .map iframe {
    height: 300px;
  }
}

.footer-navi {
  padding-top: 63px;
  background-color: #fff;
}
.footer-navi .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-navi ul li {
  margin: 0 0 4px;
}
.footer-navi ul li a {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  text-align: center;
  transition: 0.15s ease-out;
}
.footer-navi ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--main-color);
  transition: 0.15s ease-out;
  transform: scaleX(0);
  z-index: 1;
}
.footer-navi ul li a:hover {
  color: var(--main-color);
}
.footer-navi ul li a:hover::before {
  transform: scaleX(1);
}
.footer-navi .column-01 {
  width: 19%;
}
.footer-navi .column-01 li a {
  font-weight: 600;
}
.footer-navi .column-02 {
  width: 80%;
}
.footer-navi .column-02 > li .title {
  margin: 0 0 1px;
}
.footer-navi .column-02 > li .title a {
  font-weight: 600;
}
.footer-navi .column-02 .sub-menu {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: auto;
  font-weight: 300;
}
.footer-navi .column-02 .menu-blog .sub-menu {
  margin-left: 15px;
}
.footer-navi .column-02 .sub-menu li {
  display: flex;
  align-items: baseline;
  width: calc(25% - 1em);
  padding: 0 5px 5px 0;
  font-size: 90%;
}
.footer-navi .column-02 .sub-menu li::before {
  content: "-";
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .footer-navi {
    padding-top: 10px;
  }
  .footer-navi .inner {
    flex-wrap: wrap;
    padding: 16px 5% 18px;
  }
  .footer-navi ul li a {
    font-size: 15px;
  }
  .footer-navi .column-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-navi .column-01 li {
    width: 32%;
  }
  .footer-navi .column-02 {
    width: 100%;
  }
  .footer-navi .column-02 .sub-menu {
    padding-left: 15px;
  }
  .footer-navi .column-02 .sub-menu li {
    width: 50%;
    text-align: left;
  }
  .footer-navi .column-02 .sub-menu li a {
    line-height: 1.5;
    text-align: left;
  }
  .footer-navi .column-02 .menu-medical .sub-menu li a {
    font-size:14px;
  }
  .footer-navi .column-02 .menu-blog .sub-menu li {
    width: calc(50% - 1em);
  }
}

.footer-sns {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  margin: 0 auto;
  background-color: #fff;
}
.footer-sns li {
  width: auto;
  margin-right: 10px;
}
.footer-sns li:last-child {
  margin-right: 0;
}
.footer-sns li a {
  display: block;
  padding: 0;
  color: var(--text-color);
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}
.footer-sns li a:hover {
  color: var(--sub-color);
}
.footer-sns li a i {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .footer-sns li {
    margin-right: 20px;
  }
  .footer-sns li:last-child {
    margin-right: 0;
  }
}

.footer-copyright {
  text-align: center;
  background-color: var(--sub-color);
  padding: 22px 0;
}
.footer-copyright small {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .footer-copyright {
    margin-top: 0;
    padding: 7px 0 65px;
  }
}


/*===============================================================================

	メインエリア

===============================================================================*/

/* 下層ページタイトル
************************************************************/
.page-header {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
}
.page-header .bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  object-fit: cover;
  overflow: hidden;
  z-index: -1;
}
.page-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: inherit;
  margin: 0 auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .page-header {
    position: relative;
    height: 160px;
    margin-top: 55px;
    background-position: center;
    background-attachment: scroll;
  }
  .page-header .inner {
    width: 100%;
    max-width: 100%;
    height: inherit;
  }
}

.page-title {
  margin-top: 80px;
}
.page-title {
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  vertical-align: middle;
}
.page-title .title {
  display: block;
  color: #fff;
  font-size: 200%;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-title {
    padding: 10px 0 0;
    margin-top: 0;
  }
  .page-title .title {
    margin: 0 30px;
    font-size: 150%;
  }
}


/* コンテンツエリア
************************************************************/
.page-content {
  position: relative;
}
.page-content::before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1000px;
  background: url('../images/footer_bg02.png') bottom left no-repeat;
  background-size: 100%;
  z-index: -1;
}
.page-content::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 26%;
  height: 1000px;
  background: url('../images/footer_bg03.png') top right no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .page-content::before {
    width: 60%;
  }
  .page-content::after {
    width: 50%;
  }
}

.main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 1200px;
  margin: auto;
  background: none;
  z-index: 2;
}
.main-wrap main {
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .main-wrap {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  .main-wrap main {
    width: 100%;
    padding: 0 20px 0;
    margin-bottom: 40px;
  }
}

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


/* パンくずリスト
************************************************************/
.breadcrumb {
  width: 100%;
  margin: 0 0 50px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: unset;
}
.breadcrumb ul li {
  position: relative;
  padding-right: 20px;
  margin: 0;
  line-height: 1.5;
  list-style-type: none;
}
.breadcrumb ul li::before {
  content: "›";
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  width: 20px;
  height: 16px;
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.breadcrumb ul li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb ul li:last-child::before {
  content: normal;
}
.breadcrumb ul li a {
  display: inline-block;
  position: relative;
  width: auto;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    position: static;
    padding: 15px 0;
    font-size: 12px;
  }
}


/* セクションリンク
************************************************************/
.section-links {
  position: relative;
  margin: 0 0 80px;
}
.section-links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-links ul li {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  width: 49%;
  margin: 0 0 10px;
}
.section-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 100vh;
  background-color: #fff;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}
.section-links ul li a:hover {
  color: #fff;
  background-color: var(--main-color);
}

@media screen and (max-width: 640px) {
  .section-links ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}


/*===============================================================================

	パーツ・コンポーネント

===============================================================================*/

/* 見出し
************************************************************/
.heading-02.-style-01 {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .heading-02.-style-01 {
    z-index: 3;
  }
}

.heading-02.-style-02 {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 20px;
  font-size: 160%;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  border-bottom: 2px solid var(--border-color);
}
.heading-02.-style-02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 20%;
  border-bottom: 2px solid var(--main-color);
}

.heading-03 {
  display: table;
  padding: 20px 0 4px;
  margin: 0 0 20px;
  font-size: 130%;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid var(--main-color);
}

.heading-04 {
  clear: both;
  position: relative;
  margin: 0 0 5px;
  color: var(--main-color);
  font-size: 125%;
  font-weight: bold;
  line-height: 1.6;
}


/* 見出し 英字
************************************************************/
.section-title-en.-center {
  text-align: center;
}
.section-title-en p {
  display: inline-block;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  font-family: adobe-garamond-pro, serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}
.section-title-en p::before {
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .section-title-en {
    position: relative;
    z-index: 3;
  }
  .section-title-en p {
    font-size: 50px;
  }
}


/* 箇条書きリスト
************************************************************/
ul.style-01 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 27px;
  background-color: var(--bg-color);
}
ul.style-01 li {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 40px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
}
ul.style-01 li:before {
  content: "\f00c";
  display: block;
  position: absolute;
  left: -23px;
  color: var(--main-color);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 640px) {
  ul.style-01 {
    padding: 6%;
  }
}


/* ボタン-01
************************************************************/
.more-button.-style-01 a {
  display: inline-block;
  position: relative;
  padding: 10px 18px 10px 18px;
  margin: 10px 0;
  background-color: #a39585;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
  letter-spacing:0.05em;
  border: 1px solid #a39585;
  border-radius: 100vh;
  transition: 0.2s ease-in-out;
}
.more-button.-style-01 a:hover {
  color: var(--text-color);
  background-color: #ede8de;
  opacity: 0.8;
}
.more-button.-style-01 a:hover::before {
  color: var(--text-color);
}
.more-button.-style-01 a i {
  margin: 0 0 0 10px;
}


/* ボタン-02
************************************************************/
.more-button.-style-02 a {
  display: inline-block;
  min-width: 175px;
  height: 45px;
  padding: 0 20px;
  margin: 10px 0;
  color: var(--text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 45px;
  text-align: center;
  border-radius: 100vh;
  background-color: #ede8de;
  transition: 0.2s ease-in-out;
}
.more-button.-style-02 a:hover {
  color: #ede8de;
  background-color: var(--text-color);
}


/* テーブル
************************************************************/
table {
  text-align: initial;
}
table th,
table td {
  vertical-align: top;
}
table th p,
table td p {
  margin: 0 !important;
}


/* 診療時間テーブル
************************************************************/
.schedule-table table {
  width: 100%;
  margin-bottom: 12px;
  border-spacing: 0;
}
.schedule-table table tr:first-of-type {
  background: var(--bg-color);
}
.schedule-table table th {
  width: 26%;
  min-width: 110px;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 1px solid var(--border-color);
}
.schedule-table table td {
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}
.schedule-table .note p {
  margin-top: 13px;
  margin-left: 35px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .schedule-table table th {
    min-width: unset;
  }
  .schedule-table table th,
  .schedule-table table td {
    padding: 3px 0 3px 0;
  }
  .schedule-table table tr:first-child th,
  .schedule-table table tr:first-child td {
    padding: 0 0 2px 0;
  }
  .schedule-table .note p {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 15px;
  }
}


/* メディカルテーブル
************************************************************/
.medical-table ul.style-01 {
  padding: 0;
  margin: 0;
  background: none;
}

@media screen and (max-width: 640px) {
  .medical-table {
    display: block;
  }
  .medical-table tr {
    display: block;
  }
  .medical-table th,
  .medical-table td {
    display: block;
    width: 100%;
  }
  .medical-table tr:first-child {
    display: none;
  }
  .medical-table th {
    font-size: 18px;
  }
  .medical-table td:last-child {
    padding-bottom: 30px;
  }
  .medical-table .heading-04 {
    padding: 3px;
    margin: 6px 0;
    text-align: center;
    border-top: solid 2px #00a0e9;
    border-bottom: solid 2px #00a0e9;
  }
}


/*===============================================================================

	汎用レイアウト

===============================================================================*/
._text-box {
  position: relative;
  margin: 0 0 80px;
}
._text-box p {
  margin-bottom: 1em;
}
._text-box p:last-child {
  margin-bottom: 0;
}

.section-type-01,
.section-type-02 {
  position: relative;
  margin: 0 0 80px;
}

.section-type-01 .description:after {
  content: "";
  display: block;
  clear: both;
}

.section-type-01 h2:nth-child(n+2) {
  margin-top: 2em;
}
.section-type-01 h3:nth-child(n+2),
.section-type-01 h4:nth-child(n+2) {
  margin-top: 1.5em;
}
.section-type-01 p {
  margin-bottom: 1em;
}
.section-type-01 table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}
.section-type-01 th,
.section-type-01 td {
  padding: 8px 20px;
}
.section-type-01 th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}
.section-type-01 td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

@media screen and (max-width: 640px) {
  .section-type-01 {
    margin-bottom: 60px;
  }
  .section-type-01 p img {
    display: block;
    margin: 0 auto;
  }
}

.section-type-02 ._text-box {
  margin-bottom: 0;
}
.section-type-02 h2 {
  margin-top: 0;
}

._layout-01-box {
  position: relative;
}
._layout-01-box .item {
  display: flex;
  position: relative;
  padding: 32px;
  background: #fff;
}
._layout-01-box .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 4px);
  margin: auto;
  border-right: var(--sub-color) dotted 4px;
  box-sizing: border-box;
}
._layout-01-box .item:first-child::before {
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}
._layout-01-box .item:last-child::before {
  top: 2px;
  bottom: auto;
  height: 86px;
}
._layout-01-box .item:nth-child(odd) {
  background: #f7f8f9;
}
._layout-01-box .item:nth-child(even) {
  background: #dfebf5;
}
._layout-01-box .item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 4%;
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 50%;
  background: var(--main-color);
  z-index: 1;
}
._layout-01-box .item .description {
  width: 90%;
}

@media screen and (max-width: 640px) {
  ._layout-01-box .item {
    justify-content: space-between;
    padding: 6%;
  }
  ._layout-01-box .item::before {
    left: 40px;
  }
  ._layout-01-box .item:last-child::before {
    height: 58px;
  }
  ._layout-01-box  h3 {
    padding-top: 5px;
  }
  ._layout-01-box .item .number {
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
  }
  ._layout-01-box .item .description {
    width: 80%;
  }
}

._image-right {
  float: right;
  display: block;
  position: relative;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}
._image-right img {
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  margin-bottom: 7px;
  border-radius: 3px;
}
._image-right + p:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  ._image-right {
    float: none;
    margin: 0;
    text-align: center;
  }
  ._image-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 15px;
  }
}


/*===============================================================================

	お知らせページ

===============================================================================*/

/* お知らせ一覧
************************************************************/
.archives-news .news-list > li {
  padding: 30px 0;
  border-bottom: 1px solid var(--border-color);
}
.archives-news .news-list > li .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archives-news .news-list > li .meta .date {
  margin-right: 1em;
}
.archives-news .news-list > li .meta .category {
  min-width: 110px;
  padding: 0 10px;
	color: #ac866a;
  text-align: center;
}
.archives-news .news-list > li .meta .category-1 {
  background-color: #E1F1F9FF;
}
.archives-news .news-list > li .meta .category-2 {
  background-color: #C1CAEFFF;
}
.archives-news .news-list > li h2 {
  position: relative;
  padding: 0 0 8px;
  margin: 20px 0 10px;
  font-size: 140%;
  font-style: normal;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.4;
}


/*===============================================================================

	医院案内ページ

===============================================================================*/

/* 医院概要
************************************************************/
.clinic-information {
  position: relative;
  margin: 0 0 80px;
}
.clinic-information .information-list {
  width: 100%;
}
.clinic-information .information-list dl {
  display: flex;
}
.clinic-information .information-list dl dt {
  width: 20%;
  padding: 15px;
  font-weight: bold;
  border-bottom: 1px dotted var(--border-color);
}
.clinic-information .information-list dl dd {
  width: 80%;
  padding: 15px;
  border-bottom: 1px dotted var(--border-color);
}

@media screen and (max-width: 640px) {
  .clinic-information .information-list dl {
    display: block;
  }
  .clinic-information .information-list dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .clinic-information .information-list dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
  .clinic-information .schedule-table table th,
  .clinic-information .schedule-table table td {
    font-size: 12px;
  }
}


/* 設備ギャラリー
************************************************************/
.clinic-gallery {
  position: relative;
  margin: 0 0 80px;
}
.clinic-gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.clinic-gallery .gallery-list .item {
  width: 32%;
  margin-bottom: 15px;
  background: var(--bg-color);
}
.clinic-gallery .gallery-list .item .image {
  background-color: var(--bg-color);
  overflow: hidden;
}
.clinic-gallery .gallery-list .item .image img {
  display: block;
  max-height: 260px;
  margin: 0 auto;
}
.clinic-gallery .gallery-list .item dd {
  padding: 15px;
}
.clinic-gallery .gallery-list .item dd h3 {
  display: table;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .clinic-gallery .gallery-list {
    display: block;
  }
  .clinic-gallery .gallery-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .clinic-gallery .gallery-list .item .image img {
    max-height: 390px;
  }
}