@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

/* =====================================
■BASE
===================================== */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #707583;
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.875;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #707583;
  vertical-align: middle;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

a:focus,
*:focus {
  outline: none;
}

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

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

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

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

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

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

/* font-weight */
.fb {
  font-weight: bold !important;
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('img/fonts/icomoon.eot');
  src: url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('img/fonts/icomoon.ttf') format('truetype'),
    url('img/fonts/icomoon.woff') format('woff'),
    url('img/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e900";
}

.icon-category:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-checked:before {
  content: "\e903";
}

.icon-down:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-google:before {
  content: "\e906";
}

.icon-line:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-arrow02:before {
  content: "\e909";
}

.icon-arrow01:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-tag:before {
  content: "\e912";
}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
  height: 100%;
  padding-top: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  #wrapper {
    padding-top: 146px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 70px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  background: #fff;
}

/* logo */
#header .logo {
  float: left;
  width: 142px;
  margin: 15px 0 0 30px;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header .logo a:hover {
  text-decoration: none;
}

/* gnav */
#header .header_menu {
  float: right;
}

#header .header_menu .g_nav>li {
  vertical-align: middle;
}

#header .header_menu .g_nav>li>a,
#header .header_menu .g_nav>li>span {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  width: auto;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  position: relative;
}

#header .header_menu .g_nav>li>a>span,
#header .header_menu .g_nav>li>span>span {
  display: block;
  margin: 0 auto;
}

#header .header_menu .g_nav>li>a sub,
#header .header_menu .g_nav>li>span sub {
  font-size: 10px;
  color: #6fba2c;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.25em;
  padding-top: 10px;
}

#header .header_menu .g_nav>li dl {
  pointer-events: none;
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  width: 100%;
  padding: 38px 30px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(222, 241, 204, 0.9);
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 99;
}

#header .header_menu .g_nav>li dl dt {
  max-width: 1080px;
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 1.2;
}

#header .header_menu .g_nav>li dl ul {
  max-width: 1080px;
  margin: 0 auto;
}

#header .header_menu .g_nav>li dl li {
  display: inline-block;
  margin-right: 30px;
  line-height: 1.3;
  position: relative;
  font-size: 16px;
}

#header .header_menu .g_nav>li dl li:before {
  color: #6fba2c;
  font-size: 14px;
  margin-right: 8px;
}

#header .header_menu .g_nav>li dl li:last-child {
  margin-right: 0;
}

#header .header_menu .g_nav>li dl li a {
  color: #333;
  vertical-align: top;
}

#header .header_menu .g_nav>li dl a:hover {
  opacity: 1;
  color: #6fba2c;
  text-decoration: none !important;
}

.desktop #header .header_menu .g_nav>li>span:hover+dl,
.desktop #header .header_menu .g_nav>li>span ul:hover,
.desktop #header .header_menu .g_nav>li dl:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.desktop #header .header_menu .g_nav>li dl a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: underline;
}

.tablet #header .header_menu .g_nav>li>dl {
  display: none;
}

.tablet #header .header_menu .g_nav>li>span+dl {
  pointer-events: none;
  opacity: 0;
}

.tablet #header .header_menu .g_nav>li.hover>span+dl {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header .header_menu .g_nav>li.current-menu-item>a,
#header .header_menu .g_nav>li.current-menu-item>span {
  color: #115FA9;
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav>li dl {
    pointer-events: none;
  }

  #header .header_menu .g_nav>li>a:hover,
  #header .header_menu .g_nav>li>span:hover,
  #header .header_menu .g_nav>li.hover>a,
  #header .header_menu .g_nav>li.hover>span {
    color: #115FA9;
  }
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  #header .header_menu {
    float: none;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
  }

  #header .wrap {
    padding-right: 165px;
    box-sizing: border-box;
  }

  .header_menu .tel {
    order: 1;
    margin-top: -50px;
  }

  #header .header_menu .g_nav {
    order: 2;
    margin-top: 10px;
  }

  #header .header_menu .g_nav>li dl {
    top: 146px;
  }
}

@media screen and (max-width: 767px) {
  #header .header_menu::before {
    content: '';
    background: url("/wp-content/uploads/pattern1_02.jpg") center top / 200%;
    position: absolute;
    top: 64px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #header {
    position: absolute;
    top: 0 !important;
  }

  /* logo */
  #header .logo {
    margin: 12px 0 0 12px;
  }

  #header .logo img {
    width: 100%;
    max-width: 100%;
  }

  #header .logo a:hover {
    text-decoration: none;
  }

  #header .toggleMenu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .toggleMenu {
    width: 64px;
    height: 64px;
    background: #3B82C5;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 32px;
    height: 22px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #header .right_box,
  #header #g_nav {
    display: none;
  }

  #header .header_menu {
    float: none;
    clear: both;
    margin-right: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 97;
    overflow: auto;
  }

  #header .header_menu .logo {
    width: 142px;
    padding: 12px 12px 0;
  }

  #header .header_menu .logo img {
    height: auto;
  }

  #header .header_menu .g_nav {
    display: block;
    text-align: center;
    margin-top: 80px;
  }

  #header .header_menu .g_nav>li {
    position: relative;
    border-left: none;
  }

  #header .header_menu .g_nav>li>a,
  #header .header_menu .g_nav>li>span {
    width: 100%;
    padding: 18px 50px 18px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    font-size: 20px;
  }

  #header .header_menu .g_nav>li>a span,
  #header .header_menu .g_nav>li>span span {
    margin: 0;
  }

  #header .header_menu .g_nav>li>span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: -14px;
  }

  #header .header_menu .g_nav>li.hover>span:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
  }

  #header .header_menu .g_nav>li>a sub,
  #header .header_menu .g_nav>li>span sub {
    margin: -2px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
    padding-top: 0;
    font-size: 10px;
  }

  #header .header_menu .g_nav>li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
  }

  #header .header_menu .g_nav>li dl li:before {
    display: none;
  }

  #header .header_menu .g_nav>li dl li {
    padding-left: 0;
  }

  #header .header_menu .g_nav>li dt {
    display: none;
  }

  #header .header_menu .g_nav>li ul {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
  }

  #header .header_menu .g_nav>li ul li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #6fba2c;
  }

  #header .header_menu .g_nav>li ul li a {
    position: relative;
    display: block;
    padding: 15px 20px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #e5f9d3;
  }

  #header .header_menu .g_nav>li ul li a:hover {
    text-decoration: none;
    background: #edfae1;
  }

  #header .header_menu .g_nav>li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav>li>span {
    position: relative;
  }

  #header .header_menu .g_nav>li.hover>span+dl,
  #header .header_menu .g_nav>li>span:hover+dl {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .header_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 32px;
    padding: 13px 175px 15px 0;
    position: relative;
  }

  #header .header_menu .g_nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    column-gap: 28px;
  }

  .header_menu .tel {
    padding-left: 64px;
    color: #D74E68;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    position: relative;
  }

  .header_menu .tel a {
    color: #D74E68;
  }

  .header_menu .tel::before {
    content: '';
    width: 48px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M9.00081 8C8.07081 8.17 8.00081 9.42 8.07081 10.12C9.00081 27 22.0008 39 38.0008 39.94C38.6508 39.94 40.0008 39.7 40.0008 39' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M17.3496 20.78C19.6938 24.9246 23.1279 28.3484 27.2796 30.68' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M40.0012 29L31.0112 26.98L27.2812 30.68' stroke='%23D74E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9994 8L21.0194 16.99L17.3594 20.78' stroke='%23D74E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 8H19' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M40 29V39' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header_menu .tel dt {
    font-size: 14px;
  }

  .header_menu .tel .tel-number {
    font-size: 32px;
  }

  .header_menu .btn-reserve {
    width: 143px;
    height: 145px;
    padding: 22px;
    box-sizing: border-box;
    background: linear-gradient(45deg, #EE869A, #D74E68);
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }

  .header_menu .btn-reserve::before {
    content: '';
    width: 100%;
    height: 33px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 27L13 34H14H22H23L20 27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 1H3C1.89543 1 1 1.89543 1 3V25C1 26.1046 1.89543 27 3 27H33C34.1046 27 35 26.1046 35 25V3C35 1.89543 34.1046 1 33 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 21H35' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .header_menu .btn-reserve small {
    font-size: 14px;
  }

  .header_menu .btn-reserve a {
    color: #fff;
  }
  .header_menu .btn-reserve a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1180px) {
  #header .header_menu .g_nav {
    width: auto;
  }
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
  display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
  overflow: hidden;
}

.contact_section .big-img {
  margin-bottom: 0;
}

.contact_section .big-img img {
  height: auto;
}

.contact_section .set {
  margin-top: -190px;
  padding: 64px;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 1;
}

.contact_section .set::before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #D74E68;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact_section .set h3.ttl {
  font-weight: 500;
  font-size: 32px;
}

.contact_section .tel {
  padding-left: 64px;
  color: #D74E68;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  position: relative;
}

.contact_section .tel a {
  color: #D74E68;
}

.contact_section .tel::before {
  content: '';
  width: 48px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M9.00081 8C8.07081 8.17 8.00081 9.42 8.07081 10.12C9.00081 27 22.0008 39 38.0008 39.94C38.6508 39.94 40.0008 39.7 40.0008 39' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M17.3496 20.78C19.6938 24.9246 23.1279 28.3484 27.2796 30.68' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M40.0012 29L31.0112 26.98L27.2812 30.68' stroke='%23D74E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9994 8L21.0194 16.99L17.3594 20.78' stroke='%23D74E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 8H19' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M40 29V39' stroke='%23D74E68' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.contact_section .tel dt {
  font-size: 16px;
}

.contact_section .tel .tel-number {
  font-size: 40px;
}

.contact_section .btn-reserve a {
  width: 323px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px 0px 80px;
  box-sizing: border-box;
  background: #D74E68;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.contact_section .btn-reserve a::before {
  content: '';
  width: 48px;
  height: 100%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 27L13 34H14H22H23L20 27' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 1H3C1.89543 1 1 1.89543 1 3V25C1 26.1046 1.89543 27 3 27H33C34.1046 27 35 26.1046 35 25V3C35 1.89543 34.1046 1 33 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 21H35' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 24px;
}

.contact_section .btn-reserve a > span {
  display: inline-block;
  transform: translateY(-6px);
}

.contact_section .btn-reserve small {
  font-size: 16px;
}

.contact_section .contactbox {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-top: 32px;
  padding: 32px;
  box-sizing: border-box;
  background: #fff;
  color: #D74E68;
}

.contact_section .set .ttlbox {
  width: 216px;
}

.contact_section .set .gr {
  width: 710px;
}

@media screen and (max-width: 1024px) {
  .contact_section .set {
    padding: 48px;
  }
  .contact_section .tel {
    padding-right: 48px;
  }
  .contact_section .btn-reserve {
    margin-top: 30px;
  }
  .contact_section .btn-reserve a {
    width: 100%;
  }
  .contact_section .contactbox {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contact_section .set {
    margin-top: -30px;
    padding: 32px 24px;
    display: block;
  }
  .contact_section .set::before {
    width: 100%;
  }
  .contact_section .set h3.ttl {
    font-size: 24px;
  }
  .contact_section .tel {
    padding: 0 25px 0 50px;
  }
  .contact_section .tel::before {
    width: 36px;
  }
  .contact_section .tel dt {
    font-size: 12px;
  }
  .contact_section .tel .tel-number {
    font-size: 30px;
  }
  .contact_section .btn-reserve a {
    width: 100%;
    height: 64px;
    padding: 0px 20px 0px 50px;
    font-size: 24px;
  }
  .contact_section .btn-reserve a::before {
    width: 38px;
    left: 18px;
  }
  .contact_section .btn-reserve a > span {
    transform: translateY(-8px);
  }
  .contact_section .btn-reserve small {
    font-size: 12px;
  }
  .contact_section .contactbox {
    display: block;
    margin-top: 24px;
    padding: 18px;
  }
  .contact_section .set .ttlbox {
    width: 100%;
  }
  .contact_section .set .gr {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .contact_section .ttl-style-1 h2.elementor-heading-title {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .contact_section .ttl-style-1 h2.elementor-heading-title .en {
    margin: 0 10px 0 0;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .contact_section .btn-reserve a:hover {
    opacity: 0.7;
  }
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  padding: 80px 0;
}

.footer .logo {
  max-width: 168px;
  margin-bottom: 48px;
}

.footer .logo img {
  height: auto;
}

.footer .txt {
  margin-bottom: 8px;
  line-height: 24px;
}

.footer .btn-map {
  margin-top: 10px;
}

.footer .btn-map a {
  width: 217px;
  display: block;
  padding: 6px 30px 6px 14px;
  box-sizing: border-box;
  background: #115FA9;
  color: #fff;
  position: relative;
}

.footer .btn-map a:hover {
  opacity: 0.7;
}

.footer .btn-map a::after {
  content: '';
  width: 24px;
  height: 100%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_153_24999)'%3E%3Cpath d='M13.5 6H18V10.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 13V17H7V8H11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12L17.5 6.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
}

.footer .copyright {
  margin-top: 40px;
  color: #707583;
  font-size: 12px;
  line-height: 1.2;
}

.footer .footer-menu > ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}

.footer .footer-menu .menu-text {
  color: #115FA9;
  font-weight: 500;
  font-size: 14px;
}

.footer .footer-menu a.menu-text:hover {
  opacity: 0.7;
}

.footer .footer-menu .sub-menu {
  margin-top: 10px;
  color: #707583;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.footer .footer-menu .sub-menu .menu-text {
  color: #707583;
}

.footer .footer-menu .sub-menu > li {
  padding: 0 0 5px 15px;
  position: relative;
}

.footer .footer-menu .sub-menu > li::before {
  content: '';
  border: 4px solid transparent;
  border-left: 5px solid #3B82C5;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer .footer-menu .sub-menu > li + li {
  margin-top: 8px;
}

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

.footer .fixed_box {
  padding: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.footer .fixed_box .btn-ai {
  width: 168px !important;
  margin-left: auto;
  float: unset;
}

.footer .fixed_box .btn-ai img {
  height: auto;
}

.footer .fixed_box li img {
  width: 100%;
}

#wpfront-scroll-top-container:hover img {
  opacity: 0.8 !important;
}

@media screen and (max-width: 1024px) {
  .footer .footer-menu > ul {
    justify-content: flex-start;
    column-gap: 20px;
  }
  .footer .set {
    display: block;
  }
  .footer .gr2 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 0 90px;
  }

  .footer .footer-menu > ul {
    display: block;
  }

  .footer .footer-menu > ul > li {
    margin-top: 40px;
  }

  .footer .fixed_box {
    width: 100%;
    padding: 0;
  }

  .footer .fixed_box > ul {
    display: flex !important;
  }

  .footer .fixed_box li {
    box-sizing: border-box;
  }

  #wpfront-scroll-top-container {
    display: none !important;
  }
}

/*Pagination CSS*/
ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid red;
  color: #888;
}

.page-numbers a span {
  padding: 0
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}

.page-numbers:hover {
  text-decoration: none
}

/* バナー設置 */
.medicalrevision{
    margin: 20px auto;
	width: 600px;
}
@media screen and (max-width: 767px) {
.medicalrevision{
	width: 100%;
}
}
