@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", "Helvetica Neue", "Oswald", "Noto Sans JP", sans-serif; /* 最終フォールバック */
}
.body {
  position: relative;
}

p {
  margin-top: 1em;
}

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

a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: black;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

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

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
@media screen and (max-width: 1559px) {
  .header-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 990px) {
  .header-container {
    padding: 10px;
    border-bottom: 4px solid #6C3;
  }
}
.header-container .logo {
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .header-container .logo {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 991px) {
  .header-container .logo img {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .header-container .logo img {
    width: 130.584px;
  }
}
.header-container .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .header-container .nav-group {
    margin-right: 17px;
  }
}
.header-container .nav-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility {
    margin-right: 4px;
    gap: 24px;
  }
}
.header-container .nav-utility li {
  font-size: 13px;
  line-height: 125%;
}
@media print, screen and (min-width: 768px) {
  .header-container .nav-utility li {
    border-left: 1px solid #000;
    padding-left: 13px;
  }
}
@media print, screen and (min-width: 991px) {
  .header-container .nav-utility li:first-child {
    border: 0;
  }
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li:last-child {
    border-right: 1px solid #6C3;
    padding-right: 19px;
  }
}
.header-container .nav-utility li a {
  color: #5A5A60;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.header-container .nav-utility li a:hover, .header-container .nav-utility li a:active, .header-container .nav-utility li a:focus {
  color: #5a5a60;
  text-decoration: none;
}
.header-container .nav-utility li a:visited {
  color: #5a5a60;
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li a .icon-store path {
    fill: #555;
  }
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li a span {
    display: none;
  }
}
.header-container .hamburger {
  border: 0;
  margin-left: 7px;
  background: transparent;
}
@media print, screen and (min-width: 991px) {
  .header-container .hamburger {
    display: none;
  }
}

.nav-global {
  background: #454548;
}
@media screen and (max-width: 990px) {
  .nav-global {
    background: #000;
    display: none;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 4px solid #6C3;
  }
}
.nav-global ul.menu-list {
  color: #FFF;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list {
    background: #3E3E3E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1400px;
    border-right: 1px solid #808080;
  }
}
.nav-global ul.menu-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.nav-global ul.menu-list a:hover, .nav-global ul.menu-list a:active, .nav-global ul.menu-list a:focus {
  color: white;
  text-decoration: none;
}
.nav-global ul.menu-list a:visited {
  color: white;
}
.nav-global ul.menu-list li.menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item {
    border-left: 1px solid #808080;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item {
    border-bottom: 1px solid #454548;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
  padding: 25px 0;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
    padding: 19px 0;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle:hover, .nav-global ul.menu-list li.menu-item .menu-single:hover {
    color: #6C3;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single .icon-arrow {
  position: absolute;
  right: 10px;
  top: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #b2b2b8 transparent transparent transparent;
  margin-top: 7px;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single .icon-arrow {
    display: none;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open, .nav-global ul.menu-list li.menu-item .menu-single.is-open {
  color: #6C3;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:hover, .nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:active, .nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:focus, .nav-global ul.menu-list li.menu-item .menu-single.is-open:hover, .nav-global ul.menu-list li.menu-item .menu-single.is-open:active, .nav-global ul.menu-list li.menu-item .menu-single.is-open:focus {
  color: #66cc33;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:visited, .nav-global ul.menu-list li.menu-item .menu-single.is-open:visited {
  color: #66cc33;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single.is-open .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #6C3 transparent transparent transparent;
}
.nav-global ul.menu-list li.menu-item ul.submenu {
  display: none;
  background: #E5E5E9;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 22px 20px;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a:hover, .nav-global ul.menu-list li.menu-item ul.submenu li a:active, .nav-global ul.menu-list li.menu-item ul.submenu li a:focus {
  color: black;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a:visited {
  color: black;
}
.nav-global ul.menu-list li.menu-item ul.submenu li.note {
  color: #000;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  padding: 20px 20px 20px 30px;
}

.breadcrumb {
  font-size: 13px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.breadcrumb ol li.home {
  background: url(../img/icon_home.svg) no-repeat 0 50%;
  padding-left: 17px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #000;
}
.breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li .home-icon {
  width: 1em;
  height: 1em;
  margin-right: 6px;
  vertical-align: middle;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1559px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1559px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}

.sec-normal {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 33px;
  }
}
@media print, screen and (min-width: 768px) {
  .col-wrap.gap100 {
    gap: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

footer {
  background: #000;
  color: #fff;
  padding: 30px 0 30px;
}
@media screen and (max-width: 990px) {
  footer {
    padding-bottom: 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: white;
  text-decoration: none;
}
footer a:visited {
  color: white;
}

@media print, screen and (min-width: 991px) {
  .nav-footer ul.menu-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: repeat(2, auto);
    gap: 30px 35px;
  }
  .nav-footer ul.menu-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-footer ul.menu-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .nav-footer ul.menu-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .nav-footer ul.menu-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav-footer ul.menu-list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nav-footer ul.menu-list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
  font-size: 25px;
  line-height: 125%;
  border-bottom: 1px solid #454548;
  display: block;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
    font-weight: bold;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
    border-bottom: 1px solid #454548;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 23px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-footer li.menu-item a.menu-toggle .icon-arrow::after, .nav-footer li.menu-item .menu-single .icon-arrow::after {
  content: "+";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 30px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item a.menu-toggle .icon-arrow, .nav-footer li.menu-item .menu-single .icon-arrow {
    display: none;
  }
}
.nav-footer li.menu-item a.menu-toggle.is-open .icon-arrow::after, .nav-footer li.menu-item .menu-single.is-open .icon-arrow::after {
  content: "";
  border-top: 2px solid #fff;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-top: 10px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; /* 3列ぶち抜き */
  }
  .nav-footer li.menu-item:nth-child(1) a {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer li.menu-item .menu-single {
    padding: 23px 15px 23px;
  }
}
.nav-footer li.menu-item .menu-single .icon-arrow:after {
  display: none;
}
.nav-footer ul.submenu {
  padding-left: 10px;
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu {
    display: none;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.nav-footer ul.submenu li {
  margin-top: 10px;
}
.nav-footer ul.submenu li a {
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu li a {
    font-weight: bold;
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu li a {
    padding: 20px 20px 20px 30px;
  }
}
.nav-footer ul.submenu li.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu.submenu-member {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-auto-rows: auto;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(7) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(9) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .nav-footer ul.submenu.submenu-member li:nth-child(10) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu.submenu-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-auto-rows: auto;
  }
  .nav-footer ul.submenu.submenu-contact li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .nav-footer ul.submenu.submenu-contact li:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .nav-footer ul.submenu.submenu-contact li:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .nav-footer ul.submenu.submenu-contact li:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.footer-sns {
  padding-top: 85px;
}
@media print, screen and (min-width: 991px) {
  .footer-sns {
    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;
    padding-top: 30px;
  }
}
.footer-sns .copy {
  padding: 0px;
}
@media screen and (max-width: 990px) {
  .footer-sns .copy {
    text-align: center;
  }
}
@media print, screen and (min-width: 991px) {
  .footer-sns .copy {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 991px) {
  .footer-sns .copy br {
    display: none;
  }
}
.footer-sns ul.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 990px) {
  .footer-sns ul.nav-sns {
    padding: 20px 30px;
  }
}
.footer-sns ul.nav-sns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.h2-01 {
  font-weight: bold;
  position: relative;
  word-break: keep-all;
}
@media print, screen and (min-width: 768px) {
  .h2-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 40px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h2-01 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #6C3;
    padding-bottom: 21px;
    margin-top: 40px;
    line-height: 125%;
  }
}
.h2-01::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #4caf50;
  margin-left: 1rem;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
@media screen and (max-width: 767px) {
  .h2-01::after {
    display: none;
  }
}

.h3-01 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 50px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .h3-01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.h3-01.small {
  font-size: 20px;
  font-size: 2rem;
}
.h3-02 {
  border-left: 3px solid #6C3;
  padding-left: 10px;
  font-size: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .h3-02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.h4-01 {
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .h4-01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.btn-01 {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
  color: white;
  text-decoration: none;
}
.btn-01:visited {
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn-01.padding-40-pc {
    padding: 20px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-01:not(.mini) {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .btn-01:not(.mini) {
    width: 100%;
  }
}
.btn-01:hover {
  background: rgba(0, 0, 0, 0.7);
}
.btn-01::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #6c3;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
}

@media screen and (max-width: 767px) {
  .witdh100-sp {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .card-list {
    display: -ms-grid;
    display: grid;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col2 {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col3 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
.card-list .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .card-list .card-item {
    margin-top: 30px;
  }
}
.card-list .card-item a, .card-list .card-item .inner {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
}
.card-list .card-item a:hover, .card-list .card-item a:active, .card-list .card-item a:focus, .card-list .card-item .inner:hover, .card-list .card-item .inner:active, .card-list .card-item .inner:focus {
  color: black;
  text-decoration: none;
}
.card-list .card-item a:visited, .card-list .card-item .inner:visited {
  color: black;
}
.card-list .card-item a:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
.card-list .card-item .body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-list .card-item .body p {
  margin: 0;
}
.card-list .card-item .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-list .card-item .body .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.card-list .card-item .body .no {
  font-family: "Oswald";
  font-size: 25px;
  color: #3DB700;
  font-weight: bold;
}
.card-list .card-item .body .card-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .body .card-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card-list .card-item .body .large {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .body .large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.card-list .card-item .button {
  padding: 0 20px 20px 20px;
  margin-top: 0;
}
.card-list .card-item .button .btn-01 {
  width: 100%;
  min-width: auto;
}
.card-list .card-item .button .btn-01.mini {
  width: inherit;
}
.card-list .card-item .img {
  margin-top: 0;
  border-bottom: 3px solid #6C3;
}

.bg-gray {
  background: #F1F1F1;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 60px 0;
  }
}

.bg-gray-02 {
  background: #E5E5E9;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray-02 {
    padding: 60px 0;
  }
}

.bg-white {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .bg-white {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white {
    background: transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.photo-box .body {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .photo-box .body {
    width: 50.64%;
  }
}
@media screen and (max-width: 767px) {
  .photo-box .body .h3-01 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .photo-box .photo {
    max-width: 45.51%;
  }
}
.photo-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.photo-box + .photo-box {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .bg-white .photo-box {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box .body {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white .photo-box .body {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box.reverse .body {
    padding-left: 60px;
  }
}

.box-gray {
  background: #F1F1F1;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .box-gray {
    margin-top: 30px;
  }
}
.box-gray .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .box-gray .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.box-white {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-white {
    margin-top: 30px;
  }
}

.link-list {
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-list li {
    margin: 8px 28px 20px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.link-list li a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-list li a:hover, .link-list li a:active, .link-list li a:focus {
  color: black;
  text-decoration: none;
}
.link-list li a:visited {
  color: black;
}
.link-list li a:hover {
  text-decoration: underline;
}
.link-list li a::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #6c3;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .link-list li:last-child {
    margin-bottom: 0;
  }
}
.link-list.bold a {
  font-weight: 700;
}

.list01 {
  padding-left: 20px;
  margin-top: 20px;
}
.list01 li {
  list-style: disc;
}

.list-btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .list-btn li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-btn li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list-btn li a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dl-01:not(:first-child) {
    margin-top: 30px;
  }
}
.dl-01 dt {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .dl-01 dt {
    font-size: 20px;
  }
}
.dl-01 dd {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  body#top {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
body#top div.hero {
  background: #000;
  min-height: 500px;
}
@media print, screen and (min-width: 768px) {
  body#top div.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/top/main.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#top div.hero p {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  body#top div.hero .hero-img {
    display: none;
  }
}
body#top div.hero .hero-body {
  color: #fff;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  body#top div.hero .hero-body {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body#top div.hero .hero-body {
    width: 100%;
    padding: 0 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
body#top div.hero .hero-lead01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body#top div.hero .hero-lead01 {
    margin-top: 30px;
  }
}
body#top div.hero .hero-logo {
  margin-top: 30px;
}
body#top div.hero .hero-button {
  margin-top: 40px;
}
body#top div.hero .hero-button a {
  border: 2px solid #6C3;
  background: #000;
  display: inline-block;
  padding: 20px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
body#top div.hero .hero-button a:hover, body#top div.hero .hero-button a:active, body#top div.hero .hero-button a:focus {
  color: white;
  text-decoration: none;
}
body#top div.hero .hero-button a:visited {
  color: white;
}
@media screen and (max-width: 767px) {
  body#top div.hero .hero-button a {
    width: 320px;
    text-align: center;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  body#top .tokuten {
    gap: 100px;
  }
}
body#top .tokuten .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  body#top .tokuten .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body#top .tokuten .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body#top .tokuten .col {
    margin-bottom: 60px;
  }
}

body#member section.book .photo-box .photo {
  width: 100%;
}
body#member section.book .book {
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
}
body#member section.book .book .book-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#member section.book .book .book-img img {
    width: 177px;
    height: auto;
  }
}
body#member section.book .book .book-title {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
body#member section.book .book .book-text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body#member section.book .book .book-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  body#member section.bosyu .card-item .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body#member section.bosyu .card-item .title {
    text-align: center;
    display: block;
  }
}
body#member section.bosyu .oubo-mail {
  background: #fff;
  text-align: center;
  max-width: 1158px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-weight: bold;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  body#member section.bosyu .oubo-mail {
    margin-top: 30px;
  }
}
body#member section.bosyu .oubo-mail p {
  margin: 0;
}

body#event .card-item .event-small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body#event .card-item .event-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#event .card-item .event-small2 {
  font-size: 13px;
  font-size: 1.3rem;
}
body#event .card-item .event-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body#event .card-item .event-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#join .no-credit {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  body#join .no-credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
body#join .body .card-sp {
  text-align: center;
  margin-bottom: 20px;
}
body#join .body .title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body#join .body .title {
    text-align: center;
  }
}
body#join .body .title .large {
  font-size: 20px;
  font-size: 2rem;
}
body#join .body .text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body#contact .link-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  body#contact .card-item .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  body#contact .card-item .contact-header {
    min-height: 100px;
  }
}
body#contact .card-item .contact-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body#contact .card-item .contact-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#contact .card-item .contact-subtitle {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  body#contact .card-item .contact-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#contact .card-item .subtitle2 {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  font-weight: bold;
}
body#contact .contact-box {
  margin-top: 110px;
  background: #F1F1F1;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  body#contact .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
  }
}
@media screen and (max-width: 767px) {
  body#contact .contact-box {
    margin-top: 50px;
    padding: 30px 15px;
  }
}
body#contact .contact-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact .contact-box .subtitle {
  font-weight: bold;
}

body#partner-facilities .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -moz-repeating-radial-gradient();
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#partner-facilities .search-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center/12px 8px;
  border: 1px solid #454548;
  border-radius: 6px;
  padding: 18px 40px 18px 14px;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  min-width: 240px;
  min-height: 44px;
}
body#partner-facilities .search-form select:focus {
  outline: 2px solid #8bb7ff;
  outline-offset: 2px;
  border-color: #1b6ef3;
  -webkit-box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.2);
          box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.2);
}
body#partner-facilities .search-form .search-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 15px 60px;
  cursor: pointer;
  min-height: 44px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
body#partner-facilities .search-form .search-button:hover {
  opacity: 0.92;
}
body#partner-facilities .search-form .search-button:focus {
  outline: 2px solid #8bb7ff;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.2);
          box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.2);
}
body#partner-facilities .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 640px) {
  body#partner-facilities .search-form {
    gap: 12px;
  }
  body#partner-facilities .search-form select {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  body#partner-facilities .search-form .search-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#partner-facilities .category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  body#partner-facilities .category-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
  }
}
body#partner-facilities .category-list a, body#partner-facilities .category-list .inner {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
}
body#partner-facilities .category-list a:hover, body#partner-facilities .category-list a:active, body#partner-facilities .category-list a:focus, body#partner-facilities .category-list .inner:hover, body#partner-facilities .category-list .inner:active, body#partner-facilities .category-list .inner:focus {
  color: black;
  text-decoration: none;
}
body#partner-facilities .category-list a:visited, body#partner-facilities .category-list .inner:visited {
  color: black;
}
body#partner-facilities .category-list a:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
body#partner-facilities .category-list .img {
  margin: 0;
}
body#partner-facilities .category-list .title {
  font-weight: 700;
  margin: 15px 20px;
}
@media screen and (max-width: 767px) {
  body#partner-facilities .category-list .title {
    margin: 15px 10px;
  }
}
body#partner-facilities .bosyu {
  background: #fff;
  margin-top: 50px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  body#partner-facilities .bosyu .contact-tel img {
    width: 52.648px;
  }
}
body#partner-facilities .bosyu .contact-tel span {
  font-size: 56px;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  body#partner-facilities .bosyu .contact-tel span {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 767px) {
  body#partner-facilities .bosyu .time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body#body404 section.sec404 {
  text-align: center;
  padding: 80px 30px 150px;
}
body#body404 section.sec404 h2 {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  body#body404 section.sec404 h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
body#body404 section.sec404 .text {
  margin: 40px 0;
}
body#body404 section.sec404 .btn-01 {
  text-align: left;
}

.rice-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}
.rice-01 dt {
  margin-right: 0.5em;
}

.rice-list {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.rice-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
  color: #555;
  font-size: 12px;
}
.rice-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: 1;
}
.rice-list li:last-child {
  margin-bottom: 0;
}
.rice-list.no-margin li {
  margin-bottom: 0;
}
.rice-list.font-large li {
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .rice-list.font-large li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.center {
  text-align: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

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

.large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.margin-0 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .margin-0-sp {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-0-pc {
    margin-top: 0;
  }
}

.margin-2x {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .margin-10-sp {
    margin-top: 10px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-10-pc {
    margin-top: 10px;
  }
}

.margin-20 {
  margin-top: 20px;
}

.margin-30 {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .margin-30-pc {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .margin-30-sp {
    margin-top: 30px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-40-pc {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .margin-40-sp {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-50-pc {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .margin-50-sp {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-60-pc {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .margin-60-sp {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .margin-65-sp {
    margin-top: 65px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-80-pc {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .margin-80-sp {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-100-pc {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .margin-100-sp {
    margin-top: 100px;
  }
}

.margin-60 {
  margin-top: 60px;
}

.padding-0 {
  padding-top: 0 !important;
}

.note {
  font-size: 14px;
}

.inline-block {
  display: inline-block;
}

.free-dial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .free-dial img {
    width: 53px;
  }
}
.free-dial span {
  font-family: Oswald;
  font-size: 86px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .free-dial span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.note01 {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .note01 {
    font-size: 20px;
    text-align: center;
  }
}

.lead01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.lead02 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}
.lead03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.contact-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none;
}
.contact-tel span {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .contact-tel span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.contact-tel span.tel-small {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-tel span.tel-small {
    font-size: 30px;
    font-size: 3rem;
  }
}
.contact-tel span.small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-tel span.small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
  }
}

.no_entry {
  pointer-events: none !important;
}