@charset "utf-8";

/*-------------------------------------

  店舗一覧

--------------------------------------*/
#shop #ttlArea .ancLink ul {
  padding: 0 5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height:1;
}

#shop #ttlArea .ancLink li {
  width: 19%;
  margin-right: 1.25%;
}

#shop #ttlArea .ancLink li a {
  display: block;
  color:#27364b;
  border:solid 1px #27364b;
  text-align:center;
  padding:.35em .25em
}

#shop .archive section {
  padding: 0;
}

#shop .archive section:nth-child(n+2) {
  margin-top: 20vw;
}

#shop .archive dd:not(:last-child){
  margin-bottom: 2.5em;
}
#shop .archive .area_name {
  line-height: 1;
  text-align: center;
  font-size: 5vw;
  color: #fff;
  background: #27364b;
  padding: .65em 0 .5em;
  margin-bottom: 1em;
}

#shop .archive .shop_list a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #101010;
  flex-wrap:wrap;
}
#shop .archive .shop_list .image {
    width: 45%;
}

#shop .archive .info{
  width:50%;
}
#shop .archive .shop_list .name {
  font-size: 5vw;
  line-height: 1.4;
  margin-bottom: .5em;
  width: 100%;
}

#shop .archive .shop_list .badge {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 1em;
  width: 100%;
}

#shop .archive .shop_list .badge span {
  padding: .3em .5em;
  background: #1f488a;
  color: #fff;
}

#shop .archive .shop_list .badge span.ladies {
  background: #C0143C
}

#shop .archive .shop_list .badge span.parking {
  background: #31872C
}

#shop .archive .shop_list .badge span.kids {
  background: #EAAD37
}

#shop .archive .shop_list .badge span.large_store {
  background: #9c5513
}

#shop .archive .shop_list .catch {
  font-size: 4vw;
  color: #b19a78;
  font-weight: bold;
  margin-bottom: .3em;
  width: 100%;
}

#shop .archive .shop_list .address {
  font-size: 3.6vw;
}

#shop .archive .shop_list .tel {
  font-size: 3.6vw;
}

#shop .archive .shop_list .tel:before {
  content: "TEL / "
}

#shop .archive .shop_list .hours {
  font-size: 3.6vw;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

#shop .archive .shop_list .hours p:last-child {
  margin-left: 2em;
}

@media screen and (max-width:767px) {

  #shop #ttlArea .ancLink li:nth-child(5n),
  #shop #ttlArea .ancLink li:last-child {
    margin-right: 0;
  }
  #shop #ttlArea .ancLink li:nth-child(n+6) {
    margin-top: 1.25%;
  }
  #shop .archive .shop_list li:nth-child(n+2) {
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: solid 1px #ddd;
  }
  #shop .archive dt{
    padding-top:72px;
    margin-top:-72px;
  }
  #shop .archive .detail{
    width:100%;
    margin-top:2vw;
  }

}

@media print,screen and (min-width:768px) {
  #shop .archive dd:not(:last-child){
      margin-bottom: 80px;
  }
  #shop #ttlArea .ancLink ul {
    padding: 0;
    font-size: 12px;
  }

  #shop #ttlArea .ancLink li {
    width: 9.1%;
    margin-right:1%;
  }

  #shop #ttlArea .ancLink li:nth-child(n+11) {
    margin-top: 1%;
  }

  #shop #ttlArea .ancLink li:nth-child(10n) {
    margin-right: 0;
  }

  #shop .archive .area_name {
    font-size: 20px;
    padding: 1em;
    margin-bottom: 1.5em;
  }

  #shop .archive .shop_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #shop .archive .shop_list li {
    width: 48%;
  }

  #shop .archive .shop_list li:nth-child(even) {
    margin-left: 4%;
  }

  #shop .archive .shop_list li:nth-child(n+3) {
    margin-top: 2%;
  }


  #shop .archive .shop_list .detail {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  #shop .archive .shop_list .name {
    font-size: 20px;
    text-align: left;
    order: 1;
  }

  #shop .archive .shop_list .badge {
    font-size: 10px;
    justify-content: flex-start;
    font-weight: bold;
    order: 2;
  }

  #shop .archive .shop_list .catch {
    font-size: 16px;
    line-height: 1.4;
    order: 3;
  }

  #shop .archive .shop_list .address {
    font-size: 12px;
    order: 4;
  }

  #shop .archive .shop_list .tel {
    font-size: 12px;
    order: 5;
  }

  #shop .archive .shop_list .hours {
    font-size: 12px;
    order: 6;
  }

  #shop .archive section:nth-child(n+2) {
    margin-top: 80px;
  }

  #shop .archive .shop_list a:hover {
    opacity: .5;
  }
}

/*-------------------------------------

  店舗詳細

--------------------------------------*/
/*  common
---------------------------*/
#shop_single .single>.top_sec {
  padding: 0;
}

#shop_single .single>.top_sec:nth-child(n+2) {
    margin-top: 10%;
}

#shop_single #ttlArea .ttl_01{
  margin-bottom: 0;
}
#shop_single .wp_editor {
  font-size: 1em;
  line-height: 1.5;
}

#shop_single .wp_editor>*:not(:last-child) {
  margin-bottom: 1em;
}

#shop_single .wp_editor strong {
  font-weight: bold;
}

#shop_single .wp_editor em {
  font-style: italic;
}

#shop_single .wp_editor a {
  color: #a08a4d;
  text-decoration: underline;
}

#shop_single .wp_editor ol {
  counter-reset: list_count 0;
}

#shop_single .wp_editor li:nth-child(n+2) {
  margin-top: .25em;
}

#shop_single .wp_editor ul li {
  position: relative;
  padding-left: 1em;
}

#shop_single .wp_editor ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: .25em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #a08b4d;
  transform: scale(.5);
}

#shop_single .wp_editor ol li {
  position: relative;
  padding-left: 2em;
  counter-increment: list_count 1;
}

#shop_single .wp_editor ol li:before {
  position: absolute;
  content: counter(list_count)')';
  width: 1.8em;
  top: 0;
  left: 0;
  text-align: right;
  color: #a08b4d;
  font-weight: bold;
}

#shop_single .wp_editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* @ SP @ */
@media screen and (max-width:767px) {}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
  #shop_single .gInner {
    width:1200px;
  }
  #shop_single .single>.top_sec:nth-child(n+2) {
    margin-top: 100px;
  }

  #shop_single .wp_editor {
    padding: 0 20px;
  }

  #shop_single .wp_editor a:hover {
    text-decoration: none;
    color: #122533;
  }
}

/*  sec_detail
---------------------------*/
#shop_single .sec_detail {
  background: #122533;
}
#shop_single .sec_detail .gInner {
    padding: 10% 0;
}

#shop_single .sec_detail .l_box .shop_image {
  margin-bottom: 0;
}

#shop_single .sec_detail .l_box .shop_image .slick-dots {
  position: static;
}

#shop_single .sec_detail .l_box .shop_image .slick-dots li {
  width: 15px;
  height: 15px;
}

#shop_single .sec_detail .l_box .shop_image .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border: solid 3px #fff;
  border-radius: 50%;
}

#shop_single .sec_detail .l_box .shop_image .slick-dots li button:before {
  display: none;
}

#shop_single .sec_detail .l_box .shop_image .slick-dots .slick-active button {
  background: #fff;
}

#shop_single .sec_detail .l_box .btn_column {
  margin-top: 30px;
}
#shop_single .sec_detail .info_box {
    color: #fff;
}
#shop_single .sec_detail .info_box .ttl_03 {
  border-color: #fff;
}

#shop_single .sec_detail .info_box .ttl_03 .en {
    margin-bottom: .5em;
    line-height: 1;
}
#shop_single .sec_detail .info_box .badge {
    display: flex;
    justify-content: center;
    align-items: stretch;
    line-height: 1;
    margin-bottom: 1em;
}

#shop_single .sec_detail .info_box .badge li {
    padding: .3em;
  background: #1f488a;
}

#shop_single .sec_detail .info_box .badge .ladies {
  background: #C0143C
}

#shop_single .sec_detail .info_box .badge .parking {
  background: #31872C
}

#shop_single .sec_detail .info_box .badge .kids {
  background: #EAAD37
}

#shop_single .sec_detail .info_box .badge .large_store {
  background: #9c5513
}

#shop_single .sec_detail .info_box dt {
  line-height: 1;
  margin-bottom: .5em;
}

#shop_single .sec_detail .info_box dt h3:before {
  content: "■";
}

#shop_single .sec_detail .info_box dd {
  line-height: 1.6;
}

#shop_single .sec_detail .info_box dd:not(:last-child) {
  margin-bottom: 1em;
}

#shop_single .sec_detail .info_box .hours li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

#shop_single .sec_detail .info_box .hours li span:first-child {
  width: 3.5em;
}

#shop_single .sec_detail .info_box .hours li span:last-child:before {
  content: ":";
  margin-right: .5em;
}

#shop_single .sec_detail .info_box .others {
  position: relative;
  padding-left: 1em;
}

#shop_single .sec_detail .info_box .others:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

#shop_single .sec_detail .info_box .items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#shop_single .sec_detail .info_box .items li:not(:last-child) {
  margin-right: .5em;
}

#shop_single .sec_detail .info_box .items a {
  color: #fff;
  text-decoration: underline;
}

#shop_single .sec_detail .info_box .items li:not(:last-child):after {
  content: ',';
}
#shop_single .sec_detail .map_box {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 5%;
}

#shop_single .sec_detail .map_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* @ SP @ */
@media screen and (max-width:767px) {
  #shop_single  .single >.sec_detail {
      padding-bottom: 10%;
  }
  #shop_single .sec_detail .info_box{
      margin-top: 5%;
  }
  #shop_single .sec_detail .info_box .btn_column {
      margin-top: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #shop_single .sec_detail .info_box .btn_column > * + * {
      margin-top: 0;
      margin-left: 6%;
  }
}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
  #shop_single .sec_detail .gInner {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  #shop_single .sec_detail .l_box {
    width: 35%;
  }

  #shop_single .sec_detail .r_box {
    width: 60%;
  }
  #shop_single .sec_detail .info_box .ttl_03 .en {
    margin-bottom: 1em;
  }

  #shop_single .sec_detail .info_box .badge {
    font-size: 14px;
    margin-bottom: 1em;
    justify-content: flex-start;
  }

  #shop_single .sec_detail .info_box .badge li {
    padding: .5em 1em .45em;
  }
  #shop_single .sec_detail .map_box {
    padding-top: 400px;
  }
}


/*  sec_access
---------------------------*/
#shop_single .sec_access section {
  border: solid 5px #f5f5f5;
  padding: 6%;
}

/* @ SP @ */
@media screen and (max-width:767px) {
#shop_single .sec_access section:last-child {
    margin-top: 8%;
}

#shop_single .sec_access section {
}
}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
#shop_single .sec_access .gInner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#shop_single .sec_access section {
  width: 48%;
  padding: 40px 30px;
}}
/*  sec_staff
---------------------------*/

#shop_single .sec_staff .staff_box .staff {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#shop_single .sec_staff .staff_box .staff .tArea .name_jp {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: .55em;
}

#shop_single .sec_staff .staff_box .staff .tArea .name_en {
    line-height: 1;
    margin-bottom: 1em;
}

#shop_single .sec_staff .staff_box .staff .image {
  position: relative;
  width: 30%;
  padding-top: 20%;
}

#shop_single .sec_staff .staff_box .staff .image img {
  position: absolute;
  left: 0;
  top: 0;
}

#shop_single .sec_staff .staff_box .staff .tArea {
  width: 65%;
}

#shop_single .sec_staff .staff_box .staff .tArea .name_jp {
  font-size: 20px;
}

#shop_single .sec_staff .staff_box .staff .tArea .name_jp .post {
  font-size: .8em;
  margin-right: 1em;
  color: #27364b;
}


#shop_single .sec_staff .staff_box .staff .tArea .name_en .post {
  font-size: .75em;
  margin-right: 1em;
  color: #27364b;
}

/* @ SP @ */
@media screen and (max-width:767px) {
#shop_single .sec_staff .staff_box .staff:nth-child(n+2) {
    margin-top: 4%;
    padding-top: 4%;
    border-top: dashed 1px #ccc;
}
}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
#shop_single .sec_staff .staff_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 20px;
}

#shop_single .sec_staff .staff_box .staff {
  width: 50%;
  padding: 15px 0;
}
#shop_single .sec_staff .staff_box .staff:nth-child(odd) {
  padding-right: 30px;
}

#shop_single .sec_staff .staff_box .staff:nth-child(even) {
  border-left: dashed 1px #ddd;
  padding-left: 29px;
}}

/*  sec_voice
---------------------------*/
#shop_single .sec_voice .gInner .voice_list li {
    border: solid 5px #f5f5f5;
    padding: 4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#shop_single .sec_voice .gInner .voice_list li .image {
    position: relative;
    width: 35%;
    padding-top: 35%;
}

#shop_single .sec_voice .gInner .voice_list li .image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#shop_single .sec_voice .gInner .voice_list li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1;
    background: rgba(160, 139, 77, .7);
    z-index: 2;
    padding: .5em .5em .45em;
    color: #fff;
    font-weight: bold;
}


#shop_single .sec_voice .gInner .voice_list li dl {
  width: 60%;
}
#shop_single .sec_voice .gInner .voice_list li dt {
  position: relative;
  font-weight: bold;
  color: #27364b;
  padding-left: 1em;
  padding-top: .1em;
  margin-bottom: .5em;
  line-height:1.4;
}

#shop_single .sec_voice .gInner .voice_list li dt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #27364b;
  border-radius: 3px;
}

#shop_single .sec_voice .gInner .voice_list li dd {
  line-height: 1.5;
}

#shop_single .sec_voice .gInner .voice_list li dd:not(:last-child) {
  margin-bottom: 1.5em;
}

/* @ SP @ */
@media screen and (max-width:767px) {
#shop_single .sec_voice .gInner .voice_list li:nth-child(n+2) {
    margin-top: 6%;
}
}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
#shop_single .sec_voice .gInner .voice_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding:0 20px
}

#shop_single .sec_voice .gInner .voice_list li {
    padding: 20px;
    width: 48%;
}

#shop_single .sec_voice .gInner .voice_list li:nth-child(n+3){
    margin-top: 2%;
}
#shop_single .sec_voice .gInner .voice_list li:nth-child(even){
    margin-left:4%;
}
#shop_single .sec_voice .gInner .voice_list li .image {
  width: 30%;
  padding-top: 30%;
  margin: 0;
}
#shop_single .sec_voice .gInner .voice_list li .name {
  font-size: 14px;
}
#shop_single .sec_voice .gInner .voice_list li dl {
  font-size: 14px;
}
#shop_single .sec_voice .gInner .voice_list li dt{
  line-height:1;
}
}

/*  sec_blog
---------------------------*/


#shop_single .sec_blog li a {
  display: block;
  color: #27364b;
}

#shop_single .sec_blog li a .image {
  position: relative;
  width:36%;
  padding-top:27%;
}

#shop_single .sec_blog li a .image img {
  position: absolute;
  left: 0;
  top: 0;

}


/* @ SP @ */
@media screen and (max-width:767px) {

#shop_single .sec_blog ul{
  background:#f5f5f8;
  padding:0 5%;
}
#shop_single .sec_blog li a{
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  padding:5% 0;
}
#shop_single .sec_blog li:nth-child(n+2){
  border-top:solid 1px #aaa;
}
#shop_single .sec_blog li a .image {
  border:solid 1px #a08b4d;
}
#shop_single .sec_blog li a .info{
  width:60%
}
}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
#shop_single .sec_blog ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding:0 20px;
}

#shop_single .sec_blog li {
  width: 23.5%;
}


#shop_single .sec_blog li:nth-child(n+2) {
  margin-left: 2%;
}
#shop_single .sec_blog li a h3 {
  border-bottom: solid 1px #27364b;
}
#shop_single .sec_blog li a .image{
  width:100%;
  padding-top:66.6%;
  margin-bottom: 1em;  
}
}

/*  sec_nearly
---------------------------*/
#shop_single .sec_nearly .gInner .shop_list li {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}


#shop_single .sec_nearly .gInner .shop_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #a08a4d;
  width: 100%;
  padding:3%;
}

#shop_single .sec_nearly .gInner .shop_list .image {
  position: relative;
  width:30%;
  padding-top:20%;
}

#shop_single .sec_nearly .gInner .shop_list .image img {
  position: absolute;
  left: 0;
  top: 0;
}

#shop_single .sec_nearly .gInner .shop_list h3 {
  width: 65%;
}

/* @ SP @ */
@media screen and (max-width:767px) {
#shop_single .sec_nearly .gInner .shop_list li:nth-child(n+2) {
  margin-top: 4%;
}}

/* @ PC @ */
@media print,screen and (min-width: 768px) {
#shop_single .sec_nearly .gInner .shop_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding:0 20px;
}

#shop_single .sec_nearly .gInner .shop_list li{
  width: 32%;

}
#shop_single .sec_nearly .gInner .shop_list li:nth-child(n+2) {
  margin-left: 2%;
}
#shop_single .sec_nearly .gInner .shop_list .image{
  width: 40%;
  padding-top: 30%;
}
#shop_single .sec_nearly .gInner .shop_list h3 {
  width: 55%;
}
#shop_single .sec_nearly .gInner .shop_list a{
  padding: 15px;
}
}