@charset "UTF-8";
.faq-block__q {
  font-size: 0.937vw;
  position: relative;
  border-bottom: 0.052vw solid #0052a4;
  text-indent: -1.822vw;
  padding-left: 1.822vw;
  padding-right: 2.604vw;
}
.faq-block__q::before {
  position: absolute;
  content: "";
  width: 0.781vw;
  height: 0.104vw;
  background-color: #333;
  top: 48%;
  right: 1.04166vw;
  transform: rotate(0deg);
}
.faq-block__q::after {
  position: absolute;
  content: "";
  width: 1.04166vw;
  height: 0.13888vw;
  background-color: #333;
  top: 48%;
  right: 1.04166vw;
  transform: rotate(90deg);
}
.faq-block__q.close::before {
  transform: rotate(45deg);
}
.faq-block__q.close::after {
  transform: rotate(-45deg);
}
.faq-block__a {
  display: none;
  padding-left: 9rem;
  text-indent: -4rem;
}

.area {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .area {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .area {
    width: 100%;
    margin-bottom: 100px;
  }
}
.area-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area-container {
    display: block;
  }
}
.area-container__left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .area-container__left {
    width: 100%;
  }
}
.area-container__right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .area-container__right {
    width: 100%;
  }
}
.area-container__right-title {
  font-size: 28px;
  margin-bottom: 40px;
}

.banner {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 100px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .banner {
    margin-bottom: 100px;
  }
}
.banner-img {
  position: relative;
  text-align: center;
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner-img {
    width: 100%;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .banner-img {
    width: 570px;
  }
}
.banner-btn {
  background-color: #ed6c55;
  padding: 10px 30px 9px;
  border-radius: 30px;
  color: #e5edf5;
  width: 100%;
  display: block;
}

.category-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .category-item {
    display: block;
  }
}
.category-item__left {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .category-item__left {
    width: 100%;
  }
}
.category-item__left img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .category-item__left img {
    border-radius: 0;
  }
}
.category-item__right {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .category-item__right {
    width: 100%;
  }
}
.category-item__right-title {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .category-item__right-title {
    font-size: 26px;
  }
}

.contact {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 50px !important;
  }
}
.contact-title h2 {
  width: 20% !important;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-title h2 {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-title h2 {
    width: 45% !important;
  }
}
.contact-must {
  background-color: #f00;
  color: #fff;
  padding: 0.5rem 1rem 0.6rem;
  font-size: 1.4rem;
  border-radius: 7px;
  margin-left: 1.4rem;
}
.contact-list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-list {
    margin-bottom: 0;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-list {
    margin-bottom: 1rem;
  }
}
.contact-item__title {
  width: 30%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-item__title {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-item__title {
    width: 100%;
    font-size: 3rem;
  }
}
.contact-item__iframe {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .contact-item__iframe {
    width: 100%;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-item__iframe {
    width: 100%;
  }
}
.contact-item__iframe .wpcf7-text {
  background-color: #ccc;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-item__iframe .wpcf7-text {
    line-height: 3;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-item__iframe .wpcf7-text {
    line-height: 3;
  }
}
.contact-item__iframe .wpcf7-textarea {
  background-color: #ccc;
  width: 100%;
}
.contact-item label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-item label {
    display: block;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-item label {
    display: block;
  }
}
.contact-item .checkBox-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-item .checkBox-container {
    display: block;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-item .checkBox-container {
    display: block;
  }
}
.contact-button {
  text-align: right;
}
.contact-area .wpcf7-select {
  border: 1px solid #612c23;
}
.contact-area .wpcf7-submit {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.45);
  padding: 1rem 2rem;
  background-color: #ED6C55;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .contact-area .wpcf7-submit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-area .wpcf7-submit {
    font-size: 2rem;
  }
}
.contact-area .wpcf7-submit:hover {
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
}

.message {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 50px !important;
  }
}
.message-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message-container {
    display: block;
  }
}
.message-container__left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .message-container__left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.message-container__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message-container__right {
    width: 100%;
  }
}
.message-container__right-para {
  margin-bottom: 15px;
}
.message-container__right-sign {
  text-align: right;
}

.company {
  margin-top: 150px;
  margin-bottom: 6.9444vw;
}
.company-title {
  margin-bottom: 10rem !important;
}
.company .swrapper {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company .swrapper {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 16rem;
  }
}
.company-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.041vw;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .company-block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .company-block {
    display: block;
    margin-bottom: 1rem;
  }
}
.company-block.mb50 {
  margin-bottom: 2.604vw;
}
.company-block dt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company-block dt {
    width: 100%;
    font-weight: bold;
  }
}
.company-block dd {
  width: 70%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .company-block dd {
    width: 100%;
    padding-left: 1rem;
  }
}
.company-map iframe {
  width: 100%;
}
.company-box {
  margin-bottom: 100px;
}

@media screen and (min-width:767px) and (max-width:1030px) {
  .flow .wrapper {
    width: 95%;
  }
}
.flow-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow-list {
    display: block;
  }
}
.flow-item {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .flow-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow-item__title {
  position: relative;
  color: #090403;
  text-align: center;
  display: block;
  padding: 30px 0;
  background-image: linear-gradient(180deg, rgb(184, 167, 144), rgb(209, 203, 196));
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow-item__title {
    padding: 20px 0;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .flow-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow-item__title {
    margin-bottom: 0;
  }
}
.flow-item__title.gold {
  background-image: linear-gradient(0deg, rgb(226, 214, 152), rgb(219, 190, 44));
}
.flow-item__title.brown {
  background-image: none;
  background-color: #5D3F29;
  color: #e5edf5;
}
.flow-item__title.arrow::after {
  content: "";
  display: inline-block;
  background-image: url(./Dam_asset/img/flow/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -110px;
}
@media screen and (max-width: 767px) {
  .flow-item__title.arrow::after {
    display: none;
  }
}
.flow-item__text {
  padding: 5px;
}

.footer {
  margin-bottom: 0.52vw;
}
.footer .wrapper {
  width: 800px;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .footer .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrapper {
    width: 100%;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .footer {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 10rem;
  }
}
.footer p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1.4rem;
  }
}
.footer-company {
  background-image: url(./Dam_asset/img/footer/dam_footer7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 89%;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .footer-company {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.footer-company__container {
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 85px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-company__container {
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .footer-company__container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-company__container {
    border-radius: 0;
  }
}
.footer-company__container-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .footer-company__container-left {
    width: 100%;
  }
}
.footer-company__container-left img {
  width: 50%;
  text-align: center;
}
.footer-company__container-right {
  width: 60%;
  position: relative;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .footer-company__container-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-company__container-right {
    width: 100%;
  }
}
.footer-company__container-right__title {
  margin-bottom: 30px;
}
.footer-company__container-right__title li {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .footer-company__container-right__title li {
    font-size: 23px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .footer-company__container-right__title li {
    width: 100%;
  }
}
.footer-company__btn {
  background-color: #ed6c55;
  padding: 10px 30px 9px;
  border-radius: 30px;
  color: #e5edf5;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: -45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-company__btn {
    width: 100%;
    bottom: -75px;
  }
}
.footer-footer {
  background-color: #612c23;
  padding: 10px;
}

.fv {
  padding-top: 130px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-bottom: 50px;
    padding-top: 90px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .fv {
    padding-top: 90px;
    margin-bottom: 100px;
  }
}
.fv img {
  width: 100vw;
}

.header {
  background-color: white;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 85px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  padding: 0 1.041vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header__title {
  width: 110px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__title {
    width: 70px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .header__title {
    width: 80px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: static;
  transform: initial;
  background-color: inherit;
  height: inherit;
  display: flex;
  justify-content: end;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 85px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s;
  }
}

.header-box__right-cta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.041vw;
}
@media screen and (max-width: 767px) {
  .header-box__right-cta {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: inherit;
    left: 0;
    gap: 0;
    transform: translateY(0);
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .header-box__right-cta {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: inherit;
    left: 0;
    gap: 0;
    transform: translateY(0);
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  right: 372px;
  transform: translateY(-50%);
  width: 50%;
  display: flex;
  align-items: center;
  height: initial;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1300px) and (max-width: 1800px) {
  .nav-items {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .nav-items {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    display: block;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .nav-items {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 83%;
  }
}
.nav-items__item {
  margin-bottom: 2rem;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .nav-items__item {
    margin-bottom: 0;
  }
}

.nav-items__item {
  margin-bottom: 0;
}

/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: black;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .nav-items__item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-items__item a {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 767px) {
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
  background-color: #000;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
  background-color: #0068FD;
}

.hamburger span:nth-child(3) {
  top: 0;
  background-color: #000;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -17px;
  transform: rotate(-45deg);
  background-color: #0068FD;
}

@media screen and (max-width: 767px) {
  .cta-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5edf5;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .cta-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5edf5;
  }
}
.cta-header__button {
  display: inline-block;
  padding: 10px 20px;
  color: #e5edf5;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .cta-header__button {
    padding: 30px;
  }
}
.cta-header__button.tel {
  background-color: #ED6C55;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-header__button.tel {
    width: 54%;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .cta-header__button.tel {
    width: 54%;
  }
}
.cta-header__button.mail {
  background-color: #612c23;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-header__button.mail {
    width: 45%;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .cta-header__button.mail {
    width: 45%;
  }
}

.reason {
  background-image: url(./Dam_asset/img/reason/dam_reason1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 30px;
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .reason {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.reason-title {
  color: #e5edf5;
  font-size: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #e5edf5;
  display: inline-block;
}
.reason-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .reason-list {
    display: block;
  }
}
.reason-item {
  background-color: #e5edf5;
  width: 30%;
  padding: 20px 10px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reason-item__title {
  margin-bottom: 10px;
}
.reason-item__text {
  text-align-last: left;
}
.reason-item::before {
  font-family: "Prata", serif;
  font-size: 200px;
  color: #d3bcc7;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .reason-item::before {
    top: -63px;
  }
}
.reason-item.one::before {
  content: "1";
}
.reason-item.two::before {
  content: "2";
}
.reason-item.three::before {
  content: "3";
}

.sample {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .sample {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.sample .wrapper {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .sample .wrapper {
    width: 100%;
  }
}
.sample-contents__item {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 10px;
  border-bottom: 1px solid #612c23;
}
@media screen and (max-width: 767px) {
  .sample-contents__item {
    display: block;
  }
}

/*
Theme Name:D'am
Auther:WEB制作工房エル・タジェール
Version:1.00
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 950px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .wrapper {
    width: 85%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 95%;
    margin: 0 auto 3rem;
  }
}

h1 {
  font-weight: 700;
  font-size: 1.527vw;
  color: #090403;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 1030px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  line-height: 1.4;
  padding: 0.52vw 0;
  color: #090403;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #090403;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.2rem;
  }
}

p,
dt,
dd,
a {
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
  color: #090403;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  p,
dt,
dd,
a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  p,
dt,
dd,
a {
    font-size: 1.8rem;
  }
}

dt {
  font-weight: normal;
}

li {
  font-size: 18px;
  color: #090403;
  line-height: 1.8;
}
@media screen and (min-width:767px) and (max-width:1030px) {
  li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  li {
    font-size: 1.8rem;
  }
}

th,
td {
  line-height: 1.8;
  font-size: 18px;
}

@media screen and (min-width: 1030px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}

@media screen and (min-width: 1030px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 1030px) {
  .sp_tab-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab_pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:767px) and (max-width:1030px) {
  .pc-only {
    display: none !important;
  }
}

section {
  padding-top: 100px;
  margin-top: -100px;
}

.section-title {
  background-color: #612c23;
  padding: 10px;
  color: #e5edf5;
}

.btn {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  .btn {
    box-shadow: none;
  }
}

.btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .btn:hover {
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 1300px) {
  .nav-items__item {
    margin-right: 15px;
  }
}