@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1180px; }

  #mainv {
    background: #f0f2f1; }
    #mainv .inner {
      background-image: -webkit-linear-gradient(0deg, #f0f2f1, #f0f2f1 30%, rgba(240, 242, 241, 0) 52%, rgba(240, 242, 241, 0) 75%, #f0f2f1 88%, #f0f2f1), url(../images/salon/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #f0f2f1, #f0f2f1 30%, 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 150px bottom; }
      #mainv .inner h1 {
        color: #333;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        padding: 90px 60px 100px; }
        #mainv .inner h1 span {
          font-size: 36px; }

  /* 最終的にbase.scssに統合 */
  #breadCrumb {
    background: none; }
    #breadCrumb .inner {
      width: 1180px; }
      #breadCrumb .inner ul li a {
        color: #9E6657; }

  /* 最終的にbase.scssに統合 */
  #contents {
    width: 1180px; }
    #contents #mainColmun {
      width: 820px;
      margin: 0 80px 0 0; }
    #contents #sidebar {
      width: 280px; }

  #mainColmun .anchorList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px; }
    #mainColmun .anchorList > li {
      display: flex;
      margin: 5px 0 0 5px;
      width: calc((100% - 10px) / 3); }
      #mainColmun .anchorList > li:nth-child(-n+3) {
        margin-top: 0; }
      #mainColmun .anchorList > li:nth-child(3n+1) {
        margin-left: 0; }
      #mainColmun .anchorList > li a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        min-height: 50px;
        padding: 10px;
        background: #ffe7d0;
        color: #9E6657;
        font-size: 16px;
        font-weight: bold;
        box-sizing: border-box; }
        #mainColmun .anchorList > li a:hover {
          opacity: .8; }
  #mainColmun .contBlock:not(:last-of-type) {
    margin-bottom: 80px; }
  #mainColmun .contBlock > .heading {
    margin: 0 0 30px;
    padding: 10px 0;
    background: #fbf9f8; }
    #mainColmun .contBlock > .heading span {
      display: block;
      padding: 5px 0 5px 36px;
      border-left: solid 9px #ff8746;
      color: #9E6657;
      font-size: 20px;
      font-weight: bold; }
  #mainColmun #message .messageWrap {
    margin: 0 0 30px 45px; }
    #mainColmun #message .messageWrap::after {
      display: block;
      clear: both;
      content: ""; }
    #mainColmun #message .messageWrap .image {
      float: right;
      margin: 0 0 20px 45px;
      width: 220px; }
      #mainColmun #message .messageWrap .image figcaption {
        margin: 7px 0 0;
        text-align: right;
        font-size: 12px;
        line-height: 1.5; }
        #mainColmun #message .messageWrap .image figcaption span {
          margin: 0 0 0 20px;
          font-size: 18px;
          font-weight: bold; }
    #mainColmun #message .messageWrap .message p {
      margin: 0 0 1.8em;
      font-size: 16px;
      line-height: 1.8; }
      #mainColmun #message .messageWrap .message p:last-child {
        margin: 0; }
  #mainColmun #message .profileWrap {
    font-size: 15px;
    background: #f7f7f7; }
    #mainColmun #message .profileWrap > .heading {
      padding: 15px;
      border-bottom: solid 2px #c9b3a4;
      text-align: center;
      font-size: 22px;
      font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
      font-weight: bold; }
    #mainColmun #message .profileWrap .profileText {
      padding: 35px 45px;
      line-height: 1.8; }
      #mainColmun #message .profileWrap .profileText .profileList {
        display: flex;
        flex-wrap: wrap; }
        #mainColmun #message .profileWrap .profileText .profileList dt {
          width: 110px; }
        #mainColmun #message .profileWrap .profileText .profileList dd {
          width: calc(100% - 110px); }
  #mainColmun #location .leadText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 22px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    color: #ff8746; }
  #mainColmun #location .textWrap {
    margin: 0 45px 45px;
    line-height: 1.8;
    font-size: 15px; }
  #mainColmun #location .locationList {
    display: flex; }
    #mainColmun #location .locationList > li {
      width: calc(100% - 70px);
      margin: 0 35px 0 0; }
      #mainColmun #location .locationList > li:last-child {
        margin: 0; }
      #mainColmun #location .locationList > li .image {
        margin: 0 0 25px; }
      #mainColmun #location .locationList > li .heading {
        margin: 0 0 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #c9b3a4;
        font-weight: bold;
        font-size: 15px; }
      #mainColmun #location .locationList > li .text {
        line-height: 1.7;
        font-size: 15px; }
  #mainColmun #information dl {
    margin: 0 45px;
    line-height: 1.8;
    font-size: 16px; }
    #mainColmun #information dl dt {
      padding: 8px 0 8px 20px;
      float: left;
      position: relative; }
      #mainColmun #information dl dt::after {
        content: "●";
        color: #9E6657;
        position: absolute;
        top: 9px;
        left: 0;
        font-size: 14px; }
      #mainColmun #information dl dt:first-of-type {
        padding-top: 0; }
        #mainColmun #information dl dt:first-of-type::after {
          top: 1px; }
    #mainColmun #information dl dd {
      border-bottom: dashed 1px #808080;
      padding: 8px 10px 8px 140px; }
      #mainColmun #information dl dd:first-of-type {
        padding-top: 0; }
  #mainColmun #access ul {
    margin: 0 45px 20px;
    line-height: 1.8; }
    #mainColmun #access ul li {
      padding: 0 0 0 20px;
      position: relative;
      font-size: 16px; }
      #mainColmun #access ul li::after {
        content: "●";
        color: #c9b3a4;
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 14px; }
  #mainColmun #access .map {
    margin: 0 45px; }
    #mainColmun #access .map iframe {
      width: 100%;
      height: 280px;
      vertical-align: bottom; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 94vw;
    margin: 0 auto; }

  #mainv {
    background: #f0f2f1; }
    #mainv .inner {
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      background-image: -webkit-linear-gradient(0deg, #f0f2f1, #f0f2f1 33%, rgba(240, 242, 241, 0) 43%, rgba(240, 242, 241, 0)), url(../images/salon/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #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 600% bottom;
      height: 36.2vw; }
      #mainv .inner h1 {
        color: #333;
        padding: 0;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif; }
        #mainv .inner h1 span {
          font-size: 5.5vw; }

  /* 最終的にbase.scssに統合 */
  #breadCrumb {
    margin: 0 0 2.4vw;
    background: none; }
    #breadCrumb .inner ul li a {
      color: #9E6657; }

  #mainColmun .anchorList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8vw; }
    #mainColmun .anchorList > li {
      display: flex;
      margin: .8vw 0 0 .8vw;
      width: calc((100% - 1.6vw) / 3); }
      #mainColmun .anchorList > li:nth-child(-n+3) {
        margin-top: 0; }
      #mainColmun .anchorList > li:nth-child(3n+1) {
        margin-left: 0; }
      #mainColmun .anchorList > li a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 5px;
        min-height: 10.6vw;
        background: #ffe7d0;
        color: #9E6657;
        font-size: 3.2vw;
        font-weight: bold;
        box-sizing: border-box; }
  #mainColmun .contBlock {
    margin-bottom: 10.6vw; }
    #mainColmun .contBlock > .heading {
      margin: 0 0 8vw;
      padding: 2vw 0;
      background: #fbf9f8; }
      #mainColmun .contBlock > .heading span {
        display: block;
        padding: 1vw 0 1vw 3.7vw;
        border-left: solid 2vw #ff8746;
        color: #9E6657;
        font-size: 17px;
        font-weight: bold; }
  #mainColmun #message .messageWrap {
    margin: 0 0 4vw; }
    #mainColmun #message .messageWrap::after {
      display: block;
      clear: both;
      content: ""; }
    #mainColmun #message .messageWrap .image {
      float: right;
      margin: 0 0 4vw 8vw;
      width: 32.2vw; }
      #mainColmun #message .messageWrap .image figcaption {
        margin: 2.1vw 0 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.5; }
        #mainColmun #message .messageWrap .image figcaption span {
          display: block;
          font-size: 14px;
          font-weight: bold; }
    #mainColmun #message .messageWrap .message p {
      margin: 0 0 1.8em;
      font-size: 14px;
      line-height: 1.8; }
      #mainColmun #message .messageWrap .message p:last-child {
        margin: 0; }
  #mainColmun #message .profileWrap {
    margin: 0 -3vw;
    background: #f7f7f7;
    font-size: 12px; }
    #mainColmun #message .profileWrap > .heading {
      padding: 7.3vw;
      border-bottom: solid 1px #c9b3a4;
      text-align: center;
      font-size: 20px;
      font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
      font-weight: bold; }
    #mainColmun #message .profileWrap .profileText {
      padding: 9.3vw 3vw;
      line-height: 1.8; }
      #mainColmun #message .profileWrap .profileText .profileList {
        display: flex;
        flex-wrap: wrap; }
        #mainColmun #message .profileWrap .profileText .profileList dt {
          width: 22.6vw; }
        #mainColmun #message .profileWrap .profileText .profileList dd {
          width: calc(100% - 22.6vw); }
  #mainColmun #location .leadText {
    margin: 0 0 6vw;
    text-align: center;
    font-size: 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    color: #ff8746; }
  #mainColmun #location .textWrap {
    margin: 0 0 8vw;
    line-height: 1.8;
    font-size: 12px; }
  #mainColmun #location .locationList > li {
    margin: 0 0 10.6vw; }
    #mainColmun #location .locationList > li:last-child {
      margin: 0; }
    #mainColmun #location .locationList > li .image {
      margin: 0 0 6.6vw; }
    #mainColmun #location .locationList > li .heading {
      margin: 0 0 6.6vw;
      color: #c9b3a4;
      font-weight: bold;
      font-size: 18px; }
    #mainColmun #location .locationList > li .text {
      line-height: 1.7;
      font-size: 12px; }
  #mainColmun #information dl {
    font-size: 12px; }
    #mainColmun #information dl dt {
      padding: 2.6vw 0 2.6vw 1.5em;
      float: left;
      position: relative; }
      #mainColmun #information dl dt::after {
        content: "●";
        color: #9E6657;
        position: absolute;
        top: 2.8vw;
        left: 0;
        font-size: 11px; }
      #mainColmun #information dl dt:first-of-type {
        padding-top: 0; }
        #mainColmun #information dl dt:first-of-type::after {
          top: 0.1vw; }
    #mainColmun #information dl dd {
      border-bottom: dotted 1px #808080;
      padding: 2.6vw 0 2.6vw 22vw; }
      #mainColmun #information dl dd:first-of-type {
        padding-top: 0; }
  #mainColmun #access ul {
    margin: 0 0 7.3vw;
    line-height: 1.8;
    font-size: 12px; }
    #mainColmun #access ul li {
      padding: 0 0 0 1.5em;
      position: relative; }
      #mainColmun #access ul li::after {
        content: "●";
        color: #c9b3a4;
        position: absolute;
        top: 0.1vw;
        left: 0;
        font-size: 11px; }
  #mainColmun #access .map {
    border: solid 1px #E4E4E4;
    padding: 4px; }
    #mainColmun #access .map iframe {
      width: 100%;
      height: 290px;
      vertical-align: bottom; }

  /*--------------------------endSP--------------------------------*/ }

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