@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

.bold {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

main {
  background-color: #fff;
}

:root {
  --primary-color: #333333;
  --primary-color2: #1F1D1D;
  --primary-color3: #5C5C5C;
  --primary-color4: #BBA171;
  --h3-font: 28px;
  --p-font: 18px;
  --gold-font: 28px;
  --viewport: 750;
  --displayflex: flex;
  --fontNoto: 'Noto sans JP';
  --lineHeight: 1.8;
  --font-size20: 20px;
  --lineHeight1: 1.6;
  --marginSp: 21;
  --viewport: 750;
}


h3,
h4,
p,
table,
.colorSvg {
  color: var(--primary-color);
}

.firstviewImage {
  display: inline !important;
}


.mainContents .section .box .flex {
  display: var(--displayflex);
  justify-content: center;
}

.mainContents .section h4,
.mainContents .section li {
  padding: 0 97.5px;
}

.after_p {
  margin-bottom: 0 !important;
  line-height: var(--lineHeight);
}

.headerBusinessHours p {
  font-family: 'DIN 2014';
}

.cvaPhonea {
  font-family: 'DIN 2014';
  font-weight: 500;
}

h2.h3title {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }

  .mainContents {
    max-width: 1280px;
    margin: 0 auto;
  }

  .mainContents .section .last {
    margin-bottom: 100px;
  }

  .section_top90 {
    margin-top: 90px;
  }

  .cvaPC__first a {
    font-size: 30px;
    color: #fff;
  }

  .mainContents .sectionBottom {
    margin-bottom: 98px;
  }

  .cvaReserve {
    font-size: 16px !important;
  }

  .inner {
    margin: 0 auto;
    max-width: 980px;
  }

  .inner h3 {
    text-align: center;
  }

  .h3title {
    color: var(--primary-color);
    margin: 0 0 26px 0;
  }

  .mainContents .section h3 {
    font-size: var(--h3-font);
  }

  .mainContents .section p {
    color: var(--primary-color);
    font-family: var(--fontNoto);
  }

  .mainContents .section h3 .mainContents .section p {
    padding: 0 97px;
  }

  .section_top {
    margin-top: 33px;
  }

  .gcbAfter::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/btn-tolink__white.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 4px;
    position: absolute;
    background-color: #036ea8;
  }
  

}

@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
  }

  .h3title {
    color: var(--primary-color);
    /* margin: 0 0 calc(100vw / var(--viewport) * 30) 0; */
    margin: 0 0 20px 0;
    font-size: calc(100vw / var(--viewport) * 36) !important;
    text-align: center;
    line-height: calc(100vw / var(--viewport) * 50);
  }

  h2.h3title {
    font-size: 20px !important;
  }

  .aboutusFooterItem__Label {
    bottom: 9px;
  }

  .mainContents .section h3,
  .mainContents .section p {
    padding: 0 !important;
  }

  .mainContents {
    padding: 0 20px;
  }

  .mainContents .section .last {
    margin-bottom: 14.8vw;
  }

  .mainContents .section h3,
  .mainContents .section p {
    padding: 0 20px;
  }

  .mainContents .section p {
    margin-bottom: 4.52vw;
  }

  .mainContents .section h3 {
    font-size: 18px;
  }

  .mainContents .section h4,
  .mainContents .section li {
    padding: 0 20px;
  }

  .mainContents .section p {
    margin-bottom: 0 !important;
    line-height: 2;
  }

  .section_top {
    margin-top: calc(100vw / var(--viewport) * 70);
  }

  .cva {
    display: none;
  }

  .section_top90 {
    margin-top: calc(100vw / var(--viewport) * 70);
  }



  .h3title {
    font-size: calc(100vw / var(--viewport) * 36) !important;
    text-align: center;
    line-height: calc(100vw / var(--viewport) * 50);
  }
}

@media screen and (max-width: 461px) {

}

.cvaPhoneimg {
  display: inline;
  width: auto;
  padding-right: 12px;
  height: 29px;
  vertical-align: middle;
}

@media screen and (min-width:980px) and (max-width:1084px) {
  .cvaPhonea {
    font-size: 1.867vw !important;
  }

  .cvaTime {
    margin-top: 14px !important;
    font-size: 12px !important;
  }

  .cvaPhoneimg {
    font-size: 1.967vw !important;
    height: 21px !important;
    padding-right: 6px !important;
    vertical-align: middle !important;
  }

  .cvaReserve {
    font-size: 1.267vw !important;
  }
}
