@charset "UTF-8";
body {
  padding-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  background: none;
  border-bottom: none;
}

header .f_left h1 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

header nav a {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

header nav a span:after {
  background: #fff;
}

header nav .contact a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a78461+0,000000+100&0.65+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 132, 97, 0.65)), to(transparent));
  background: linear-gradient(to right, rgba(167, 132, 97, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a78461', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

header.change {
  background: #fff;
  border-bottom: 1px solid #d7c9bb;
}

header.change .f_left h1 {
  color: #9c9c9c;
  text-shadow: none;
}

header.change nav a {
  color: #4a443a;
  text-shadow: none;
}

header.change nav a span:after {
  background: #a78461;
}

header.change nav .contact a {
  background: #dac7b5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dac7b5 0%, #e7dbd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dac7b5 0%, #e7dbd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dac7b5 0%, #e7dbd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac7b5', endColorstr='#e7dbd0',GradientType=1 );
  /* IE6-9 */
}

header.change .menuBtn span {
  background: #4a443a;
  box-shadow: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_img
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_img {
  margin-bottom: 50px;
  position: relative;
  height: 810px;
}

#main_img canvas {
  width: 100%;
  height: 810px;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#main_img ul li {
  height: 810px;
  background: no-repeat center center;
  background-size: cover;
}

#main_img ul .main01 {
  background-image: url(../img/index/main01.jpg);
}

#main_img ul .main02 {
  background-image: url(../img/index/main02.jpg);
}

#main_img ul .main03 {
  background-image: url(../img/index/main03.jpg);
}

#main_img ul .innerWrap {
  height: 810px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#main_img ul .innerWrap p {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  text-shadow: 0px 0px 13px #582206;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■products_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#products_area {
  margin-bottom: 60px;
}

#products_area .hd01 {
  margin-bottom: 0;
}

#products_area .inner {
  overflow: hidden;
  margin-top: -77px;
}

#products_area ul {
  overflow: hidden;
  -webkit-box-sizing: border;
  box-sizing: border;
  width: 50%;
  font-size: 0;
}

#products_area ul li {
  margin-bottom: 30px;
  width: 31.2%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#products_area ul li img {
  width: 100%;
  height: auto;
}

#products_area ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.77;
}

#products_area ul li a:hover {
  opacity: 1;
}

#products_area ul li a:after {
  content: "";
  display: block;
  padding-top: 100%;
}

#products_area ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(68, 68, 68, 0.5);
  z-index: 2;
  transition: all 0.15s linear;
}

#products_area ul li a span {
  z-index: 3;
}

#products_area ul li a span:after {
  transition: all 0.15s linear;
}

#products_area ul li a:hover:before {
  background: rgba(68, 68, 68, 0.8);
  transition: all 0.15s linear;
}

#products_area ul li a:hover span:after {
  content: "";
  display: block;
  width: calc(100% - 18px);
  border: 1px solid #fff;
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 9px;
  right: 10px;
  border-radius: 50%;
  transition: all 0.15s linear;
  z-index: 2;
}

#products_area .f_left li:nth-of-type(1) {
  margin-right: 0.4%;
}

#products_area .f_left li:nth-of-type(1) a {
  background-image: url(../img/index/products_img01.jpg);
}

#products_area .f_left li:nth-of-type(2) {
  margin-top: 105px;
  margin-right: 3.4%;
}

#products_area .f_left li:nth-of-type(2) a {
  background-image: url(../img/index/products_img02.jpg);
}

#products_area .f_left li:nth-of-type(3) {
  margin-top: 150px;
}

#products_area .f_left li:nth-of-type(3) a {
  background-image: url(../img/index/products_img03.jpg);
}

#products_area .f_right li:nth-of-type(1) {
  margin-top: 150px;
  margin-left: 2.5%;
}

#products_area .f_right li:nth-of-type(1) a {
  background-image: url(../img/index/products_img04.jpg);
}

#products_area .f_right li:nth-of-type(2) {
  margin-top: 105px;
  margin-left: 3.4%;
}

#products_area .f_right li:nth-of-type(2) a {
  background-image: url(../img/index/products_img05.jpg);
}

#products_area .f_right li:nth-of-type(3) {
  margin-left: 0.4%;
}

#products_area .f_right li:nth-of-type(3) a {
  background-image: url(../img/index/products_img06.jpg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■store_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#store_area {
  background: url(../img/store_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 53px 0 70px;
}

#store_area ul {
  overflow: hidden;
  margin: -10px -1.17% 0;
  padding-bottom: 35px;
}

#store_area ul li {
  width: 25%;
  padding: 0 1.17%;
  line-height: 1.42;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 45px;
}

#store_area ul .en {
  color: #a78461;
  font-family: 'Crimson Text', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
  font-size: 2rem;
  word-break: break-all;
}

#store_area ul .inner {
  border: 1px solid #a78461;
  background: rgba(255, 255, 255, 0.6);
  padding: 24px 0 20px;
  letter-spacing: normal;
  font-weight: 700;
}

#store_area ul p {
  padding: 0 9%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#store_area ul img {
  width: 100%;
  height: auto;
}

#store_area ul .ttl {
  color: #936637;
  padding: 0 10px;
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 20px;
}

#store_area ul .txt {
  margin-top: 13px;
  color: #636363;
  font-size: 1.4rem;
}

#store_area ul .en, #store_area ul .ttl, #store_area ul .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■service_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#service_area {
  padding-top: 87px;
  padding-bottom: 128px;
}

#service_area ul {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#service_area ul li {
  width: 31.56%;
  line-height: 1;
}

#service_area ul li .img {
  background: #323029;
}

#service_area ul li img {
  width: 100%;
  height: auto;
  opacity: 0.55;
}

#service_area ul li a {
  display: block;
  position: relative;
}

#service_area ul li a .txt {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
  background: rgba(167, 132, 97, 0.95);
  font-size: 1.8rem;
  letter-spacing: 0.099em;
  padding: 27px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
}

#service_area ul li a .txt span {
  position: relative;
  padding: 0 32px;
}

#service_area ul li a .txt span:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow01.png) no-repeat right center;
  background-size: auto 6px;
  height: 6px;
  width: 24px;
  position: absolute;
  right: 0;
  bottom: 5px;
  transition: all 0.15s linear;
}

#service_area ul li a:hover span:after {
  width: 29px;
  right: -5px;
  transition: all 0.15s linear;
}

@media screen and (max-width: 950px) {
  #service_area ul li a .txt {
    font-size: 1.5rem;
    padding: 14px 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■environment_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#environment_area {
  background: #4a443a;
  padding: 77px 0 62px;
}

#environment_area .innerWrap {
  overflow: hidden;
  color: #fff;
}

#environment_area .innerWrap .img {
  width: 39.7%;
  float: left;
}

#environment_area .innerWrap .img img {
  width: 100%;
  height: auto;
}

#environment_area .innerWrap .txt_area {
  width: 56%;
  float: right;
}

#environment_area .innerWrap .txt_area .catch {
  font-family: 'Noto Serif JP', "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "HGS明朝E", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  background: url(../img/index/environment_ico.png) no-repeat left top;
  background-size: 102px auto;
  padding: 31px 0 0 134px;
  margin-bottom: 30px;
}

#environment_area .innerWrap .txt_area .txt {
  margin-bottom: 20px;
}

#environment_area .innerWrap .txt_area .btn01 {
  overflow: hidden;
}

#environment_area .innerWrap .txt_area .btn01 a {
  float: right;
}

@media screen and (max-width: 950px) {
  #environment_area .innerWrap .txt_area .catch {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=../../maps/shop/css/index.css.map */
