@charset "UTF-8";
:root {
  --textPoint: #0071BC;
}

:root {
  --textMain: #424140;
}

:root {
  --textEm: #FBA102;
}

:root {
  --mainBg: #fffcf3;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #FFF;
}

:root {
  --naviBg: #fba102;
}

:root {
  --naviBgHover: #fbd99e;
}

:root {
  --naviTextHover: #424140;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #fba102;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #fba102;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #fba102;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #fba102;
}

:root {
  --icon1: #fba102;
}

:root {
  --btnRequireText: #424140;
}

:root {
  --btnRequireBg: #fbd99e;
}

:root {
  --btnReserveText: #424140;
}

:root {
  --btnReserveBg: #efe695;
}

:root {
  --contText: #FFF;
}

:root {
  --contBg: #fba102;
}

:root {
  --footerMenuText1: #5a5a5a;
}

:root {
  --footerMenuText2: #5a5a5a;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #fffcf3;
}

:root {
  --footerBg2: #fff9e5;
}

:root {
  --heading1Text: #fba102;
}

:root {
  --heading2Text: #424140;
}

:root {
  --heading2Bg: #fffcf3;
}

:root {
  --heading2Bdr: #fba102;
}

:root {
  --heading3Text: #424140;
}

:root {
  --heading3Bg: #fffcf3;
}

:root {
  --heading3Bdr: #fba102;
}

:root {
  --dateText: #fba102;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #fba102;
}

:root {
  --zabuton2Text: #fba102;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #424140;
}

:root {
  --qaQ1Bg: #efe695;
}

:root {
  --qaQ2Text: #424140;
}

:root {
  --qaQ2Bg: #fffcf2;
}

:root {
  --qaAText: #fba102;
}

:root {
  --thText: #424140;
}

:root {
  --thBg: #fbd99e;
}

:root {
  --tdText: #424140;
}

:root {
  --tdBg: #fffcf3;
}

:root {
  --linkText: #1e86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #E20637;
}

:root {
  --partnerBg: #E20637;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #DF263C;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media only screen and (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media only screen and (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインヴィジュアル
--------------------------------------------------------------------------------------- */
#mainv {
  background-color: #FAFAFA;
}
#mainv .inner {
  background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 35%, rgba(250, 250, 250, 0) 60%, rgba(250, 250, 250, 0) 90%, #FAFAFA 95%, #FAFAFA), url(../images/salon/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right -25px top;
}
#mainv .inner h1 {
  color: var(--textMain);
  font-size: var(--mainvFontSize);
  font-weight: 700;
  line-height: 1.2;
  padding: 110px 0 130px;
}
#mainv .inner h1 span {
  font-size: 1.44em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 20%, rgba(250, 250, 250, 0) 40%, rgba(250, 250, 250, 0)), url(../images/salon/mainv_bg.jpg);
    background-position: left top, right 47% bottom;
  }
  #mainv .inner h1 {
    color: var(--textMain);
    font-size: var(--mainvFontSize);
    font-weight: 700;
    line-height: 1.2;
    padding: 26.6vw 0;
    filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainv .inner h1 span {
    font-size: 1.44em;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner hgroup {
  line-height: 1.38;
  border-bottom: dashed 1px #CCC;
  margin: 0 0 35px;
  padding: 0 0 35px;
}
#mainColmun .inner hgroup p {
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner hgroup p {
    font-size: 5.8614285714vw;
  }
}
#mainColmun .inner hgroup h2 {
  color: var(--textEm);
  font-weight: 700;
  font-size: 1.8571428571rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner hgroup h2 {
    font-size: 6.9271428571vw;
  }
}
#mainColmun .inner hgroup h2 span {
  font-size: 1.46em;
}
#mainColmun .inner #message {
  margin: 0 0 100px;
}
#mainColmun .inner #message .text p {
  line-height: 1.75;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner #message .text p {
    font-size: 4.2628571429vw;
  }
}
#mainColmun .inner #message .text p + p {
  margin: 1.5em 0 0;
}
#mainColmun .inner #message picture {
  width: 220px;
  margin: 0 10px 20px 27px;
  float: right;
}
#mainColmun .inner #message .images {
  margin: 50px 0 0;
  column-gap: 30px;
}
#mainColmun .inner #message .images figure {
  width: 47%;
}
#mainColmun .inner #info dl {
  margin: 0 20px;
}
#mainColmun .inner #info dl dt {
  padding: 20px 0 20px 20px;
  float: left;
  position: relative;
}
#mainColmun .inner #info dl dd {
  border-bottom: solid 1px #DDD;
  padding: 20px 20px 20px 195px;
}
#mainColmun .inner #access {
  margin: 100px 0 0;
}
#mainColmun .inner #access ul {
  margin: 0 20px 30px;
}
#mainColmun .inner #access ul li {
  padding: 0 0 0 25px;
  position: relative;
}
#mainColmun .inner #access ul li + li {
  margin: 0.5em 0 0;
}
#mainColmun .inner #access ul li::after {
  content: "●";
  color: var(--zabuton1Bg);
  position: absolute;
  top: 0;
  left: 0;
}
#mainColmun .inner #access .map {
  border: solid 1px #E4E4E4;
  margin: 0 20px 40px;
  padding: 5px;
}
#mainColmun .inner #access .map iframe {
  width: 100%;
  height: 450px;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainColmun {
    margin: 0 0 8vw;
  }
  #mainColmun .inner hgroup {
    margin: 0 0 7.5vw;
    padding: 0 0 7.5vw;
  }
  #mainColmun .inner hgroup p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner hgroup p {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner hgroup h2 {
    font-size: 1.2142857143rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner hgroup h2 {
    font-size: 4.5292857143vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner hgroup h2 span {
    font-size: 1.4em;
  }
  #mainColmun .inner #message {
    margin: 0 0 13.3vw;
  }
  #mainColmun .inner #message .text p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner #message .text p {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner #message picture {
    width: 100%;
    margin: 0 0 5vw;
    float: inherit;
  }
  #mainColmun .inner #message .images {
    margin: 9vw 0 0;
    row-gap: 2vw;
  }
  #mainColmun .inner #message .images figure {
    width: 100%;
  }
  #mainColmun .inner #info dl {
    font-size: 0.9285714286rem;
    margin: 0 3vw;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner #info dl {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner #info dl dt {
    padding: 3.7vw 0 3.7vw 1.5em;
  }
  #mainColmun .inner #info dl dt::after {
    top: 3.7vw;
    left: 0;
  }
  #mainColmun .inner #info dl dd {
    padding: 3.7vw 0 3.7vw 8em;
  }
  #mainColmun .inner #access {
    margin: 13.3vw 0 0;
  }
  #mainColmun .inner #access ul {
    margin: 0 3.7vw 5vw;
  }
  #mainColmun .inner #access ul li {
    font-size: 0.9285714286rem;
    padding: 0 0 0 1.5em;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner #access ul li {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner #access .map {
    margin: 0 3.7vw;
    padding: 4px;
  }
  #mainColmun .inner #access .map iframe {
    height: 250px;
  }
}
/*--------------------------endSP--------------------------------*/

/*# sourceMappingURL=salon.css.map */
