@charset "UTF-8";
/* ========================================================
	layout.css => SP
======================================================== */
/* ------------------------------------------------
    コメント
------------------------------------------------ */
/* ========================================================
	layout.css => PC
======================================================== */
@media (min-width: 641px) {
  /* ------------------------------------------------
      ARRANGE popup
  ------------------------------------------------ */
  #contentArrange {
    width: 900px;
    text-align: center;
    background: #191919;
    padding: 62px 0;
  }
  #contentArrange img {
    display: inline-block;
  }
  #contentArrange p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
  }

  /* ------------------------------------------------
      STYLE
  ------------------------------------------------ */
  #commonHeader {
    margin-bottom: 40px;
  }

  .pageHeader {
    text-align: center;
    margin-bottom: 56px;
  }
  .pageHeader h1 {
    font-size: 26px;
    font-size: 2.6rem;
    display: inline-block;
    border: solid 3px #191919;
    padding: 10px 10px 7px 10px;
    line-height: 1;
  }

  .hdBlog h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .photo5col {
    margin-bottom: 60px;
  }
  .photo5col .hdWrap01 {
    margin-bottom: 20px;
  }
  .photo5col ul {
    overflow: hidden;
    *zoom: 1;
  }
  .photo5col li {
    float: left;
    width: 188px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .photo5col li:nth-child(5n) {
    margin-right: 0;
  }
  .photo5col p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .photo5col p:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------
      CONTACT
  ------------------------------------------------ */
  .txtContact01 {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  #formTable th {
    width: 292px;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top;
    padding: 7px 0 20px 0;
  }
  #formTable th span {
    color: #db4646;
  }
  #formTable th:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  #formTable td {
    width: 688px;
    padding: 0 0 20px 0;
  }
  #formTable td input {
    height: 25px;
  }
  #formTable td .name,
#formTable td .add,
#formTable td .mf,
#formTable td .add,
#formTable td .propaty {
    width: 688px !important;
  }
  #formTable td textarea {
    width: 688px;
  }
  #formTable .addNum input {
    display: inline;
  }
  #formTable .addNum .inputAddNum {
    width: 130px !important;
    margin-right: 10px;
  }
  #formTable .addNum .btnAddNum {
    padding: 0 10px;
    background: #191919;
    border: none;
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    height: 30px;
  }
  #formTable .addNum .btnAddNum:hover {
    cursor: pointer;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
  }

  #btnSend {
    margin-bottom: 80px;
    margin-left: 282px;
  }
  #btnSend input {
    background: #191919;
    border-radius: 4px;
    color: #fff;
    width: 342px;
    height: 56px;
    border-style: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #btnSend input:hover {
    cursor: pointer;
  }
  #btnSend:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .linkTop {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 400px;
  }

  /* ------------------------------------------------
      CONCEPT
  ------------------------------------------------ */
  .contentEyeCatch {
    margin-bottom: 30px;
  }
  .contentEyeCatch + p {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 60px;
  }

  #media {
    margin-bottom: 80px;
  }
  #media .hdWrap01 {
    margin-bottom: 20px;
  }
  #media .imgSet .imgL {
    width: 470px;
  }
  #media .imgSet .textArea {
    margin-left: 510px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #media .imgSet .textArea .day {
    font-weight: 700;
  }
  #media .imgSet .textArea p {
    margin-bottom: 30px;
  }
  #media .imgSet .textArea li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------
      MENU
  ------------------------------------------------ */
  #hair,
#color,
#cut,
#parm,
#treatment {
    margin-bottom: 60px;
  }

  #hair .hdWrap01,
#color .hdWrap01,
#cut .hdWrap01,
#parm .hdWrap01,
#treatment .hdWrap01 {
    margin-bottom: 5px;
  }

  #relaxation {
    margin-bottom: 60px;
  }
  #relaxation .hdWrap01 {
    margin-bottom: 20px;
  }
  #relaxation .hdWrap01 + p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #others {
    margin-bottom: 60px;
  }
  #others .hdWrap01 {
    margin-bottom: 5px;
  }

  .menuWrap {
    overflow: hidden;
    *zoom: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .menuWrap .dlLeft {
    float: left;
  }
  .menuWrap .dlRight {
    float: right;
    margin-bottom: 20px;
  }
  .menuWrap dl {
    width: 470px;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dotted #191919;
  }
  .menuWrap dl dt {
    border-top: 1px dotted #191919;
    clear: left;
    float: left;
    width: 340px;
    padding: 15px 0;
  }
  .menuWrap dl dt span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .menuWrap dl dd {
    /*    background: #fff;*/
    border-top: 1px dotted #191919;
    margin-left: 340px;
    text-align: right;
    padding: 15px 0;
  }
  .menuWrap dl dt:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .menuWrap dl .noLine {
    border-top: none;
  }

  .attentionList {
    float: right;
    font-size: 11px;
    font-size: 1.1rem;
    clear: both;
  }
  .attentionList li:before {
    content: "※";
  }

  /* ------------------------------------------------
      ARRANGE
  ------------------------------------------------ */
  #arrange .hdWrap01 {
    margin-bottom: 20px;
  }
  #arrange .photo5col li {
    margin-bottom: 20px;
  }
  #arrange .photo5col img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #arrange .photo5col img:hover, #arrange .photo5col img:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  /* ------------------------------------------------
      STAFF
  ------------------------------------------------ */
  .staffWrap {
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden;
    *zoom: 1;
  }
  .staffWrap .staff {
    float: left;
    width: 304px;
    margin-right: 34px;
    margin-bottom: 40px;
  }
  .staffWrap .staff img {
    margin-bottom: 5px;
  }
  .staffWrap .staff h1 {
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1;
  }
  .staffWrap .staff h1:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .staffWrap .staff p {
    line-height: 1.8;
  }
  .staffWrap .staff:nth-child(3n) {
    margin-right: 0;
  }
  .staffWrap .staff ul li:before {
    content: "・";
    font-size: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------
      ACCESS
  ------------------------------------------------ */
  .gmap {
    margin: 0 0 32px 0;
  }
  .gmap .map_inner #map {
    height: 310px;
  }
  .gmap .map_inner #map .gm-style-iw h4 {
    padding: 7px 0 0 0;
  }

  .accessText {
    overflow: hidden;
    *zoom: 1;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .accessText .left {
    float: left;
    width: 510px;
  }
  .accessText .right {
    margin-left: 510px;
  }

  #accessContact .hdWrap01 {
    margin-bottom: 20px;
  }
  #accessContact .txtContact02 {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  /* ------------------------------------------------
      COMPANY
  ------------------------------------------------ */
  #company {
    margin-bottom: 60px;
  }
  #company .hdWrap01 {
    margin-bottom: 5px;
  }
  #company .hdWrap01 h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #companyMenu a {
    text-decoration: underline;
  }
  #companyMenu dl dt {
    width: 200px;
  }
  #companyMenu dl dd {
    margin-left: 200px;
  }
  #companyMenu dl dt:before {
    content: none;
  }
  #companyMenu .centerDl {
    padding-bottom: 5px !important;
  }

  /* ------------------------------------------------
      COUPON
  ------------------------------------------------ */
  .readText {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  #specialCoupon {
    margin-bottom: 40px;
  }
  #specialCoupon .hdWrap01 {
    margin-bottom: 20px;
  }
  #specialCoupon .imgSet .imgL {
    width: 470px;
  }
  #specialCoupon .imgSet .textArea {
    margin-left: 510px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #specialCoupon .imgSet .textArea ul {
    margin-bottom: 16px;
  }
  #specialCoupon .imgSet .textArea li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  #webCoupon {
    margin-bottom: 80px;
  }
  #webCoupon .hdWrap01 {
    margin-bottom: 20px;
  }
  #webCoupon .divide {
    overflow: hidden;
    *zoom: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #webCoupon .divide .fltL {
    width: 470px;
    float: left;
  }
  #webCoupon .divide .fltR {
    margin-left: 510px;
  }
  #webCoupon .divide p {
    margin-bottom: 30px;
  }

  /* ------------------------------------------------
      COUPON popup
  ------------------------------------------------ */
  #couponPop {
    width: 900px;
    text-align: center;
    background: #111111;
    padding: 50px 0;
  }
  #couponPop img {
    display: inline-block;
  }
  #couponPop p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  #couponPop #btnCoupon01,
#couponPop #btnCoupon02 {
    margin-bottom: 30px;
    border: solid 1px #fff;
  }
  #couponPop #btnCoupon03 {
    margin-bottom: 10px;
    border: solid 1px #fff;
  }
  #couponPop .printBtn {
    width: 340px;
    height: 54px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    line-height: 54px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  /* ------------------------------------------------
      GOODS
  ------------------------------------------------ */
  .goods {
    margin-bottom: 40px;
  }
  .goods .hdWrap01 {
    margin-bottom: 20px;
  }
  .goods .hdWrap01 h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .goods .imgSet .imgL {
    width: 470px;
  }
  .goods .imgSet .textArea {
    margin-left: 510px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #goods02 .imgSet {
    margin-bottom: 20px;
  }
  #goods02 p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #goods05 {
    margin-bottom: 80px !important;
  }

  /* ------------------------------------------------
      PRIVACY POLICY
  ------------------------------------------------ */
  .privacySet {
    margin-bottom: 30px;
  }
  .privacySet h1 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .privacySet h1:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .privacySet p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .signText {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 80px;
  }

  /* ------------------------------------------------
      BLOG SINGLE
  ------------------------------------------------ */
  .blogSingle {
    margin-bottom: 80px;
  }

  .w_blogSingle_ttl {
    margin-bottom: 20px;
    padding-bottom: 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: solid 3px #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .blogSingle_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    width: 700px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
  }

  .blogSingle_day {
    width: 150px;
    float: right;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .blogSingle_content {
    overflow: hidden;
    *zoom: 1;
  }
  .blogSingle_content p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .blogSingle_content_text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .blogSingle_content_text p {
    margin-bottom: 30px;
  }

  .blogSingle_content_img {
    float: left;
    margin-right: 40px;
    width: 392px;
  }
  .blogSingle_content_img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: solid 2px #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .blogSingle_content_btn {
    margin-top: 30px;
    background: #191919;
    height: 30px;
    padding: 0 16px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blogSingle_content_btn a {
    line-height: 30px;
    color: #fff;
  }
  .blogSingle_content_btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  /* ------------------------------------------------
      BLOG LIST
  ------------------------------------------------ */
  #newsList {
    width: 500px;
    margin: 0 auto 20px;
  }
  #newsList li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 18px;
  }
  #newsList li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  .center {
    text-align: center;
  }

  #next10Btn {
    display: inline-block;
    margin-bottom: 80px;
  }

  /* ------------------------------------------------
  KIRAGAMI
  ------------------------------------------------ */
  #kiragami {
    color: #392222;
  }

  .fzPr {
    font-size: 74px;
  }

  .fz-style {
    font-weight: 100;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .fz-title {
    font-size: 54px;
    font-size: 5.4rem;
    font-weight: 100;
  }

  .fz34 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
  }

  .fz84 {
    font-size: 84px;
    font-size: 8.4rem;
    line-height: 9.4rem;
    text-align: center;
  }

  .fz25 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 100;
    text-align: center;
  }

  .bdb {
    border-bottom: 2px solid #000;
    text-align: center;
    margin: 25px;
  }

  .f_red {
    color: #ff2424;
  }

  .troubleBox {
    position: relative;
    background: #d9d08b repeat 50% 100%;
    padding: 20px 0 20px 80px;
    margin-bottom: 40px;
  }
  .troubleBox:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -50px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border: #fff 25px solid;
    border-top: transparent 25px solid;
    background: #d9d08b repeat 50% -25px;
  }

  li.circle {
    list-style-type: circle;
  }

  img.gauss {
    position: relative;
    top: -70px;
  }

  .prBox {
    width: 980px;
    background: url("../../kiragami/images/img_kiragami_02.jpg");
    text-align: center;
    padding: 50px 0;
    margin-bottom: 90px;
    font-size: 3.4rem;
    font-size: 34px;
  }

  .aboutKiragami h2.sideBd {
    position: relative;
    z-index: 2;
    background-color: #fff;
    text-align: left;
  }
  .aboutKiragami h2.sideBd::before {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 1;
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background-color: #000;
  }

  .sideBd h2 {
    position: relative;
    text-align: center;
  }
  .sideBd h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 0.5em;
    background-color: #fff;
    text-align: left;
  }
  .sideBd h2::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .aboutKiragami {
    width: 85%;
    margin: 0 auto;
  }

  #kiragami h4 {
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
  }

  .f_gold {
    color: #bfab14;
  }

  p.youtube {
    display: block;
    text-align: center;
    margin-bottom: 130px;
  }

  .strong_box {
    margin: 0 auto;
    padding: 4% 7%;
    overflow: hidden;
  }

  .circleContent {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    background-color: #efd82c;
    -webkit-box-shadow: 6px 6px 6px #d7d7d7;
    box-shadow: 6px 6px 6px #d7d7d7;
    border-radius: 50%;
    text-align: center;
    float: left;
    font-family: "Satisfy", cursive;
    position: relative;
  }

  .circleText {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    position: absolute;
    top: 57%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .strongTitle {
    font-size: 40px;
    font-size: 4rem;
    line-height: 90px;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .strongArea {
    margin: 40px 0;
    text-align: center;
  }

  .strongImg_bd {
    width: 250px;
    height: 405px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
  }
  .strongImg_bd img {
    border-radius: 3px;
  }

  .imgArrow {
    font-size: 60px;
    font-size: 6rem;
    color: #bab691;
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -200px;
  }

  .qaBox {
    border: 1px solid #d8d8d8;
    padding: 20px 60px;
    width: 85%;
    margin: 40px auto;
    border-radius: 3px;
    -webkit-box-shadow: 2px 4px 2px #eaeaea;
    box-shadow: 2px 4px 2px #eaeaea;
    height: auto;
    overflow: hidden;
  }

  .qArea {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .qImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #000;
    border: 1px solid #95989a;
    line-height: 52px;
    font-size: 35px;
    font-size: 3.5rem;
    float: left;
    font-family: sans-serif;
  }

  .qText {
    position: relative;
    top: 15px;
    padding-left: 72px;
    text-align: left;
    color: #000;
  }

  .aArea {
    overflow: hidden;
  }

  .aImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background: #ffee26;
    border: 1px solid #95989a;
    line-height: 52px;
    font-size: 35px;
    font-size: 3.5rem;
    float: left;
    font-family: sans-serif;
  }

  p.aText {
    padding-left: 72px;
    text-align: left;
    color: #000;
  }

  .pcNone {
    display: none;
  }

  .priceBox {
    width: 30%;
    float: right;
  }

  .length {
    float: left;
    width: 40%;
  }

  .lengthPrice {
    float: right;
  }

  /* ------------------------------------------------
  Rezo
  ------------------------------------------------ */
  #rezo {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 100;
  }

  .fzPr01 {
    font-size: 22px;
  }

  .fzPr02 {
    font-size: 48px;
  }

  .fzPr03 {
    font-size: 52px;
    color: #ff6200;
    font-weight: 100;
  }

  .fzPr04 {
    font-size: 42px;
    line-height: 1;
  }

  .fzPr05 {
    font-size: 32px;
    color: #ff6200;
    font-weight: 100;
  }

  .f_blue {
    color: #0031b5;
  }

  .f_green {
    color: #0f9a84;
  }

  .rezoTxt_box {
    text-align: center;
    margin: 80px auto 30px;
  }

  .rezoSubtxt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
  }

  .bg_rezo01 {
    background: url("/rezo/images/bg-rezo980310.png") no-repeat center center;
    height: 310px;
  }

  .bg_rezo01Txt {
    font-size: 33px;
    text-align: center;
    line-height: 1.7;
    padding-top: 62px;
    font-weight: 100;
  }

  .bg_rezo02 {
    background: url(/rezo/images/bg_rezo980980.png) no-repeat center center;
    padding: 48px 40px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 60px;
  }

  .drawing03Box {
    text-align: center;
    margin-top: -100px;
  }

  .bg_mainTxt {
    background: url(/rezo/images/bg_mainTxt.png) no-repeat center center;
    width: 980px;
    height: 415px;
    margin-top: -100px;
  }

  .rezo_mainTxt {
    padding: 150px 45px;
  }

  .figure01 {
    width: 980px;
  }
  .figure01 img {
    width: 100%;
    margin: 72px auto 104px;
  }

  .rezo02_headingBox {
    margin-bottom: 77px;
  }

  .bg_rezo02_heading {
    padding: 0.5em;
    background: #fff;
    font-weight: 100;
  }

  .rezo02_listBox {
    margin-bottom: 60px;
  }

  .rezo02_listTtl:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 21px;
    margin: 0 10px;
    background: url(/rezo/images/stripe01.png);
    background-size: contain;
    vertical-align: middle;
  }
  .rezo02_listTtl:after {
    content: "";
    display: inline-block;
    width: 639px;
    height: 21px;
    margin-left: 10px;
    background: url(/rezo/images/line01.png) no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
  }

  .rezo02_ul {
    margin: 8px 0 16px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .bg_li01 {
    background: #bbd379;
    font-size: 19px;
    color: #fff;
    padding: 0.3em 1em;
    margin: 0 1em;
  }

  .bg_li02 {
    background: #d6a834;
    font-size: 17px;
    color: #fff;
    padding: 0.3em 1em;
    margin: 0 1em;
  }

  .rezo02_subttlBox {
    margin-bottom: 20px;
  }

  .rezo02_subTxt {
    font-size: 17px;
    margin-bottom: 60px;
  }

  .btnMangabox {
    text-align: center;
    margin: 80px 0 100px;
  }
  .btnMangabox a:hover {
    opacity: 0.6;
  }

  /* ------------------------------------------------
  MYFORCE
  ------------------------------------------------ */
  #myforce {
    font-size: 1.6rem;
  }

  .bgForce {
    background: url(/myforce/images/bg-myforce.jpg) no-repeat;
    height: 560px;
    background-size: cover;
  }

  .contentWrap {
    width: 60%;
    padding: 60px;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }

  .ttlForce {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    border-bottom: double 3px #ccc;
    padding: 0 10px 5px;
    display: inline-block;
  }
  .ttlForce + p {
    margin-top: 20px;
    text-align: left;
  }

  .boxPoint {
    text-align: center;
  }
  .boxPoint h3 {
    font-size: 2.6rem;
    display: inline-block;
    border: solid 3px #191919;
    padding: 10px 10px 7px 10px;
    line-height: 1;
  }

  .strongImg_bd video {
    width: 250px;
    height: 405px;
    display: inline-block;
  }

  .boxBtn li {
    margin-bottom: 20px;
  }
  .boxBtn li:last-child {
    margin-bottom: 0;
  }

  .btnStyle {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    color: #fff;
    width: 342px;
    height: 56px;
    line-height: 56px;
  }
  .btnStyle:hover {
    opacity: 0.75;
    cursor: pointer;
    text-decoration: none;
  }
}
/* ========================================================
_04_mobile.css => モバイル表示用CSS
======================================================== */
@media screen and (max-width: 640px) {
  #contentArrange {
    height: 100vh;
    text-align: center;
    background: #191919;
    padding: 30px 0 92px 0;
  }
  #contentArrange img {
    display: inline-block;
  }
  #contentArrange p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
  }

  /* ------------------------------------------------
    STYLE
    ------------------------------------------------ */
  #commonHeader {
    margin-bottom: 40px;
  }

  .pageHeader {
    text-align: center;
    margin-bottom: 56px;
  }
  .pageHeader h1 {
    font-size: 26px;
    font-size: 2.6rem;
    display: inline-block;
    border: solid 3px #191919;
    padding: 10px 10px 7px 10px;
    line-height: 1;
  }

  .hdBlog h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .photo5col {
    margin-bottom: 60px;
  }
  .photo5col .hdWrap01 {
    margin-bottom: 20px;
  }
  .photo5col ul {
    overflow: hidden;
    *zoom: 1;
  }
  .photo5col li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .photo5col li:nth-child(2n) {
    margin-right: 0;
  }
  .photo5col p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .photo5col p:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  /*
      .photo5col li:nth-child(5n) {
          margin-right: 0;
      }
  */
  /* ------------------------------------------------
    CONTACT
    ------------------------------------------------ */
  .txtContact01 {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  table {
    width: 100%;
  }

  #formTable th {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: top;
    padding: 7px 0 20px 0;
  }
  #formTable th span {
    color: #db4646;
  }
  #formTable th:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  #formTable td {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
  }
  #formTable td input {
    height: 25px;
  }
  #formTable td .name,
#formTable td .add,
#formTable td .mf,
#formTable td .add,
#formTable td .propaty {
    width: 95% !important;
  }
  #formTable td textarea {
    width: 100%;
  }
  #formTable .addNum input {
    display: inline;
  }
  #formTable .addNum .inputAddNum {
    width: 40% !important;
    margin-right: 10px;
  }
  #formTable .addNum .btnAddNum {
    width: 50% !important;
    padding: 0 10px;
    background: #191919;
    border: none;
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    height: 30px;
  }
  #formTable .addNum .btnAddNum:hover {
    cursor: pointer;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
  }

  #btnSend {
    margin: 0 auto 80px;
    text-align: center;
    /*
            margin-bottom: 80px;
            margin-left: 282px;
    */
  }
  #btnSend input {
    background: #191919;
    border-radius: 4px;
    color: #fff;
    width: 34%;
    height: 56px;
    border-style: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #btnSend input:hover {
    cursor: pointer;
  }
  #btnSend:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .linkTop {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 400px;
  }

  /* ------------------------------------------------
    CONCEPT
    ------------------------------------------------ */
  .contentEyeCatch {
    margin-bottom: 30px;
  }
  .contentEyeCatch + p {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 60px;
  }

  #media {
    margin-bottom: 80px;
  }
  #media .hdWrap01 {
    margin-bottom: 20px;
  }
  #media .imgSet .imgL {
    width: 100%;
  }
  #media .imgSet .textArea {
    /*        margin-left: 510px;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #media .imgSet .textArea .day {
    font-weight: 700;
  }
  #media .imgSet .textArea p {
    margin-bottom: 30px;
  }
  #media .imgSet .textArea li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------
    MENU
    ------------------------------------------------ */
  #hair {
    margin-bottom: 60px;
  }
  #hair .hdWrap01 {
    margin-bottom: 5px;
  }

  #relaxation {
    margin-bottom: 60px;
  }
  #relaxation .hdWrap01 {
    margin-bottom: 20px;
  }
  #relaxation .hdWrap01 + p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  #others {
    margin-bottom: 60px;
  }
  #others .hdWrap01 {
    margin-bottom: 5px;
  }

  .menuWrap {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menuWrap .dlLeft {
    /*        float: left;*/
  }
  .menuWrap .dlRight {
    /*        float: right;*/
    margin-bottom: 20px;
  }
  .menuWrap dl {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dotted #191919;
  }
  .menuWrap dl dt {
    border-top: 1px dotted #191919;
    /*
            clear: left;
            float: left;
    */
    width: 100%;
    padding: 15px 0;
  }
  .menuWrap dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .menuWrap dl dd {
    background: #fff;
    border-top: 1px dotted #191919;
    /*        margin-left: 340px;*/
    text-align: right;
    padding: 5px 0;
  }
  .menuWrap dl dt:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .menuWrap dl .noLine {
    border-top: none;
  }

  .attentionList {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    clear: both;
  }
  .attentionList li:before {
    content: "※";
  }

  /* ------------------------------------------------
    ARRANGE
    ------------------------------------------------ */
  #arrange .hdWrap01 {
    margin-bottom: 20px;
  }
  #arrange .photo5col li {
    margin-bottom: 20px;
  }
  #arrange .photo5col img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #arrange .photo5col img:hover, #arrange .photo5col img:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  /* ------------------------------------------------
    STAFF
    ------------------------------------------------ */
  .staffWrap {
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    *zoom: 1;
  }
  .staffWrap .staff {
    width: 100%;
    margin-right: 34px;
    margin-bottom: 40px;
  }
  .staffWrap .staff img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .staffWrap .staff h1 {
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1;
  }
  .staffWrap .staff h1:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .staffWrap .staff p {
    line-height: 1.8;
  }
  .staffWrap .staff:nth-child(3n) {
    margin-right: 0;
  }
  .staffWrap .staff ul li:before {
    content: "・";
    font-size: 10px;
    font-size: 1rem;
  }

  /* ------------------------------------------------
    ACCESS
    ------------------------------------------------ */
  .gmap {
    margin: 0 0 32px 0;
  }
  .gmap .map_inner #map {
    height: 310px;
    width: 100%;
  }
  .gmap .map_inner #map .gm-style-iw h4 {
    padding: 7px 0 0 0;
  }

  .accessText {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .accessText .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .accessText .right {
    /*        margin-left: 510px;*/
  }

  #accessContact .hdWrap01 {
    margin-bottom: 20px;
  }
  #accessContact .txtContact02 {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  /* ------------------------------------------------
    COMPANY
    ------------------------------------------------ */
  #company {
    margin-bottom: 60px;
  }
  #company .hdWrap01 {
    margin-bottom: 5px;
  }
  #company .hdWrap01 h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #companyMenu a {
    text-decoration: underline;
  }
  #companyMenu dl dt {
    width: 100%;
  }
  #companyMenu dl dd {
    /*        margin-left: 200px;*/
  }
  #companyMenu dl dt:before {
    content: none;
  }
  #companyMenu .centerDl {
    padding-bottom: 5px !important;
  }

  /* ------------------------------------------------
    COUPON
    ------------------------------------------------ */
  .readText {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  #specialCoupon {
    margin-bottom: 40px;
  }
  #specialCoupon .hdWrap01 {
    margin-bottom: 20px;
  }
  #specialCoupon .imgSet .imgL {
    /*        width: 470px;*/
  }
  #specialCoupon .imgSet .textArea {
    /*        margin-left: 510px;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #specialCoupon .imgSet .textArea ul {
    margin-bottom: 16px;
  }
  #specialCoupon .imgSet .textArea li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  #webCoupon {
    margin-bottom: 80px;
  }
  #webCoupon .hdWrap01 {
    margin-bottom: 20px;
  }
  #webCoupon .divide {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #webCoupon .divide .fltL {
    width: 100%;
    /*        float: left;*/
    margin-bottom: 70px;
  }
  #webCoupon .divide .fltR {
    /*        margin-left: 510px;*/
  }
  #webCoupon .divide p {
    margin-bottom: 30px;
  }

  /* ------------------------------------------------
    COUPON popup
    ------------------------------------------------ */
  #couponPop {
    height: 100vh !important;
    text-align: center;
    background: #111111;
    padding: 50px;
  }
  #couponPop img {
    display: inline-block;
  }
  #couponPop p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  #couponPop #btnCoupon01,
#couponPop #btnCoupon02 {
    margin-bottom: 30px;
    border: solid 1px #fff;
  }
  #couponPop #btnCoupon03 {
    margin-bottom: 10px;
    border: solid 1px #fff;
  }
  #couponPop .printBtn {
    width: 100%;
    height: 54px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    line-height: 54px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  /* ------------------------------------------------
    GOODS
    ------------------------------------------------ */
  .goods {
    margin-bottom: 40px;
  }
  .goods .hdWrap01 {
    margin-bottom: 20px;
  }
  .goods .hdWrap01 h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .goods .imgSet .imgL {
    /*        width: 470px;*/
  }
  .goods .imgSet .textArea {
    /*        margin-left: 510px;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .goods .textArea-add {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #goods02 .imgSet {
    margin-bottom: 20px;
  }
  #goods02 p {
    /*
            font-size: 13px;
            font-size: 1.3rem;
    */
    line-height: 1.8;
  }

  #goods05 {
    margin-bottom: 80px !important;
  }

  /* ------------------------------------------------
    PRIVACY POLICY
    ------------------------------------------------ */
  .privacySet {
    margin-bottom: 30px;
  }
  .privacySet h1 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .privacySet h1:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }
  .privacySet p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .signText {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 80px;
  }

  /* ------------------------------------------------
    BLOG SINGLE
    ------------------------------------------------ */
  .blogSingle {
    margin-bottom: 80px;
  }

  .w_blogSingle_ttl {
    margin-bottom: 20px;
    padding-bottom: 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: solid 3px #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .blogSingle_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    width: 700px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
  }

  .blogSingle_day {
    width: 150px;
    float: right;
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .blogSingle_content {
    overflow: hidden;
    *zoom: 1;
  }
  .blogSingle_content p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .blogSingle_content_text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .blogSingle_content_text p {
    margin-bottom: 30px;
  }

  .blogSingle_content_img {
    float: left;
    margin-right: 40px;
    width: 392px;
  }
  .blogSingle_content_img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: solid 2px #191919;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .blogSingle_content_btn {
    margin-top: 30px;
    background: #191919;
    height: 30px;
    padding: 0 16px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .blogSingle_content_btn a {
    line-height: 30px;
    color: #fff;
  }
  .blogSingle_content_btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  /* ------------------------------------------------
    BLOG LIST
    ------------------------------------------------ */
  #newsList {
    width: 500px;
    margin: 0 auto 20px;
  }
  #newsList li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 18px;
  }
  #newsList li:before {
    content: "●";
    font-size: 10px;
    font-size: 1rem;
  }

  .center {
    text-align: center;
  }

  #next10Btn {
    display: inline-block;
    margin-bottom: 80px;
  }

  /* ------------------------------------------------
  KIRAGAMI
  ------------------------------------------------ */
  .spNone {
    display: none;
  }

  #kiragami {
    color: #392222;
  }

  .fzPr {
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .fz-style {
    font-weight: 100;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .fz-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .fz34 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .fz84 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .fz25 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
  }

  .bdb {
    border-bottom: 2px solid #000;
    margin: 25px 0 30px 0;
  }

  .f_red {
    color: #ff2424;
  }

  .troubleBox {
    position: relative;
    background: #d9d08b repeat 50% 100%;
    padding: 10px 0 10px 30px;
    margin-bottom: 40px;
  }
  .troubleBox:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -50px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border: #fff 25px solid;
    border-top: transparent 25px solid;
    background: #d9d08b repeat 50% -25px;
  }

  li.circle {
    list-style-type: circle;
  }

  img.gauss {
    position: relative;
    top: -70px;
  }

  .prBox {
    background: url(../../kiragami/images/img_kiragami_02.jpg) no-repeat;
    text-align: center;
    background-size: cover;
    padding: 20px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 90px;
  }

  .sideBd h2 {
    border-bottom: 2px solid #000;
    text-align: center;
    margin-bottom: 30px;
  }

  .aboutKiragami {
    margin: 0 auto;
  }
  .aboutKiragami h2 {
    border-bottom: 2px solid #000;
    text-align: center;
    margin-bottom: 30px;
  }

  #kiragami h4 {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 auto 30px;
  }

  .f_gold {
    color: #bfab14;
  }

  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 90px;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .strong_box {
    overflow: hidden;
  }

  .circleContent {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: #efd82c;
    -webkit-box-shadow: 6px 6px 6px #d7d7d7;
    box-shadow: 6px 6px 6px #d7d7d7;
    border-radius: 50%;
    text-align: center;
    float: left;
    font-family: "Satisfy", cursive;
    position: relative;
  }

  .circleText {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    position: absolute;
    top: 57%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .strongTitle {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 65px;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  .strongArea {
    margin: 40px 0;
    text-align: center;
  }

  .strongImg_bd {
    width: 40%;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
  }
  .strongImg_bd img {
    border-radius: 3px;
  }

  .imgArrow {
    font-size: 30px;
    font-size: 3rem;
    color: #bab691;
    display: inline-block;
    position: relative;
    top: -100px;
  }

  .qaBox {
    border-bottom: 1px dotted #d8d8d8;
    padding: 20px 0px;
    margin-top: 40px;
    height: auto;
    overflow: hidden;
  }

  .qArea {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .qImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #000;
    border: 1px solid #95989a;
    line-height: 52px;
    font-size: 35px;
    font-size: 3.5rem;
    float: left;
    font-family: sans-serif;
  }

  .qText {
    position: relative;
    padding-left: 72px;
    text-align: left;
    color: #000;
  }

  .aArea {
    overflow: hidden;
  }

  .aImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background: #ffee26;
    border: 1px solid #95989a;
    line-height: 52px;
    font-size: 35px;
    font-size: 3.5rem;
    float: left;
    font-family: sans-serif;
  }

  p.A-text {
    padding-left: 72px;
    text-align: left;
    color: #000;
  }

  .qaBox dl.clear {
    margin-bottom: 40px;
  }

  .priceBox {
    width: 100%;
  }

  .lengthPrice {
    float: right;
  }

  /* ------------------------------------------------
  Rezo
  ------------------------------------------------ */
  #rezo {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 100;
    font-size: 16px;
  }

  .fzPr01 {
    font-size: 16px;
  }

  .fzPr02 {
    font-size: 48px;
  }

  .fzPr03 {
    font-size: 1.3em;
    color: #ff6200;
    font-weight: 100;
  }

  .fzPr04 {
    font-size: 42px;
    line-height: 1;
  }

  .fzPr05 {
    font-size: 1.2em;
    color: #ff6200;
    font-weight: 100;
  }

  .f_blue {
    color: #0031b5;
  }

  .f_green {
    color: #0f9a84;
  }

  .rezoTxt_box {
    text-align: center;
    margin: 20px auto;
  }

  .rezoSubtxt_box {
    text-align: center;
  }

  .bg_rezo01 {
    background: url("/rezo/images/bg-rezo980310.png") no-repeat center center;
  }

  .bg_rezo01Txt {
    font-size: 1em;
    text-align: center;
    padding: 1em;
    font-weight: 100;
  }

  .bg_rezo02 {
    background: url(/rezo/images/bg_rezo980980.png);
    font-size: 1em;
    text-align: center;
    padding: 2em 0;
    margin-bottom: 60px;
  }

  .drawing03Box {
    text-align: center;
  }

  .figure01 img {
    width: 100%;
    margin: 48px auto 64px;
  }

  .bg_rezo02_heading {
    margin: 1em;
    padding: 0.5em;
    background: #fff;
    font-weight: 100;
    text-align: left;
  }

  .rezo02_listBox {
    margin: 60px 0 0;
  }

  .rezo02_listTtl {
    font-size: 19px;
  }
  .rezo02_listTtl:before, .rezo02_listTtl:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 21px;
    margin: 0 10px;
    background: url(/rezo/images/stripe01.png);
    background-size: contain;
    vertical-align: middle;
  }

  .rezo02_ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto 40px;
  }

  .bg_li01 {
    background: #bbd379;
    font-size: 19px;
    color: #fff;
    padding: 0.3em 1em;
    margin: 0 1em;
    border-bottom: 1px solid;
  }
  .bg_li01:last-child {
    border-bottom: none;
  }

  .bg_li02 {
    background: #d6a834;
    font-size: 17px;
    color: #fff;
    padding: 0.3em 1em;
    margin: 0 1em;
    border-bottom: 1px solid;
  }
  .bg_li02:last-child {
    border-bottom: none;
  }

  .rezo02_subttlBox {
    font-size: 1.2em;
  }

  .rezo02_subTxt {
    font-size: 16px;
    margin: 0 1em 2em;
    text-align: left;
  }

  .btnMangabox {
    text-align: center;
    margin: 80px 0 100px;
  }
  .btnMangabox a:hover {
    opacity: 0.6;
  }

  /* ------------------------------------------------
  MYFORCE
  ------------------------------------------------ */
  #myforce {
    font-size: 1.6rem;
  }

  .bgForce {
    background: url(/myforce/images/bg-myforce.jpg) no-repeat;
    height: 400px;
    background-size: cover;
  }

  .contentWrap {
    width: 85%;
    padding: 25px;
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }

  .ttlForce {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    border-bottom: double 4px #ccc;
    padding: 0 10px 5px;
    display: inline-block;
  }
  .ttlForce + p {
    margin-top: 20px;
    text-align: left;
  }

  .boxPoint {
    text-align: center;
  }
  .boxPoint h3 {
    font-size: 2.6rem;
    display: inline-block;
    border: solid 3px #191919;
    padding: 10px 10px 7px 10px;
    line-height: 1;
  }

  #myforce .strongImg_bd {
    width: auto;
    margin-bottom: 40px;
  }
  #myforce .strongImg_bd:last-child {
    margin-bottom: 0;
  }
  #myforce .strongImg_bd video {
    max-width: 250px;
    height: auto;
    display: inline-block;
  }
  #myforce .imgArrow {
    display: none;
  }

  .boxBtn li {
    margin-bottom: 20px;
  }
  .boxBtn li:last-child {
    margin-bottom: 0;
  }

  .btnStyle {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btnStyle:hover {
    opacity: 0.75;
    cursor: pointer;
    text-decoration: none;
  }
}
/* ------------------------------------------------
  Villa Lodolabr PC
  ------------------------------------------------ */
#villa {
  background: #fffef2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  padding-bottom: 100px;
}

.inner_villa {
  max-width: 980px;
  margin: 0 auto;
}

.bg_villaKv {
  background: url(/villalodola/images/bg_kvVilla@2x.jpg) no-repeat center center;
  height: 654px;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}

.bl_villaKv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.bl_villaKv p {
  font-size: 25px;
  font-weight: normal;
}
.bl_villaKv h1 {
  font-size: 75px;
  line-height: 1;
  font-weight: normal;
  margin-top: 32px;
}
.bl_villaKv h1 div {
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
}

.bl_mainTtl {
  background: #f2efcd;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.bl_mainTtl h2 {
  font-size: 33px;
  list-style: 1.8;
  font-weight: normal;
  padding: 32px 0;
}

.icon_leaf {
  position: relative;
}
.icon_leaf::before {
  position: absolute;
  top: 0;
  left: -450px;
  width: 790px;
  height: 622.74px;
  background: url(/villalodola/images/icon_leaf.svg) no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon_leaf02 {
  position: relative;
}
.icon_leaf02::after {
  position: absolute;
  top: 200px;
  right: -650px;
  width: 790px;
  height: 622.74px;
  background: url(/villalodola/images/icon_leaf02.svg) no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ly_mainImg {
  margin-top: 100px;
}

.ly_villaMain {
  margin-top: 100px;
}

.bg_villaMain {
  background: #f2efcd;
  width: 100%;
  height: 685px;
  position: relative;
}
.bg_villaMain::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 233px;
  height: 685px;
  background: url(/villalodola/images/bg_deco.png) no-repeat;
  background-size: contain;
  content: "";
}
.bg_villaMain::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 233px;
  height: 685px;
  background: url(/villalodola/images/bg_deco02.png) no-repeat;
  background-size: contain;
  content: "";
}

.bl_villaMain {
  padding-top: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_villaMain_1st {
  background: #929229;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  padding: 14px 34px;
}

.bl_villaMain_2nd {
  margin-top: 20px;
  font-size: 34px;
}

.bl_villaMain_3rd {
  color: #929229;
  margin-top: 30px;
  font-size: 92px;
  line-height: 1;
  font-weight: normal;
}

.bl_villaMain_4th {
  color: #929229;
  font-size: 20px;
  margin-top: 20px;
  font-weight: normal;
}
.bl_villaMain_4th + p {
  margin-top: 15px;
}

.bl_villaMain_img {
  text-align: center;
  position: relative;
  margin-top: -160px;
}
.bl_villaMain_img img {
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.16);
}

.ly_constituent {
  margin-top: 100px;
}

.bg_constituentTtl {
  height: 85.81px;
  width: 384px;
  background: url(/villalodola/images/bg_constituent.svg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.bl_constituentTtl {
  margin-bottom: 50px;
}
.bl_constituentTtl h2 {
  font-size: 20px;
  font-weight: normal;
}

.bl_constituentImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.bl_constituentImage_2nd {
  width: 55.1%;
}

.ly_constituentSummary {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #929229;
  border-bottom: 1px solid #929229;
}

.bl_constituentSummary > p:first-of-type {
  color: #929229;
  font-size: 18px;
  font-weight: normal;
}
.bl_constituentSummary h3 {
  color: #929229;
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
}
.bl_constituentSummary h3 span {
  font-size: 12px;
}
.bl_constituentSummary p {
  font-size: 16px;
  margin-top: 10px;
}
.bl_constituentSummary:not(:first-of-type) {
  margin-top: 40px;
}
.bl_constituentSummary ul {
  font-size: 14px;
}

.ly_care {
  margin-top: 100px;
}

.bg_care {
  height: 272px;
  max-width: 980px;
  background: url(/villalodola/images/bg_care@2x.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
}

.bl_careTtl {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 20px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  text-align: center;
}
.bl_careTtl h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
}
.bl_careTtl h2 div {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-top: 16px;
}

.ly_careContent {
  margin-top: 100px;
}

.bl_careContent_ttl h3 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

.bl_careContent_summary {
  width: 800px;
  margin: 40px auto 0;
  font-size: 21px;
  text-align: center;
}
.bl_careContent_summary p {
  display: inline-block;
  text-align: left;
  margin-bottom: 50px;
}
.bl_careContent_summary p a {
  text-decoration: underline;
}

/* ------------------------------------------------
Villa Lodolabr sp
------------------------------------------------ */
@media screen and (max-width: 640px) {
  .bg_villaKv {
    height: 500px;
    margin-bottom: 50px;
  }

  .bl_villaKv {
    width: calc(100% - 20px);
  }
  .bl_villaKv p {
    font-size: 18px;
    text-align: left;
    display: inline-block;
  }
  .bl_villaKv h1 {
    font-size: 32px;
    margin-top: 20px;
  }
  .bl_villaKv h1 div {
    font-size: 20px;
    margin-top: 8px;
  }

  .bl_mainTtl {
    background: #f2efcd;
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    margin: 0 20px;
  }
  .bl_mainTtl h2 {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    padding: 20px;
  }

  .icon_leaf::before {
    top: -30px;
    left: -100px;
    width: 100%;
    height: 200px;
  }

  .icon_leaf02::after {
    top: 120px;
    right: -240px;
    width: 100%;
    height: 200px;
  }

  .ly_mainImg {
    margin: 50px 20px 0;
  }

  .ly_villaMain {
    margin-top: 50px;
  }

  .bg_villaMain {
    height: auto;
  }
  .bg_villaMain::after {
    content: none;
  }
  .bg_villaMain::before {
    content: none;
  }

  .bl_villaMain {
    padding: 40px 20px;
  }

  .bl_villaMain_1st {
    font-size: 20px;
    padding: 10px 20px;
  }

  .bl_villaMain_2nd {
    margin-top: 10px;
    font-size: 20px;
  }

  .bl_villaMain_3rd {
    margin-top: 20px;
    font-size: 36px;
  }

  .bl_villaMain_4th {
    font-size: 18px;
  }
  .bl_villaMain_4th + p {
    font-size: 16px;
    margin-top: 10px;
  }

  .bl_villaMain_img {
    margin-top: 0;
  }

  .ly_constituent {
    margin-top: 20px;
    padding: 0 20px;
  }

  .bg_constituentTtl {
    height: 66px;
    width: auto;
    background-size: contain;
  }

  .bl_constituentTtl {
    margin-bottom: 30px;
  }
  .bl_constituentTtl h2 {
    font-size: 18px;
  }

  .bl_constituentImage {
    display: block;
  }

  .bl_constituentImage_1st {
    width: 100%;
    margin-bottom: 30px;
  }

  .bl_constituentImage_2nd {
    width: 100%;
  }

  .ly_constituentSummary {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #929229;
    border-bottom: 1px solid #929229;
  }

  .bl_constituentSummary > p:first-of-type {
    font-size: 16px;
  }
  .bl_constituentSummary h3 {
    font-size: 18px;
  }
  .bl_constituentSummary h3 br {
    display: none;
  }

  .ly_care {
    margin-top: 50px;
  }

  .bg_care {
    height: 240px;
    max-width: 100%;
  }

  .bl_careTtl {
    padding: 20px;
    width: calc(100% - 20px);
  }
  .bl_careTtl h2 {
    font-size: 24px;
  }
  .bl_careTtl h2 div {
    font-size: 24px;
  }

  .ly_careContent {
    margin-top: 40px;
  }

  .bl_careContent_ttl {
    padding: 0 20px;
  }
  .bl_careContent_ttl h3 {
    font-size: 20px;
    text-align: left;
  }
  .bl_careContent_ttl h3 br {
    display: none;
  }

  .bl_careContent_summary {
    width: auto;
    font-size: 16px;
    padding: 0 20px;
  }
  .bl_careContent_summary p {
    margin-bottom: 30px;
  }

  .bl_careContentImg {
    padding: 0 20px;
  }
}
/* ------------------------------------------------
  Aujua PC
  ------------------------------------------------ */
#Aujua {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  padding-bottom: 100px;
}
#Aujua img {
  width: 100%;
  height: auto;
}

.inner_aujua {
  max-width: 980px;
  margin: 0 auto;
}

.ly_aujuaKv {
  max-width: 980px;
  margin: 0 auto;
}

.bg_effect {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(30%), to(#fff));
  background: linear-gradient(#f7f7f7, 30%, #fff);
}

.ly_effect {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 70px;
}

.bl_effect h2 {
  font-size: 61px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.bl_effect h3 {
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
  margin-top: 50px;
}

.bl_effectImg {
  max-width: 580px;
  margin: 0 auto;
}

.bg_effectContent {
  background: url(/aujua/images/bg_effectContent@2x.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  padding: 60px 0;
}
.bg_effectContent .inner_aujua {
  background: #fff;
}

.ly_effectContent {
  padding: 60px 40px;
}

.bl_effectContent_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_effectContentImg {
  width: 14.11%;
  margin-right: 2.78%;
}

.bl_effectContent_summary {
  width: 83.11%;
}
.bl_effectContent_summary h2 {
  font-size: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.bl_effectContent_summary h2 span {
  color: #ff0000;
}
.bl_effectContent_summary p {
  margin-top: 20px;
  font-size: 16px;
}

.bl_effectContent_body {
  margin-top: 70px;
}

.ly_effectContent_pdf {
  margin-top: 80px;
}
.ly_effectContent_pdf p:first-of-type {
  max-width: 680px;
  margin: 40px auto 0;
}
.ly_effectContent_pdf p:first-of-type + p {
  margin-top: 60px;
}
.ly_effectContent_pdf a {
  text-decoration: underline;
}

.ly_effectContent_story {
  margin-top: 60px;
}

/* ------------------------------------------------
  Aujua sp
  ------------------------------------------------ */
@media screen and (max-width: 640px) {
  .inner_aujua {
    max-width: 100%;
  }

  .ly_aujuaKv {
    max-width: 100%;
  }

  .ly_effect {
    margin-top: 40px;
    padding: 60px 20px;
  }

  .bl_effect h2 {
    font-size: 36px;
  }
  .bl_effect h3 {
    text-align: left;
    font-size: 20px;
    margin-top: 40px;
  }

  .bl_effectImg {
    max-width: 100%;
  }

  .bg_effectContent {
    padding: 64px 20px;
  }

  .ly_effectContent {
    padding: 40px 15px;
  }

  .bl_effectContent_head {
    display: block;
  }

  .bl_effectContentImg {
    margin: 0 auto;
    width: 100%;
    max-width: 80px;
  }

  .bl_effectContent_summary {
    width: auto;
  }
  .bl_effectContent_summary h2 {
    font-size: 20px;
  }
  .bl_effectContent_summary p {
    margin-top: 16px;
  }

  .bl_effectContent_body {
    margin-top: 40px;
  }

  .ly_effectContent_pdf {
    margin-top: 40px;
    padding: 0 20px;
  }
  .ly_effectContent_pdf p:first-of-type {
    max-width: auto;
    margin: 40px auto 0;
  }
  .ly_effectContent_pdf p:first-of-type + p {
    margin-top: 30px;
  }

  .ly_effectContent_story {
    margin-top: 40px;
  }
}


/* school */

/* ===== Utility & page-specific styles moved from inline ===== */
.school{
  text-align: center;
}

.school .mb1        { margin-bottom: 1em; }

.school .h3-spacing { margin: 1em 0; }

.school .hdWrap01   { margin-bottom: 1em; }

.school .school-img { margin-bottom: 1em; }

.school .info-list {
  text-align: left;
  width: 70%;
  margin: 0 auto 1em;
  list-style: disc;
  border: 2px solid #000;
  padding: 1em 1em 1em 2em;
}