@charset "UTF-8";

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100vw;
  position: fixed;
  /*top: 0;*/
  box-sizing: border-box;
  z-index: 9999;
}

.header-logo img {
  width: 100px;
  height: auto;
}

.header-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.header-nav ul li {
  margin-left: 20px;
}

.header-nav a {
  color: #333;
}

.reserve-btn {
  background-color: #ff6666;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 30px;
}

.reserve-btn a {
  color: white;
}

.main-visual {
  position: relative;
  text-align: left;
}

.main-visual img {
  width: 70%;
  height: auto;
}

.main-visual h1 {
  width: 70%;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  top: 30%;
  transform: translate(80%, -30%);
  color: #666;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.concept, .style{
  padding: 40px 20px;
  text-align: center;
}

.price{
  padding: 40px 0 ;
  text-align: center;
}


.concept, .style{
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.staff, .reserve, .information{
  text-align: center;
  margin: 0 auto;
}

h2{
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 27px;
  font-weight: bold;
  color: #C94844;
}

.concept__title{
  width: 100%;
}

.concept__contents{
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}

.concept__text-area{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.concept__text-area::before{
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.concept__text{
  width: 70%;
  padding: 20px 5% 20px 10px;
  z-index: 9;
  line-height: 2.5;
  letter-spacing: 0.3em;
  text-align: left;
}

.concept__image{
  position: absolute;
  width: 40%;
  max-width: 1000px;
  right: 10%;
  transform: translateY(-40%);
}

.concept__image img{
  width: 100%;
  padding-bottom: 200px;
}


.price-title{
  position: relative;
}

.price img{
  width: 100%;
}

.price h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-table h3{
  max-width: 530px;
  margin: 0 auto;
  text-align: left;
}

.price-table table{
  width: 530px;
  margin: 0 auto;
  
}

.price-table td{
  padding: 20px 10px;
  border-bottom: 1px solid #B3B3B3;
  text-align: left;
}


.price-table dl {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.price-table dt {
  width: 80%;
  margin-bottom: 10px;
  text-align: left;
}

.pprice-table dd {
  width: 20%;
  margin-bottom: 10px;
  text-align: right;
}



.price-table ul {
  list-style: none;
  padding: 0;
}

.price-table h3 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 100px;
  padding-bottom: 50px;
}

.style-gallery1, .style-gallery2{
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 50px;
}

.style-gallery1 img,
.style-gallery2 img {
  width: 30%;
  height: auto;
}

/*----------------------*/
.button02 {
  background-color: #fff;
  border-bottom: solid 1px #666;
  color: #666;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button02:hover {
  color: #fff;
  background-color: #C94844;
}

/*----------------------*/
.staff-profile {
  margin: 20px 0;
  display: flex;
  position: relative;
}

.staff-profile img {
  width: 60%;
  height: auto;
  top: 20px;
  left: 0;
}

.staff-text{
  background-color: #EC747B;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 100px;
  mix-blend-mode: multiply;
}

.staff-text h3{
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
  padding-bottom: 30px;
}

.staff-text p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}

/*----------------------*/
.information__info {
  margin: 20px 0;
  display: flex;
  position: relative;
  height: 500px;
}

.information__text{
  background-color: #EC747B;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 100px 50px;
  mix-blend-mode: multiply;
  z-index: 9;
}

.information__text h3{
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 30px;
}

.information__text p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}

.information__info img {
  width: 60%;
  height: auto;
  position: absolute;
  top: 20px;
  right: 0;
}


/*----------------------*/
.reserve-options {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.reserve-banner01, .reserve-banner02, .reserve-banner03{
  position: relative;
  width: 33%;
}

.reserve-options p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reserve-options img {
  width: 100%;
}

/*----------------------*/
.access__contents{
  display: flex;
}

.map{
  width: 50%;
}

.map img{
  width: 100%;
}

.access{
  text-align: center;
}

.access__text{
  width: 50%;
  padding: 0 50px;
  background-color: #EC747B;
  margin: 0 auto;
  position: relative;
}

.access__text p{
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.access__info{
  letter-spacing: 0.2em;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  padding: 15%;
}


.footer {
  max-width: 1000px;
  text-align: center;
  padding: 20px 0;
}

.footer__images{
  display: flex;
}

.footer-logo{
  width: 30%;
}

.footer-logo img{
  width: 30%;
}

.sns_icon{
  width: 10%;
  display: flex;
  margin-left: auto; 
  display:block;
}

.sns_icon img{
  width: 20%;
}

.footer p{
  font-size: 12px;
}
