@charset "utf-8";
/*-------------------------------------------
パンくず
-------------------------------------------*/
.breadcrumbs {
  white-space: nowrap;
  font-size: 0.75rem;
  color: var(--color-nl);
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.breadcrumbs ul {
  width: 96%;
  max-width: var(--width-m);
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--color-nl);
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul li:before {
  content: ">";
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.breadcrumbs ul li:first-child:before {
  content: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
/*-------------------------------------------
メインタイトル
-------------------------------------------*/
#sub_top {
  background-color: var(--color-bl);
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1.3;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  background-size: cover;
  text-align: center;
  color: var(--color-w);
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  font-weight: 500;
}
#sub_top h2 .en {
  font-size: 3.13rem;
}
#sub_top h2 .jp {
  display: block;
  font-size: 1.4rem;
}
#sub_top.indiamap1 {
  background-image: url(../img/indiamap1.jpg);
}
#sub_top.indiamap2 {
  background-image: url(../img/indiamap2.jpg);
}
#sub_top.indiamap3 {
  background-image: url(../img/indiamap3.jpg);
}
#sub_top.indiamap4 {
  background-image: url(../img/indiamap4.jpg);
}
@media screen and (max-width:640px) {
  #sub_top {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 2.94rem;
  }
}
/*-------------------------------------------
見出し
-------------------------------------------*/
.midashi h3 {
  border-bottom: var(--color-b) solid 1px;
  padding-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-bl);
}
.midashi h3 .en {
  font-weight: 500;
  font-size: 2rem;
}
.midashi h3 .jp {
  font-size: 0.94rem;
  font-weight: 500;
  padding-left: 0.7rem;
}
.midashi h3 .en:before {
  position: relative;
  top: -0.3rem;
  margin-right: 0.4rem;
  content: url("../img/title.png");
}
.midashi.gallery h3 .jp {
  font-weight: 500;
  font-size: 1.6rem;
}
.midashi.gallery h3 .jp:before {
  position: relative;
  top: -0.2rem;
  margin-right: 0.4rem;
  content: url("../img/title.png");
}
.midashi.staff h3 .en {
  padding-right: 0.5rem;
}
.midashi.staff h3 .jp.post {}
.midashi.staff h3 .jp.name {
  font-size: 1.5rem;
}
/*-------------------------------------------
内容
-------------------------------------------*/
.content__sentence p {
  line-height: 1.6;
}
.concept {
  text-align: center;
  position: relative;
  padding: 1.8rem 0 1rem;
  color: var(--color-bl);
}
.concept .title .top {
  font-size: 1.7rem;
}
.concept .title .btm {
  font-size: 0.94rem;
  display: block;
}
.concept p {
  color: var(--color-bl);
  font-size: 1.07rem;
  line-height: 1.7;
}
.leaf_l {
  position: absolute;
  width: 9rem;
  height: 7.9rem;
  background: url("../img/news_img_l.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -0.5rem;
  left: -1.3rem;
}
.leaf_r {
  position: absolute;
  width: 9rem;
  height: 7.9rem;
  background: url("../img/news_img_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1rem;
  right: -1.3rem;
}
/*-------------------------------------------
メニュー
-------------------------------------------*/
.menu-box h3 {
  background-color: var(--color-bd);
  color: var(--color-w);
  padding: 0.5rem 1rem;
  border-bottom: var(--color-b) solid 3px;
  margin-bottom: 1rem;
}
.menu-box h3 .en {
  font-size: 1.2rem;
  display: inline-block;
}
.menu-box h3 .jp {
  margin-left: 0.4rem;
  font-size: 0.88rem;
  display: inline-block;
}
.menu-box table {
  width: 100%
}
.menu-box table td, .menu-box table th {
  border-bottom: var(--color-gd) solid 1px;
  font-size: 0.94rem;
  padding: 0.3rem 0.5rem;
}
.menu-box table th {
  text-align: right;
  color: var(--color-bl);
}
.menu-box p {
  font-size: 0.81rem;
}
.menu_kome {
  font-size: 0.88rem;
  font-weight: 600;
}
.menu_kome span {
  display: inline-block;
  padding-right: 0.5rem;
}
@media screen and (min-width:640.1px) {
  .menu-box {
    display: flex;
    justify-content: space-between;
  }
  .menu-box > div {
    width: 48%;
  }
}
@media screen and (max-width:640px) {
  .menu-box > div.menu-left {
    margin-bottom: 2.7rem;
  }
}
/*-------------------------------------------
スタッフ
-------------------------------------------*/
.staff_map img {
  max-width: 100%
}
.staff_box .text table {
  width: 100%;
}
.staff_box .text table th, .staff_box .text table td {
  border-bottom: var(--color-gd) solid 1px;
  font-size: 0.94rem;
  padding: 0.5rem 0.2rem;
}
.staff_box .text table th {
  padding: 0.5rem 0.2rem 0.5rem 0;
  white-space: nowrap;
}
.staff_box .text table td {
  padding: 0.5rem 0 0.5rem 0.2rem;
}
@media screen and (min-width:640.1px) {
  .staff_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .staff_box .img {
    width: 38%;
  }
  .staff_box .text {
    width: 58%;
  }
}
@media screen and (max-width:640px) {
  .staff_box .img {
    text-align: center;
  }
  .staff_box .img {
    margin-bottom: 2rem;
  }
}
/*-------------------------------------------
ギャラリー
-------------------------------------------*/
.gallery_box ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery_box ul li p {
  padding-top: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.2;
}
@media screen and (min-width:640.1px) {
  .gallery_box ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 1.5rem;
  }
  .gallery_box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:640px) {
  .gallery_box ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5rem;
  }
  .gallery_box ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*-------------------------------------------
ハーズヘアーについて
-------------------------------------------*/
.shop_box .img {
  background-image: url("../img/shop_bg-1.jpg");
  background-size: cover;
}
.shop_box .text p {
  line-height: 1.4;
  padding: 0 0 0.3rem;
  text-align: left;
  color: var(--color-n);
  font-size: 0.88rem;
}
.shop_box .text span.list {
  display: inline-block;
  width: 5rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.3rem 0 0.2rem;
  background: var(--color-b);
  color: var(--color-bl);
  font-size: 0.81rem
}
.shop_pho {
  display: flex;
  justify-content: center;
}
.btn a {
  display: block;
  background-color: var(--color-b);
  text-decoration: none;
  color: var(--color-w);
  text-align: center;
  line-height: 1.2;
  padding: 0.4rem 0.2rem;
}
.btn a span.jp {
  font-size: 0.81rem;
  display: block;
}
.btn a span.en {
  font-size: 1.5rem;
}
.btn a span.en img {
  width: 1.6rem;
}
@media screen and (min-width:640.1px) {
  .shop_box {
    display: flex;
    justify-content: space-between;
  }
  .shop_box .img {
    width: calc(100% - 17rem);
  }
  .shop_box .text {
    width: 15rem;
  }
  .shop_pho {
    flex-wrap: wrap;
  }
  .shop_pho > div {
    margin: 0.3rem;
  }
}
@media screen and (max-width:640px) {
  .shop_pho > div {
    margin: 0.3rem 0.2rm;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 69%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:640px) {
  .gmap {
    padding-bottom: 90%;
  }
}