/* Scss Document */
#key {
  position: relative;
}
#key li {
  opacity: 0;
  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
}
#key .sl2 {
  transition-delay: 1s;
  position: absolute;
  z-index: 3;
  width: 32%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #83662e;
}
#key .sl3 {
  transition-delay: 2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#key[style*="visible"] li {
  opacity: 1;
}
#sec1 {
  padding: 15vw 0;
}
#sec1 .wrap {
  padding: 0;
}
#sec1 .info {
  background: url("../img/index/bg1.jpg") repeat center 0;
  padding: 10vw 5%;
}
#sec1 .info h2 {
  font-size: 6vw;
  line-height: 1.5;
  padding-bottom: 10vw;
  letter-spacing: 0.5em;
}
#sec1 .info h2 span {
  color: #846b3a;
  letter-spacing: 0.5em;
}
#sec1 .photo {
  position: relative;
}
#sec1 .photo dt {
  padding-top: 90vw;
}
#sec1 .photo .bnr {
  width: 60%;
  position: absolute;
  bottom: 10vw;
  left: 20%;
  z-index: 1;
}
#sec1 .photo .bnr a {
  display: block;
  position: relative;
  border-bottom: 1px solid #9a9a9a;
  font-size: 18px;
  padding: 0 0 10px 0;
}
#sec1 .photo .bnr a:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  width: 10vw;
  height: 1px;
  background-color: #c4c3c3;
}
#sec1 .photo .bnr a:after {
  content: '';
  position: absolute;
  right: -2px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
  background-color: #c4c3c3;
}
#sec2 {
  background: url("../img/index/sec2_bg_sp.png") no-repeat center bottom/100%;
  padding-bottom: 48vw;
}
#sec2 h2 {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  white-space: nowrap;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
}
#sec2 h2 span {
  color: #846b3a;
  letter-spacing: 0.4em;
}
#sec2 .photo {
  position: relative;
  padding-bottom: 15vw;
}
#sec2 .photo li {
  font-size: 4vw;
  line-height: 1.2;
  margin-top: -35vw;
}
#sec2 .photo li span {
  letter-spacing: 0.4em;
  display: block;
  padding-top: 5px;
}
#sec2 .photo li img {
  margin-left: -34vw;
  width: 83%;
}
#sec2 .photo li:first-child {
  text-align: right;
  margin: 0;
}
#sec2 .photo li:first-child img {
  margin: 0 0 0 53vw;
  width: 90%;
}
#sec2 .txt {
  padding-bottom: 10vw;
}
#sec3 h2 {
  text-align: center;
  background: url("../img/index/sec3_bg1_sp.png") no-repeat center 0/100%;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  padding: 50vw 0 10vw;
}
#sec3 h2 span {
  color: #846b3a;
}
#sec3 .lead {
  position: relative;
  padding: 66vw 5% 10vw;
}
#sec3 .lead:before {
  content: '';
  position: absolute;
  top: 0;
  left: -29vw;
  right: -13vw;
  height: 61vw;
  background: url("../img/index/sec3_bg.jpg") no-repeat center 0/100%;
}
#sec3 .lead .txt {
  margin-bottom: 10vw;
}
#news {
  padding-bottom: 25vw;
}
#news h2 {
  text-align: center;
  font-size: 4vw;
  line-height: 1.4;
  padding-bottom: 10vw;
}
#news h2 span {
  font-size: 8vw;
  color: #846b3a;
  letter-spacing: 0.15em;
}
#news .bnr {
  width: 50%;
  margin: 0 auto;
}
#news .bnr a {
  display: block;
  position: relative;
  border-bottom: 1px solid #9a9a9a;
  font-size: 16px;
  padding: 0 0 10px 0;
}
#news .bnr a:hover {
  opacity: 0.7;
}
#news .bnr a:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  width: 10vw;
  height: 1px;
  background-color: #c4c3c3;
}
#news .bnr a:after {
  content: '';
  position: absolute;
  right: -2px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
  background-color: #c4c3c3;
}
#news #feed {
  padding-bottom: 10vw;
}
#news #feed dl {
  display: table;
  width: 100%;
}
#news #feed dl dt, #news #feed dl dd {
  display: table-cell;
  box-sizing: border-box;
}
#news #feed dl dt {
  color: #846b3a;
  width: 90px;
} #news #feed a:hover {
  text-decoration: underline;
}
#shopinfo {
  background: url("../img/index/bg3.jpg") repeat center 0;
  padding: 23vw 0px;
}
#shopinfo .shop-info {
  padding: 0 5%;
}
#shopinfo h2 {
  color: #846b3a;
  font-size: 8vw;
  padding-bottom: 10vw;
  position: relative;
}
#shopinfo h2:before {
  content: '';
  position: absolute;
  left: 50%;
  height: 26vw;
  top: -35vw;
  border-left: 1px solid #846b3a;
  z-index: 2;
}
#shopinfo .tel {
  color: #846b3a;
  text-align: center;
  font-size: 3.4vw;
  line-height: 1.8;
}
#shopinfo .tel img {
  display: inline;
  width: 50%;
  margin-left: 3%;
}
#shopinfo .tel .f {
  color: #c4c3c3;
  font-size: 3vw;
  display: block;
}
#shopinfo .card {
  padding: 0px 0 5vw;
  margin-top: 8vw;
  border-top: 1px solid #4d4c4c;
}
#shopinfo .card dl {
  border-bottom: 1px solid #4d4c4c;
  display: table;
  width: 100%;
  font-size: 13px;
  line-height: 26px;
}
#shopinfo .card dl dt, #shopinfo .card dl dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 5px 0;
}
#shopinfo .card dl dt {
  width: 110px;
}
#gmap .g_map {
  position: relative;
  height: 480px;
}
#gmap .g_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#gmap .link {
  padding-top: 10vw;
}
#gmap .link .bnr {
  width: 80%;
  margin: 0 auto;
}
#gmap .link .bnr a {
  display: block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #c4c3c3;
  padding: 10px 0;
  position: relative;
}
#gmap .link .bnr a:hover {
  opacity: 0.7;
}
#gmap .link .bnr a:before {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 11px;
  width: 35px;
  height: 1px;
  background-color: #c4c3c3;
  transform: rotate(41deg);
}
#gmap .link .bnr.btn-copy a {
  padding: 0;
}
#gmap .link .bnr.btn-copy a .copy {
  display: block;
  padding: 10px 0;
}
#sec1 .photo .bnr {
  opacity: 0;
  visibility: hidden;
}
#sec1 .photo:hover .bnr {
  opacity: 1;
  visibility: visible;
}
#recruit { width:80%; margin: 30px auto; border: 1px #666666 solid; padding:30px; text-align: center; max-width: 1000px;}
#recruit h2{font-size: 6vw; margin-bottom: 1em;}



@media screen and (min-width: 999px) {
  #recruit h2{font-size: 28px; margin-bottom: 1em;}
  #key .sl1 {
    background: url("../img/index/js1.jpg") no-repeat center 66%/cover;
    height: 950px;
  }
  #key .sl2 {
    width: 212px;
  }
  #key .sl2 img {
    width: 100%;
    height: auto;
  }
  #key .sl3 {
    height: 950px;
    background: url("../img/index/js2.jpg") no-repeat center 66%/cover;
  }
  section {
    padding-top: 120px;
  }
  #sec1 {
    padding: 0 0;
    position: relative;
  }
  #sec1 .wrap {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
  }
  #sec1 .info {
    position: relative;
    z-index: 1;
    padding: 105px 85px 60px 75px;
    width: 515px;
    float: right;
  }
  #sec1 .info h2 {
    font-size: 28px;
    padding-bottom: 67px;
  }
  #sec1 .photo {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% - 70px);
    bottom: 0;
  }
  #sec1 .photo span {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #sec1 .photo dt {
    padding-top: 0;
  }
  #sec1 .photo .bnr {
    width: 240px;
    bottom: 84px;
    right: calc(50% + 245px);
    opacity: 0;
    visibility: hidden;
  }
  #sec1 .photo .bnr a {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  #sec1 .photo .bnr a:hover {
    opacity: 0.8;
  }
  #sec1 .photo .bnr a:before {
    right: 10px;
    top: 50%;
    width: 40px;
  }
  #sec1 .photo .bnr a:after {
    right: 7px;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 10px;
  }
  #sec1 .photo:hover .bnr {
    opacity: 1;
    visibility: visible;
  }
  #sec2 {
    background: url("../img/index/sec2_bg.png") no-repeat center bottom/cover;
    padding-bottom: 181px;
  }
  #sec2 h2 {
    font-size: 28px;
    line-height: 1.5;
    position: absolute;
    top: 159px;
  }
  #sec2 .photo {
    position: relative;
    padding-bottom: 72px;
  }
  #sec2 .photo li {
    font-size: 20px;
    margin-top: 0;
  }
  #sec2 .photo li span {
    padding: 4px 0 0 85px;
  }
  #sec2 .photo li img {
    margin: 0 !important;
    width: auto !important;
    height: auto;
  }
  #sec2 .photo li:first-child {
    text-align: right;
    margin: 0;
    position: absolute;
    top: 61px;
    left: calc(50% + 93px);
  }
  #sec2 .photo li:first-child span {
    text-align: left;
    padding: 7px 0 0 183px;
  }
  #sec2 .photo li:last-child {
    padding: 209px 0 0px 0;
  }
  #sec2 .photo li:last-child img {
    margin-left: -105px !important;
  }
  #sec2 .txt {
    padding-bottom: 0vw;
  }
  #sec2 .bnr-shared {
    position: absolute;
    right: 0px;
    bottom: 12px;
  }
  #sec2 .bnr-shared a {
	  font-size: 14px!important;
  }
  #sec2 .bnr-shared2 {
    position: absolute;
    right: 0px;
    bottom: -60px;
  }
  #sec3 h2 {
    background: url("../img/index/sec3_bg1.png") no-repeat center 0;
    font-size: 28px;
    padding: 207px 0 194px;
  }
  #sec3 .lead {
    position: relative;
    padding: 225px 0 0 0;
  }
  #sec3 .lead:before {
    left: -0;
    right: -0;
    height: 100%;
    background-size: cover;
  }
  #sec3 .lead .info {
    margin-bottom: 0;
    background: url("../img/index/bd_bg.jpg") repeat center 0;
    position: relative;
    z-index: 1;
    width: 577px;
    box-sizing: border-box;
    padding: 45px 27px 0px 45px;
  }
  #sec3 .lead .txt {
    margin-bottom: 30px;
  }
  #sec3 .bnr {
    margin: 0 0 0 185px;
  }
  #news {
    padding: 163px 0 188px;
  }
  #news h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 124px 0 0px;
    position: absolute;
    top: -2px;
    left: 3px;
  }
  #news h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 110px;
    border-top: 1px solid #846b3a;
  }
  #news h2 span {
    font-size: 38px;
    letter-spacing: 0.04em;
  }
  #news .bnr {
    width: 130px;
    position: absolute;
    right: 0;
    top: -2px;
  }
  #news .bnr a {
    font-size: 15px;
    letter-spacing: 0.15em;
    padding: 0 0 0px 0;
  }
  #news .bnr a:before {
    width: 35px;
  }
  #news .bnr a:after {
    right: -2px;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    width: 10px;
  }
  #news #feed {
    padding: 0 0 0 260px;
  }
  #news #feed dl dt {
    width: 110px;
  }
  #shopinfo {
    padding: 0 0 115px;
    position: relative;
  }
  #shopinfo:after {
    content: '';
    position: absolute;
    bottom: 107px;
    right: 50%;
    left: 0;
    top: 0;
    background: url("../img/index/shop_bg.png") no-repeat right bottom;
  }
  #shopinfo .shop-info {
    padding: 140px 0 0;
    max-width: 720px;
    margin: 0 auto;
  }
  #shopinfo h2 {
    color: #846b3a;
    font-size: 42px;
    padding-bottom: 0;
    position: absolute;
    top: 87px;
    right: calc(50% + 456px);
  }
  #shopinfo h2 span {
    letter-spacing: 0.04em;
  }
  #shopinfo h2:before {
    left: 43%;
    height: 110px;
    top: -136px;
  }
  #shopinfo .tel {
    text-align: center;
    font-size: 16px;
    margin-bottom: 33px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  #shopinfo .tel img {
    display: inline;
    width: 240px;
    height: auto;
    margin-left: 12px;
  }
  #shopinfo .tel .f {
    font-size: 15px;
  }
  #shopinfo .card {
    padding: 0px 0;
    max-width: 720px;
    margin: 0 auto;
  }
  #shopinfo .card dl {
    text-align: left;
    font-size: 15px;
    line-height: 28px;
  }
  #shopinfo .card dl dt, #shopinfo .card dl dd {
    padding: 13px 0 14px;
  }
  #shopinfo .card dl dt {
    width: 180px;
  }
  #gmap .g_map {
    height: 550px;
  }
  #gmap .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 888px;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: center;
    padding: 34px 0 0 0;
  }
  #gmap .link .print_map {
    width: 400px;
    padding-top: 10px;
  }
  #gmap .link .print_map a:hover {
    text-decoration: underline;
  }
  #gmap .link .bnr {
    width: 400px;
    margin: 0;
  }
  #gmap .link .bnr a {
    font-size: 19px;
    padding: 10px 22px 10px 0;
  }
  #gmap .link .bnr a:before {
    right: -6px;
    width: 39px;
    bottom: 11px;
  }
  #gmap .link .bnr.btn-copy a {
    padding: 0;
  }
  #gmap .link .bnr.btn-copy a .copy {
    display: block;
    padding: 10px 22px 10px 0;
  }
}

.text_box{
	width:700px;
	margin:0px auto 40px auto;
	padding:20px 0;
    background: #262626;
    box-shadow: 0px 0px 0px 6px #262626;
    border: double 3px #846b3a;
}
.text_box p.ttl{
	font-size:24px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:60px;
	color:#FFF;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text_box p.txt{
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
	
.text_box{
	width:95%;
	margin:40px auto 0px auto;
	padding:20px 0;
    background: #262626;
    box-shadow: 0px 0px 0px 6px #262626;
    border: double 3px #846b3a;
}
.text_box p.ttl{
	font-size:20px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.text_box p.txt{
	text-align:center;
	padding: 0 10px;
	font-size:15px;
	line-height:26px;
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}