@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

section,
article {
  display: block;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}

a {
  color: #2783BE;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

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

.underline {
  text-decoration: underline;
}

a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover {
  text-decoration: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

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

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.red {
  color: #BC0000;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.g-recaptcha {
  margin-top: 40px;
  margin-bottom: 40px;
}

.common-inner {
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .common-inner {
    padding: 0 10px;
  }
}

.common-note {
  max-width: 1120px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .common-note {
    font-size: 1rem;
  }
}

.main-content {
  font-size: 1.6rem;
  padding-top: 112px;
}
@media screen and (max-width: 1024px) {
  .main-content {
    font-size: 1.2rem;
    padding-top: 65px;
  }
}

.article {
  position: relative;
}

.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form-control.size-2 {
  display: inline-block;
  width: 4rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-4 {
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-s {
    width: 4em;
  }
}
.form-control.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-l {
    width: 14em;
  }
}
.form-control.bg-red {
  border: solid 1px #FF0000;
  background: #FFC1C1;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-s {
    width: 4em;
  }
}
.form-select.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-l {
    width: 14em;
  }
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
label:hover,
button:hover,
select:hover {
  opacity: 0.8;
}

input[type=text],
input[type=search],
input[type=number],
input[type=phone] {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=phone]::-moz-placeholder {
  color: #D5D2D2;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=phone]::placeholder {
  color: #D5D2D2;
}

textarea {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #D5D2D2;
}
textarea::-moz-placeholder {
  color: #D5D2D2;
}
textarea:-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::placeholder {
  color: #D5D2D2;
}

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniSimFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes aniSimFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes aniMvScroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes aniMvScroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes aniLoopGoLeft1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes aniLoopGoLeft1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes aniLoopGoLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes aniLoopGoLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes aniProductsSwipeIcon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aniProductsSwipeIcon {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.g-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #182B4D;
  padding: 12px 44px 12px 60px;
  min-height: 84px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .g-header {
    position: fixed;
    padding: 0;
    min-height: 65px;
  }
}
.g-header .g-header__inner {
  position: relative;
}
.g-header__header {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-header__header {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    margin-bottom: 0;
    padding-top: 5px;
  }
}
.g-header .logo {
  position: relative;
  z-index: 2;
  max-width: 256px;
}
@media screen and (max-width: 1024px) {
  .g-header .logo {
    padding: 17px 15px;
    max-width: 160px;
  }
}
.g-header .logo .logo-image {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .g-header .logo .logo-image {
    font-size: 1rem;
  }
}
.g-header .logo .logo-text {
  font-size: min(1vw, 1.8rem);
}
@media screen and (max-width: 1024px) {
  .g-header .logo .logo-text {
    font-size: 1rem;
  }
}
.g-header .logo a:hover {
  text-decoration: none;
}
.g-header .g-nav-outline-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline {
    display: block;
    z-index: 10;
    margin-top: 0;
    position: absolute;
    top: 56px;
    right: -100vw;
    background: #182B4D;
    width: 100vw;
    height: 120vh;
    padding-top: 70px;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline.is-hamburger-open {
    display: block;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-outline .g-nav-outline__inner {
    max-width: 320px;
    margin: auto;
  }
}
.g-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 15px;
    width: 32px;
    height: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.g-header .hamburger-menu > span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.g-header .hamburger-menu > span:nth-of-type(1) {
  top: 0;
}
.g-header .hamburger-menu > span:nth-of-type(2) {
  top: 13px;
}
.g-header .hamburger-menu > span:nth-of-type(3) {
  bottom: 0;
}
.g-header .hamburger-menu.is-hamburger-open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.g-header .hamburger-menu.is-hamburger-open > span:nth-of-type(3) {
  opacity: 0;
}
.g-header .hamburger-menu-sub {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu-sub {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: #003A64;
    text-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu-sub.is-hamburger-open {
    color: #fff;
  }
}
.g-header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav {
    display: block;
  }
}
.g-header .g-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item {
    display: block;
    min-height: inherit;
    text-align: center;
    margin-bottom: 33px;
  }
}
.g-header .g-nav .nav-item:not(:last-of-type) {
  margin-right: 56px;
}
@media screen and (max-width: 1280px) {
  .g-header .g-nav .nav-item:not(:last-of-type) {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item:not(:last-of-type) {
    margin-right: 0;
  }
}
.g-header .g-nav .nav-item .item-link {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .g-header .g-nav .nav-item .item-link {
    font-size: min(1.5vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item .item-link {
    font-size: 1.6rem;
  }
}
.g-header .g-nav .soon,
.g-header .g-nav a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .soon,
.g-header .g-nav a {
    text-align: left;
  }
}
.g-header .g-nav .soon {
  color: #aaa;
  position: relative;
}
.g-header .g-nav .btn-contact {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .btn-contact {
    margin-top: 67px;
  }
}
.g-header .g-nav-contact {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 1280px) {
  .g-header .g-nav-contact {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-contact {
    display: none;
  }
}
.g-header .g-nav-contact .btn-contact {
  display: block;
  min-width: 140px;
  width: 100%;
  padding: 18px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1280px) {
  .g-header .g-nav-contact .btn-contact {
    min-width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-contact .btn-contact {
    font-size: 1.2rem;
    max-width: 200px;
    margin: auto;
  }
}
.g-header .g-nav-contact .btn-contact::after {
  display: none;
}
.g-header .g-nav-contact .btn-contact:hover {
  color: #000;
  background: white;
}

.g-footer {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #182B4D;
  padding: 20px;
}
/*ロゴ　標準*/
.g-footer .g-footer__inner {
	max-width: 510px;
	margin: 0 auto;
}
/*ロゴx3 ver*/
.g-footer .g-footer__inner2 {
	max-width: 800px;
	margin: 0 auto;
}
.g-footer .g-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer .g-footer-logo.m01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  margin: 0 auto;
}
.g-footer .g-footer-logo.m01 div{
  width: auto;
  margin: 0 auto;
}
.g-footer .copyright {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .g-footer .copyright {
    font-size: 1.2rem;
  }
}

.sp-floating-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-floating-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #EFEFEF;
    min-height: 78px;
  }
}
.sp-floating-nav .nav-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.1rem;
}
.sp-floating-nav .btn-outline,
.sp-floating-nav .btn-map {
  color: #4A4A4A;
  background: #EFEFEF;
  border-right: 1px solid #fff;
}
.sp-floating-nav .btn-tel {
  color: #fff;
  background: #015E9E;
  border-right: 1px solid #fff;
}
.sp-floating-nav .btn-contact {
  color: #fff;
  background: #B15555;
}

#page-top {
  background: #F0F0F0;
}
#page-top .main-content {
  padding: 206px 20px 120px;
}
@media screen and (max-width: 1024px) {
  #page-top .main-content {
    padding: 85px 0 30px;
  }
}
#page-top .main-content .main-content__inner {
  max-width: 1290px;
  margin: auto;
  border-top: 7px solid #93BDD5;
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .main-content .main-content__inner {
    padding: 0 15px;
  }
}
#page-top .article {
  padding: 100px 0;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #page-top .article {
    padding: 20px 0 40px;
  }
}
#page-top .article .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .lead {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
}
#page-top .article .lead .lead__secondary {
  padding-left: 20px;
  margin-left: 20px;
  background: url("../img/top_lead_bg_1.png") left center/2px 10px repeat-y;
}
@media screen and (max-width: 1024px) {
  #page-top .article .lead .lead__secondary {
    padding-left: 0;
    margin-left: 0;
    background: url("../img/top_lead_bg_1_sp.png") center top/265px 2px no-repeat;
    padding-top: 60px;
    margin-top: 20px;
  }
}
#page-top .article .lead .lead-heading-1 {
  font-size: 3.8rem;
}
@media screen and (max-width: 1024px) {
  #page-top .article .lead .lead-heading-1 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.lead__secondary .location{
  font-size: 2.3rem;
}

@media screen and (max-width: 1024px) {
  .lead__secondary .location{
    font-size: 1.5rem;
  }
}


/*追加*/
.lead__secondary .location .basic_information_preview_content{
	font-size: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .lead__secondary .location .basic_information_preview_content{
    font-size: 1.5rem;
	font-size: 1.9rem;
  }
}



#page-top .article .feature {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .feature {
    margin-bottom: 50px;
  }
}
#page-top .article .feature .feature-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_1.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .feature .feature-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .feature .feature-list-1 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (max-width: 1024px) {
  #page-top .article .feature .feature-list-1 {
    font-size: 1.5rem;
  }
}
#page-top .article .gallery {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .gallery {
    margin-bottom: 50px;
  }
}
#page-top .article .gallery .gallery-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_2.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .gallery .gallery-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .gallery .gallery-slide {
  max-width: 880px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .gallery .gallery-slide {
    padding: 0 40px;
    margin-bottom: 10px;
  }
}
#page-top .article .gallery .gallery-slide .gallery-slide__item {
  position: relative;
}
#page-top .article .gallery .gallery-slide .gallery-slide__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/icon_zoom.png") center center/100% 100% no-repeat;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-top .article .gallery .gallery-slide .gallery-slide__item::after {
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
#page-top .article .gallery .gallery-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1%;
}
#page-top .article .gallery .gallery-thumbnail .gallery-thumbnail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
  margin: 0 1%;
  cursor: pointer;
}





#page-top .article .plan {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .plan {
    margin-bottom: 50px;
  }
}
#page-top .article .plan .plan-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_3.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .plan .plan-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .plan .plan-slide {
  max-width: 880px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .plan .plan-slide {
    padding: 0 40px;
    margin-bottom: 10px;
  }
}
#page-top .article .plan .plan-slide .plan-slide__item {
  position: relative;
}
#page-top .article .plan .plan-slide .plan-slide__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/icon_zoom.png") center center/100% 100% no-repeat;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-top .article .plan .plan-slide .plan-slide__item::after {
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
#page-top .article .plan .plan-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1%;
}
#page-top .article .plan .plan-thumbnail .plan-thumbnail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 13%;
          flex: 0 1 13%;
  margin: 0 1%;
  cursor: pointer;
}







#page-top .article .map {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map {
    margin-bottom: 50px;
  }
}
#page-top .article .map .map-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_4.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map .map-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .map .map-image-1 {
  text-align: center;
  margin-bottom: 20px;
}
#page-top .article .map .map-image-1 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}
#page-top .article .map .btn-more {
  display: block;
  max-width: 415px;
  margin: auto;
  font-size: 2.1rem;
  letter-spacing: 0.09em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #015E9E;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 0 #93BDD5;
          box-shadow: 5px 5px 0 #93BDD5;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map .btn-more {
    max-width: 280px;
    font-size: 1.3rem;
    padding: 15px;
  }
}
#page-top .article .outline {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .outline {
    margin-bottom: 50px;
  }
}
#page-top .article .outline .outline-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_5.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .outline .outline-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .outline .outline-table {
  border-collapse: collapse;
  width: 100%;
}
#page-top .article .outline .outline-table th, #page-top .article .outline .outline-table td {
  border: 1px solid #93BDD5;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  #page-top .article .outline .outline-table th, #page-top .article .outline .outline-table td {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
#page-top .article .outline .outline-table th {
  background: #CFE2ED;
  width: 190px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .outline .outline-table th {
    width: 120px;
  }
}
#page-top .article .banner {
  text-align: center;
  margin-bottom: 60px;
}

.banner img{
padding: 3px;
}


@media screen and (max-width: 1024px) {
  #page-top .article .banner {
    margin-bottom: 30px;
  }
}
#page-top .article .contact {
  text-align: center;
}
#page-top .article .contact .contact-heading-1 {
  font-size: 2.2rem;
  font-weight: normal;
  background: url("../img/top_icon_ttl_6.png") center bottom/420px auto no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .contact .contact-heading-1 {
    font-size: 1.8rem;
  }
}
#page-top .article .contact .contact-text-1 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .contact .contact-text-1 {
    font-size: 1.6rem;
  }
}
#page-top .article .contact .contact-text-2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .contact .contact-text-2 {
    font-size: 1.1rem;
  }
}
#page-top .article .contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.3rem;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  #page-top .article .contact .tel {
    font-size: 2.8rem;
  }
}
#page-top .article .contact .tel img {
  margin-right: 10px;
  vertical-align: bottom;
}




/* 追加 */
#page-outline .tab-content__item table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page-outline .tab-content__item table:nth-of-type(2) {
    display: block !important;
    border-bottom: 1px solid #93BDD5 !important;
  }

}
@media screen and (max-width: 767px) {
  #page-outline .tab-content__item table tbody {
    display: block !important;
  }
}
#page-outline .tab-content__item table tr {
  border: 1px solid #93BDD5 !important;
}
@media screen and (max-width: 767px) {
  #page-outline .tab-content__item table tr {
    display: block !important;
    border-bottom: none !important;
  }
}
#page-outline .tab-content__item table td:nth-child(1),
#page-outline .tab-content__item table td:nth-child(2) {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 10px !important;
}
@media screen and (max-width: 767px) {
  #page-outline .tab-content__item table td:nth-child(1),
  #page-outline .tab-content__item table td:nth-child(2) {
    font-size: 12px !important;
    padding: 10px !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
  }
}
#page-outline .tab-content__item table td:nth-child(1) {
  text-align: left !important;
  width: 20% !important;
  background: #CFE2ED !important;
  border-right: 1px solid #93BDD5 !important;
}
@media screen and (max-width: 767px) {
  #page-outline .tab-content__item table td:nth-child(1) {
    width: 100% !important;
    border-right: none !important;
  }
}
#page-outline .tab-content__item table td {
  text-align: left;
}
#page-outline .outline-notice {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-outline .outline-notice {
    font-size: 12px;
  }
}

.td-preview{
  border: 1px solid #93BDD5 !important;
}

h4{
  display: none;
}

.preview-info span{
  display: none;
}

.preview-img-thumbnail{
  display: none;
}

.gallery-thumbs{
margin-top: 10px;
}



/***

MAP画像なしの時のテキスト

***/
#page-top .article .map .map-text-1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
#page-top .article .map .map-text-2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
/***

MAP画像なしの時のgooglemap

***/
.map-zu1 {
  width: 92%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
}



/***

画像100%表示（可変）

***/
.resizeImage img{
	width: 100%;
	height: auto;
}



/***

アクセス　2024-0611

***/
#page-top .article .access .access-heading-1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  background: url("../img/top_icon_ttl_access.png") left bottom/204px auto no-repeat;
  min-width: 200px;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .access .access-heading-1 {
    font-size: 1.8rem;
  }
}


#page-top .article .access {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .access {
    margin-bottom: 50px;
  }
}
#page-top .article .access .access-slide {
  max-width: 880px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .access .access-slide {
    padding: 0 40px;
    margin-bottom: 10px;
  }
}
#page-top .article .access .access-slide .access-slide__item {
  position: relative;
}
#page-top .article .access .access-slide .access-slide__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/icon_zoom.png") center center/100% 100% no-repeat;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-top .article  .access  .access-slide  .access-slide__item::after {
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
#page-top .article .access .access-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1%;
}
#page-top .article .access .access-thumbnail .access-thumbnail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 13%;
          flex: 0 1 13%;
  margin: 0 1%;
  cursor: pointer;
}





/***

MAP　2024-0611

***/
#page-top .article .map {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map {
    margin-bottom: 50px;
  }
}
#page-top .article .map .map-slide {
  max-width: 880px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map .map-slide {
    padding: 0 40px;
    margin-bottom: 10px;
  }
}
#page-top .article .map .map-slide .map-slide__item {
  position: relative;
}
#page-top .article .map .map-slide .map-slide__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/icon_zoom.png") center center/100% 100% no-repeat;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #page-top .article .map .map-slide .map-slide__item::after {
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
}
#page-top .article .map .map-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1%;
}
#page-top .article .map .map-thumbnail .map-thumbnail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 13%;
          flex: 0 1 13%;
  margin: 0 1%;
  cursor: pointer;
}




