@charset "UTF-8";
@font-face {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal
}
.desc .spec .note, body {
  font-family: sans-serif
}
.desc {
  font-family: a-otf-ryumin-pr6n, serif
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: Verdana, Meiryo, sans-serif
  }
}
*, :after, :before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: 0
}
body, html {
  height: 100%
}
body {
  font-size: 18px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
a {
  text-decoration: none
}
a, a img, button {
  outline: 0;
  border: none;
  cursor: pointer
}
img {
  vertical-align: bottom
}
a:hover, button:hover {
  outline: 0
}

#header{
    width:1000px;
    left:calc(50% - 500px);
    border-bottom: none;
    
}
@media (max-width:1000px){
#header{
    width:100%;
    min-width:100%;
    left:calc(50% - 50%);
}
}
.header-nav{
    top:5px;
}
@media (max-width:768px){
.header-nav{
    top:15px;
}
}
.header {
  padding: 20px 0;
  background-color: #fff;
  height: 85px
}
@media (max-width:768px) {
  .header {
    height: auto
  }
}
.header p {
  max-width: 980px;
  margin: auto;
  padding: 0 30px;
  text-align: left;
  vertical-align: middle
}
@media (max-width:768px) {
  .header p {
    padding: 0 15px
  }
}
.header p a {
  display: inline-block;
  width: 258px
}
@media (max-width:768px) {
  .header p a {
    width: 187px
  }
}
.contentsWrapper {
    width: 2600px;
    margin: 0 auto;
}
@media (max-width: 1222px){
.contentsWrapper {
    width: 100%;
}
}
@media (max-width: 520px){
.contentsWrapper {
    display: none;
}
}

#container {
    min-width: 100%!important;
}

.contentsInner {
    width: 100%;
    position: fixed;
}
.contentsImg {
    content: "";
    display: block;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2600px;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../img/bg2r.jpg");
    background-size: 100%;
    z-index: -10;
    background-color: #fdfbf8;
}
#contents .sideMenu {
    position: absolute;
    top: 243px;
    left: calc(50% + 240px);
    width: 275px;
    z-index: 10;
}

h1 {
  max-width: 980px;
  width: 100%;
  margin: auto;
  background-color:#fdfbf8;
}
@media (max-width:768px) {
   h1 .pc {
    display: none
  }
}
@media (min-width:769px) {
   h1 .sp {
    display: none
  }
}

#wrapper.wrapper{
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    background-color: #fdfbf8;
    overflow: hidden;
    z-index: 0;    
}
@media (max-width: 520px){
#wrapper.wrapper {
    max-width: 100%;
}
}

.carousel-wrap {
    width: 100%;
  position: relative;
  }

.swiper {
  padding: 0 30px;
  overflow: hidden
}

.swiper-wrapper {
  width: 100%
}
.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center
}
.swiper-button-next, .swiper-button-prev {
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  top: 45%
}
@media (max-width:520px) {
  .swiper-button-next, .swiper-button-prev {
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
  }
}
.swiper-button-next {
  right: 10px;
  background-image: url("../img/arrow_gray.png")
}
@media (max-width:768px) {
  .swiper-button-next {

  }
}
.swiper-button-prev {
  left: 10px;
  background-image: url("../img/arrow_gray.png");
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1)
}
@media (max-width:768px) {
  .swiper-button-prev {

  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 12px
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #fff !important;
  opacity: 1;
  border: 1px solid #697279
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important
}
.swiper-pagination-bullet-active {
  background: #697279 !important
}
.slideNone .swiper-button-next, .slideNone .swiper-button-prev {
  display: none
}
@media (max-width:768px) {
  .sp--hiden {
    display: none
  }
}
@media (min-width:769px) {
  .sp--active {
    display: none
  }
}
#ft_list{
  max-width: 780px;
  margin: auto;
}
#ft_list .inner {
    padding: 70px 30px;
}
@media (max-width:520px) {
#ft_list .inner {
    padding: 18.6666vw 8.0vw 8vw;
}
}

#ft_list .bnr {
  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;
}
@media (max-width:600px) {
  #ft_list .bnr {
    /*padding: 0 40px*/
    display:block;
  }
}
@media (max-width:550px) {
  #ft_list .bnr {
    padding: 0 20px;
    display: block
  }
}
@media (max-width:350px) {
  #ft_list .bnr {
    padding: 0
  }
}
#ft_list .bnr li {
  width: calc(50% - 15px)
}
@media (max-width:600px) {
#ft_list .bnr li {
    width: 80%;
    margin: auto
  }
#ft_list .bnr li + li {
    margin-top: 25px
  }
}
@media (max-width:415px) {
#ft_list .bnr li {
    width: 88%;
  }
}
#ft_list .bnr a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1;
  color: #94694d;
  border: 1px solid #94694d;
  width: 100%;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
@media (max-width:550px) {
  #ft_list .bnr a {
    font-size: 14px
  }
}
@media (max-width:350px) {
  #ft_list .bnr a {
    font-size: 12px
  }
}
#ft_list .bnr a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_slv.png") no-repeat center center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 8px;
  height: 12px;
  background-size: 12px
}
@media (max-width:500px) {
  #ft_list .bnr a:after {
    background-size: 8px;
    right: 8px
  }
}
#ft_list .bnr a:hover {
  border: 1px solid #94694d;
  background-color: rgba(148, 105, 77, 1.0);
  color: #fff;
  opacity: 1
}
#ft_list .bnr a:hover:after {
  background: url("../img/arrow_wht.png") no-repeat center center;
  background-size: 12px
}
#ft_info{
    background-color: #ffffff;
}
#ft_info .inner {
    padding: 70px 30px;
}

#ft_info .bnr {
  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;
}
@media (max-width:600px) {
  #ft_info .bnr {
    /*padding: 0 40px*/
    display:block;
  }
}
@media (max-width:550px) {
  #ft_info .bnr {
    padding: 0 20px;
    display: block
  }
}
@media (max-width:350px) {
  #ft_info .bnr {
    padding: 0
  }
}
#ft_info .bnr li {
  width: calc(50% - 15px)
}
@media (max-width:600px) {
#ft_info .bnr li {
    width: 80%;
    margin: auto
  }
#ft_info .bnr li + li {
    margin-top: 25px
  }
}
@media (max-width:415px) {
#ft_info .bnr li {
    width: 88%;
  }
}
#ft_info .bnr a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1;
  color: #94694d;
  border: 1px solid #94694d;
  width: 100%;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
@media (max-width:550px) {
  #ft_info .bnr a {
    font-size: 14px
  }
}
@media (max-width:350px) {
  #ft_info .bnr a {
    font-size: 12px
  }
}
#ft_info .bnr a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_slv.png") no-repeat center center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 8px;
  height: 12px;
  background-size: 12px
}
@media (max-width:500px) {
  #ft_info .bnr a:after {
    background-size: 8px;
    right: 8px
  }
}
#ft_info .bnr a:hover {
  border: 1px solid #94694d;
  background-color: rgba(148, 105, 77, 1.0);
  color: #fff;
  opacity: 1
}
#ft_info .bnr a:hover:after {
  background: url("../img/arrow_wht.png") no-repeat center center;
  background-size: 12px
}
#ft_info .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px auto 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap:15px;
}
#ft_info .share:first-child {
  margin-top: 0
}
#ft_info .share:last-child {
  margin-bottom: 0
}
@media (max-width:600px) {
  #ft_info .share {
    margin: 50px auto 20px
  }
}
@media (max-width:520px) {
  #ft_info .share {
    margin: 9.62vw auto 3.85vw;
  }
}
@media (max-width:415px) {
  #ft_info .share {
  gap:0px;
  }
}
#ft_info .share li:nth-child(2) {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  margin-top: 4px
}
#ft_info .share li:nth-child(2) iframe {
  -webkit-transition: .3s;
  transition: .3s
}
#ft_info .share li:nth-child(2) iframe:hover {
  opacity: .6
}
@media (max-width:500px) {
  #ft_info .share li:nth-child(2) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    scale: .9;
    margin-top: 0
  }
}
@media (min-width:769px) {
  #ft_info .share li:nth-child(2) {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    margin-top: 0;
  }
}
@media (max-width:500px) {
  #ft_info .share li {
    margin: auto 10px
  }
}
#ft_info .share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 0 10px;
  padding-left: 5px;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}
@media (max-width:768px) {
  #ft_info .share a {
    font-size: 12px;
    height: 30px;
    padding: 0 10px
  }
}
@media (max-width:500px) {
  #ft_info .share a {
    font-size: 10px;
    height: 25px;
    padding: 0 7px
  }
}
#ft_info .share a:hover {
  opacity: .6
}
#ft_info .share a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px
}
@media (max-width:768px) {
  #ft_info .share a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px
  }
}
#ft_info .share .facebook {
  background-color: #2c5aa0;
  border-radius: 4px
}
#ft_info .share .facebook:before {
  background-image: url("../img/sns_facebook.png")
}
#ft_info .share .twitter {
  background-color: #1d9bf0;
  border-radius: 35px
}
#ft_info .share .twitter:before {
  background-image: url("../img/sns_twitter.png")
}
#ft_info .share .line {
  background-color: #06c755;
  border-radius: 4px
}
#ft_info .share .line:before {
  background-image: url("../img/sns_line.png")
}
#ft_info .footer-credit {
  font-size: 13px;
  text-align: left;
  margin-bottom: 2em
}
#ft_info .note {
  font-size: 12px;
  line-height: 2;
  text-align: left
}
@media (max-width:768px) {
  #ft_info .note {
    font-size: 11px
  }
}
@media (max-width:500px) {
  #ft_info .note {
    font-size: 10px
  }
}
.sitajiki {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 15px;
  z-index: -1
}
body {
  text-align: center
}
img {
  max-width: 100%
}
.section {
  padding: 30px 0 70px;
  background-color:#fdfbf8;
}

#home,#fashion{
    margin-top:-72px;
    padding-top:72px;
}
@media (max-width:768px) {
#home,#fashion{
    margin-top:-60px;
    padding-top:60px;
}
}
    
    
@media (max-width:520px) {
  .section {
  padding: 8vw 0 18.6666vw;
  }
}
.section .inner {
  max-width: 880px;
  margin: 180px auto 0
}
@media (max-width:768px) {
  .section .inner {
    margin: 120px auto 0
  }
}
.section .inner:first-child {
  margin-top: 0
}
.section--title {
  padding: 0 24px;
  margin: 0 auto 45px
}
@media (max-width:375px) {

}
@media (max-width:600px) {
  .section--title {
    padding: 0 20px;
    margin: 0 auto 60px
  }
}
@media (max-width:520px) {
  .section--title__ttl1 {
    max-width: 400px
  }
}

@media (max-width:520px) {
  .section--title__ttl2 {
    max-width: 350px
  }
}
.bg--brown_pale {
  background-color: #fdfcf8
}
.bg--brown {
  background-color: #f9f3ec
}
.container__flex {
  padding-top: 90px
}
.container__flex:nth-of-type(1) {
  padding-top: 0
}
@media (max-width:520px) {
.container__flex {
  padding-top:24vw
}
}

.container__full {
  max-width: 980px;
  margin: 170px auto 60px;
  position: relative
}
@media (max-width:768px) {
  .container__full {
    margin: 80px auto 100px
  }
}
@media (max-width:600px) {
  .container__full {
    margin: 40px auto 60px
  }
}
.container__full .desc {
  position: absolute;
  right: 100px;
  top: -90px;
  max-width: 300px
}
@media (max-width:768px) {
  .container__full .desc {
    position: initial
  }
}
@media (max-width:600px) {
  .container__full .desc {
    max-width: none
  }
}
.desc {
  color: #697279;
  text-align: left;

    margin: auto;
    padding: 30px 0;
}

  .desc {
    padding: 30px 25px 0
  }

.desc .heading {
  font-size: 24px;
  letter-spacing: .14em;
  vertical-align: baseline;
  border-left: 4px solid #697279;
  line-height: 1;
  padding: .02em 0 .12em .5em
}
@media (max-width:520px) {
  .desc .heading {
    font-size:6.4vw;      
    letter-spacing:.12em;
  }
}
.desc .name {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .28em;
  margin-top: .5em;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:520px) {
.desc .name {
    font-size:3.2vw;
  }
}
.desc .name .place {
  font-size: 14px;
  letter-spacing: .14em
}
@media (max-width:520px) {
.desc .name .place {
    font-size:3.2vw;
  }
}
.desc .spec {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .03em;
  line-height: 1.6;
  margin-top: .5em;
  vertical-align: baseline
}
@media (max-width:520px) {
.desc .spec {
    font-size:3.2vw;
  }
}
.desc .spec .note {
  font-size: 14px;
  letter-spacing: .02em;
  display: block;
  margin-top: 5px
}
.desc .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .16em;
  text-align: justify;
  margin-top: 1.0em
}
@media (max-width:520px) {
  .desc .text {
    font-size:3.2vw;
  }
}
.desc .border_bt {
  border-bottom: 1px solid #697279;
  padding-bottom: .8em
}
.image-in-text {
  max-width: 280px;
  margin-top: 20px
}
@media (max-width:768px) {
  .img--lg .pc {
    display: none
  }
}
@media (min-width:769px) {
  .img--lg .sp {
    display: none
  }
}
.img--md {
  padding: 0 29px 0
}
@media (max-width:600px) {
  .img--md {
    padding: 0 28px
  }
}
@media (max-width:500px) {
  .img--md {
    padding: 0 15px 0
  }
}
.shop-list {
  background-color: rgba(249, 243, 236, 1.0);
  padding: 55px 0;
}
@media (max-width:520px) {
  .shop-list {
    padding:14.6666vw 0 12vw;
  }
}
.shop-list .shop-list-image {
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 239px;
  margin: auto;
  -webkit-transition: .6s;
  transition: .6s
}

  .shop-list .shop-list-image {
    height: 350px;
    max-width: 240px
  }
@media (max-width:520px) {
  .shop-list .shop-list-image {
    height: 95vw;
    max-width: 64vw;
  }
}



.shop-list .shop-list-image.open {
  height: auto
}
.shop-list .button-more {
  content:"";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .4em;
  line-height: 1;
  color: #697279;
  border: 1px solid #697279;
  width: 100%;
  max-width: 213px;
  margin: 80px auto 0;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;      
  margin-top: 50px;
}
.shop-list .button-more.on {
  border-radius:30px;
  border: 1px solid #697279;
  max-width:60px;
  height:60px;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;      
  margin-top: 40px;
/*font-size: 14px*/
}

@media (max-width:520px) {
  .shop-list .button-more {
    max-width: 65%;
  }
}
@media (max-width:350px) {
  .shop-list .button-more {
    font-size: 12px
  }
}
.shop-list .button-more:hover {
}

.shop-list .button-more:before {
  content:"もっとみる";
}


.shop-list .button-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_more.png") no-repeat center center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 20px;
  height: 20px;
  background-size: 20px
}

.shop-list .button-more.on:before {
  content:"";
}
.shop-list .button-more.on:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  transform: scaleY(-1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;    

}
@media (max-width:599px) {
  .shop-list .button-more:after {
    background-size: 14px;
    right: 6px
  }
}
.inline-block {
  display: inline-block !important
}
#contact-SP {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.tks-theme-com-simple-page__footer{
    background-color: #fff;
    position: relative;
    z-index: 10;
}
footer .tks-theme-com-simple-page__footer{
    max-width: 100%;
}
  #footer2 {
    width: 100%;
    padding: 35px 20px;
  }
  #footer2 .inner {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  #footer2 .f_info {
    width: 100%;
    float: none;
  }
  #footer2 .f_logo {
    width: 60%;
  }
  #footer2 .f_tel a {
    text-decoration: underline;
  }
  #footer2 .f_tel a:hover {
    opacity: 0.6;
  }
  #footer2 .f_btn_other {
    float: none;
    margin-top: 30px;
  }
  .tks-theme-com-simple-page__footer-pagetop a {
    font-size: 12px;
    color: #000;
  }
  .tks-theme-com-simple-page__footer-list {
    border-top: 1px solid #ccc;
    flex-direction: column;
    gap: 0;
    font-size: 11px;
    color: #000;
    line-height: 1.2;
    text-align: left;
  }
  .tks-theme-com-simple-page__footer-list li {
    border-bottom: 1px solid #ccc;
  }
  .tks-theme-com-simple-page__footer-list li a {
    color: #000;
    display: block;
    padding: 15px 10px;
  }


footer{
  display: none;
}

#contact-SP {
    width: 375px;
    margin: auto;
    background-color: #fff;
    position: relative;
    z-index: 10;
}


@media (max-width: 520px) {
  #contact-SP{
    width: 100%;
  }
}

.tks-theme-com-simple-page__footer{
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.footer2 .tks-theme-com-simple-page__footer-list {
  border-top: 1px solid #ccc;
  flex-direction: column;
  gap: 0;
  font-size: 11px;
  color: #000;
  line-height: 1.2;
  text-align: left;
}

.footer2 .tks-theme-com-simple-page__footer-pagetop a {
  font-size: 12px;
  color: #000;
}

.footer2 .tks-theme-com-simple-page__footer-list li {
  border-bottom: 1px solid #ccc;
}

.footer2 .tks-theme-com-simple-page__footer-list li a {
  color: #000;
  display: block;
  padding: 15px 10px;
}

.show-SP{
  display: none;
}



/*# sourceMappingURL=style.css.map */