@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* scroll-behavior: smooth; */
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  text-align: left;
}

textarea {
  white-space: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #585858;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  background: #efefef;
}

body p {
  line-height: 2;
}

.btn {
  position: relative;
  display: block;
  border-radius: 5rem;
  text-align: center;

  font-weight: bold;
  margin: 30px auto 0;
  background: #e69719;
  color: #fff;
}

.btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pc {
  display: none !important;
}
.pc1 {
  display: none;
}
@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

#mainvisual {
  padding-block: 58px 0px;
  position: relative;
}
#mainvisual .absolute {
  position: absolute;
  width: 90%;
  max-width: 400px;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
  padding: 15px 0;
}

#sec01 {
}

#sec04 {
  text-align: center;
}

#sec05 {
}
#contact {
  padding: 50px 0;
}
#contact > div {
  text-align: center;
  padding: 20px 0;
}
#contact img {
  width: 50%;
}

@media screen and (min-width: 700px) {
  #mainvisual img {
    max-width: 100%;
  }
  #mainvisual .absolute {
    left: 5%;
    transform: translate(0, -0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    max-width: 700px;
    width: 40%;
    bottom: 10%;
    font-size: min(2vw, 33px);
    padding: 20px 0;
  }

  #sec01 {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0px;
  }
  #sec02 {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0px;
  }
  #sec03 {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0px;
  }
  #sec03 img {
    max-width: 800px;
    width: 70%;
  }
  #sec04 .title {
    max-width: 700px;
    width: 60%;
  }

  #contact img {
    width: 50%;
    max-width: 400px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1300px) {
  .pc1 {
    display: block;
  }
  .sp1 {
    display: none;
  }
  #sec04 {
    width: 95%;
    margin: 0 auto;
    padding: 100px 10px;
  }
  #sec04 > img {
    padding: 100px 10px;
    max-width: 600px;
    width: 80%;
  }

  #sec04 .flex {
    max-width: 1700px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #sec04 .flex div {
    width: 48%;
    margin: 10px auto;
  }
}

/* ----menu---- */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 20px;
  position: fixed;
  padding: 0 0 18px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 4px;
  width: 34px;
  border-radius: 3px;
  background: #9d0404;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.drawer_open:after {
  position: absolute;
  content: "";
  bottom: 16px;
  color: #9d0404;
  font-size: 11px;
  font-weight: bold;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
.sp_navbtn.open .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
.sp_navbtn.open .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_navbtn.open .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 40px 5px;
}

.nav_list {
  list-style: none;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
.nav_content.open {
  bottom: 0;
  /* メニューを画面に入れる */
}

/*ハンバーガーメニュー内容*/
@media screen and (max-width: 699px) {
  .nav_content ul.sp {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
  }

  .nav_content ul.sp a {
    color: #b5b5b5;
    border-bottom: 1px solid #9d0404;
    padding-bottom: 3px;
  }

  .nav_content ul:first-child a {
    display: block;
    border-bottom: 1px dashed #9d0404;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 18px;
    color: #9d0404;
  }
}

/* ----header---- */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
}
h1#logo img {
  max-width: 200px;
  margin-block: 20px;
  padding-left: 15px;
}
.top_btn {
  display: flex;
}
.top_btn img {
  max-width: 90px;
}

@media screen and (min-width: 700px) {
  header {
    width: 100%;
    position: fixed;
    margin-inline: auto;
    padding: 0;
    z-index: 2;
    top: 0;
  }
  header div.flexbox {
    display: flex;
    margin-left: 2%;
  }

  .drawer_open {
    display: none;
  }
  .nav_content {
    position: unset;

    padding-right: 1%;
    padding-left: 1%;
    padding: 0;
    margin-block: auto;
  }

  .nav_content ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    /* row-gap: 10px; */
  }

  .nav_content a {
    color: #9d0404;
    border-right: 1px solid #9d0404;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .nav_content li:nth-child(4) a {
    /* border-right: none; */
  }

  .nav_content li:last-child a {
    border-right: none;
  }
}

/* ----footer---- */
footer {
  background: #9d0404;
  padding: 30px 0 0;
}
footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
footer li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-weight: bold;
  letter-spacing: 1px;
}
footer li:last-child {
  border-right: none;
}
footer .info {
  padding: 40px 10px;
}
footer img {
  display: block;
  width: 90%;
  max-width: 300px;
  padding: 10px 10px;
}
footer .f_nav a {
  color: #fff;
  margin: 0 8px;
}

footer div {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}
footer .copy {
  padding: 30px 0 5px;
}

td {
  padding: 10px 0 10px 5px;
  width: 70%;
}

/*-----form-------*/
form {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
  font-weight: bold;
  color: #9d0404;
}

form .required {
  color: #e69719;
}

form input,
form textarea {
  background: #fff;
  border: 2px solid #d6d6d6;
  padding: 4px;
  width: 100%;
  border-radius: 5px;
}
form input {
  padding-block: 10px;
  margin-bottom: 30px;
}

form input[type="submit"] {
  -webkit-appearance: none;
  background: #9d0404;
  border-radius: 30px;
  width: 250px;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  display: block;
  padding-block: 10px;
  font-size: 18px;
  margin: 40px auto;
}
#formWrap {
  border: #1e1e1e solid 1px;
  border-radius: 10px;
  max-width: 800px;
  margin: 30px auto;
  width: 96%;
  padding: 10px;
  background-color: #fff;

  font-size: 14px;
}
#formWrap p {
  padding: 10px 5px;
}
#formWrap h4 {
  color: red;
}
#formWrap input[type="button"] {
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  margin-inline: auto;
  width: 250px;
  padding-block: 15px;
  font-size: 16px;
  margin: 40px auto;
  text-align: center;
}

@media screen and (min-width: 700px) {
  #formWrap {
    font-size: 16px;
    padding: 20px;
  }
  form div {
    display: flex;
    margin: 20px 0;
  }
  form dt {
    width: 25%;
    text-align: left;
  }
  form dd {
    width: 75%;
  }
}
