@charset "UTF-8";
body {
  font-family: "Hiragino Mincho Pro", serif;
}
body .header {
  width: 100%;
  height: auto;
  display: flex;
}
@media (width < 590px) {
  body .header {
    flex-direction: column;
    height: auto;
  }
}
body .header .header_left {
  width: 15%;
  padding: 5% 0;
  /* ハンバーガーメニューのスタイル */
}
@media (width < 768px) {
  body .header .header_left {
    width: 20%;
    padding: 30px 20px;
  }
}
@media (width < 590px) {
  body .header .header_left {
    width: auto;
    height: 40px;
    padding: 30px 0px;
    align-items: center;
    justify-content: space-between;
  }
}
body .header .header_left h1 {
  font-size: 2.5rem;
  text-align: center;
}
body .header .header_left h1 a{
  text-decoration: none;
  color: #212d39;
}
@media (width < 590px) {
  body .header .header_left h1 {
    text-align: left;
    margin-left: 10px;
    font-size: 2rem;
  }
}
body .header .header_left .name {
  font-size: 10px;
  color: #c39000;
  text-align: center;
  margin-bottom: 30px;
}
@media (width < 590px) {
  body .header .header_left .name {
    text-align: left;
    margin-left: 26px;
  }
}
body .header .header_left .title_link {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;
}
body .header .header_left .title_link:nth-child(5) {
  margin-bottom: 30px;
}
@media (width < 590px) {
  body .header .header_left .title_link {
    display: none;
  }
}
body .header .header_left .title_link a {
  text-decoration: none;
  color: #212d39;
}
body .header .header_left .title_link a .title {
  font-size: 1rem;
  color: #000;
  line-height: 18px;
}
body .header .header_left .title_link a .description {
  text-align: center;
  color: #8c8d8d;
  font-size: 10px;
}
body .header .header_left .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
@media (width < 590px) {
  body .header .header_left .links {
    display: none;
  }
}
body .header .header_left .links a {
  text-align: center;
  width: 60%;
  background-color: #cba94d;
  margin-top: 15px;
  padding: 15px 15px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
}
body .header .header_left .hamburger-menu {
  display: none;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1000;
  margin-left: 10px;
}
@media (width < 590px) {
  body .header .header_left .hamburger-menu {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 40px;
    z-index: 1000;
  }
}
body .header .header_left .hamburger-icon {
  display: none;
  width: 30px;
  height: 1px;
  background-color: #333;
  margin: 6px 0;
}
@media (width < 590px) {
  body .header .header_left .hamburger-icon {
    display: block;
  }
}
body .header .header_left .menu-items {
  width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 50px 0;
  border: 1px solid #ccc;
}
body .header .header_left .menu-items .menu-title_link {
  margin-bottom: 20px;
}
body .header .header_left .menu-items .menu-title_link a {
  text-decoration: none;
}
body .header .header_left .menu-items .menu-title_link a .title {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
body .header .header_left .menu-items .menu-title_link a .description {
  text-align: center;
  color: #8c8d8d;
  font-size: 10px;
}
body .header .header_left .hamburger-menu.active .menu-items {
  display: flex;
}
body .header .header_left .menu-items .menu-links {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
body .header .header_left .menu-items .menu-links a {
  text-align: center;
  text-align: center;
  width: 100px;
  background-color: #cba94d;
  margin-top: 15px;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
}
body .header .header_rigth {
  width: 85%;
}
@media (width < 768px) {
  body .header .header_rigth {
    width: 80%;
  }
}
@media (width < 590px) {
  body .header .header_rigth {
    width: 100%;
    height: 100%;
  }
}
body .header .header_rigth video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .section1 {
  background-color: #373e47;
  padding: 40px 40px 60px;
}
@media (width < 590px) {
  body .section1 {
    padding: 40px 20px 60px;
  }
}
body .section1 .section1-unity {
  max-width: 1200px;
  margin: 0 auto;
}
body .section1 .section1-unity .section1-img1 img {
  width: 70px;
  height: 70px;
}
@media (width < 590px) {
  body .section1 .section1-unity .section1-img1 img {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
  }
}
body .section1 .section1-text {
  margin: 0 auto;
  text-align: center;
  padding: 0 70px;
}
@media (width < 590px) {
  body .section1 .section1-text {
    padding: 0px;
  }
}
body .section1 .section1-text .section1-text1 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (width < 590px) {
  body .section1 .section1-text .section1-text1 {
    font-size: 20px;
  }
}
body .section1 .section1-text .section1-text2 {
  font-size: 1rem;
  color: #fff;
  text-align: right;
  line-height: 30px;
  margin-top: 30px;
}
@media (width < 590px) {
  body .section1 .section1-text .section1-text2 {
    text-align: left;
  }
}
body .section1 .section1-img2 {
  text-align: right;
}
body .section1 .section1-img2 img {
  width: 70px;
  height: 10px;
}
@media (width < 590px) {
  body .section1 .section1-img2 img {
    width: 50px;
    margin-top: 20px;
  }
}
body .section2 {
  max-width: 1200px;
  padding: 70px 0 100px;
  margin: 0 auto;
  display: none !important;
}
body .section2 .section2-title-unity {
  padding: 0 70px;
  margin-bottom: 20px;
}
@media (width < 590px) {
  body .section2 .section2-title-unity {
    padding: 0px 20px;
  }
}
body .section2 .section2-title-unity .section2-title {
  font-size: 3.5rem;
  color: #c39000;
  margin-bottom: 5px;
}
@media (width < 590px) {
  body .section2 .section2-title-unity .section2-title {
    margin-bottom: 3px;
  }
}
body .section2 .section2-title-unity .section2-text {
  font-size: 1rem;
  font-weight: bold;
}
@media (width < 590px) {
  body .section2 .section2-title-unity .section2-text {
    font-size: 12px;
  }
}
body .section2 .item_wrapper {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (width < 590px) {
  body .section2 .item_wrapper {
    flex-direction: row;
    padding: 0 20px;
  }
}
body .section2 .item {
  height: 100%;
  width: 30%; /* 45%幅で表示 */
  margin: 30px 18px 0;
  text-align: center;
}
@media (width < 590px) {
  body .section2 .item {
    margin-bottom: 20px;
  }
  body .section2 .item {
    height: 100%;
    flex: 40%;
    margin: 20px 6px 0;
}
}
body .section2 .item img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 590px) {
  body .section2 .item img {
    height: 250px;
  }
}
body .section2 .item-name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.item-name p{
  font-size: 1.2rem;
}
body .section2 .item-name img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (width < 590px) {
  body .section2 .item-name img {
    width: 40px;
    height: 40px;
  }
}
@media (width < 590px) {
  body .section2 .item-name p {
    font-size: 20px;
  }
}
body .section3 {
  padding: 70px 60px 80px;
  background-color: #e6eef1;
  max-width: 100%;
  margin: 0 auto;
}
@media (width < 590px) {
  body .section3 {
    padding: 80px 20px 100px;
  }
}
body .section3 .section3-title-unity {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 20px;
}
body .section3 .section3-title-unity .section3-title {
  text-align: right;
  font-size: 3.5rem;
  color: #c39000;
  margin-bottom: 5px;
}
@media (width < 590px) {
  body .section3 .section3-title-unity .section3-title {
    text-align: center;
    font-size: 2rem;
  }
}
body .section3 .section3-title-unity .section3-text {
  text-align: right;
  margin-right: 20px;
  font-size: 1rem;
}
@media (width < 590px) {
  body .section3 .section3-title-unity .section3-text {
    text-align: center;
    font-size: 24px;
  }
}
body .section3 img {
  width: 600px;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}
body .section4 {
  text-align: center;
  padding: 50px 60px 80px;
  background-image: url(http://yoka-gion.com/wp-content/uploads/2024/03/DSC00039.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
body .section4::after {
  content: "";
  background-color: #212d39;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}
@media (width < 590px) {
  body .section4 {
    padding: 70px 20px 100px;
  }
  body .section3 img {
    width: 100%;
  }
}
body .section4 .section4-title-unity {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body .section4 .section4-title-unity .section4-title {
  text-align: center;
  color: #cba94d;
  font-size: 3.5rem;
  font-weight: lighter;
  letter-spacing: 2px;
}
body .section4 .section4-title-unity .section4-text {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
}
@media (width < 590px) {
  body .section4 .section4-title-unity .section4-text {
    font-size: 24px;
  }
}
body .section4 .section4-content {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 70%;
  height: auto;
  margin: 40px auto 0;
  padding: 20px 15px 40px;
  border: 1px solid #cba94d;
}
@media (width < 590px) {
  body .section4 .section4-content {
    width: 90%;
    margin: 50px auto 0;
    padding: 40px 15px 60px;
  }
}
body .section4 .section4-content img {
  width: 100%;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
body .section4 .section4-content .section4-address {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  background-color: #fff;
}
body .section4 .section4-content .section4-contact {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 1rem;
  color: #fff;
}
body .section4 .section4-content .map {
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-top: 25px;
  align-items: center;
}
@media (width < 590px) {
  body .section4 .section4-content .map {
    flex-direction: column;
  }
}
body .section4 .section4-content .map .map-text {
  width: 30%;
  margin-right: 40px;
}
@media (width < 590px) {
  body .section4 .section4-content .map .map-text {
    width: 90%;
  }
}
body .section4 .section4-content .map .map-text .section4-contact1 {
  font-size: 1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
body .section4 .section4-content .map .map-text .section4-contact2 {
  font-size: 1rem;
  color: #fff;
  padding: 0 2px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (width < 590px) {
  body .section4 .section4-content .map .map-text .section4-contact2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
body .section4 .section4-content .map iframe {
  width: 70%;
  height: 200px;
}
@media (width < 590px) {
  body .section4 .section4-content .map iframe {
    width: 100%;
    height: 200px;
  }
}
body .section4 .section4-content .section4-link {
  width: 100%;
  margin-top: 30px;
}
@media (width < 590px) {
  body .section4 .section4-content .section4-link {
    margin-top: 40px;
  }
}
body .section4 .section4-content .section4-link a {
  width: 200px;
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  padding: 15px 20px;
  align-items: center;
  border: 1px solid #fff;
  text-decoration: none;
}
body .section4 .section4-content .section4-link a:hover {
  opacity: 0.7;
}
body .section4 .section4-content .section4-link a .section4-link-text {
  color: #fff;
}
body .section4 .section4-content .section4-link a .section4-link-arrow {
  color: #cba94d;
  font-size: 1rem;
  font-weight: bold;
}
body .section5 {
  max-width: 640px;
  margin: 0 auto;
  height: 200px;
  display: flex;
  padding: 20px 50px;
  align-items: center;
  justify-content: center;
}
@media (width < 590px) {
  body .section5 {
    height: auto;
    flex-direction: column;
    padding: 60px 20px;
  }
}
body .section5 .section5-content {
  width: 40%;
  height: 40px;
  padding: 10px 15px;
  align-items: center;
  background-color: #c39000;
  text-align: center;
  margin-right: 20px;
  position:relative;
}
@media (width < 590px) {
  body .section5 .section5-content {
    display: grid;
    width: 85%;
    height: 60px;
    margin-right: 0px;
  }
}
body .section5 .section5-content .section5-text {
  line-height: 40px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (width < 590px) {
  body .section5 .section5-content .section5-text {
    text-align: center;
    font-size: 16px;
  }
}
body .section5 .section5-social {
  width: 40%;
  height: 40px;
  align-items: center;
  display: flex;
  padding: 10px 15px;
  background-color: #c39000;
  text-align: center;
  position: relative;
}
body .section5 .section5-social a {
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body .section5 .section5-content a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (width < 590px) {
  body .section5 .section5-social {
    width: 85%;
    height: 60px;
    flex-direction: column;
    margin-top: 30px;
    padding: 10px 15px;
    display: grid;
  }
}
body .section5 .section5-social .section5-social-text {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
}
@media (width < 590px) {
  body .section5 .section5-social .section5-social-text {
    text-align: center;
    font-size: 20px;
  }
}
body .section5 .section5-social img {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
@media (width < 590px) {
  body .section5 .section5-social img {
    margin-left: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
}
body .section5 img {
  width: 25%;
  display: none;
}
@media (width < 590px) {
  body .section5 img {
    width: 50%;
    margin-top: 40px;
  }
}
body .footer {
  width: 100%;
  background-color: #000;
  padding: 80px 0 10px;
}
body .footer .footer-unity1 {
  display: flex;
  justify-content: right;
  margin: 0 auto;
  padding: 0 50px;
  flex-wrap: wrap;
  max-width: 1200px;
}
@media (width < 768px) {
  body .footer .footer-unity1 {
    padding: 0px 50px;
  }
}
@media (width < 590px) {
  body .footer .footer-unity1 {
    flex-direction: column;
    justify-content: center;
  }
}
body .footer .footer-unity1 .footer-item1 {
  width: 26%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 15px;
  margin-right:2%;
}
@media (width < 768px) {
  body .footer .footer-unity1 .footer-item1 {
    width: 35%;
    margin-bottom: 20px;
  }
}
@media (width < 590px) {
  body .footer .footer-unity1 .footer-item1 {
    width: auto;
  }
}
body .footer .footer-unity1 .footer-item1 .item-text1 {
  font-size: 1rem;
  color: #cba94d;
  font-weight: normal;
  margin-right: 10px;
}
@media (width < 590px) {
  body .footer .footer-unity1 .footer-item1 .item-text1 {
    font-size: 20px;
  }
}
body .footer .footer-unity1 .footer-item1 .item-text2 {
  font-size: 1rem;
  font-weight: bold;
}
@media (width < 590px) {
  body .footer .footer-unity1 .footer-item1 .item-text2 {
    font-size: 14px;
  }
}
body .footer .footer-text {
  max-width: 1200px;
  margin:0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
@media (width < 590px) {
  body .footer .footer-text {
    flex-direction: column;
    margin-top: 40px;
  }
}
body .footer .footer-text .footer-item-logo {
  width: 220px;
  height: 45px;
  background-color: #fff;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
}
@media (width < 590px) {
  body .footer .footer-text .footer-item-logo {
    width: 100%;
  }
}
@media (width < 590px) {
  body .footer .footer-text .item-unity2 {
    margin-top: 40px;
  }
}
body .footer .footer-text .item-unity2 .text-unity2 {
  width: 250px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
@media (width < 590px) {
  body .footer .footer-text .item-unity2 .text-unity2 {
    width: 200px;
    margin: 0 auto 20px;
  }
}
body .footer .footer-text .item-unity2 .text-unity2 .text {
  font-size: 12px;
  color: #fff;
}
body .footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */

.footer-unity1 a{
  text-decoration: none;
  cursor: pointer;
}
.item-text2{
  color: #212d39 !important;
}
.iranai{
  display: none !important;
}
footer .item-unity2 a{
  color: #fff;
  text-decoration: none;
}

body .section2 {
  display: none !important;
}