@charset "utf-8";
#wrapper{
  width: 90%;
  max-width: 1100px;
}
@media screen and (min-width:768px){
  #wrapper{
    margin: 80px auto;
  }
}
@media screen and (max-width:767px){
  #wrapper{
    margin: 50px auto 80px;
  }
}
#sidearea{
  width: 220px;
  margin-right: 40px;
}
#mainarea{
  flex: 1;
  font-weight: 100;
}
/*↓ここから作成お願い↓*/
/* 店舗紹介 */
.secttl {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #535353;
  padding: 0 0 12px 10px;
  align-items: flex-end;
  line-height: 0.5;
  font-family: 'Shippori Mincho', serif;
}
.secttl .mini{
  margin-left: 25px;
  font-size: 14px;
  display: inline-block;
}


@media screen and (min-width:768px){
	.tenpo-cat{
		color: #444;
		border-left: none !important;
	  font-size: 18px;
    padding: 0 !important;
	  margin-top: 35px;
	}
}
@media screen and (max-width:767px){
	.tenpo-cat{
		color: #444;
		border-left: none !important;
    font-size: 16px;
    padding: 0 !important;
    margin-top: 20px;
	}
}
@media screen and (min-width:768px){
	.tenpo-text{
	  font-size: 16px;
	  line-height: 1.6;
	  margin-top: 10px;
	}
}
@media screen and (max-width:767px){
	.tenpo-text{
	  font-size: 14px;
	  margin-top: 10px;
	}
}
@media screen and (min-width:768px){
	.tenpo-text span {
	  color: #4d4d4d;
	  border-bottom: solid;
	}
}
@media screen and (max-width:767px){
	.tenpo-text span {
	  color: #000;
	  border-bottom: solid 1px;
	}
}
@media screen and (min-width:768px){
	.tenpo-sub{
	  color: #333;
	  font-size: 14px;
	  margin-top: 12px;
	}
}
@media screen and (max-width:767px){
	.tenpo-sub{
	  color: #333;
	  font-size: 13px;
	  margin-top: 12px;
	}
}
@media screen and (min-width:768px){
	.tenpo-sub a{
	  text-decoration: underline;
	}
}
@media screen and (max-width:767px){
	.tenpo-sub a{
	  text-decoration: underline;
	}
}




.shoplist{
  margin-top: 40px;
}
.shoplist > li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:767px){
  .shoplist > li{
    display: block;
  }
}
.shoplist > li:nth-of-type(n+2){
  margin-top: 40px;
}
.shop-page h3,
.shopguide-page h3,
.faq-page h3{
  border-left: 3px solid #8a8f8c;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 5px 0 5px 15px;
  letter-spacing: 1px;
}
.shopimg{
  width: 42%;
  margin-right: 20px;
}
.shopdata{
  flex: 1;
}
.shopdata li{
  position: relative;
  padding-left: 1.2em;
}
.shopdata li::before{
  content: '・';
  position: absolute;
  left: 0;
}
.shoptxt{
  line-height: 1.9;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 20px;
}
.shopdata li .bold{
  font-weight: 400;
}
.shoptxt span{
  display: block;
  border-bottom: 1px solid #8f8f8f;
  position: relative;
  padding-left: 1.2em;
}
.shoptxt span::before{
  content: 'ー';
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .secttl{
    font-size: 22px;
  }
  .shop-page h3{
    font-size: 16px;
  }
  .shopimg{
    width: 100%;
    margin: 0;
  }
  .shopdata{
    margin-top: 10px;
  }
}
/* 会社概要 */
.company-txt{
  background-color: #f5f3ef;
  margin-top: 40px;
  padding: 40px 20px;
}
.companyP{
  margin-top: 20px;
  line-height: 2;
}
.companytable{
  margin-top: 20px;
  border-collapse: collapse;
}
.companytable tr{
  border-bottom: 1px dotted #8f8f8f;
}
.companytable td {
  text-align: left;
  width: 70%;
}
.company-btn a {
  margin: 0 auto;
  width: 220px;
  display: block;
  text-align: center;
  border: 1px solid #000;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  margin-top: 30px;
}
.company-btn a:after {
  content: "";
  background: url("../images/common/arrow-r.svg") no-repeat;
  background-size: contain;
  width: 35px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;

}
@media screen and (min-width: 768px) {
  .companytable th, .companytable td {
    padding: 20px;
    border-bottom: 1px dotted #8f8f8f;
    font-size: 16px;
  }
  .company-btn a:hover:after {
    right: -40px;
    transition: .3s;
  }
  .company-txt h3{
    font-size: 20px;
    text-align: center;
  }
  .companyP{
    font-size: 16px;
  }
  .company-btn a{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .companytable th, .companytable td {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }
  .companytable th{
    margin-top: 15px;
  }
  .company-txt h3{
    font-size: 18px;
  }
}
/* お買い物ガイド */
.shopguide-anchor{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.shopguide-anchor li {
  width: 48%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 1px 1px 2px #b0b0b0;
  border-radius: 3px;
}
.shopguide-anchor li:nth-of-type(3n){
  margin-right: 0;
}
.shopguide-anchor li a {
  display: block;
  background: #f1f1f1;
  padding: 10px 0 5px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.shopguide-anchor li a .fas {
  display: block;
}
.shopguide-page h3{
  margin: 50px 0 20px;
}
.shopguide-page h4{
  font-size: 17px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 8px;
}
.guide-area dd {
  width: 96%;
  margin: 0 auto;
}
.guide-desc:not(:last-child) {
  margin-bottom: 40px;
}
.guide-txt{
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .shopguide-page h3 {
    margin: 30px 0 20px;
  }
  .shopguide-page h4{
    font-size: 16px;
  }
  .guide-txt{
    font-size: 14px;
  }
  .guide-desc:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* よくある質問 */
.faq-page h3{
  margin: 50px 0 20px;
}
.faq-page dl {
  border-bottom: 1px solid #8f8f8f;
  width: 98%;
  margin: 0 auto 20px;
}
.faq-page dt {
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 36px;
  display: flex;
  align-items: center;
}
.faq-page dd {
  display: none;
  padding-bottom: 20px;
  line-height: 1.8;
  position: relative;
  font-size: 15px;
}
.faq-arrow {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 20px;
}
.faq-arrow::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  right: 5px;
  top: 18px;
}
.faq-arrow__active span::after {
  transform: rotate( 135deg);
  transition: 0.5s;
}
.faq-page dt span, .faq-page dd span {
  font-size: 1.5em;
  padding-right: 8px;
}
.faq-page dl a{
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .faq-page dt{
    font-size: 16px;
  }
  .faq-page dd{
    font-size: 14px;
  }
  .faq-arrow::after {
    font-size: 17px;
  }
}


/* フリーページ雛形 */
.freepage-inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}

.hanpuStory-subttl__en1{
  font-family: "Josefin Sans", sans-serif;
  color: #9D7151;
  border-bottom: 1px solid #9D7151;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto 50px;
}

.hanpuStory-ttl__en2{
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #9D7151;
  opacity: .5;
  letter-spacing: 0.1em;
  font-size: clamp( 25px, 2.3vw, 38px);
}
@media screen and (max-width: 767px){
  .hanpuStory-subttl__en1{
    margin: 0 auto 20px;
  }
}
.hanpuStory-main--w,
.hanpuStory-main--h,
.hanpuStory-catch--w,
.hanpuStory-catch--h{
  position: relative;
  color: #fff;
  margin-bottom: 80px;
}
.hanpuStory-main--h,.hanpuStory-catch--h{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.hanpuStory-mainttl{
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hanpuStory-mainttl h2 span,
.hanpuStory-ttl{
  text-align: center;
  display: block;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.hanpuStory-ttl{
  font-size: 30px;
}
.hanpuStory-mainttl__main{
  font-size: clamp( 33px, 4vw, 60px);
}
.hanpuStory-catchtxt{
  text-align: left;
  line-height: 2.3;
  padding: 80px 0 0;
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.hanpuStory-catch--h .hanpuStory-catchtxt{
  max-width: 510px;
}
@media screen and (max-width: 767px){
  .hanpuStory-main--w .hanpuStory-ttl{
    font-size: clamp( 16px, 4vw, 24px);
  }
  .hanpuStory-ttl{
    font-size: clamp( 22px, 4vw, 30px);
  }
  .hanpuStory-catchtxt{
    font-size: 14px;
    padding: 50px 0 0;
  }
  .hanpuStory-mainttl h2 span,
  .hanpuStory-ttl{
    line-height: 2.4;
  }
}

.hanpuStory-our{
  max-width: 800px;
  margin: 0 auto;
}
.hanpuStory-our-box:not(:last-child){
  margin-bottom: 90px;
}
.hanpuStory-subttl{
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}
.hanpuStory-subttl span{
  display: block;
}
.hanpuStory-imgarea{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
@media screen and (min-width: 768px){
  .hanpuStory-textcontents{
    margin-bottom: 250px;
  }
  .hanpuStory-our{
    padding: 100px 0;
  }
  .hanpuStory-subttl{
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px){
  .hanpuStory-textcontents{
    margin-bottom: 100px;
  }
  .hanpuStory-our{
    padding: 20px 0;
  }
  .hanpuStory-subttl{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hanpuStory-imgarea{
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
}


.hanpuStory-2col{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5%;
}
.hanpuStory-2col--alg{
  align-items: center;
}
.hanpuStory-2col__ttl{
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
  .hanpuStory-2col{
    padding: 100px 0 0;
  }
  .hanpuStory-2col__ttl{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .hanpuStory-2col{
    padding: 40px 0 0;
  }
  .hanpuStory-2col{
    grid-template-columns: repeat(1,1fr);
    gap: 0;
  }
  .hanpuStory-2col > p{
    margin-bottom: 10px;
  }
  .hanpuStory-2col__ttl{
    font-size: 18px;
  }
}

@media screen and (min-width: 768px){
  .kaguyama-shopimg{
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px){
  .kaguyama-shopimg{
    margin-bottom: 40px;
  }
}

.hanpuStory-flex{
  display: flex;
  justify-content: space-between;
  padding: 100px 0 0;
  max-width: 960px;
  margin: 0 auto;
}

.hanpuStory-item__ttl{
  font-weight: bold;
}
.hanpuStory-item__txt{
  margin-top: auto;
}
.hanpuStory-btn{
  width: 100%;
  margin: 30px auto;
}
.hanpuStory-btn a{
  background-color:#B2ACA0 ;
  color: #fff;
  padding: 20px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px){
  .hanpuStory-flex{
    padding: 100px 0 0;
  }
  .hanpuStory-flex > p{
    width: 40%;
  }
  .hanpuStory-flex__txtarea{
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .hanpuStory-item__ttl{
    font-size: 22px;
  }
  .hanpuStory-item-num{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px){
  .hanpuStory-flex{
    display: block;
    padding: 40px 0 0;
  }
  .hanpuStory-item__ttl{
    font-size: 18px;
    margin-bottom:  10px;
  }
  .hanpuStory-flex > p{
    margin-bottom: 20px;
  }
  .hanpuStory-btn {
    margin: 20px auto;
  }
  .hanpuStory-btn a{
    padding: 15px;
  }
}
