@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  background-color: #ffffff;
}

@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 16px;
  }
}

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

::-moz-selection {
  background: #ffffff;
}

::selection {
  background: #ffffff;
}

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

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  height: 84px;
  margin: 0;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#545454));
  background: -webkit-linear-gradient(left, black 0%, #545454 100%);
  background: linear-gradient(90deg, black 0%, #545454 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .header {
    display: block;
    padding: 0 16px;
  }
}

.header h1 {
  margin: 0;
}

.header h1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999999;
}

@media screen and (max-width: 639px) {
  .header h1 a img {
    width: 160px;
    height: auto;
  }
}

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

.headerInner h1 {
  padding-left: 16px;
  position: relative;
  z-index: 999999999999999;
}

@media screen and (min-width: 1025px) {
  .headerInner h1 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .headerInner {
    height: auto;
    padding: 12px 0;
    max-width: 1400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#545454));
  background: -webkit-linear-gradient(left, black 0%, #545454 100%);
  background: linear-gradient(90deg, black 0%, #545454 100%);
  position: relative;
  padding: 48px 16px;
}

@media screen and (max-width: 639px) {
  .footer {
    padding: 32px 16px;
  }
}

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

@media screen and (max-width: 639px) {
  .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerInner img {
    width: 160px;
    height: auto;
  }
}

.footerInner address {
  margin-top: 32px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.8;
}

.footerInner address p {
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .footerInner address {
    font-size: 13px;
  }
}

.footerInner .footerNavArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footerInner .footerNav ul li {
  display: inline-block;
  margin-left: 20px;
}

.footerInner .footerNav ul li a {
  color: #FFFFFF;
}

@media screen and (max-width: 639px) {
  .footerInner .footerNav {
    display: none;
  }
}

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

@media screen and (max-width: 639px) {
  .footerInner .copyright {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .footerInner {
    max-width: calc(1400px - 16vw);
    margin: auto;
  }
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  display: block;
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}

.lower .headerTel a {
  width: 50%;
}

/*---------------------------------------
contact
---------------------------------------*/
.contact {
  display: none;
}

@media screen and (min-width: 1025px) {
  .contact {
    background: #ffffff;
    position: relative;
    padding: 40px 0;
    display: block;
  }
  .contactText {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    font-family: "Oswald", sans-serif;
  }
  .contactText .Ttl {
    border-bottom: 2px solid #000000;
    font-size: 32px;
  }
  .contactText .subTtl {
    color: #000000;
  }
  .contactImg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 1025px;
    margin: 0 auto 50px;
  }
  .contactImg a {
    display: block;
    width: 30%;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  top: 0;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#545454));
  background: -webkit-linear-gradient(left, black 0%, #545454 100%);
  background: linear-gradient(90deg, black 0%, #545454 100%);
  padding-top: 84px;
}

@media screen and (max-width: 639px) {
  .gnav {
    pointer-events: none;
  }
}

@media screen and (min-width: 1025px) {
  .gnav {
    padding-top: 0;
  }
}

.gnav .nav-list {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.gnav .nav-list li {
  position: relative;
  font-size: 16px;
  border-top: 1px solid #fff;
  padding: 26px 0;
}

.gnav .nav-list li a {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.gnav .nav-list li a small {
  opacity: 0.6;
}

.gnav .gnavContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnav .gnavContact figure {
  width: 50%;
  margin-left: 0;
}

.gnav .gnavContact figure img {
  width: 100%;
  padding: 0 5px;
}

@media screen and (min-width: 640px) {
  .gnav .gnavContact figure:last-child a {
    pointer-events: none;
  }
}

@media screen and (min-width: 1025px) {
  .gnav .gnavContact figure {
    margin-left: 8px;
  }
  .gnav .gnavContact figure img {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .gnav {
    opacity: 1;
    background-image: none;
    width: 100%;
    position: static;
  }
  .gnav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .gnav .nav-list li {
    padding: 0 10px;
    text-align: center;
    border: none;
  }
  .gnav .nav-list li:last-child {
    border: none;
  }
  .gnav .nav-list li a {
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .gnav .nav-list .pcGnav {
    display: block;
  }
  .gnav .nav-list .spGnav {
    display: none;
  }
  .gnav .nav-list .current:after {
    content: "";
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    display: block;
  }
}

.nav-toggle:checked ~ .gnav {
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #FFF;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999999;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-burger .icon, .btn-burger .icon:before, .btn-burger .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #000;
  cursor: pointer;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}

.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}

.nav-toggle:checked ~ .btn-burger {
  background-color: #ffffff;
  background-color: transparent;
}

.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}

.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin-bottom: 48px;
}

.h2-style strong {
  font-size: 144%;
}

.h2-style small {
  font-size: 17px;
  display: block;
}

.h2-style.line:before {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  background-color: #000;
  margin: auto;
}

.h3-style {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.h4-style {
  color: #000000;
  margin-bottom: 16px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  color: #CCCCCC;
  opacity: 0.6;
}

a:hover img {
  opacity: 0.6;
}

a.link-text {
  color: #000000;
  position: relative;
}

a.link-text::before {
  content: '';
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
btn
---------------------------------------*/
.btn {
  background-image: url(/assets/img/cmn/ico_btn.svg), -webkit-gradient(linear, left top, right top, from(black), to(#545454));
  background-image: url(/assets/img/cmn/ico_btn.svg), -webkit-linear-gradient(left, black 0%, #545454 100%);
  background-image: url(/assets/img/cmn/ico_btn.svg), linear-gradient(90deg, black 0%, #545454 100%);
  background-color: #000;
  background-position: right 24px center,center center;
  background-repeat: no-repeat;
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  padding: 0 88px 0 32px;
  text-decoration: none;
  text-align: left;
  height: 64px;
  line-height: 64px;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 2em;
}

.btn a {
  color: #FFFFFF;
  position: relative;
  z-index: 99;
  text-decoration: none;
}

.btn:before {
  background-image: url(/assets/img/cmn/ico_btn.svg);
  background-color: rgba(255, 255, 255, 0.129);
  background-position: right 24px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

.btn:hover:before {
  opacity: 1;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}

.table-style th {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}

.table-style td {
  background-color: #f0f0f0;
  text-align: left;
  padding: 12px 8px;
}

.table-style .nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

td > ul {
  margin-bottom: 0;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}

.listNormal li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #333333;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.listNormal.listNowrap li {
  padding-left: 0;
  display: inline-block;
}

.listNormal.listNowrap li:before {
  display: none;
}

.listNormal.listNowrap li:after {
  content: "/";
  color: #969696;
  padding-left: 8px;
}

.listNormal.listNowrap li:last-child:after {
  display: none;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8f472));
  background: -webkit-linear-gradient(transparent 60%, #f8f472 60%);
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #000000;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 640px) {
  .img1 img {
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}

.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}

@media screen and (min-width: 640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img2 img,
  .img3 img {
    height: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .img2,
  .img3 {
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}

.img3 img:last-child {
  width: 33.3%;
}

@media screen and (min-width: 640px) {
  .img3 img {
    height: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw)/2);
}

.bg-gray {
  background-color: #f0f0f0;
  padding: 24px;
}

@media screen and (min-width: 640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #000000;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}

@media screen and (min-width: 640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}

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

@media screen and (min-width: 640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */