@charset "UTF-8";
.title_2._index {
  background-size: 100% 100% !important;
}
.pcblk {
  display: block;
}
.header .nav .nav-list {
  width: 800px !important;
}
.haikei01 {
  background-image: url(../images/home/h_bg_1.png) !important;
}
header:nth-of-type(1) {
  background: transparent !important;
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
  .pcblk {
    display: none;
  }
  .arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

/* Salon */
.gallery03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
  margin-bottom: 4%;
  margin-right: 4%;
}
.w62 {
  width: 62%;
}

@media screen and (max-width: 640px) {
  .gallery03 {
    width: 100%;
    margin-bottom: 6%;
    margin-right: 0;
  }
  .w62 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 {
    width: 100%;
    margin-right: 0;
  }
  .w62 {
    width: 100%;
  }
}

.gallery03::after {
  content: "";
  width: 32%;
  display: block;
}

.gallery03 .box {
  width: 32%;
  margin-bottom: 2%;
}

.gallery03 .box:first-child {
  width: 100%;
  position: relative;
}

.gallery03 .box:first-child img {
  width: 100% !important;
  height: 288px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery03 .box:first-child img {
    height: 23.1875vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery03 .box:first-child img {
    height: 55.27344vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 .box:first-child img {
    height: 71.875vw !important;
  }
}

.gallery03 .box:not(:first-child) img {
  width: 100% !important;
  height: 92px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery03 .box:not(:first-child) img {
    height: 7.4375vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery03 .box:not(:first-child) img {
    height: 22.25vw !important;
  }
  .title_2._index.haikei01 {
    background-image: url(../images/home/h_bg_1_sp.png) !important;
    background-position: bottom !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery03 .box:not(:first-child) img {
    height: 22.96875vw !important;
  }
}

.gallery03 .box div .label {
  font-weight: 400;
  background: #005c99;
  color: #fff;
  display: inline-block;
  padding: 6px 25px;
  line-height: 1;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}


.disnone{
  display: none;
}
.list-wrap ul li a,
.accordion-btn a,
.accordion-wrap a{
  text-decoration: underline;
}
.accordion-btn{
  position: relative;
  padding-right: 40px;
}
.accordion-btn:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #333;
  content: "";
  transition-duration: .4s;
}
.accordion-btn:after{
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #333;
  content: "";
  transition-duration: .4s;
}
.accordion-btn._active:before{
  transform: rotate(45deg);
}
.accordion-btn._active:after{
  transform: rotate(45deg);
}
.accordion-btn:hover{
  cursor: pointer;
}
.accordion-btn a{
  color: #333;
  text-decoration: none;
}
.accordion-wrap ul{
  display: none;
  padding-left: 20px;
}
.accordion-wrap ul li a{
  display: block;
}
.down{
  display: flex;
  justify-content: space-between;
}
.down a:nth-child(1){
  display: none;
}
.anc-list ul li:not(:last-child){
  margin-bottom: 40px;
}

.anc-list2 ul{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anc-list2 ul:before,
.anc-list2 ul:after{
  display: block;
  content: "";
  width: calc(100% / 4 - 1%);
  order: 1;
}
.anc-list2 ul li{
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .5px;
}
.anc-list2 ul li img{
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 834px) {
.anc-list2 ul:after{
  display: block;
  content: "";
  width: calc(100% / 4 - 1%);
  order: 1;
}
.anc-list2 ul li{
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .5px;
}
}

@media only screen and (max-width: 640px) {
  .anc-list2 ul:before,
  .anc-list2 ul:after{
    display: block;
    content: "";
    width: calc(100% / 2 - 1%);
    order: 1;
  }
  .anc-list2 ul li{
    width: calc(100% / 2 - 1%);
  }
}