@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv .inner {
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 43%, rgba(240, 242, 241, 0) 52%, rgba(240, 242, 241, 0) 75%, #f0f2f1 88%, #f0f2f1), url(../images/salon/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right bottom;
}

@media (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 33%, rgba(240, 242, 241, 0) 43%, rgba(240, 242, 241, 0)), url(../images/salon/mainv_bg.jpg);
    background-size: auto auto, auto 100%;
    background-position: left top, right -20vw bottom;
  }
  #mainv .inner h1 span {
    font-size: 5.5vw;
  }
}
.anchorList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.anchorList > li {
  display: flex;
  margin: 5px 0 0 5px;
  width: calc((100% - 10px) / 3);
}
.anchorList > li:nth-child(-n+3) {
  margin-top: 0;
}
.anchorList > li:nth-child(3n+1) {
  margin-left: 0;
}
.anchorList > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  background: var(--zabuton2Bg);
  color: var(--zabuton2Text);
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.anchorList > li a:hover {
  opacity: 0.8;
}

@media (max-width: 750px) {
  .anchorList {
    margin: 0 0 8vw;
  }
  .anchorList > li {
    display: flex;
    margin: 0.8vw 0 0 0.8vw;
    width: calc((100% - 1.6vw) / 3);
  }
  .anchorList > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .anchorList > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .anchorList > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 5px;
    min-height: 10.6vw;
    font-size: 3.2vw;
    font-weight: bold;
    box-sizing: border-box;
  }
}
.contBlock:not(:last-of-type) {
  margin-bottom: 80px;
}
.contBlock > .heading {
  margin: 0 0 30px;
  padding: 10px 0;
  background: var(--heading4Bg);
}
.contBlock > .heading span {
  display: block;
  padding: 5px 0 5px 36px;
  border-left: solid 9px var(--heading4Bdr);
  color: var(--heading4Text);
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .contBlock {
    margin-bottom: 10.6vw;
  }
  .contBlock > .heading {
    margin: 0 0 8vw;
    padding: 2vw 0;
  }
  .contBlock > .heading span {
    display: block;
    padding: 1vw 0 1vw 3.7vw;
    font-size: 17px;
    font-weight: bold;
  }
}
#message .messageWrap {
  margin: 0 0 30px 45px;
}
#message .messageWrap::after {
  display: block;
  clear: both;
  content: "";
}
#message .messageWrap .imageWrap {
  float: right;
  margin: 0 0 0 45px;
  width: 220px;
}
#message .messageWrap .imageWrap .mainImage {
  width: 100%;
  height: auto;
}
#message .messageWrap .imageWrap .mainImage figcaption {
  margin: 5px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}
#message .messageWrap .imageWrap .mainImage figcaption span {
  margin: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
#message .messageWrap .imageWrap .subImage {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#message .messageWrap .imageWrap .subImage .image_2 {
  width: 48%;
}
#message .messageWrap .imageWrap .subImage .image_2 figcaption {
  margin: 5px 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
}
#message .messageWrap .imageWrap .subImage .image_2 figcaption span {
  font-size: 13px;
  font-weight: bold;
}
#message .messageWrap .message p {
  margin: 0 0 1.8em;
  font-size: 16px;
  line-height: 1.8;
}
#message .messageWrap .message p:last-child {
  margin: 0;
}
#message .profileWrap {
  font-size: 15px;
  background: #f7f7f7;
}
#message .profileWrap > .heading {
  padding: 15px;
  border-bottom: solid 2px #999;
  text-align: center;
  font-size: 22px;
  font-family: var(--yumincho);
  font-weight: bold;
}
#message .profileWrap .profileText {
  padding: 35px 45px;
  line-height: 1.8;
}
#message .profileWrap .profileText .profileList {
  display: flex;
  flex-wrap: wrap;
}
#message .profileWrap .profileText .profileList dt {
  width: 110px;
}
#message .profileWrap .profileText .profileList dd {
  width: calc(100% - 110px);
}

@media (max-width: 750px) {
  #message .messageWrap {
    margin: 0 0 4vw;
  }
  #message .messageWrap::after {
    display: block;
    clear: both;
    content: "";
  }
  #message .messageWrap .imageWrap {
    float: right;
    margin: 0 0 4vw 8vw;
    width: 32.2vw;
  }
  #message .messageWrap .imageWrap .mainImage {
    width: 100%;
    height: auto;
  }
  #message .messageWrap .imageWrap .mainImage figcaption {
    margin: 2.1vw 0 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
  }
  #message .messageWrap .imageWrap .mainImage figcaption span {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  #message .messageWrap .imageWrap .subImage {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
  }
  #message .messageWrap .imageWrap .subImage .image_2 {
    width: 48%;
  }
  #message .messageWrap .imageWrap .subImage .image_2 figcaption {
    margin: 2.1vw 0 0;
    text-align: left;
    font-size: 9px;
    line-height: 1.2;
  }
  #message .messageWrap .imageWrap .subImage .image_2 figcaption span {
    margin: 0;
    display: block;
    font-size: 11px;
    font-weight: bold;
  }
  #message .messageWrap .message p {
    margin: 0 0 1.8em;
    font-size: 14px;
    line-height: 1.8;
  }
  #message .messageWrap .message p:last-child {
    margin: 0;
  }
  #message .profileWrap {
    margin: 10vw -3vw 0;
    font-size: 12px;
  }
  #message .profileWrap > .heading {
    padding: 7.3vw;
    text-align: center;
    font-size: 20px;
  }
  #message .profileWrap .profileText {
    font-size: 13px;
    padding: 9.3vw 3vw;
    line-height: 1.8;
  }
  #message .profileWrap .profileText .profileList {
    display: flex;
    flex-wrap: wrap;
  }
  #message .profileWrap .profileText .profileList dt {
    width: 22.6vw;
  }
  #message .profileWrap .profileText .profileList dd {
    width: calc(100% - 22.6vw);
  }
}
#location .leadText {
  margin: 0 0 20px;
  text-align: center;
  font-size: 22px;
  font-family: var(--yumincho);
  font-weight: bold;
  color: var(--textPoint);
}
#location .textWrap {
  margin: 0 45px 45px;
  line-height: 1.8;
  font-size: 15px;
}
#location .locationList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#location .locationList > li {
  width: 30%;
  margin: 0 35px 0 0;
}
#location .locationList > li:last-child {
  margin: 0;
}
#location .locationList > li .image {
  margin: 0 0 25px;
}
#location .locationList > li .heading {
  margin: 0 0 20px;
  text-align: center;
  align-items: center;
  color: var(--textPoint);
  font-weight: bold;
  font-size: 15px;
}
#location .locationList > li .text {
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 750px) {
  #location .leadText {
    margin: 0 0 6vw;
    text-align: center;
    font-size: 20px;
  }
  #location .textWrap {
    margin: 0 0 8vw;
    line-height: 1.8;
    font-size: 14px;
  }
  #location .locationList > li {
    width: 100%;
    margin: 0 0 10.6vw;
  }
  #location .locationList > li:last-child {
    margin: 0;
  }
  #location .locationList > li .image {
    margin: 0 0 6.6vw;
  }
  #location .locationList > li .heading {
    margin: 0 0 6.6vw;
    font-size: 18px;
  }
  #location .locationList > li .text {
    font-size: 14px;
    line-height: 1.7;
  }
}
#information dl {
  margin: 0 45px;
  line-height: 1.8;
  font-size: 16px;
}
#information dl dt {
  padding: 8px 0 8px 20px;
  float: left;
  position: relative;
}
#information dl dt::after {
  content: "●";
  color: var(--textPoint);
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 14px;
}
#information dl dt:first-of-type {
  padding-top: 0;
}
#information dl dt:first-of-type::after {
  top: 1px;
}
#information dl dd {
  border-bottom: dashed 1px #808080;
  padding: 8px 10px 8px 140px;
}
#information dl dd:first-of-type {
  padding-top: 0;
}

@media (max-width: 750px) {
  #information dl {
    margin: 0;
    font-size: 14px;
  }
  #information dl dt {
    padding: 2.6vw 0 2.6vw 1.5em;
    float: left;
    position: relative;
  }
  #information dl dt::after {
    content: "●";
    position: absolute;
    top: 2.8vw;
    left: 0;
    font-size: 11px;
  }
  #information dl dt:first-of-type {
    padding-top: 0;
  }
  #information dl dt:first-of-type::after {
    top: 0.1vw;
  }
  #information dl dd {
    padding: 2.6vw 0 2.6vw 32vw;
  }
  #information dl dd:first-of-type {
    padding-top: 0;
  }
}
#access ul {
  margin: 0 45px 20px;
  line-height: 1.8;
}
#access ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
}
#access ul li::after {
  content: "●";
  color: var(--textPoint);
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
}
#access .map {
  margin: 0 45px;
}
#access .map iframe {
  width: 100%;
  height: 280px;
  vertical-align: bottom;
}

/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  #access ul {
    margin: 0 0 7.3vw;
    line-height: 1.8;
    font-size: 12px;
  }
  #access ul li {
    font-size: 14px;
    padding: 0 0 0 1.5em;
    position: relative;
  }
  #access ul li::after {
    content: "●";
    position: absolute;
    top: 0.1vw;
    left: 0;
    font-size: 11px;
  }
  #access .map {
    border: solid 1px #E4E4E4;
    padding: 4px;
    margin: 0;
  }
  #access .map iframe {
    width: 100%;
    height: 290px;
    vertical-align: bottom;
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=salon.css.map */