@charset "UTF-8";
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #999;
  color: #fff;
  text-shadow: none; }

ins {
  background-color: #999;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #999;
  color: #000;
  font-style: italic;
  font-weight: bold; }

body {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

dt, dd {
  margin: 0;
  padding: 0; }

a:link, a:visited {
  color: #706053;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  a:link img, a:visited img {
    background: #fff; }

a:hover {
  color: #706053; }
  a:hover img {
    opacity: 0.6; }
    @media screen and (max-width: 768px) {
      a:hover img {
        opacity: 1; } }

img {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

table {
  width: 100%; }
  table tr:nth-child(even) {
    background: #f3f3f3; }
  table td, table th {
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      table td, table th {
        padding: 10px 15px; } }
  table th {
    width: 25%;
    font-weight: 500;
    text-align: left; }
  table.price_table {
    border: 3px solid #f3f3f3; }
    table.price_table th {
      width: 40%; }
  @media screen and (max-width: 768px) {
    table {
      font-size: 11px; } }

.table_box dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ededed; }
  .table_box dl:first-child {
    border: none; }
  .table_box dl dt, .table_box dl dd {
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      .table_box dl dt, .table_box dl dd {
        padding: 8px; } }
  .table_box dl dt {
    width: 20%; }
  .table_box dl dd {
    width: 80%; }

@media screen and (max-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm table tr {
    margin-bottom: 0; }
    .mw_wp_form.mw_wp_form_confirm table tr th, .mw_wp_form.mw_wp_form_confirm table tr td {
      display: table-cell;
      padding: 5px 10px;
      width: inherit; }
    .mw_wp_form.mw_wp_form_confirm table tr th {
      width: 110px; } }

.mw_wp_form table {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .mw_wp_form table {
      margin-bottom: 0; } }
  .mw_wp_form table tr {
    display: block;
    margin-bottom: 15px;
    background: none; }
    .mw_wp_form table tr th {
      width: 210px; }
    .mw_wp_form table tr td {
      width: 790px; }
    @media screen and (max-width: 768px) {
      .mw_wp_form table tr th, .mw_wp_form table tr td {
        display: block;
        padding: 0;
        width: 100%; } }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: #f3f3f3;
  border: none;
  padding: 15px 20px;
  width: 100%;
  outline: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
      padding: 15px 10px; } }

input:focus, select:focus, textarea:focus {
  background: #fff6e3; }

textarea {
  height: 200px; }
  @media screen and (max-width: 768px) {
    textarea {
      height: 160px; } }

::-webkit-input-placeholder, :placeholder-shown {
  color: #ccc; }

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px; }
  .inner .narrower {
    padding: 0 80px; }
    @media screen and (max-width: 768px) {
      .inner .narrower {
        padding: 0; } }
  @media screen and (max-width: 1120px) {
    .inner {
      width: 94%; } }

.full_image {
  width: 100%;
  height: auto; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.page_section {
  margin-bottom: 80px; }
  .page_section.lower {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .page_section.lower {
        margin-bottom: 0; } }
  @media screen and (max-width: 1120px) {
    .page_section {
      margin-bottom: 20px; } }

.border_box {
  padding: 20px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed; }
  @media screen and (max-width: 768px) {
    .border_box {
      padding: 10px; } }

a.btn_link {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 430px;
  height: 55px;
  border: 1px solid #706053;
  background: #706053;
  color: #fff;
  text-align: center;
  line-height: 55px; }
  a.btn_link:after {
    content: '\f3d3';
    position: absolute;
    right: 20px;
    color: #fff;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    speak: none;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  a.btn_link:hover {
    background: none;
    color: #706053; }
    a.btn_link:hover:after {
      right: 15px;
      color: #706053; }
      @media screen and (max-width: 768px) {
        a.btn_link:hover:after {
          right: 20px;
          color: #fff; } }
    @media screen and (max-width: 768px) {
      a.btn_link:hover {
        background: #706053;
        color: #fff; } }
  a.btn_link.sml {
    width: 240px; }
    @media screen and (max-width: 1120px) {
      a.btn_link.sml {
        width: 100%; } }
  a.btn_link.map:after {
    content: '\f3a3'; }
  a.btn_link.external:after {
    content: '\f3ef'; }
  a.btn_link.tel:after {
    content: '\f4b8'; }
  @media screen and (max-width: 1120px) {
    a.btn_link {
      margin: 20px 0 0;
      width: 100%;
      height: 44px;
      font-size: 13px;
      line-height: 44px; } }

a.txt_link {
  color: #706053;
  text-decoration: underline; }

.align_c {
  text-align: center; }
  @media screen and (max-width: 1120px) {
    .align_c {
      text-align: left; } }

.align_r {
  text-align: right; }

.animated {
  visibility: visible;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.pagetop {
  z-index: 99;
  position: fixed;
  left: 50%;
  bottom: 40px;
  margin-left: 560px;
  cursor: pointer; }

.pager {
  margin: 40px 0 0;
  text-align: center; }
  .pager a, .pager .current {
    display: inline-block;
    margin: 0 5px;
    padding: 0 8px;
    height: 30px;
    border: 1px solid #635f5b;
    color: #333;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .pager a:hover, .pager a.current, .pager .current:hover, .pager .current.current {
      background: #635f5b;
      color: #fff; }

.cat {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 5px;
  height: 18px;
  background: #333;
  color: #fff;
  font-size: 11px; }

.cmn_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #ededed;
  background: #fff; }
  .cmn_hd .logo {
    margin: 0 0 0 30px; }
    .cmn_hd .logo img {
      width: 160px; }
    @media screen and (max-width: 1080px) {
      .cmn_hd .logo {
        position: absolute;
        top: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 130px; }
        .cmn_hd .logo img {
          width: 100%; } }
  .cmn_hd nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .cmn_hd nav ul li {
      margin: 0 40px 0 0;
      color: #706053;
      font-size: 11px;
      text-align: center;
      line-height: 20px; }
      .cmn_hd nav ul li:last-child {
        margin: 0; }
      .cmn_hd nav ul li a:hover .en {
        color: #706053; }
      .cmn_hd nav ul li .en {
        display: block;
        color: #333;
        font-size: 14px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        @media screen and (max-width: 1420px) {
          .cmn_hd nav ul li .en {
            font-size: 13px; } }
        @media screen and (max-width: 768px) {
          .cmn_hd nav ul li .en {
            display: none; } }
      @media screen and (max-width: 1420px) {
        .cmn_hd nav ul li {
          margin: 0 30px 0 0; } }
      @media screen and (max-width: 1280px) {
        .cmn_hd nav ul li {
          margin: 0 20px 0 0; } }
      @media screen and (max-width: 1080px) {
        .cmn_hd nav ul li {
          margin: 0; }
          .cmn_hd nav ul li a {
            display: block;
            padding: 8px 0;
            color: #fff;
            font-size: 13px; } }
    @media screen and (max-width: 1080px) {
      .cmn_hd nav ul {
        -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;
        margin-top: 60px; } }
  @media screen and (max-width: 1080px) {
    .cmn_hd nav {
      z-index: 98;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-top: none;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
      .cmn_hd nav.on {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, 0.8); } }
  .cmn_hd .reservation a {
    display: block;
    padding: 20px 0 0 0;
    width: 150px;
    height: 100px;
    background: #706053;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 20px; }
    .cmn_hd .reservation a:hover {
      background: #333; }
      @media screen and (max-width: 1080px) {
        .cmn_hd .reservation a:hover {
          background: #706053; } }
    .cmn_hd .reservation a i, .cmn_hd .reservation a .en {
      display: block; }
    .cmn_hd .reservation a i {
      font-size: 20px; }
    .cmn_hd .reservation a .en {
      font-size: 11px;
      font-weight: 500; }
      @media screen and (max-width: 1080px) {
        .cmn_hd .reservation a .en {
          display: none; } }
    @media screen and (max-width: 1280px) {
      .cmn_hd .reservation a {
        width: 120px; } }
    @media screen and (max-width: 1080px) {
      .cmn_hd .reservation a {
        padding: 13px 0 0;
        width: 70px;
        height: 60px;
        font-size: 10px;
        letter-spacing: 0; } }
  @media screen and (max-width: 1080px) {
    .cmn_hd .reservation {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 60px; } }
  .cmn_hd .sp_nv_btn {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #333;
    cursor: pointer; }
    .cmn_hd .sp_nv_btn.on {
      position: fixed; }
      .cmn_hd .sp_nv_btn.on .sp_nv_icn span {
        top: 50%;
        -webkit-transition: .2s ease .1s;
        -o-transition: .2s ease .1s;
        transition: .2s ease .1s;
        opacity: 0; }
        .cmn_hd .sp_nv_btn.on .sp_nv_icn span:first-child {
          opacity: 1;
          top: 50%;
          margin-top: 0 !important;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
          -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s; }
        .cmn_hd .sp_nv_btn.on .sp_nv_icn span:last-child {
          opacity: 1;
          top: 50%;
          margin-top: 0 !important;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
          -o-transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
          transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s; }
    .cmn_hd .sp_nv_btn .sp_nv_icn {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 19px;
      height: 19px;
      margin: -11px -9px; }
      .cmn_hd .sp_nv_btn .sp_nv_icn span {
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 2px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
        transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, -webkit-transform 0.25s ease 0s;
        -o-transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
        transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s;
        transition: top 0.1s ease-in-out, margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.3s, transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s; }
        .cmn_hd .sp_nv_btn .sp_nv_icn span:first-child {
          margin-top: -7px; }
        .cmn_hd .sp_nv_btn .sp_nv_icn span:last-child {
          margin-top: 7px; }
    @media screen and (max-width: 1080px) {
      .cmn_hd .sp_nv_btn {
        display: block; } }
  @media screen and (max-width: 1080px) {
    .cmn_hd {
      display: block;
      height: 60px; } }

.instagram a.btn_link {
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .instagram a.btn_link {
      margin: 5px 0 0; } }

.salon_info {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ededed; }
  .salon_info .info_child {
    padding: 0 30px 0 0;
    width: 630px;
    border-right: 1px solid #ececec; }
    .salon_info .info_child .image {
      width: 280px; }
      .salon_info .info_child .image img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 1120px) {
        .salon_info .info_child .image {
          width: 100%; } }
    .salon_info .info_child .info {
      font-size: 12px; }
      .salon_info .info_child .info .open {
        margin-top: 5px; }
        @media screen and (max-width: 1120px) {
          .salon_info .info_child .info .open br {
            display: block; } }
      .salon_info .info_child .info .name {
        font-size: 18px;
        text-transform: none;
        line-height: 22px; }
      .salon_info .info_child .info .tel_link {
        display: block;
        margin-top: 8px; }
      .salon_info .info_child .info address {
        margin-top: 10px;
        font-style: normal; }
      .salon_info .info_child .info a.btn_link.sml {
        margin: 10px 0 0; }
      @media screen and (max-width: 1120px) {
        .salon_info .info_child .info {
          margin: 10px 0 0;
          width: 100%; } }
    @media screen and (max-width: 1120px) {
      .salon_info .info_child {
        padding: 0;
        width: 100%;
        border-right: none; } }
  .salon_info .gmap {
    width: 370px; }
    .salon_info .gmap iframe {
      width: 100%; }
    @media screen and (max-width: 1120px) {
      .salon_info .gmap {
        overflow: hidden;
        margin: 20px auto 0;
        width: 100%; } }
  @media screen and (max-width: 1120px) {
    .salon_info {
      margin-top: 20px;
      padding: 10px;
      text-align: center; } }

.cmn_ft {
  margin: 40px 0 0;
  padding: 20px 0;
  background: #f3f3f3;
  font-size: 11px; }
  .cmn_ft li {
    margin: 0 10px 0 0; }
    .cmn_ft li a {
      color: #333;
      text-decoration: underline; }
      .cmn_ft li a i {
        margin-left: 5px; }
      .cmn_ft li a:hover {
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          .cmn_ft li a:hover {
            text-decoration: underline; } }
    @media screen and (max-width: 1120px) {
      .cmn_ft li {
        margin: 0 10px 5px 0; } }
  @media screen and (max-width: 1120px) {
    .cmn_ft {
      margin: 20px 0 0;
      padding: 10px 0;
      font-size: 10px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.jc_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row.jc_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.jc_fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.ai_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.ai_fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row.fd_c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.fd_rr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row .col.grid1of2 {
    width: calc(48%); }
  .row .col.grid1of3 {
    width: calc(32%); }
  .row .col.grid1of4 {
    width: calc(22%); }
  .row .col.grid1of5 {
    width: calc(18.5%); }
  .row .col.grid2of3 {
    width: calc(66.6%); }
  .row .col.gridmain {
    width: calc(76%); }
    @media screen and (max-width: 1120px) {
      .row .col.gridmain {
        margin: 0 0 20px; } }
  .row .col.gridside {
    width: calc(22%); }
  .row .col.grid1of2main {
    width: calc(48.686%); }
  .row .col.gridfull {
    width: 100%; }
  @media screen and (max-width: 1120px) {
    .row .col {
      width: 100% !important; } }

.mt_0 {
  margin-top: 0 !important; }

.mt_half {
  margin-top: 20px !important; }

.mt_1 {
  margin-top: 40px !important; }
  @media screen and (max-width: 1120px) {
    .mt_1 {
      margin-top: 20px !important; } }

.mt_2 {
  margin-top: 80px !important; }
  @media screen and (max-width: 1120px) {
    .mt_2 {
      margin-top: 40px !important; } }

.mt_3 {
  margin-top: 120px !important; }
  @media screen and (max-width: 1120px) {
    .mt_3 {
      margin-top: 60px !important; } }

.mt_4 {
  margin-top: 160px !important; }
  @media screen and (max-width: 1120px) {
    .mt_4 {
      margin-top: 80px !important; } }

@media screen and (max-width: 1120px) {
  .mt_sp_only {
    margin-top: 20px; } }

.mb_0 {
  margin-bottom: 0 !important; }

.mb_half {
  margin-bottom: 20px !important; }

.mb_1 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 1120px) {
    .mb_1 {
      margin-bottom: 20px !important; } }

.mb_2 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 1120px) {
    .mb_2 {
      margin-bottom: 40px !important; } }

.mb_3 {
  margin-bottom: 120px !important; }
  @media screen and (max-width: 1120px) {
    .mb_3 {
      margin-bottom: 60px !important; } }

.mb_4 {
  margin-bottom: 160px !important; }
  @media screen and (max-width: 1120px) {
    .mb_4 {
      margin-bottom: 80px !important; } }

.nomargin {
  margin: 0 !important; }

.pt_0 {
  padding-top: 0 !important; }

.pt_half {
  padding-top: 20px !important; }

.pt_1 {
  padding-top: 40px !important; }
  @media screen and (max-width: 1120px) {
    .pt_1 {
      padding-top: 20px !important; } }

.pt_2 {
  padding-top: 80px !important; }
  @media screen and (max-width: 1120px) {
    .pt_2 {
      padding-top: 40px !important; } }

.pt_3 {
  padding-top: 120px !important; }
  @media screen and (max-width: 1120px) {
    .pt_3 {
      padding-top: 60px !important; } }

.pt_4 {
  padding-top: 160px !important; }
  @media screen and (max-width: 1120px) {
    .pt_4 {
      padding-top: 80px !important; } }

.pb_0 {
  padding-bottom: 0 !important; }

.pb_half {
  padding-bottom: 20px !important; }

.pb_1 {
  padding-bottom: 40px !important; }
  @media screen and (max-width: 1120px) {
    .pb_1 {
      padding-bottom: 20px !important; } }

.pb_2 {
  padding-bottom: 80px !important; }
  @media screen and (max-width: 1120px) {
    .pb_2 {
      padding-bottom: 40px !important; } }

.pb_3 {
  padding-bottom: 120px !important; }
  @media screen and (max-width: 1120px) {
    .pb_3 {
      padding-bottom: 60px !important; } }

.pb_4 {
  padding-bottom: 160px !important; }
  @media screen and (max-width: 1120px) {
    .pb_4 {
      padding-top: 80px !important; } }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.3;
  display: inline-block;
  margin: 0 8px;
  width: 50px;
  height: 4px;
  border-radius: 0;
  background: #000;
  cursor: pointer; }
  .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #706053; }
  @media screen and (max-width: 768px) {
    .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 4px !important;
      width: 30px; } }

.main_visual {
  position: relative;
  background-color: #000; }
  .main_visual .main_slider {
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .main_visual .main_slider .swiper-wrapper {
      margin: 0; }
      .main_visual .main_slider .swiper-wrapper .swiper-slide {
        opacity: 0.5;
        position: relative;
        width: 1080px !important;
        height: 585px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        .main_visual .main_slider .swiper-wrapper .swiper-slide.swiper-slide-active, .main_visual .main_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
          opacity: 0.85; }
        @media screen and (max-width: 1120px) {
          .main_visual .main_slider .swiper-wrapper .swiper-slide {
            width: 100% !important;
            height: auto; }
            .main_visual .main_slider .swiper-wrapper .swiper-slide img {
              width: 100%; } }
  .main_visual .inner {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1080px;
    height: 585px; }
    .main_visual .inner .copy p {
      position: absolute;
      color: #fff; }
      .main_visual .inner .copy p.copy_jp_01 {
        top: 40px;
        font-size: 26px;
        font-weight: 100;
        letter-spacing: 0.3em;
        line-height: 1.53846;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-animation: 'copy_jp_01' 1.2s ease-out 1.6s both;
        animation: 'copy_jp_01' 1.2s ease-out 1.6s both; }
        @media screen and (max-width: 1120px) {
          .main_visual .inner .copy p.copy_jp_01 {
            display: none; } }
      .main_visual .inner .copy p.copy_en_01 {
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 64px;
        font-weight: 100;
        text-align: center;
        line-height: 1.3125;
        letter-spacing: 0.05em;
        -webkit-animation: 'copy_en_01' 1.4s ease-out 1.6s both;
        animation: 'copy_en_01' 1.4s ease-out 1.6s both; }
        @media screen and (max-width: 768px) {
          .main_visual .inner .copy p.copy_en_01 {
            font-size: 24px;
            font-weight: 200; }
            .main_visual .inner .copy p.copy_en_01 br {
              display: block; } }

@-webkit-keyframes copy_jp_01 {
  0% {
    right: 100px;
    opacity: 0; }
  100% {
    right: 120px;
    opacity: 1; } }

@keyframes copy_jp_01 {
  0% {
    right: 100px;
    opacity: 0; }
  100% {
    right: 120px;
    opacity: 1; } }

@-webkit-keyframes copy_en_01 {
  0% {
    bottom: 40px;
    opacity: 0; }
  100% {
    bottom: 60px;
    opacity: 1; } }

@keyframes copy_en_01 {
  0% {
    bottom: 40px;
    opacity: 0; }
  100% {
    bottom: 60px;
    opacity: 1; } }
      @media screen and (max-width: 768px) {
        @-webkit-keyframes copy_en_01 {
          0% {
            bottom: 20px;
            opacity: 0; }
          100% {
            bottom: 40px;
            opacity: 1; } }
        @keyframes copy_en_01 {
          0% {
            bottom: 20px;
            opacity: 0; }
          100% {
            bottom: 40px;
            opacity: 1; } } }
    .main_visual .inner .border {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 1060px;
      height: 565px; }
      .main_visual .inner .border:before, .main_visual .inner .border:after {
        content: '';
        position: absolute;
        background: #fff; }
      .main_visual .inner .border:before {
        top: 0;
        left: 0;
        width: 1px;
        height: 565px;
        -webkit-animation: 'border_top' 0.8s ease-in 1.5s both;
        animation: 'border_top' 0.8s ease-in 1.5s both; }
      .main_visual .inner .border:after {
        top: 0;
        right: 0;
        width: 1060px;
        height: 1px;
        -webkit-animation: 'border_right' 0.8s ease-in 1.5s both;
        animation: 'border_right' 0.8s ease-in 1.5s both; }
      .main_visual .inner .border span {
        display: block; }
        .main_visual .inner .border span:before, .main_visual .inner .border span:after {
          content: '';
          position: absolute;
          background: #fff; }
        .main_visual .inner .border span:before {
          bottom: 0;
          right: 0;
          width: 1px;
          height: 565px;
          -webkit-animation: 'border_bottom' 0.8s ease-in 1.5s both;
          animation: 'border_bottom' 0.8s ease-in 1.5s both; }
        .main_visual .inner .border span:after {
          bottom: 0;
          left: 0;
          width: 1060px;
          height: 1px;
          -webkit-animation: 'border_left' 0.8s ease-in 1.5s both;
          animation: 'border_left' 0.8s ease-in 1.5s both; }

@-webkit-keyframes border_top {
  0% {
    top: -565px; }
  100% {
    top: 0px; } }

@keyframes border_top {
  0% {
    top: -565px; }
  100% {
    top: 0px; } }

@-webkit-keyframes border_right {
  0% {
    right: -1060px; }
  100% {
    right: 0px; } }

@keyframes border_right {
  0% {
    right: -1060px; }
  100% {
    right: 0px; } }

@-webkit-keyframes border_bottom {
  0% {
    bottom: -565px; }
  100% {
    bottom: 0px; } }

@keyframes border_bottom {
  0% {
    bottom: -565px; }
  100% {
    bottom: 0px; } }

@-webkit-keyframes border_left {
  0% {
    left: -1060px; }
  100% {
    left: 0px; } }

@keyframes border_left {
  0% {
    left: -1060px; }
  100% {
    left: 0px; } }
      @media screen and (max-width: 1120px) {
        .main_visual .inner .border {
          display: none; } }
    .main_visual .inner .main_slider_pagination {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      -webkit-animation: 'pagination' 1.6s ease-out 1.8s both;
      animation: 'pagination' 1.6s ease-out 1.8s both; }
      @media screen and (max-width: 768px) {
        .main_visual .inner .main_slider_pagination {
          bottom: 0; } }

@-webkit-keyframes pagination {
  0% {
    bottom: 25px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }

@keyframes pagination {
  0% {
    bottom: 25px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }
    @media screen and (max-width: 768px) {
      @-webkit-keyframes pagination {
        0% {
          bottom: 15px;
          opacity: 0; }
        100% {
          bottom: 10px;
          opacity: 1; } }
      @keyframes pagination {
        0% {
          bottom: 15px;
          opacity: 0; }
        100% {
          bottom: 10px;
          opacity: 1; } } }
    .main_visual .inner .btn_prev, .main_visual .inner .btn_next {
      position: absolute;
      top: 0;
      margin: auto 0;
      padding-top: 5px;
      width: 46px;
      height: 46px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      -webkit-animation: 'btn_prev_next' 1.6s ease-out 2s both;
      animation: 'btn_prev_next' 1.6s ease-out 2s both; }
      @media screen and (max-width: 1120px) {
        .main_visual .inner .btn_prev, .main_visual .inner .btn_next {
          width: 30px;
          height: 30px;
          font-size: 12px; } }
    .main_visual .inner .btn_prev {
      right: auto;
      left: -35px;
      padding-right: 3px; }
      @media screen and (max-width: 1120px) {
        .main_visual .inner .btn_prev {
          left: 0; } }
    .main_visual .inner .btn_next {
      right: -35px;
      left: auto;
      padding-left: 3px; }
      @media screen and (max-width: 1120px) {
        .main_visual .inner .btn_next {
          right: 0; } }

@-webkit-keyframes btn_prev_next {
  0% {
    bottom: 30px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }

@keyframes btn_prev_next {
  0% {
    bottom: 30px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }
    @media screen and (max-width: 1120px) {
      .main_visual .inner {
        width: 100%;
        height: 100%; } }

.news ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 40px 0 0; }
  .news ul li {
    margin: 15px 0 0; }
    .news ul li a {
      display: block;
      opacity: 1; }
      .news ul li a:hover {
        opacity: 0.6;
        background: #f1f1f1; }
      .news ul li a figure {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .news ul li a figure img:hover {
          opacity: 1; }
        .news ul li a figure figcaption {
          margin-left: 15px; }
          .news ul li a figure figcaption time {
            display: block;
            color: #333; }
    @media screen and (max-width: 768px) {
      .news ul li {
        margin: 10px 0 0; } }
  @media screen and (max-width: 768px) {
    .news ul {
      margin: 20px 0 0; } }

.pickup .col.grid1of3 {
  padding: 20px;
  width: calc(33.333333%);
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .pickup .col.grid1of3:first-child {
    border-left: 1px solid #ededed; }
  .pickup .col.grid1of3 img {
    width: 100%;
    height: auto; }
  .pickup .col.grid1of3 h3 {
    margin: 15px 0 5px;
    color: #706053;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .pickup .col.grid1of3 h3 {
        margin: 5px 0 0; } }
  @media screen and (max-width: 768px) {
    .pickup .col.grid1of3 {
      padding: 10px;
      border-left: 1px solid #ededed; } }

.hair_catalog_slider .swiper-slide {
  padding: 0 0 20px;
  width: 260px !important; }
  .hair_catalog_slider .swiper-slide a {
    display: block;
    overflow: hidden;
    color: #333; }
    .hair_catalog_slider .swiper-slide a img {
      width: 100%;
      height: auto; }
    .hair_catalog_slider .swiper-slide a figcaption {
      margin-top: 10px; }
    .hair_catalog_slider .swiper-slide a .stylist {
      display: inline-block;
      margin-left: 5px;
      color: #999;
      font-size: 13px;
      vertical-align: middle; }
    .hair_catalog_slider .swiper-slide a:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
      @media screen and (max-width: 768px) {
        .hair_catalog_slider .swiper-slide a:hover img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  @media screen and (max-width: 768px) {
    .hair_catalog_slider .swiper-slide {
      width: 60% !important; } }

.hair_catalog_slider .hair_catalog_slider_pagination {
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .hair_catalog_slider .hair_catalog_slider_pagination {
      bottom: 10px; } }

@media screen and (max-width: 1120px) {
  .hair_catalog_slider {
    margin: 0 auto;
    width: 100%; } }

.page_hd {
  overflow: hidden;
  border-bottom: 1px solid #ededed; }
  .page_hd .inner {
    height: 126px; }
    .page_hd .inner :after {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 174px;
      height: 171px;
      background: url(../img/logo_page_hd.svg) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .page_hd .inner :after {
          width: 260px;
          height: 89px;
          background-size: 260px 89px; } }
    @media screen and (max-width: 768px) {
      .page_hd .inner {
        height: 70px; } }

.philosophy li {
  margin: 10px 0 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; }

.menu-price .align_r, .menu-price .align_c {
  margin: 40px 0 0; }
  @media screen and (max-width: 768px) {
    .menu-price .align_r, .menu-price .align_c {
      margin: 20px 0 0; } }

.menu-price .col .section_ttl.border {
  margin: 40px auto 0;
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .menu-price .col .section_ttl.border {
      margin: 20px auto 0;
      font-size: 18px; } }

.menu-price .col p {
  text-align: justify; }

.menu-price .col .menu {
  margin: 20px 0 0;
  padding: 10px 20px;
  background: #f3f3f3;
  line-height: 1.6; }
  .menu-price .col .menu dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0; }
    .menu-price .col .menu dl dd {
      color: #706053;
      font-size: 15px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .menu-price .col .menu dl dd {
          font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .menu-price .col .menu {
      margin: 10px 0 0;
      padding: 5px 10px; } }

.menu-price .discount .col {
  margin: 40px 0 0;
  padding: 20px;
  border: 3px solid #706053;
  text-align: center;
  line-height: 1.5; }
  .menu-price .discount .col a {
    display: block;
    color: #706053 !important; }
    .menu-price .discount .col a:hover {
      cursor: pointer; }
  .menu-price .discount .col span {
    display: block;
    color: #706053;
    font-size: 24px;
    font-weight: 700; }
  @media screen and (max-width: 768px) {
    .menu-price .discount .col {
      margin: 20px 0 0;
      padding: 10px;
      width: calc(48%) !important; } }

.modal_discount {
  padding: 20px;
  border: 3px solid #706053;
  color: #706053 !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5; }
  .modal_discount span {
    display: block;
    font-size: 50px; }
    @media screen and (max-width: 768px) {
      .modal_discount span {
        font-size: 40px; } }
  @media screen and (max-width: 768px) {
    .modal_discount {
      margin: 20px 0 0;
      padding: 20px 10px !important;
      font-size: 16px; } }

.staff_list .col {
  margin: 40px 0 0; }
  .staff_list .col a {
    display: block;
    text-align: center;
    line-height: 1.5;
    cursor: pointer; }
    .staff_list .col a img {
      background: #fff; }
    .staff_list .col a .position {
      display: block;
      margin: 10px 0 0;
      color: #706053;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .staff_list .col a .position {
          margin: 5px 0 0; } }
    .staff_list .col a .name {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        .staff_list .col a .name {
          font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .staff_list .col {
      margin: 20px 0 0;
      width: calc(48%) !important; } }

.staff_modal {
  max-width: 1150px !important;
  text-align: left; }
  .staff_modal .image {
    width: calc(29.6%); }
  .staff_modal .position {
    display: block;
    margin: 10px 0 0;
    color: #706053; }
  .staff_modal .name {
    font-size: 24px; }
    .staff_modal .name .en {
      margin: 0 0 0 20px;
      color: #777;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .staff_modal .name .en {
          font-size: 11px; } }
    @media screen and (max-width: 768px) {
      .staff_modal .name {
        font-size: 20px; } }
  .staff_modal .interview {
    margin: 30px 0 0; }
    .staff_modal .interview dt {
      margin: 0 0 10px;
      padding: 0 0 5px;
      border-bottom: 1px solid #ededed;
      color: #706053;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .staff_modal .interview dt {
          font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .staff_modal .interview {
        margin: 20px 0 0; } }
  .staff_modal .info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0 0; }
    .staff_modal .info li {
      margin: 0 20px 0 0; }
      .staff_modal .info li dt {
        padding: 0 10px;
        height: 20px;
        background: #4D4D4D;
        color: #fff;
        font-size: 13px; }
      .staff_modal .info li dd {
        margin: 10px 0 0; }
        @media screen and (max-width: 768px) {
          .staff_modal .info li dd {
            margin: 5px 0 0; } }
      @media screen and (max-width: 768px) {
        .staff_modal .info li {
          margin: 10px 0 0; } }
    @media screen and (max-width: 768px) {
      .staff_modal .info {
        margin: 20px 0 0; } }
  .staff_modal .sns_box {
    margin: 20px 0 0; }
    .staff_modal .sns_box a {
      display: inline-block;
      margin: 0 6px 0 0;
      padding: 0px 0 0;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background: #706053;
      color: #fff;
      font-size: 18px;
      text-align: center; }
  @media screen and (max-width: 768px) {
    .staff_modal {
      padding: 35px 10px !important; } }

.salon_gallery {
  position: relative;
  background-color: #fff; }
  .salon_gallery .main_slider {
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .salon_gallery .main_slider .swiper-wrapper {
      margin: 0; }
      .salon_gallery .main_slider .swiper-wrapper .swiper-slide {
        opacity: 0.3;
        position: relative;
        width: 815px !important;
        height: 543px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        .salon_gallery .main_slider .swiper-wrapper .swiper-slide.swiper-slide-active, .salon_gallery .main_slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
          opacity: 1; }
        @media screen and (max-width: 1120px) {
          .salon_gallery .main_slider .swiper-wrapper .swiper-slide {
            width: 100% !important;
            height: auto; }
            .salon_gallery .main_slider .swiper-wrapper .swiper-slide img {
              width: 100%; } }
  .salon_gallery .inner {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 815px;
    height: 543px; }
    .salon_gallery .inner .main_slider_pagination {
      position: absolute;
      right: 0;
      bottom: 20px;
      left: 0;
      margin: auto;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .salon_gallery .inner .main_slider_pagination {
          bottom: 10px; } }
    .salon_gallery .inner .btn_prev, .salon_gallery .inner .btn_next {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      padding-top: 5px;
      width: 46px;
      height: 46px;
      background: #706053;
      color: #fff;
      font-size: 20px;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 1120px) {
        .salon_gallery .inner .btn_prev, .salon_gallery .inner .btn_next {
          width: 30px;
          height: 30px;
          font-size: 12px; } }
    .salon_gallery .inner .btn_prev {
      right: auto;
      left: -46px;
      padding-right: 3px; }
      @media screen and (max-width: 1120px) {
        .salon_gallery .inner .btn_prev {
          left: 0; } }
    .salon_gallery .inner .btn_next {
      right: -46px;
      left: auto;
      padding-left: 3px; }
      @media screen and (max-width: 1120px) {
        .salon_gallery .inner .btn_next {
          right: 0; } }
    @media screen and (max-width: 1120px) {
      .salon_gallery .inner {
        width: 100%;
        height: 100%; } }

#gmap {
  width: 100%; }
  #gmap iframe {
    display: block; }
    @media screen and (max-width: 768px) {
      #gmap iframe {
        height: 200px; } }

.sitemap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #ededed; }
  .sitemap ul {
    margin: 0 80px; }
    .sitemap ul li {
      font-size: 16px;
      line-height: 2.5; }
      .sitemap ul li a:hover {
        text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .sitemap ul li a:hover {
            text-decoration: none; } }
      .sitemap ul li i {
        margin: 0 0 0 5px; }
      @media screen and (max-width: 768px) {
        .sitemap ul li {
          font-size: 13px; } }
    @media screen and (max-width: 768px) {
      .sitemap ul {
        margin: 0; } }

.blog_archive li {
  width: 360px; }
  .blog_archive li .txt {
    width: 260px; }
    @media screen and (max-width: 768px) {
      .blog_archive li .txt {
        width: calc(100% - 100px); } }
  .blog_archive li figure {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .blog_archive li {
      width: 100%; } }

.post > p, .post > div {
  padding: 10px 0; }

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 12px; } }

.en {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }

.section_ttl {
  margin: 80px auto 40px;
  padding: 20px 0;
  max-width: 1080px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3; }
  .section_ttl.border {
    margin: 80px auto 0;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed; }
    @media screen and (max-width: 768px) {
      .section_ttl.border {
        margin: 40px auto 0; } }
  .section_ttl span {
    display: block;
    color: #706053;
    font-size: 12px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .section_ttl span {
        font-size: 11px; } }
  @media screen and (max-width: 768px) {
    .section_ttl {
      margin: 40px auto 20px;
      padding: 10px 0;
      font-size: 18px; } }

.child_ttl {
  margin: 20px 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ededed;
  color: #706053;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .child_ttl {
      margin: 10px 0 5px;
      padding: 0;
      font-size: 16px; } }

.page_ttl {
  padding: 32px 0 0;
  color: #706053;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.26667; }
  .page_ttl span {
    display: block;
    color: #333;
    font-size: 12px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .page_ttl span {
        font-size: 11px; } }
  @media screen and (max-width: 768px) {
    .page_ttl {
      padding: 18px 0 0;
      font-size: 18px; } }

.page_desc {
  margin: 20px 0 0;
  font-size: 15px;
  text-align: justify;
  line-height: 2.13333; }
  .page_desc.narrower {
    padding: 0 160px; }
    @media screen and (max-width: 1120px) {
      .page_desc.narrower {
        padding: 0; } }
  @media screen and (max-width: 1120px) {
    .page_desc {
      margin: 10px 0 0;
      font-size: 13px;
      line-height: 1.69231; }
      .page_desc br {
        display: none; } }

.color_txt {
  color: #706053; }

.require {
  color: #B4272D;
  font-size: 12px; }

.note {
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .note {
      font-size: 11px; } }

@media screen and (max-width: 768px) {
  p br {
    display: none; } }

.ttl_blog {
  margin: 4px 0 20px;
  color: #706053;
  font-size: 28px !important; }
  @media screen and (max-width: 768px) {
    .ttl_blog {
      font-size: 18px !important;
      line-height: 1.5; } }
