@charset "UTF-8";
/* CSS Document */
@media(min-width:765px) {
  .popup img.sp_pop {
    display: none;
  }
  
   .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
  }
  
  
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    z-index: 1002;
  }
  .popup-inner img {
    width: 100%;
    
  }
  .close-btn {
    cursor: pointer;
  }
  .close-btn i {
    font-size: 20px;
    color: #333;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    cursor: pointer;
  }
}
@media(max-width:765px) {
  .popup img.pc_pop {
    display: none;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    z-index: 2;
  }
  .popup-inner img {
    width: 100%;
  }
  .close-btn {
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 20px;
    color: #333;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    cursor: pointer;
  }
}
.header {
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  position: fixed;
  top: 0;
  z-index: 999;
}
.header-content__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.header h1 {
  text-align: left;
  padding: 10px 10px;
  display: block;
}
.header h1 img {
  max-width: 366px;
  height: 60px;
}

.header nav {
  display: block;
}
.header nav ul {
  display: flex;
  justify-content: center;
  padding: 0 50px 0 50px;
}
.header nav li a {
  display: block;
  padding: 25px 25px 0;
  color: #333333;
  text-decoration: none;
  font-size: 1.5rem;
  height: 80px;
  letter-spacing: 0.3em;
}
.sp-sns {
  display: none;
}
.header h2 {
  text-align: right;
  display: block;
  padding: 10px 10px;
}
.header h2 img {
  height: 30px;
}
.open-button, .close-button {
  display: none;
}
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: -100px;
    top: 17px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 50px;
    padding: 50px;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(33, 33, 33, 0.9);
    width: 100%;
    height: 75%;
    padding-top: 67px;
  }
  .header nav ul {
    flex-flow: column;
    text-align: center;
  }
  .header nav li a {
    font-weight: 600;
    line-height: 30px;
    padding: 25px 0;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
  }
  .sp-sns {
    display: flex;
    width: 110px;
    margin: 0 auto;
  }
  .sp-sns img {
    padding: 15px;
    height: 55px;
  }
  .header h2 {
    display: none;
  }
  .header {
    height: 60px;
    width: 100%;
  }
  .header h1 img {
    height: 45px;
  }
  
}
.top {
  background-image: url("../image/top.png");
  max-width: 1400px;
  height: 700px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;
  margin: 80px auto 0;
}
@media(max-width:765px) {
  .top {
    height: 550px;
    width: 100%;
    background-position: right;
    margin-top: 0px;
  }
}
@media(min-width:765px) {
  .br-sp {
    display: none;
  }
}
.about {
  background-image: url("../image/bg.png");
  max-width: 1400px;
  height: 2100px;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;
  margin: 0 auto;
}
.about h3 {
  padding-top: 150px;
  font-size: 2.2rem;
  color: #333333;
  line-height: 65px;
  font-weight: 100;
}
.top-image {
  padding-top: 90px;
}
.top-image img {
  max-height: 350px;
}
.image1 {
  margin: auto;
}
.image2 {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
.image2 p {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 70px 56px;
  margin: auto 18px;
  font-size: 1.9rem;
  border-radius: 72% 28% 71% 29% / 57% 59% 41% 43%;
}
.image3 {
  display: flex;
  max-width: 1000px;
  margin: auto;
  flex-flow: row-reverse;
}
.image3 p {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 100px 100px;
  margin: auto 18px;
  font-size: 1.9rem;
  border-radius: 17% 83% 15% 85% / 57% 59% 41% 43%;
}
.attention {
  font-size: 1.9rem;
  padding-top: 100px;
  font-weight: 300;
  line-height: 21px;
}
.instagram {
  align-content: center;
}
.instagram a.btn {
  border: 0.5px solid #000;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
.instagram a.btn:hover {
  color: #fff;
  background: #000;
}
.instagram a.btn img {
  vertical-align: bottom;
  padding-left: 10px;
}
.instagram a.btn span {
  vertical-align: bottom;
}
.instagram img {
  height: 30px;
}
@media(max-width:765px) {
  .about {
    height: auto;
    width: 100%;
  }
  .about h3 {
    padding-top: 50px;
    font-size: 2.1rem;
    color: #333333;
    line-height: 55px;
    font-weight: 100;
  }
  .top-image {
    padding-top: 50px;
  }
  .top-image img {
    width: 100%;
    max-width: 600px;
  }
  .image2 {
    display: flex;
    width: 100%;
    padding-top: 15px;
    flex-direction: column-reverse;
  }
  .image2 p {
    padding: 30px 10px;
    margin: auto auto 15px;
    font-size: 1.8rem;
    min-width: 300px;
  }
  .image3 {
    display: flex;
    width: 100%;
    padding-top: 15px;
    flex-direction: column-reverse;
  }
  .image3 p {
    padding: 35px 10px;
    margin: auto auto 15px;
    font-size: 1.8rem;
    width: 300px;
  }
  .attention {
    font-size: 1.8rem;
    padding: 50px 10px 0;
  }
  .instagram {
    padding: 50px 0px 70px 0px;
    align-content: center;
  }
  .instagram span {
    font-size: 1.8rem;
  }
}
.menu {
  max-width: 1400px;
  background-color: #fff;
  padding: 50px 0;
  margin: 0 auto;
}
.menu h4 {
  font-size: 3.1rem;
}
.menu ul {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  list-style: none;
}
.menu ul li {
  margin-right: 25px;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu li img {
  height: 210px;
}
.menu li p {
  width: 280px;
}
.menu p.title {
  font-size: 2.1rem;
  margin: 15px 0;
}
.menu p.reason {
  padding-bottom: 10px;
}
.menu p.reason_more {
  text-align: left;
}
.onlytext {
  padding: 70px 0;
  font-size: 2.1rem;
}
@media(max-width:765px) {
  .menu {
    padding: 50px 0;
  }
  .menu h4 {
    font-size: 2.7rem;
  }
  .menu ul {
    padding-top: 50px;
    flex-direction: column;
  }
  .menu ul li {
    margin: 15px auto;
    padding-bottom: 15px;
  }
  .menu ul li:last-child {
    margin-right: auto;
  }
}
.contact {
  background-color: #efefef;
  padding: 50px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.contact h4 {
  font-size: 3.1rem;
}
.contact_content {
  padding-top: 100px;
  width: 700px;
  text-align: left;
  margin: 0 auto;
}
.contact_content h5 {
  font-size: 2.2rem;
  border-bottom: 0.3px solid #333333;
  padding: 10px;
}
.contact_content p {
  font-size: 1.9rem;
  padding: 35px 0;
}
.atend {
  text-align: center;
}
.atend p {
  font-size: 1.9rem;
  line-height: 35px;
}
.atend a {
  text-decoration: none;
}
.atend a:last-child {
  padding-left: 55px;
}
.sns {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media(max-width:765px) {
  .contact {
    padding: 50px 0;
  }
  .contact h4 {
    font-size: 2.7rem;
  }
  .contact_content {
    padding-top: 50px;
    max-width: 350px;
  }
  .contact_content h5 {
    font-size: 2.1rem;
    padding: 10px;
  }
  .contact_content p {
    font-size: 1.8rem;
    padding: 15px 0 35px 0;
  }
}
.access {
  max-width: 1400px;
  background-color: #fff;
  padding: 50px 0;
  margin: 0 auto;
}
.access h4 {
  font-size: 3.1rem;
}
.access iframe {
  padding-top: 100px;
  height: 550px;
}
.map p {
  padding-top: 50px;
  line-height: 35px;
  text-align: left;
  width: 700px;
  margin: 0 auto;
}
.instagram-acc p {
  padding-top: 30px;
}
.instagram-acc a.btn {
  border: 0.5px solid #000;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
}
.instagram-acc a.btn:hover {
  color: #fff;
  background: #000;
}
@media(max-width:765px) {
  .access {
    padding: 50px 0 50px;
  }
  .access h4 {
    font-size: 2.7rem;
  }
  .access iframe {
    padding: 50px 15px;
    height: 350px;
    width: 100%;
  }
  .map p {
    padding: 0px 10px;
    line-height: 35px;
    text-align: left;
    width: 350px;
    margin: 0 auto;
  }
  .instagram-acc {
    padding: 50px 0px 0px 0px;
    align-content: center;
  }
  .instagram-acc a.btn {
    font-size: 1.8rem;
  }
}
.footer {
  background-color: #fff;
  width: 100%;
}
.footerbg {
  max-width: 1440px;
  margin: 0 auto;
}
.footer img {
  height: 100px;
}
.footer_logo {
  padding-top: 100px;
}
.triangle {
  border-top: 170px solid transparent;
  border-right: 170px solid #000;
  position: relative;
}
.triangle .up-top {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-3.5em) translateX(5.5em);
}
.up-top {
  color: #fff;
  font-size: 2.7rem;
  line-height: 35px;
}
 .up-top a {
    text-decoration: none;
    color: #fff;
  }
  .triangle:hover {
    cursor: pointer;
    opacity: 0.7;
  }

@media(max-width:765px) {
  .footer img {
    height: 65px;
  }
  .footer_logo {
    padding-top: 50px;
  }
  .triangle {
    border-top: 130px solid transparent;
    border-right: 130px solid #000;
  }
  .triangle .up-top {
    transform: translateY(-3.1em) translateX(5.3em);
  }
  .up-top {
    font-size: 2.1rem;
    line-height: 21px;
  }
 
}
