.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.zenold-minR {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.marck-script-regular {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/* reset */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  box-sizing: border-box;
  font-style: normal;
}
html {
  font-size: 10px;
  line-height: 1;
  scroll-padding-top: 75px;
  overflow-y: scroll;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝", "Noto Serif JP", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  color: #513832;
  line-height: 2;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  counter-reset: number 0;
  word-break: auto-phrase;
  background: url(../images/common/background.jpg);
  background-size: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

/* デバイス別フォントサイズ調整 */
@media screen and (max-width: 1081px) {
  html {
    scroll-padding-top: 80px;
  }
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 821px) {
  html {
    scroll-padding-top: 80px;
  }
  body {
    font-size: calc(100vw / 48);
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 10vw;
  }
  body {
    font-size: calc(100vw / 40);
    padding-top: 10vw;
  }
}
@media screen and (max-width: 430px) {
  html {
    scroll-padding-top: 18vw;
  }
  body {
    font-size: calc(100vw / 26);
    padding-top: 18vw;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: 500;
}
div,
dd,
dt,
ul,
li,
section {
  line-height: 1;
}
ul,
ol {
  list-style: none;
  line-height: 2;
}
a,
dt {
  display: block;
}
a {
  color: #513832;
  text-decoration: none;
}
a:active,
a:invalid,
a:hover {
  color: #513832;
  text-decoration: none;
}
img {
  width: 100%;
}
small {
  font-size: 75%;
}
/* アルファベットの大きさ調整用 */
.txt_adjust {
  font-size: 112%;
  vertical-align: baseline;
  display: inline !important;
}
/* ====== 共通css ====== */
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}

.br_sp,
.br_tab {
  display: none;
}
.br_pc {
  display: inline;
}
.sp_block {
  display: none;
}
@media screen and (max-width: 1081px) {
  .br_tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_tab,
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
  .sp_block {
    display: block;
  }
}

.cotns_box {
  width: 96%;
  max-width: 1280px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .cotns_box {
    /* width: 100%; */
    margin: 4vh auto 6vh;
  }
}

.visited1.active {
  background: url(/images/common/nav_bg1.png) no-repeat;
}
.visited2.active {
  background: url(/images/common/nav_bg2.png) no-repeat;
}
.visited3.active {
  background: url(/images/common/nav_bg2.png) no-repeat;
}
.visited4.active {
  background: url(/images/common/nav_bg2.png) no-repeat;
}
.visited5.active {
  background: url(/images/common/nav_bg2.png) no-repeat;
}

/* 見出し */
.top_h {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 15px 0;
  font-size: 160%;
  font-weight: bold;
  font-family: "Zen Old Mincho";
}
.top_h small {
  width: fit-content;
  display: block;
  margin: 10px auto 0;
  font-size: 80%;
  font-weight: 500;
  font-family: "Marck Script", cursive;
}
.aboutus .top_h {
  background: url(../images/index/top_h02.png) no-repeat center center;
  background-size: contain;
}
.active .top_h {
  background: url(../images/index/top_h03.png) no-repeat center center;
  background-size: contain;
}
.yoiya .top_h {
  background: url(../images/index/top_h04.png) no-repeat center center;
  background-size: contain;
}
.information .top_h {
  background: url(../images/index/top_h05.png) no-repeat center center;
  background-size: contain;
}
.contactad .top_h {
  background: url(../images/index/top_h06.png) no-repeat center center;
  background-size: contain;
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .top_h {
    margin: 0 auto 3vw;
  }
}

.cntns_hl1 {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 60px;
  background: #ffffff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.cntns_hl1.is-animated::after {
  width: 100%;
}
.cntns_hl1::before {
  content: "";
  display: block;
  height: 3px;
  width: 50vw;
  background: #513832;
  position: absolute;
  top: 50%;
  left: calc(50% - 25vw);
  z-index: -1;
}
.cntns_hl1::before {
  width: 0;
  transform-origin: center top;
  transform: scale(0, 1);
}
.cntns_hl1.is-active::before {
  width: 50vw;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .cntns_hl1 {
    padding: 2vw 3vw;
    margin-bottom: 5vw;
    font-size: calc(100vw / 34);
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .cntns_hl1 {
    padding: 2vw 3vw;
    margin-bottom: 6vw;
    font-size: calc(100vw / 18);
  }
  .cntns_hl1::before {
    width: 0;
    top: 50%;
    left: calc(50% - 40vw);
  }
  .cntns_hl1.is-active::before {
    width: 80vw;
    transition: all 0.5s ease;
    transform: scale(1, 1);
  }
}

/* 共通ボタン */
.main_btn {
  width: fit-content;
  overflow: hidden;
}
.main_btn a,
button.main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 100px 10px 60px;
  width: 100%;
  min-height: 70px;
  background: #513832;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 0;
}
#contact button.main_btn {
  width: fit-content;
  overflow: hidden;
  margin: auto;
  font-size: 1em;
  font-family: "Noto Serif JP";
}
.main_btn a::before,
button.main_btn::before {
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  width: 50px;
  position: absolute;
  right: 30px;
  transition: all 0.3s ease 0s;
}
.main_btn a::after,
button.main_btn::after {
  content: "";
  display: block;
  background: #beda44;
  width: 600px;
  height: 600px;
  position: absolute;
  top: calc(50% - 350px);
  left: -680px;
  transform: rotate(45deg);
  transition: all 0.5s ease 0s;
  z-index: -1;
}
button.main_btn::after {
  background: #fbb03b;
}
.main_btn a:hover,
button.main_btn:hover {
  color: #513832;
  font-weight: bold;
}
.main_btn a:hover::after,
button.main_btn:hover::after {
  left: 0;
  transition: all 0.5s ease 0s;
}
.main_btn a:hover::before,
button.main_btn:hover::before {
  border-top: 2px solid #513832;
  transform: translateX(15px);
  transition: all 0.3s ease 0s;
}
.yoiya .main_btn a:hover,
.yoiya .main_btn a:hover::before {
  color: #ffffff !important;
  border-top: 2px solid #ffffff !important;
}
/* ボタンの色 */
.about .main_btn a::after {
  background: #af86d1;
}
.active .main_btn a::after {
  background: #ff5e63;
}
.yoiya .main_btn a::after {
  background: #3e7ac7;
}
.information .main_btn a::after {
  background: #beda44;
}
.contactad .main_btn a::after {
  background: #fbb03b;
}
#contact .main_btn a::after {
  background: #fbb03b;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .main_btn a,
  button.main_btn {
    padding: 2vw 10vw 2vw 7vw;
  }
  .main_btn a::before,
  button.main_btn::before {
    width: 4vw;
  }
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  .main_btn a,
  button.main_btn {
    padding: 5vw 20vw 5vw 10vw;
    width: 100%;
    min-height: 40px;
  }
  .main_btn a::before,
  button.main_btn::before {
    width: 8vw;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease 0s;
  }
}
/* ====== header ====== */
header {
  padding: 10px 0 5px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 6px solid #beda44;
  box-shadow: 1px 0 6px #66666666;
  overflow: hidden;
}
header .main_menu {
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  align-content: space-between;
  justify-content: center;
  gap: 50px;
}
header h1 {
  max-width: 120px;
  text-align: center;
}

/* header menu */
#menu_sp {
  display: none;
}
header#menu_pc .main_menu nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header#menu_pc .main_menu nav li {
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1;
}
header#menu_pc .main_menu nav li a {
  padding: 20px 10px;
  background-position: center center;
  transition: all 0.3s ease 0s;
}
header#menu_pc .main_menu nav li .visited1:hover,
header#menu_pc .main_menu nav li .visited1.is_active {
  background: url(../images/common/nav_bg1.png) no-repeat center center;
}
header#menu_pc .main_menu nav li .visited2:hover,
header#menu_pc .main_menu nav li .visited2.is_active {
  background: url(../images/common/nav_bg2.png) no-repeat center center;
}
header#menu_pc .main_menu nav li .visited3:hover,
header#menu_pc .main_menu nav li .visited3.is_active {
  background: url(../images/common/nav_bg3.png) no-repeat center center;
}
header#menu_pc .main_menu nav li .visited4:hover,
header#menu_pc .main_menu nav li .visited4.is_active {
  background: url(../images/common/nav_bg4.png) no-repeat center center;
}
header#menu_pc .main_menu nav li .visited5:hover,
header#menu_pc .main_menu nav li .visited5.is_active {
  background: url(../images/common/nav_bg5.png) no-repeat center center;
}
header#menu_pc .main_menu nav li [class^="visited"]:hover {
  background-position: center center;
  background-size: contain;
  transition: all 0.3s ease 0s;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  header {
    height: auto;
  }
  header#menu_pc .main_menu nav ul {
    gap: 1vw;
  }
  header#menu_pc .main_menu nav li a {
    font-size: 80%;
  }
}

/* hamburger menu */
nav.main_menu_sp {
  display: block;
  position: fixed;
  top: 0;
  right: -240px;
  bottom: 0;
  width: 240px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.open nav.main_menu_sp {
  right: 0;
  opacity: 1;
  transition: all 0.5s;
}
nav.main_menu_sp .inner {
  padding: 25px;
}
nav.main_menu_sp .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main_menu_sp .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #513832;
}
nav.main_menu_sp .inner ul li:last-child {
  border: 0;
}
nav.main_menu_sp .inner ul li a {
  display: block;
  color: #513832;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav.main_menu_sp .inner ul li a:hover {
  background: #e4e4e4;
}
nav.main_menu_sp .inner ul li.main_menu_sp_sns a {
  width: 80px;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 5vw;
  right: 6vw;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  right: 250px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #513832;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #ffffff;
}
.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open .toggle_btn span:nth-child(1),
.open .toggle_btn span:nth-child(3) {
  width: 16px;
}
.open .toggle_btn span:nth-child(1) {
  top: 5px;
  -webkit-transform: translate(-1px, 4px) rotate(-45deg);
  transform: translate(-1px, 4px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  display: none;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 4px;
  -webkit-transform: translate(-1px, -4px) rotate(45deg);
  transform: translate(-1px, -4px) rotate(45deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  header .main_menu {
    width: 96%;
    display: block;
  }
  header h1 {
    font-size: calc(100vw / 24);
    width: 26%;
  }
  #navArea h1 {
    font-size: calc(100vw / 26);
    width: 100%;
  }
  #menu_pc {
    display: none;
  }
  #menu_sp {
    display: block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 391px) {
  header h1 {
    font-size: calc(100vw / 20);
  }
  #menu_sp {
    display: block;
    padding-left: 10px;
  }
}

/* footer */
footer {
  padding: 0 0 30px;
  width: 100%;
  background: #ffffff url(../images/common/footer_bg.png) no-repeat bottom center;
  background-size: 100%;
  border-top: 6px solid #beda44;
}
.map {
  border-bottom: 6px solid #beda44;
  line-height: 0;
}
footer h1 {
  width: 20%;
  margin: auto;
}

footer .footer_contact {
  width: 100%;
}
footer .footer_contact p {
  width: fit-content;
  margin: 0 auto 25px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
footer .footer_contact p::before,
footer .footer_contact p::after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #513832;
}
footer .footer_contact p::before {
  position: absolute;
  bottom: 0;
  left: -10px;
}
footer .footer_contact p::after {
  position: absolute;
  bottom: 0;
  right: -5px;
}
footer .footer_contact p span::before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #513832;
  transform: rotate(-60deg);
  position: absolute;
  right: calc(50% - 12px);
  bottom: -8px;
}
footer .footer_contact .footer_btn {
  width: fit-content;
  margin: 0 auto 10px;
  line-height: 1.6;
}
footer .footer_contact .footer_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 30px;
  width: 100%;
  min-height: 70px;
  background: #513832;
  color: #ffffff;
  text-align: center;
  position: relative;
}
footer .footer_contact .footer_btn a span {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 10px;
  background: #ffffff;
  transition: all 0.3s ease 0s;
}
footer .footer_contact .footer_btn a span::after {
  content: "";
  width: 15px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
footer .footer_contact .footer_btn a:hover span {
  transform: translateX(15px);
  transition: all 0.3s ease 0s;
}
footer .footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  max-width: 1560px;
  margin: 0 auto;
  padding-bottom: 130px;
}
footer .footer_menu .footer_adrs {
  width: 60%;
  margin-right: 10px;
}
footer .footer_menu .footer_adrs address ul {
  width: fit-content;
  margin: 15px auto 0;
  font-size: 18px;
  text-align: center;
}
footer .footer_menu .footer_adrs address ul li {
  width: fit-content;
  margin: 0 auto 10px;
}
footer .footer_sitemap ul {
  width: fit-content;
  margin: 20px auto;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footer_sitemap ul li {
  /* font-size: 18px; */
  position: relative;
  padding-left: 26px;
}
footer .footer_sitemap ul li a {
  display: block;
}
footer .footer_sitemap ul li::before {
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/common/footer_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
.copyright {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1081px) {
  footer .footer_menu .footer_adrs {
    width: 59%;
  }
  footer .footer_sitemap ul {
    padding: 15px 10px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 3vw;
    background-size: 280%;
  }
  footer h1 {
    width: 36%;
    margin: auto;
  }

  footer .footer_contact .footer_btn a {
    min-height: 50px;
  }
  footer .footer_contact .footer_btn a span {
    width: 25px;
  }
  footer .footer_contact .footer_btn a span::after {
    width: 10px;
  }
  footer .footer_menu {
    display: block;
    padding-bottom: 18vw;
  }
  footer .footer_menu .footer_adrs {
    width: 100%;
  }
  footer .footer_menu .footer_adrs address ul {
    width: 100%;
    font-size: calc(100vw / 28);
  }
  footer .footer_sitemap ul {
    width: 90%;
    width: fit-content;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    gap: 6vw 0;
    margin: 4vw auto 4vw 5vw;
  }
  footer .footer_sitemap ul li {
    width: calc(50% - 2vw);
  }
  footer .footer_sitemap .footer_icon {
    font-size: calc(100vw / 26);
    padding-left: 4vw;
  }
  footer .footer_sitemap .footer_icon::before {
    content: " ";
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
    left: -2%;
  }
  .copyright {
    font-size: calc(100vw / 26);
  }
}
.tel {
  display: flex;
}

/* トップへ戻るボタン */
#page_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #beda4488;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 70%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 990;
  border-radius: 10px;
}
@media screen and (max-width: 1081px) {
  #page_top {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 16vw;
    height: 16vw;
    max-width: 80px;
    max-height: 80px;
    position: fixed;
    bottom: 10vw;
    right: 5vw;
  }
}
