@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Lato", sans-serif;
  --f-mincho: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --f-gothic: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --f-cormorant:"Cormorant", serif;
  --f-cinzel: "Cinzel", serif;
  --main-color: #D6CB78;
  --clr1: #464646;
  --clr2: #ccc;
  --ttl_size: 30px;
  --u1: #b4a078;
  --wrapper: 100px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  :root {
    --ttl_size: 26px;
  }
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-mincho);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

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

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a:not(.tel_click):hover, a:not(.tel_click):active {
  color: #64b5f7;
}
a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p {
  line-height: 2;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
  font-size: calc(var(--ttl_size) - 13px);
  letter-spacing: 0;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_big {
  max-width: 1310px;
}

.inner {
  max-width: 1100px;
}

.inner_sm {
  max-width: 1000px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.TabContainer .TabContent {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.TabContainer .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  text-decoration: none;
}
.tel_click span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click span::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.en {
  font-family: var(--f-cormorant);
}

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 3em;
  height: 3px;
  max-width: 52px;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  --mask: url(../images/arrow_ico.png);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 10px;
}
.btn-group .btn {
  font-size: 1em;
  border-right: 1px solid;
  border-color: white;
}
.btn-group .btn:last-child {
  border: none;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 390px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 3.636363em;
  padding: 0 3.4em;
  position: relative;
  font-size: 2.2em;
  letter-spacing: 0;
  line-height: 1.5909;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
.btn-group .btn.style01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
.btn-group .btn.style01.md a {
  min-height: 3.46em;
  font-size: 2em;
  line-height: 1.25;
  font-weight: 500;
}
.btn-group .btn.style01.sm a {
  font-size: 1.8em;
}
.btn-group .btn.color02 {
  border-color: var(--clr1);
}
.btn-group .btn.color02 a {
  color: var(--clr1);
}
.btn-group .btn.color02 a::after {
  background-color: var(--clr1);
}
.btn-group .btn.bg01 a {
  background-color: transparent;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--clr1);
}
.btn-group .btn.bg02 a {
  background-color: #f4bf0c;
}
.btn-group .btn.style02 {
  min-width: 100%;
  max-width: 100%;
  text-align: right;
}
.btn-group .btn.style02 a {
  min-width: 100%;
  padding: 0 33px 0 0;
  font-family: var(--f-cormorant);
  font-size: calc(var(--ttl_size) - 10px);
  display: inline;
}
.btn-group .btn.style02 a::after {
  --mask: url(../images/idx_icon_arrow_en.png);
  width: 21px;
  height: 3px;
  right: 0;
}
@media only screen and (min-width: 1921px) {  
	.btn a::after {
		height: 4px;
	}
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style02 a:hover {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .btn-group.mcol-2, .btn-group.mcol-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-group.mcol-2 .btn {
    width: 50%;
  }
  .btn-group.mcol-3 .btn {
    width: 33.3333333333%;
  }
  .btn-group .btn:not(.btn-group .btn.style02) a:hover::before {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .btn a::after {
    width: 1.8em;
  }
}
.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

.idx_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_gallery ul li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 450px;
  height: 350px;
}
.idx_gallery ul li .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}

.idx_map {
  margin: 0;
  font-size: 0;
}
.idx_map iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .btn-group.mcol-3 {
    font-size: 0.9vw;
  }
}
/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  body {
    font-size: 87.5%;
  }
  .btn.style01 a, .btn.style02 a {
    font-size: 14px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 22;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header_top {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header_top .logo {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header_top {
  padding: 24px 0 0 40px;
}

header.active,
.ovh header {
  background-color: #465F80;
}
header.active .header_top,
.ovh header .header_top {
  padding: 10px 0 0 40px;
}
header.active .logo,
.ovh header .logo {
  max-width: 195px;
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 90px;
  right: 95px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 14px;
  height: 82px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

.animateds {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner > div {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner > div:hover {
  opacity: 1;
}
.fixed_banner > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 55%;
  background: #fff;
  opacity: 0.8;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2222222222;
  font-size: 13px;
  text-align: center;
}
.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 18.5px;
  margin-bottom: 8px;
}
.fixed_banner .tel p::before {
  background-image: url(../images/idx_icon_tel.png);
}
.fixed_banner .web p::before {
  background-image: url(../images/idx_icon_web.png);
}
.fixed_banner .ins p::before {
  background-image: url(../images/idx_icon_ins.png);
}
.fixed_banner .line p::before {
  background-image: url(../images/idx_icon_line.png);
}
.fixed_banner .clinic:hover {
  opacity: 0.8;
}
.fixed_banner .clinic p::before {
  background-image: url(../images/idx_icon_access.png);
}
.fixed_banner .fee p::before {
  background-image: url(../images/idx_icon_fee.png);
}

footer .ft_main {
  padding: 108px 0 51px 0;
  margin-top: 49px;
  position: relative;
  z-index: 0;
}
footer .ft_main::before, footer .ft_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .ft_main::before {
  background-image: url(../images/ft_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
footer .ft_main::after {
  background-color: #2D2D2D;
  mix-blend-mode: multiply;
  z-index: -1;
}
footer .ft_head .col_r {
  position: relative;
}
footer .ft_head .col_r::before {
  content: "";
  position: absolute;
  background: #fff;
}
footer .ft_head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ft_head dl:not(:last-child) {
  margin-bottom: 9px;
}
footer .ft_head dt, footer .ft_head dd {
  color: #fff;
  letter-spacing: 0;
  font-size: calc(var(--ttl_size) - 13px);
}
footer .ft_head dt {
  width: 114px;
}
footer .ft_head dd {
  width: calc(100% - 114px);
  padding-left: 4px;
}
footer .ft_logo {
  text-align: center;
}
footer .ft_logo a {
  width: 100%;
  display: block;
}

.ft_menu a, .ft_menu p {
  text-decoration: none;
  color: #fff;
}
.ft_menu .ttl {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-family: var(--f-cormorant);
  line-height: 1;
  font-weight: 300;
  font-size: calc(var(--ttl_size) - 2px);
  pointer-events: none;
}
.ft_menu .ttl_sub {
  margin-bottom: 0;
}
.ft_menu .ttl_sub a {
  padding-left: 0;
  letter-spacing: 0.05em;
  font-size: calc(var(--ttl_size) - 12px);
}
.ft_menu .ttl_sub a::before {
  display: none;
}
.ft_menu .menu01 a {
  padding-left: 0;
  font-size: calc(var(--ttl_size) - 14px);
}
.ft_menu .menu01 a::before {
  display: none;
}
.ft_menu .lv1 a {
  padding-left: 38px;
}
.ft_menu .lv1 a::before {
  width: 18px;
  left: 15px;
}
.ft_menu li {
  margin-bottom: 6px;
}
.ft_menu li:last-child {
  margin-bottom: 0;
}
.ft_menu a {
  padding-left: 13px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 300;
  font-size: calc(var(--ttl_size) - 14px);
  position: relative;
}
.ft_menu a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 500px;
    height: 60px;
  }
  .fixed_banner.active {
    top: auto !important;
  }
  footer .inner {
    max-width: 1108px;
  }
  footer .ft_head {
    margin-bottom: 122px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .ft_head .col_l {
    width: 48%;
    max-width: 520px;
  }
  footer .ft_head .col_r {
    width: 52%;
    max-width: 560px;
    margin-top: 2px;
    padding-left: 52px;
  }
  footer .ft_head .col_r::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 112%;
  }
  .ft_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ft_menu .menu01 {
    width: 23%;
  }
  .ft_menu .menu01 .ttl {
    margin-bottom: 31px;
  }
  .ft_menu .menu02 {
    width: 31.5%;
  }
  .ft_menu .menu03 {
    width: 24.1%;
  }
  .ft_menu .menu04 {
    width: calc(21% + 15px);
    margin-right: -15px;
  }
  .ft_menu .menu04 .at_tab ul:last-child a {
    padding-left: 13px;
    font-size: calc(var(--ttl_size) - 16px);
  }
  .ft_menu .menu04 .at_tab ul:last-child a::before {
    display: block;
  }
  .ft_menu .menu04 .at_tab + ul {
    margin-top: 34px;
  }
/*  .ft_menu .menu04 ul:last-child a {
    padding-left: 0;
    font-size: calc(var(--ttl_size) - 14px);
  }*/
/*  .ft_menu .menu04 ul:last-child a::before {
    display: none;
  }*/
  .ft_menu .menu04 ul + ul {
    margin-top: 38px;
  }
  .ft_menu .menu03, .ft_menu .menu04 {
    margin-top: 53px;
  }
  .ft_menu .ttl_sub:not(:first-child) {
    margin-top: 34px;
  }
  .ft_menu a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 3px;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) { 
	footer .inner {
		padding-left: 80px;
	}
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .ft_menu a {
    font-size: 1.4vw;
  }
  .ft_menu a::before {
    top: 0.8vw;
  }
  .ft_menu .menu01 a {
    font-size: 1.4vw;
  }
  .ft_menu .menu04 ul:last-child a {
    font-size: 1.4vw;
  }
  footer .ft_main {
    padding-bottom: 80px;
  }
  footer .ft_head dl .br_480 {
    display: block !important;
  }
		.fixed_banner {
		    width: 340px;
}
	.fixed_banner p {
		font-size: 12px;
}
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  footer .ft_main {
    padding-top: 70px;
  }
  footer .ft_head {
    margin-bottom: 70px;
  }
  footer .ft_head .col_l {
    width: 44%;
    padding-right: 40px;
  }
  footer .ft_head .col_r {
    width: 56%;
    padding-left: 30px;
  }
  footer .ft_head dt {
  	width: 90px;
  }
  footer .ft_head dd {
  	    width: calc(100% - 90px);
  }

}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#wpadminbar {
  display: none;
}