@charset "utf-8";
/*
Theme Name: larme
Theme URI: https://larme-haircare.jp
Description: larme
Author: tankdesign
Author URI: https://tankdesign.jp
Version: 2.0.0
*/

html,
body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
}
strong {
  font-weight: bold;
}
p {
  line-height: 1.6em;
  padding-bottom: 1em;
}
a,
a:link,
a:visited {
  color: #342419;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #725a4a;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:active {
  color: #999999;
}

/*common*/
.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fdfae5;
}
.section {
  margin-bottom: 2rem;
}
a.btn,
input.btn {
  display: block;
  width: 90%;
  height: 6rem;
  margin: 0 auto;
  background-color: #ffecae;
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
h2.section-header {
  padding: 3rem 0 4rem;
  margin: 0 auto;
}
h2.section-header.sh48 {
  width: 16rem;
}
h2.section-header.sh60 {
  width: 20rem;
}
h2.section-header img {
  width: 100%;
  height: auto;
}
.square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.square:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.square img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.circle {
  border-radius: 50%;
  overflow: hidden;
}
.fa {
  font-size: 2rem;
  line-height: 6rem;
  padding-left: 1em;
  color: #ffce78;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fa.fa-facebook-square {
  padding-right: 1em;
}
#link-top {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  position: fixed;
  bottom: 1.6rem;
  right: 2rem;
  z-index: 9999;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0.75;
}
#link-top a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/link-top.png);
  background-size: contain;
}
.link-more {
  display: block;
  width: 90%;
  height: 6rem;
  margin: 0 auto;
  background-color: #ffecae;
  text-align: center;
}
.recruit-more {
  width: 100%;
}
.link-more span {
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: bold;
  text-decoration: none;
}
.close-detail {
  display: none;
}
.wp-pagenavi,
.single-pagenavi {
  display: block;
  padding: 1rem 0 0;
  text-align: center;
}
.wp-pagenavi span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 3rem;
  margin: 0 0.5rem;
}
.wp-pagenavi span.pages {
  width: 8rem;
}
.wp-pagenavi a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffce78;
  text-decoration: none;
  text-align: center;
  line-height: 3rem;
  margin: 0 0.5rem;
}
.single-pagenavi {
  text-align: center;
  letter-spacing: -0.4em;
}
.single-pagenavi .fa {
  padding: 0 0.5em;
  line-height: 1em;
}
.single-pagenavi-left {
  letter-spacing: normal;
  width: 50%;
  display: inline-block;
  text-align: left;
}
.single-pagenavi-right {
  letter-spacing: normal;
  width: 50%;
  display: inline-block;
  text-align: right;
}

body {
  background-color: #ffffff;
  color: #342419;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
header {
  width: 100%;
  height: 8rem;
  background-color: #fdfae5;
}
header h1 {
  position: relative;
  top: 0;
  width: 100%;
  height: 8rem;
  text-align: center;
}
header h1 img {
  display: inline-block;
  position: relative;
  top: 50%;
  width: 16rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
#global-navi {
  position: relative;
  display: none;
  z-index: 999;
}
.global-navi-item {
  width: 100%;
  height: 6rem;
  position: relative;
}
.global-navi-item .fa {
  color: #342419;
}
.global-navi-item.sub a {
  background-color: #ffce78;
}
.global-navi-item.sub .fa {
  color: #ffffff;
}
a.global-navi-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffecae;
  font-size: 2rem;
  line-height: 6rem;
  text-decoration: none;
  text-align: center;
}
a.global-navi-link:hover {
  background-color: #ffce78;
}
.global-navi-item.sub a.global-navi-link:hover {
  background-color: #ffb948;
}
.global-navi-link .fa {
  position: absolute;
  line-height: 6rem;
  padding: 0;
  margin-left: -1.5em;
}
a.global-navi-link img {
  height: 6rem;
  width: auto;
}
.global-navi-border {
  width: 90%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 0.2rem solid #fdfae5;
}
a.global-navi-trigger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 101;
  top: 1.6rem;
  right: 1.2rem;
  width: 4.8rem;
  height: 4.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/icon-menu-off.png);
  background-size: contain;
}
a.global-navi-trigger.open {
  background-image: url(images/icon-menu-on.png);
}
a.global-navi-trigger img {
  width: 100%;
  height: auto;
}
a.navi-home {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 101;
  top: 1.6rem;
  right: 1.2rem;
  width: 4.8rem;
  height: 4.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/icon-menu-home.png);
  background-size: contain;
}

#wrap {
  padding-top: 2rem;
}

#slider-wrap.inner {
  padding: 0;
  margin-bottom: 2rem;
}
#slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-overlay {
  width: 50%;
  height: auto;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.slider-overlay img {
  width: 100%;
  height: 100%;
}

#campaign .inner,
#about .inner,
#menu .inner {
  padding-bottom: 0;
}
#campaign h3 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.more {
  display: none;
  padding-top: 0;
}

#news {
}
#news dl {
  line-height: 1.6em;
  background-color: #ffffff;
  padding: 2rem;
}
#news dl dt {
  padding-top: 0.5em;
}
#news dl dd {
  line-height: 1.6em;
  border-bottom: 0.2rem solid #fdfae5;
  padding-bottom: 0.5em;
}
#news dl dd:last-of-type {
  padding: 0;
  border: none;
}
.about-logo {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.about-concept {
  font-size: 2rem;
}
.about-concept p:last-child {
  padding-bottom: 5rem;
}
#about-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-staff-item {
  padding-bottom: 5rem;
}
.about-staff-item img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto 3rem;
  border-radius: 50%;
}
.about-staff-item > h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
.staff-name-en {
  font-size: 1.4rem;
  padding-left: 1em;
}
.about-staff-item > p {
  font-size: 1.4rem;
  padding-bottom: 0;
}
#about-inner > h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}
.about-concept {
  font-size: 1.8rem;
}
.about-concept p:last-child {
  padding-bottom: 5rem;
}
#about-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.about-feature-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
}
.feature-image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  line-height: 0;
}
.feature-image img {
  width: 100%;
  height: 100%;
}
.feature-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}
.feature-text p {
  font-size: 1.4rem;
}
.feature-text p:last-of-type {
  padding-bottom: 0;
}
.about-message {
  display: block;
  padding-bottom: 3rem;
}
#about-season h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
#about-season-more {
  padding: 0 2rem 2rem;
}
#about-season-more img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.about-season-more {
  display: block;
  padding-bottom: 3rem;
}

#menu-inner > p br {
  display: none;
}
#menu-item {
  letter-spacing: -0.4em;
}
.gridder-list {
  width: 48%;
  background-color: #ffecae;
  display: inline-block;
  margin-right: 4%;
  margin-top: 4%;
  letter-spacing: normal;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.gridder-list:hover {
  cursor: pointer;
  background-color: #ffce78;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.gridder-list:nth-of-type(2n) {
  margin-right: 0;
}
.gridder-expanded-content h3 {
  text-align: left;
  padding: 1em 0;
}
.gridder-expanded-content p {
  font-size: 1.2rem;
}
.gridder-list.selectedItem {
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.gridder-list img {
  width: 100%;
  height: auto;
}
.gridder-content {
  display: none;
  width: 100%;
}
.gridder-show {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  letter-spacing: normal;
}
#menu-footer {
  line-height: 0;
  height: 0;
}
.menu-item-header,
.menu-item-price {
  font-size: 1.6rem;
}
.menu-item-deail {
  font-size: 1.2rem;
  line-height: 1.4em;
}
.menu-item-price {
  margin-bottom: 1em;
}

.news-item,
.blog-item,
.page-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
}
.news-item img,
.blog-item img,
.page-item img {
  max-width: 100%;
  height: auto;
}
.news-item:last-of-type,
.blog-item:last-of-type {
  margin-bottom: 0;
}
.blog-item-left {
  margin-bottom: 1rem;
}
h3.news-header,
h3.blog-header {
  font-size: 2rem;
  line-height: 4rem;
}
p.blog-date {
  font-size: 1.6rem;
  border-bottom: 0.2rem solid #fdfae5;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
p.news-date {
  font-size: 1.6rem;
  border-bottom: 0.2rem solid #fdfae5;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
a.btn.blog-link,
a.link-gmap,
input.btn {
  width: 100%;
}
.page-item p:last-of-type {
  padding-bottom: 0;
}

#fb-timeline {
  text-align: center;
}

#recruit p,
#contact p {
  text-align: left;
}
#info dl,
#recruit dl {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 2rem;
  background-color: #ffffff;
}
#info dl {
  margin-bottom: 2rem;
}
#info dl dt,
#recruit dl dt {
  width: 30%;
}
#info dl dd,
#recruit dl dd {
  width: 70%;
  margin: -1.6em 0 1em 0;
  padding-left: 30%;
}
#info dl dd:last-of-type,
#recruit dl dd:last-of-type {
  margin: -1.6em 0 0 0;
}
#google-map {
  line-height: 0;
  font-size: 0;
}

form input,
form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
button:hover > .fa {
  color: #ffffff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
input.wpcf7-confirm,
input.wpcf7-submit,
input.wpcf7-back {
  display: block;
  width: 100%;
  height: 6rem;
  margin: 0 auto 2rem;
  background-color: #ffecae;
  font-size: 1.6rem;
  line-height: 6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input.wpcf7-confirm:hover,
input.wpcf7-submit:hover,
input.wpcf7-back:hover {
  cursor: pointer;
  background-color: #ffce78;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
img.ajax-loader {
  display: none;
}
i.ajax-i-loader {
  font-size: 2rem;
  line-height: 2em;
  color: #ffb948;
  padding: 0;
  display: none;
}
i.fa.ajax-i-loader {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
form {
  text-align: center;
}
form p {
  padding: 0;
}
form br {
  display: none;
}
span.wpcf7-not-valid-tip {
  text-align: left;
  color: #ff1037;
  margin-bottom: 1rem;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  color: #ff1037;
}
.wpcf7c-conf {
  background-color: #fdfae5;
  border: none;
}

.style-list-item {
  margin-bottom: 2rem;
}
.style-list-item:last-of-type {
  margin-bottom: 0;
}
.style-list-item .more {
  background-color: #ffffff;
  padding: 2rem;
}
.style-list-item .more p {
  padding: 0;
}
.style-list-item .link-more {
  width: 100%;
  margin: 0;
}

footer {
  height: 8rem;
  background-color: #fdfae5;
}
address {
  font-size: 1.6rem;
  line-height: 8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#google-map {
  height: 25rem;
  width: 100%;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}

/* tablet pc */
@media (min-width: 768px) {
  .inner {
    width: 96%;
  }
  a.btn {
    width: 96%;
  }
  a.btn:hover {
    background-color: #ffce78;
  }
  a.btn:hover > .fa {
    color: #ffffff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .link-more {
    width: 96%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .recruit-more {
    width: 100%;
  }
  .link-more:hover {
    cursor: pointer;
    background-color: #ffce78;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .link-more:hover > .fa {
    color: #ffffff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  h2.section-header.sh48 {
    width: 32rem;
  }
  h2.section-header.sh60 {
    width: 40rem;
  }

  body {
    font-size: 1.8rem;
  }
  header {
    height: 16rem;
  }
  header h1 {
    height: 16rem;
  }
  header h1 img {
    width: 24rem;
  }
  a.global-navi-trigger,
  a.navi-home {
    top: 4.8rem;
    right: 2%;
    width: 6.4rem;
    height: 6.4rem;
  }
  #link-top {
    bottom: 4.8rem;
    right: 2%;
    width: 6.4rem;
    height: 6.4rem;
  }

  .slider-overlay {
    width: 35%;
    max-width: 60rem !important;
  }

  #news dl dt {
    font-size: 1.8rem;
  }
  #news dl dd {
    font-size: 1.6rem;
  }

  .about-logo {
    width: 35%;
    max-width: 60rem !important;
  }
  #about p {
    text-align: center;
  }
  #about-staff {
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-staff-item {
    width: 40%;
    margin: 0 5%;
  }
  #about .about-staff-item h3 {
    font-size: 2rem;
  }
  #about .about-staff-item p {
    text-align: left;
  }
  #about-inner > h3 {
    font-size: 2rem;
    width: 100%;
  }
  #about-features {
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-bottom: 5rem;
  }
  .about-feature-item {
    width: 49%;
  }
  .feature-text h3 {
    font-size: 2rem;
  }
  #about .feature-text p {
    font-size: 1.6rem;
    text-align: left;
  }
  #about-season h3 {
    font-size: 2rem;
    text-align: center;
  }
  #about-season-more img {
    width: 50%;
  }
  #about-season-more p {
  }

  #menu-inner > p {
    text-align: center;
  }
  #menu-inner > p br {
    display: inline;
  }
  .gridder-list {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
    letter-spacing: normal;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .gridder-list:nth-of-type(2n) {
    margin-right: 2%;
  }
  .gridder-list:nth-of-type(3n) {
    margin-right: 0;
  }
  .gridder-expanded-content h3 {
    font-size: 2rem;
    text-align: center;
    padding: 1em 0;
  }
  .gridder-expanded-content p {
    font-size: 1.4rem;
    text-align: right;
  }
  .menu-item-header,
  .menu-item-price {
    font-size: 2rem;
    line-height: 1.4em;
  }
  .menu-item-deail {
    font-size: 1.6rem;
    line-height: 1.4em;
  }

  .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .blog-item-left {
    width: 38%;
  }
  .blog-item-right {
    width: 58%;
  }
  h3.blog-header {
    font-size: 2rem;
  }
  p.blog-date {
    font-size: 1.6rem;
  }

  #recruit p,
  #contact p {
    text-align: center;
  }
  #info dl,
  #recruit dl {
    font-size: 1.8rem;
  }
  #google-map {
    height: 35rem;
  }

  a.btn.blog-link,
  a.link-gmap,
  input.btn {
    width: 100%;
  }
  #style-inner {
  }
  .style-list-item {
    width: 70%;
    max-width: 80rem !important;
    margin: 0 auto 2rem;
  }

  footer {
    height: 16rem;
  }
  address {
    font-size: 1.8rem;
    line-height: 16rem;
  }
}

.contact-tel {
  font-size: 3.6rem;
  font-weight: bold;
}

.contact-tel .small {
  font-size: 2.1rem;
  margin-right: 1em;
}
