@charset "UTF-8";
/*
    theme-name: iwl-salon
    version: 1.0.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.3;
  margin-bottom: 10px;
}

h1, h2, h3, h4 {
  text-wrap: pretty;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

:root {
  --bs-border-color:#ccc ;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  color: #504e4c;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    font-size: 0.8888888889rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

p + p {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

section h2 {
  font-size: 2.6666666667rem;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  border-bottom: 1px solid #aaa;
  line-height: 1;
  margin-bottom: 30px;
}

#header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
#header #header-logo {
  width: 350px;
}
#header #header-logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #header-logo h1 {
  font-size: 1.7777777778rem;
  font-weight: bold;
}
#header #header-logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #header #header-menu {
    display: none;
  }
}
#header #header-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  gap: 0 15px;
  flex-wrap: wrap;
  align-items: center;
}
#header #header-menu ul a {
  padding: 0 5px;
  font-family: "Cormorant", serif;
  font-weight: 600;
}
#header #header-menu ul a:hover {
  border-bottom: 1px solid #504e4c;
}

#main_image {
  position: relative;
}
#main_image #main_image_img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main_image #main_image_img_sp {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main_image #main_image_text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_image #main_image_text h2 {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #504e4c;
  font-size: 2.3333333333rem;
  margin-bottom: 20px;
  padding: 0 15px 10px;
  font-family: serif;
}
@media (max-width: 767px) {
  #main_image #main_image_text h2 {
    font-size: 1.7777777778rem;
    padding: 0 0 10px;
  }
}
#main_image #main_image_text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3333333333rem;
}
@media (max-width: 767px) {
  #main_image #main_image_text h3 {
    font-size: 1.1111111111rem;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

.theme-color1 #header, .theme-color1 section {
  background-color: #e3ddda;
}
.theme-color1 #inner, .theme-color1 section:nth-child(2n+1) {
  background-color: #f7f2de;
}

.theme-color2 #header, .theme-color2 section {
  background-color: #efd8d6;
}
.theme-color2 #inner, .theme-color2 section:nth-child(2n+1) {
  background-color: #ffeddf;
}

.theme-color3 #header, .theme-color3 section {
  background-color: #cfe3e8;
}
.theme-color3 #inner, .theme-color3 section:nth-child(2n+1) {
  background-color: #f3f9fd;
}

.theme-color4 #header, .theme-color4 section {
  background-color: #d8e8dc;
}
.theme-color4 #inner, .theme-color4 section:nth-child(2n+1) {
  background-color: #f5f6f2;
}

.theme-color5 #header, .theme-color5 section {
  background-color: #eee5c2;
}
.theme-color5 #inner, .theme-color5 section:nth-child(2n+1) {
  background-color: #fffaec;
}

@media (max-width: 767px) {
  #about {
    padding: 30px 0;
  }
}
#about .row {
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  #about .row {
    flex-direction: column;
    gap: 15px;
  }
}
#about .col-L {
  width: 370px;
}
@media (max-width: 767px) {
  #about .col-L {
    width: 100%;
  }
}
#about .col-L img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .col-R {
  width: calc(100% - 370px - 50px);
  padding: 50px 0;
}
@media (max-width: 767px) {
  #about .col-R {
    width: 100%;
    padding: 30px 0;
  }
}
#about .col-R h3 {
  font-size: 1.6666666667rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#about .col-R ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#about .col-R .about-text {
  margin-top: 20px;
  text-align: justify;
}
#about .col-R .about-btn {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.btn-default {
  display: inline-block;
  padding: 5px 20px;
  background-color: #504e4c;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}

#blog {
  padding: 50px 0;
}
#blog .blog-list {
  gap: 40px;
  display: flex;
}
@media (max-width: 767px) {
  #blog .blog-list {
    gap: 15px;
    flex-wrap: wrap;
  }
}
#blog .blog-list .blog-item {
  width: 275px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #blog .blog-list .blog-item {
    width: calc((100% - 15px) / 2);
  }
}
#blog .blog-list .blog-item .img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
#blog .blog-list .blog-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog-list .blog-item .txt {
  padding: 5px 15px;
}
#blog .blog-list .blog-item .txt h3 {
  font-size: 0.8888888889rem;
  font-weight: bold;
  text-align: justify;
}
#blog .blog-list .blog-item .txt .date {
  font-size: 0.8888888889rem;
}
#blog .blog-list .blog-more {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  #service {
    padding: 30px 0;
  }
}
#service .row {
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  #service .row {
    flex-direction: column;
    gap: 15px;
  }
}
#service .col-R {
  width: 380px;
}
@media (max-width: 767px) {
  #service .col-R {
    width: 100%;
  }
}
#service .col-R img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .col-L {
  width: calc(100% - 380px - 50px);
  padding: 50px 0;
}
@media (max-width: 767px) {
  #service .col-L {
    width: 100%;
    padding: 30px 0;
  }
}
#service .col-L h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#service .col-L .service-text {
  line-height: 1.5;
  text-align: justify;
}

#menu {
  padding: 50px 0;
}
#menu #menu-list {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#menu #menu-list .menu-item {
  display: flex;
  gap: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #menu #menu-list .menu-item {
    flex-direction: column;
    gap: 15px;
  }
}
#menu #menu-list .menu-item .img {
  width: 315px;
}
@media (max-width: 767px) {
  #menu #menu-list .menu-item .img {
    width: 100%;
  }
}
#menu #menu-list .menu-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu #menu-list .menu-item .txt {
  width: calc(100% - 315px - 30px);
}
@media (max-width: 767px) {
  #menu #menu-list .menu-item .txt {
    width: 100%;
  }
}
#menu #menu-list .menu-item .txt h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#menu #menu-list .menu-item .txt .menu-price {
  font-size: 1.1111111111rem;
  font-weight: bold;
}
#menu #menu-list .menu-item .txt .menu-price span {
  display: inline-block;
}
#menu #menu-list .menu-item .txt .menu-text {
  margin-top: 10px;
  line-height: 1.5;
  text-align: justify;
}

#salon {
  padding: 50px 0;
}
#salon .row {
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  #salon .row {
    flex-direction: column;
    gap: 15px;
  }
}
#salon .col-L {
  width: 370px;
}
@media (max-width: 767px) {
  #salon .col-L {
    width: 100%;
  }
}
#salon .col-R {
  width: calc(100% - 370px - 50px);
}
@media (max-width: 767px) {
  #salon .col-R {
    width: 100%;
  }
}
#salon .salon-list {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #salon .salon-list {
    gap: 15px;
  }
}
#salon .salon-list .salon-item {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  #salon .salon-list .salon-item {
    flex-direction: column;
  }
}
#salon .salon-list .salon-item .img {
  width: 315px;
}
@media (max-width: 767px) {
  #salon .salon-list .salon-item .img {
    width: 100%;
  }
}
#salon .salon-list .salon-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#salon .salon-list .salon-item .txt {
  width: calc(100% - 315px - 30px);
}
@media (max-width: 767px) {
  #salon .salon-list .salon-item .txt {
    width: 100%;
  }
}
#salon .salon-list .salon-item .txt h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#salon .salon-list .salon-item .txt .salon-text {
  margin-top: 10px;
  text-align: justify;
}
#salon .row {
  margin-top: 100px;
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  #salon .row {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
#salon .row .col-R {
  width: 560px;
}
@media (max-width: 767px) {
  #salon .row .col-R {
    width: 100%;
  }
}
#salon .row .col-L {
  width: calc(100% - 560px - 50px);
}
@media (max-width: 767px) {
  #salon .row .col-L {
    width: 100%;
  }
}
#salon .row .col-L h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#salon .row .col-L dl {
  line-height: 1.5;
  margin-bottom: 10px;
}
#salon .row .col-L dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  #salon .row .col-L dl {
    display: flex;
  }
  #salon .row .col-L dl dt {
    width: 5em;
  }
  #salon .row .col-L dl dd {
    flex: 1;
  }
}
#salon .sns_list {
  display: flex;
  gap: 15px;
  align-items: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  font-size: 1.5555555556rem;
}
#salon .sns_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #504e4c;
  background-color: #fff;
  border-radius: 50%;
}
#salon .sns_list.icon_color a {
  color: #fff;
}
#salon .sns_list.icon_color .yt a {
  background-color: #DA1725;
}
#salon .sns_list.icon_color .fb a {
  background-color: #1877f2;
}
#salon .sns_list.icon_color .tw a {
  background-color: #020202;
}
#salon .sns_list.icon_color .ig a {
  background-color: #d93078;
}
#salon .sns_list.icon_color .line a {
  background-color: #00b600;
}
#salon .sns_list .sns-item {
  width: 30px;
  height: 30px;
}

#profile, #concept {
  padding: 50px 0;
}
#profile .concept-item, #profile .profile-item, #concept .concept-item, #concept .profile-item {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  #profile .concept-item, #profile .profile-item, #concept .concept-item, #concept .profile-item {
    flex-direction: column;
    gap: 15px;
  }
}
#profile .concept-item .img, #profile .profile-item .img, #concept .concept-item .img, #concept .profile-item .img {
  width: 315px;
}
@media (max-width: 767px) {
  #profile .concept-item .img, #profile .profile-item .img, #concept .concept-item .img, #concept .profile-item .img {
    width: 100%;
  }
}
#profile .concept-item .img img, #profile .profile-item .img img, #concept .concept-item .img img, #concept .profile-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile .concept-item .txt, #profile .profile-item .txt, #concept .concept-item .txt, #concept .profile-item .txt {
  width: calc(100% - 315px - 30px);
}
@media (max-width: 767px) {
  #profile .concept-item .txt, #profile .profile-item .txt, #concept .concept-item .txt, #concept .profile-item .txt {
    width: 100%;
  }
}
#profile .concept-item .txt h3, #profile .profile-item .txt h3, #concept .concept-item .txt h3, #concept .profile-item .txt h3 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#profile .concept-item .txt .concept-text, #profile .concept-item .txt .profile-text, #profile .profile-item .txt .concept-text, #profile .profile-item .txt .profile-text, #concept .concept-item .txt .concept-text, #concept .concept-item .txt .profile-text, #concept .profile-item .txt .concept-text, #concept .profile-item .txt .profile-text {
  text-align: justify;
}

#contact {
  padding: 50px 0;
}
#contact h2 {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #716c69;
  color: #fff;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0 auto 50px;
}
#contact .contact-form {
  max-width: 600px;
  margin: 0 auto;
}
#contact .contact-form dl {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #contact .contact-form dl {
    display: flex;
    gap: 10px;
  }
  #contact .contact-form dl dt {
    width: 120px;
    padding: 5px 0;
  }
  #contact .contact-form dl dd {
    width: calc(100% - 120px);
  }
}
#contact .contact-form dl dt {
  font-weight: bold;
}
#contact .contact-form input[type=text], #contact .contact-form input[type=email] {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#contact .contact-form textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
@media (max-width: 767px) {
  .gmap {
    padding-top: 150%;
  }
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#footer {
  background-color: #716c69;
  padding: 20px 0;
}
#footer .copyright {
  color: #fff;
  text-align: center;
}
#footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

#inner {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #inner {
    padding: 30px 0;
  }
}

.page-header h2 {
  font-size: 2.6666666667rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  font-family: "Cormorant", serif;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}

.blog-items {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-items {
    gap: 15px;
  }
}
.blog-items .blog-item {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: calc((100% - 100px) / 3);
}
@media (max-width: 767px) {
  .blog-items .blog-item {
    width: calc((100% - 15px) / 2);
  }
}
.blog-items .blog-item:hover {
  transform: translateY(-5px);
}
.blog-items .blog-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-items .blog-item .blog-image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blog-items .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-items .blog-item .blog-content {
  padding: 20px;
}
@media (max-width: 767px) {
  .blog-items .blog-item .blog-content {
    padding: 15px;
  }
}
.blog-items .blog-item .blog-content h3 {
  font-size: 1.1111111111rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blog-items .blog-item .blog-content h3 {
    font-size: 1rem;
  }
}
.blog-items .blog-item .blog-content time {
  display: block;
  color: #666;
  font-size: 0.7777777778rem;
  margin-bottom: 5px;
}
.blog-items .blog-item .blog-content .blog-excerpt {
  font-size: 0.8888888889rem;
  color: #333;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: #504e4c;
  color: #fff;
  border-color: #504e4c;
}
.pagination .page-numbers:hover:not(.current) {
  background: #f5f5f5;
}

.single-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .single-box {
    padding: 30px;
  }
}
.single-box .post-header {
  margin-bottom: 30px;
  text-align: center;
}
.single-box .post-header h1 {
  font-size: 1.7777777778rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-box .post-header h1 {
    font-size: 1.3333333333rem;
  }
}
.single-box .post-header .post-meta {
  color: #666;
}
.single-box .post-thumbnail {
  margin-bottom: 30px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.single-box .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-box .post-content {
  margin-bottom: 50px;
}
.single-box .post-content p {
  margin-bottom: 1.5em;
}
.single-box .post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.single-box .post-navigation .nav-previous,
.single-box .post-navigation .nav-next {
  width: 45%;
}
.single-box .post-navigation a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.single-box .post-navigation a .nav-label {
  display: block;
  font-size: 0.7777777778rem;
  color: #666;
  margin-bottom: 5px;
}
.single-box .post-navigation a .nav-title {
  font-size: 0.8888888889rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */