@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #573001;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 4.0rem;
  background-color: #ffecd6;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
a {
  text-decoration: none;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block; /* PCを改行して */
}
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 1140px) {
  .pc_br {
    display: none; /* PCを改行して */
  }
  .sp_br {
    display: block;
  }
}
@media(max-width:768px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }
}
.page_header {
  width: 100%;
  position: relative;
}
.header {
  display: none;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
.sp_logo {
  width: 110px;
}
/* spヘッダー↓ */
@media(max-width:768px) {
  .section_image {
    display: none;
  }
  .header {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.page_header wrapper a {
  width: 100%;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 70%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
}
.header nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li a {
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
}
/* sp_アクセスタイトル ↓ */
.sp_section_title_group {
  display: none;
}
@media(max-width:768px) {
  .sp_section_title_group {
    display: inherit;
    position: relative;
  }
  .sp_section_title, inner {
    width: 250px;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: 200;
    background-color: #FFF;
  }
  .sp_section_title h3, inner {
    font-weight: 500;
  }
  /* sp_背景画像 ↓ */
  .background_menu, inner {
    background-image: url("../images/exterior_image_2.jpeg");
    text-align: center;
    margin-top: -25px;
    height: 180px;
    border-radius: 20px;
    background-size: cover;
  }
}
/* ナビゲーションメニュー↓ */
.main-nav, inner, flex {
  line-height: 2.5rem;
  margin-top: 90px;
  font-size: 2.0rem;
  font-weight: 500;
  justify-content: end;
  text-align: center;
  position: relative;
}
.access {
  margin-right: 60px;
}
.main-nav a {
  color: #40220F;
}
.main-nav span {
  font-size: 1.4rem;
  color: #FCB14E;
}
.main-nav li {
  margin-left: 50px;
}
@media(max-width:768px) {
  .main-nav {
    display: none;
  }
}
.wrapper {
  max-width: 1440px;
}
/* ホームタイトル↓ */
.section_title {
  padding: 65px 45px;
  right: -3%;
  top: -10%;
  position: absolute;
  writing-mode: vertical-rl;
  background-color: #FFF;
  border-radius: 40px;
  letter-spacing: 5px;
  /* 自動改行オフ↓*/
  white-space: nowrap;
}
.section_title h1 {
  font-size: 5.0rem;
  font-weight: 400;
}
/* 背景画像↓ */
.section_image, inner {
  background-image: url("../images/exterior_image_2.jpeg");
  background-size: cover;
  position: relative;
  margin-top: 90px;
  height: 486px;
  border-radius: 40px;
}
/* ロゴ↓ */
.logo {
  display: flex;
  width: 230px;
  margin: -175px 0 0 -45px;
  position: absolute;
}
.section_about {
  margin-top: 40px;
}
.title_pig {
  width: 160px;
  height: 200px;
  margin: 120px 40px 0 0;
}
.about_title {
  writing-mode: vertical-rl;
  position: relative;
  padding: 30px 45px 40px;
  border-radius: 100px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #FFF;
  background-color: #E60012;
}
.about_title span {
  color: #FED900;
}
.iframe_2, inner, flex {
  height: 470px;
  width: 100%;
  justify-content: center;
  border-radius: 40px;
}
.iframe_2_margin {
  margin: 150px 0;
}
.exterior_image {
  width: 555px;
  height: 705px;
  border-radius: 40px;
}
.information_group {
  text-align: center;
}
.telephone_number {
  margin: 30px 0;
}
.information_text_2 {
  margin-top: 50px;
}
.information_text_3 {
  margin-top: 50px;
}
.information_text_4 {
  margin-top: 50px;
}
.information_text_5 {
  margin-top: 50px;
}
@media(max-width:768px) {
  .iframe_2, inner, flex {
    height: 175px;
    border-radius: 20px;
  }
  .iframe_2_margin {
    margin: 60px 0 100px;
  }
  .exterior_image {
    height: 415px;
    border-radius: 20px;
  }
  .telephone_number {
    font-size: 2.6rem;
    line-height: 3.0rem;
  }
  .telephone_number span {
    font-size: 1.4rem;
  }
  .information_text {
    margin-top: 80px;
    letter-spacing: 0.08rem;
  }
}
/* フッター */
.footer {
  width: 100vw;
  margin-top: 245px;
  background-color: #DB000B;
}
.iframe {
  height: 285px;
  width: 100%;
  justify-content: center;
  margin-top: 70px;
  border-radius: 40px;
}
.footer-rogo {
  width: 170px;
}
.footer-list2, inner, flex {
  margin: 40px 0 0 50px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  color: #FFF;
}
.footer-list5, flex {
  padding: 45px 0 50px 0;
  justify-content: center;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, inner, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.cr {
  color: #FFF;
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .footer {
    margin-top: 45px;
  }
  .iframe {
    margin-top: 35px;
  }
  .footer-rogo {
    width: 145px;
    padding-bottom: 45px;
  }
  .footer-list2, inner, flex {
    margin: inherit;
    font-size: 1.4rem;
    justify-content: center;
    color: #FFF;
  }
  .footer-list2 p {
    line-height: 2.5rem;
  }
  .footer-list5, flex {
    padding: 45px 0 100px 0;
    justify-content: center;
  }
  .footer-list6 {
    padding: inherit;
    text-align: center;
    margin: 20px 0;
  }
  .footer-list, inner, flex {
    display: none;
    text-align: center;
  }
  .footer-list3 {
    text-align: center;
    padding: inherit;
    border: none;
  }
  .cr {
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-align: center;
  }
}
/* 追従ボタン */
.fixed_btn {
  width: 116px;
  position: fixed;
  bottom: 100px;
  right: -36px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: -6px;
}
.float-web {
  margin-top: -5px;
  width: 80px;
}
.float-tel {
  width: 80px;
}
.fixed_btn {}
.sp_fixed_btn {
  display: none;
}
@media(max-width:768px) {
  /* sp_追従ボタン */
  .fixed_btn {
    display: none;
  }
  .sp_fixed_btn {
    width: 103.5%;
    display: flex;
    position: fixed;
    border: none;
    background: none;
    bottom: -4px;
    right: -6.8px;
  }
  .sp_float-web {
    margin-left: -3px;
  }
  .sp_float-tel {}
}
h2 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 5.0rem;
}
p {
  line-height: 3.0rem;
}
img {
  max-width: 100%;
  vertical-align: middle; /* 隙間を削除 */
}