@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (min-width:640px) {
  html,
body {
    font-size: 16px;
  }
}

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

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

::selection {
  background: #F2F2F2;
}

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

/*---------------------------------------
ヘッダー
---------------------------------------*/
.header {
  margin: 0;
  position: relative;
}
.header .headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.header .headerWrap h1 {
  margin-bottom: 0;
  position: absolute;
  top: -90px;
  left: -130px;
  z-index: 10;
  width: 320px;
}
.header .headerWrap .headerTel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  display: flex;
  opacity: 0;
  transition: opacity 1s;
  width: 100%;
}
.header .headerWrap .headerTel a {
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.header .headerWrap .headerTel a img {
  width: 100%;
}
.header .headerWrap .headerTel.DownMove {
  opacity: 1;
}
@media screen and (min-width:640px) {
  .header .headerWrap .headerTel {
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .header .headerWrap .headerTel a {
    width: 48%;
    border: solid rgba(255, 255, 255, 0.6);
    border-width: 1px 1px 0;
  }
}
@media screen and (min-width:1025px) {
  .header {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .header .headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .header .headerWrap h1 {
    width: 360px;
    position: absolute;
    top: -100px;
    left: -140px;
  }
  .header .headerWrap .headerTel {
    display: none;
  }
  .header .headerWrap .headerTel a {
    margin: auto;
    margin-left: 5px;
    width: 240px;
  }
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  background-color: #000;
  position: relative;
  text-align: center;
}
.footer .footerNav {
  display: none;
}
.footer .footerInfoWrap {
  max-width: 960px;
}
.footer .footerInfoWrap .map iframe {
  width: 100%;
  height: 360px;
  max-width: 440px;
  border: none;
}
.footer .footerInfoWrap .footerContent .footerInfo {
  margin-top: 40px;
}
.footer .footerInfoWrap .footerContent .footerInfo .footerTel {
  margin-top: 30px;
}
.footer .footerInfoWrap .footerContent .footerInfo .footerTel figure {
  width: 100%;
}
.footer .footerInfoWrap .footerContent .footerInfo img {
  margin-bottom: 20px;
  width: 200px;
}
.footer .footerInfoWrap .footerContent .footerInfo hr {
  margin-bottom: 20px;
}
.footer .footerInfoWrap .footerContent .footerInfo address {
  line-height: 1.8rem;
  display: block;
  color: #ffffff;
}
.footer .footerInfoWrap .footerContent .footerInfo address .mg {
  display: block;
  margin-bottom: 20px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  background-color: #333;
  padding: 20px 0 80px;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width:640px) {
  .footer {
    padding-top: 40px;
  }
  .footer .copyright {
    padding: 20px 0 150px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer .footerNav {
    display: block;
    text-align: right;
    font-size: 16px;
    background-color: #333;
  }
  .footer .footerNav .footerWarp {
    max-width: 960px;
    margin: auto;
  }
  .footer .footerNav .footerWarp ul {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 0;
  }
  .footer .footerNav .footerWarp ul li {
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footerNav .footerWarp ul li:last-child {
    padding-right: 0;
  }
  .footer .footerNav .footerWarp ul li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
  }
  .footer .footerInfoWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    position: relative;
    margin: 0 auto;
  }
  .footer .footerInfoWrap .map iframe {
    width: 400px;
    height: 360px;
    margin-top: -150px;
  }
  .footer .footerInfoWrap .footerContent {
    width: calc(100% - 480px);
  }
  .footer .footerInfoWrap .footerContent .footerInfo {
    margin-top: 0;
  }
  .footer .footerInfoWrap .footerContent .footerInfo img {
    margin: 0;
  }
  .footer .footerInfoWrap .footerContent .footerInfo address p {
    margin-bottom: 0;
  }
  .footer .footerInfoWrap .footerContent .footerInfo address p .postalCode {
    margin-right: 20px;
  }
  .footer .footerInfoWrap .footerContent .footerInfo address .br {
    display: none;
    margin-right: 10px;
  }
  .footer .footerInfoWrap .footerContent .footerInfo hr {
    display: none;
  }
  .footer .footerInfoWrap .footerContent .footerInfo .footerTel {
    display: block;
    width: 100%;
  }
  .footer .footerInfoWrap .footerContent .footerInfo .footerTel figure {
    width: 403px;
  }
  .footer .footerInfoWrap .footerContent .footerInfo .footerTel figure img {
    width: 100%;
    height: auto;
  }
  .footer .copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  background: #333;
  transition: 0.5s ease-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav .nav-list {
  list-style: none;
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 0;
  text-align: center;
}
.gnav .nav-list li {
  padding: 24px 0;
  position: relative;
  font-size: 16px;
  border-top: 1px solid #ffffff;
}
.gnav .nav-list li:last-child {
  border-bottom: 1px solid #ffffff;
}
.gnav .nav-list li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.gnav .nav-list li a small {
  opacity: 0.6;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:1025px) {
  .gnav {
    background-color: rgba(17, 255, 238, 0);
    left: 0;
    height: auto;
    z-index: 5;
    position: absolute;
  }
  .gnav .nav-list {
    height: auto;
    margin: 0;
    padding: 25px 40px 24px;
    display: flex;
    justify-content: flex-end;
  }
  .gnav .nav-list li {
    padding: 0;
    text-align: center;
    border: none;
    display: flex;
    transform: skewX(-40deg);
    background: rgba(17, 255, 238, 0);
    border-right: 1px solid #FFF;
    width: 160px;
  }
  .gnav .nav-list li:last-child {
    border-bottom: none;
  }
  .gnav .nav-list li:first-child {
    border-left: 1px solid #FFF;
  }
  .gnav .nav-list li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0 35px 0;
    transform: skewX(40deg);
  }
  .gnav .nav-list li a:last-child {
    border: none;
  }
  .gnav .nav-list .bg-Gold {
    background: #A5925C;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .gnav .nav-list li {
    width: 180px;
  }
  .gnav .nav-list li a {
    font-size: 15px;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #A5925C;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 20px;
  right: 8px;
  z-index: 100;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 16px;
}
.btn-burger .icon:after {
  top: -16px;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #333;
}
.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: #ffffff;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 0;
}

/*---------------------------------------
heading
---------------------------------------*/
.h2-style {
  color: #ffffff;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.75rem;
}
.h2-style strong {
  font-size: 144%;
}
.h2-style > span {
  white-space: nowrap;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.h2-style > span > span {
  position: relative;
}
.h2-style > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  transform: skewX(-10deg);
}

.h3-style {
  color: #A5925C;
  font-size: 1.375rem;
}

.h4-style {
  color: #A5925C;
  border-bottom: 2px solid #A5925C;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #1F61F4;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover {
  color: #62848D;
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}

a.link-text {
  color: #A5925C;
  position: relative;
}
a.link-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #A5925C;
  border-right: 2px solid #A5925C;
  transform: rotate(45deg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #A5925C;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #F2F2F2;
  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;
}

.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: #6f5024;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

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

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  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;
}

.dpi {
  display: inline-block;
}

/*---------------------------------------
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: 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 {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
.img3 {
    width: 1024px;
    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;
    max-width: 1200px;
  }
}

.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: #ffffff;
  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 */