@charset "UTF-8";
/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"]:link,
a[href^="tel:"]:visited {
  color: #232323;
  text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="tel:"]:active {
  color: #232323;
  text-decoration: none;
}

html,
body {
  font-size: 16px;
}
@media (max-width: 756px) {
  html,
  body {
    font-size: 4vw;
  }
}

body {
  color: #232323;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

input,
textarea,
select {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

b,
strong,
fontBold {
  font-weight: 700;
}

/* reset ------------------------------ */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
figure,
p,
blockquote,
pre,
cite,
code,
caption,
header,
footer,
section,
tr,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
table {
  border: none;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

li img,
dt img {
  vertical-align: bottom;
}

/* textlink ------------------------------ */
a,
a img {
  transition: all 0.3s;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover,
a:hover img,
input[type=submit]:hover,
input[type=image]:hover {
  opacity: 0.7;
}

a:hover,
a:hover img {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important;
}

.bot010px {
  margin-bottom: 10px !important;
}

.bot015px {
  margin-bottom: 15px !important;
}

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

.bot025px {
  margin-bottom: 25px !important;
}

.bot030px {
  margin-bottom: 30px !important;
}

.bot035px {
  margin-bottom: 35px !important;
}

.bot040px {
  margin-bottom: 40px !important;
}

.bot045px {
  margin-bottom: 45px !important;
}

.bot050px {
  margin-bottom: 50px !important;
}

.bot060px {
  margin-bottom: 60px !important;
}

.bot070px {
  margin-bottom: 70px !important;
}

.bot100px {
  margin-bottom: 100px !important;
}

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important;
}

.alcenter {
  text-align: center !important;
}

.alleft {
  text-align: left !important;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto;
    color: #1a73e8 !important;
    text-decoration: none;
  }
  a:hover img,
  input[type=submit]:hover,
  input[type=image]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* ----------------------- iOS用フォームのリセット ------- */
  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus,
  input[type=button]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + label {
    background: #ff0000;
  }
}
.forpc {
  display: block;
}

.forsp {
  display: none;
}

.forpcinline {
  display: inline;
}

.forspinline {
  display: none;
}

html,
body {
  position: relative;
}

.subContents {
  width: 80%;
  min-width: 1000px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 756px) {
  .subContents {
    width: 100vw;
    min-width: initial;
    padding: 0 5vw;
  }
}

header {
  text-align: center;
  margin: 0 0 50px;
  padding: 10px 10vw;
}

footer {
  margin-top: 100px;
  padding: 0 0 5vw;
}
footer .copyright {
  font-size: 0.875rem;
}

#breadpath {
  margin-bottom: 30px;
}
#breadpath ul {
  display: flex;
}
#breadpath ul li {
  position: relative;
}
#breadpath ul li:not(:last-child)::after {
  content: " > ";
}
#breadpath ul li i {
  font-size: 0.9375rem;
}

.disclist li {
  list-style: disc;
  margin-left: 20px;
}

.linkarea,
.linkarea a {
  position: relative;
  transition: all 0.3s;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.linkarea:hover {
  opacity: 0.7;
}

.material-symbols-outlined {
  display: inline-flex;
  vertical-align: middle;
}

@media screen and (max-width: 756px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .forpcinline {
    display: none;
  }
  .forspinline {
    display: inline;
  }
  img {
    width: 100%;
  }
  header {
    margin: 0 0 5vw;
    padding: 10px 10vw;
  }
  header img {
    max-width: 150px;
  }
  footer {
    margin-top: 15vw;
  }
  #breadpath {
    margin-bottom: 30px;
  }
  #breadpath ul {
    display: flex;
  }
  #breadpath ul li {
    position: relative;
  }
  #breadpath ul li:not(:last-child)::after {
    content: " > ";
  }
  #breadpath ul li i {
    font-size: 0.9375rem;
  }
}
/* ----------------------- form -------------- */
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 10px;
}
form textarea {
  height: 100px;
}
form select {
  color: #232323;
  height: calc(2em + 20px);
  border: solid 1px #999;
  border-radius: 6px;
  padding: 0 10px;
}
form input[type=submit] {
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  background: #000;
  border-radius: 50vh;
  margin-bottom: 15px;
  padding: 15px 100px;
  cursor: pointer;
}
form input[type=submit][name=submitBack] {
  font-size: 0.9375rem;
  color: #232323;
  text-align: center;
  text-decoration: underline;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
form input[type=radio] + span,
form input[type=checkbox] + span {
  font-weight: 700;
}
form .error-input input[type=text],
form .error-input input[type=email],
form .error-input input[type=tel],
form .error-input input[type=url] {
  border: solid 2px #ed5353;
  background: #ffe2e2;
}
form .sizeZip {
  width: 120px !important;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

@media screen and (max-width: 756px) {
  form input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
#message {
  margin-bottom: 50px;
}
#message .subContents {
  width: 800px;
  border: solid 2px #ddd;
  padding: 30px 60px;
}
#message .subContents .midashi {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}

#prefs h2 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 40px;
}
#prefs ul.prefs > li {
  line-height: 1.75;
  margin-bottom: 15px;
  display: flex;
}
#prefs ul.prefs > li a {
  width: 6em;
}
#prefs ul.prefs > li .child {
  width: calc(100% - 6em);
  display: flex;
  flex-wrap: wrap;
}
#prefs ul.prefs > li .child > li {
  margin: 0 1em 0 0;
}

#heading {
  margin: 0 0 60px;
}

h1.areaName {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

#heading .sqz {
  border-left: solid 6px #66bb78;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}
#heading .sqz + ul {
  display: flex;
  flex-wrap: wrap;
}
#heading .sqz + ul li {
  margin: 0 1em 0.5em 0;
}

#naklist .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#naklist .list::before, #naklist .list::after {
  content: " ";
  width: calc((100% - 40px) / 3);
  display: block;
  order: 1;
}
#naklist .list li {
  width: calc((100% - 40px) / 3);
  border: solid 3px #66bb78;
  margin: 0 0 20px;
  padding: 20px;
}
#naklist .list li .salonName {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
#naklist .list li p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -0.75em;
  margin-bottom: 4px;
  padding-left: 1.5em;
}
#naklist .list li .material-symbols-outlined {
  color: #666;
  font-size: 0.8125rem;
  margin-right: 5px;
}

@media screen and (max-width: 756px) {
  #message {
    margin-bottom: 6vw;
  }
  #message .subContents {
    line-height: 1.8;
    width: 90vw;
    margin: 0 5vw;
    padding: 5vw;
  }
  #message .subContents .midashi {
    margin-bottom: 20px;
  }
  #prefs ul.prefs > li a {
    width: 5em;
  }
  #prefs ul.prefs > li .child {
    width: calc(100% - 5em);
  }
  #heading {
    margin: 0 0 8vw;
  }
  h1.areaName {
    font-size: 1.25rem;
    margin: 0 0 5vw;
  }
  #naklist .list {
    display: block;
  }
  #naklist .list::before, #naklist .list::after {
    content: none;
  }
  #naklist .list li {
    width: 100%;
    margin: 0 0 20px;
    padding: 5vw;
  }
}

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