@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
 common
-------------------------------------------------*/
.headerMenu__link {
	text-align: center;
}

.kv__ttl {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}


.langBtn {
  margin-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  height: 4.8rem;
  align-items: center;
}
.langBtn ul {
  display: flex;
}
.langBtn ul li {
  color: #000;
  padding: 0 1em;
}
.langBtn ul li + li {
  border-left: solid 1px #000;
}
.langBtn ul li a {
  color: #000;
}
.langBtn .active {
  border-bottom: solid 1px #000;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 64em) {
	.langBtn {
		margin-right: 220px;
		height: 9.6rem;
	}
}

@media screen and (min-width: 768px) {
	.langBtn ul li {
		color: #fff;
	}
	.langBtn ul li + li {
		border-left: solid 1px #fff;
	}
	.langBtn ul li a {
		color: #fff;
	}
	.langBtn .active {
		border-bottom: solid 1px #fff;
	}
	.showSP {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.langBtn {
    margin-right: 0px;
    justify-content: center;
}
	.showTB {
		display: none;
	}
	.showSP {
		display: flex;
	}
}

/*-----------------------------------------------
 TOP
-------------------------------------------------*/
.instaArea .ttlPrimary-jp {
  letter-spacing: 0.2em;
}

/*-----------------------------------------------
 yatsuhashi
-------------------------------------------------*/
.aboutArea__txt p {
	letter-spacing: 0;
	text-align: initial;
	margin: 2rem 0 6rem;
}
.aboutArea__img {
	text-align: center;
}

@media screen and (min-width: 64em) {
	.aboutArea {
		margin-bottom: 12rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.aboutArea:nth-last-of-type(2) .change {
		order: 1;
	}
	.aboutArea__img {
		width: 48.14%;
	}
	.aboutArea__txt {
		width: 44.44%;
	}
	.aboutArea__txt p {
		margin-top: 0;
	}
}


/*-----------------------------------------------
 product
-------------------------------------------------*/
.ttlPrimary-jp {
	letter-spacing: 0.2em;
}
.productMain__body p, .l-2col__item p {
	text-align: initial;
}

@media screen and (min-width: 64em) {
	.productMain__body {
		margin-top: 12rem;
	}
}


/*-----------------------------------------------
 shop
-------------------------------------------------*/
.shopInfo__addr p {
  text-align: initial;
  letter-spacing: 0.2rem;
  line-height: 2;
}
.other_stores .ttlPrimary {
  
}
.other_stores div:first-of-type {
  margin-bottom: 6rem;
}
.shopInfo__name {
  flex-wrap: wrap;
}
.store_top {
  margin-bottom: 3rem;
}

@media screen and (min-width: 64em) {
  .shopInfo__addr {
      margin-bottom: 0;
  }
  .shopInfo__addr p {
    line-height: 3;
  }
  .other_stores .ttlPrimary {
    margin-bottom: 1rem;
  }
  .other_stores div:first-of-type {
    margin-bottom: 8rem;
  }
  .store_top {
    margin-bottom: 8rem;
  }
}

/*-----------------------------------------------
 contact
-------------------------------------------------*/
.contactBody {
    margin-top: 0;
}
.backTop {
    text-align: center;
    margin-top: 7rem;
}
.backTop a {
    width: 14rem;
    height: 4rem;
    margin: 0 1rem;
    transition: all 150ms ease-in-out;
    background: #000;
    border: none;
    color: #fff;
    outline: none;
    text-decoration: none;
    vertical-align: bottom;
    display: inline-block;
    line-height: 4rem;
}