@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.bold {
  font-weight: bold;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#Petit .sec01 {
  background-image: url(../img/top_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 226px;
  margin-top: 7%;
}

#Petit .sec01 p {
  position: relative;
  top: 39%;
  margin: 0% auto;
  width: 88%;
  -moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.headr_ttl-jp {
  -moz-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

#Petit .sec01 div {
  width: 100%;
}

#Petit .sec01 div {
  position: relative;
  top: 25%;
  width: 100%;
  height: auto;
  margin: 0% auto;
}

.btn_link_wrap._consultation {
  width: 100%;
}

.cont_wrap {
  margin: 0 5%;
}

.noto {
  font-family: 'Noto Serif JP', serif;
}

main .main_ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #0d3956;
  font-size: 5.33vw;
  padding-bottom: 0;
  padding-top: 66px;
}

main .main_ttl span {
  font-size: 16px;
}

main .main_ttl.venue_ttl {
  font-size: 4.8vw;
}

main .main_ttl::before, main .main_ttl::after {
  /*display: block;
    flex: 0 0 40px;
    content: '';
    border-top: solid 1px #0d3956;*/
}

main .main_ttl::before {
  /*  margin-right: 10px;*/
}

main .main_ttl::after {
  /*margin-left: 10px;*/
}

.lead {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  padding-top: 10px;
  letter-spacing: .05em;
}

#JEWELRY {
  margin-top: 88px;
}

.tokuten_wrap {
  box-sizing: border-box;
  background-color: #fff;
  padding: 26px 22px 32px;
  border: double 3px #ababab;
}

.tokuten_wrap._term {
  border: double 3px #A5855D;
}

.tokuten_wrap:not(:first-of-type) {
  margin-top: 48px;
}

.tokuten_bg {
  background-color: #f6f6f6;
  padding: 55px 0;
  margin-top: 36px;
}

.tokuten_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tokuten_inner {
  margin-top: 31px;
}

/*
.tokuten_box {
  &:nth-of-type(4) {
     margin-top: 48px;
  }
}
*/
/*
.tokuten_box {
  &:nth-of-type(4) {
     margin-top: 48px;
  }
}
*/
.ttl_limited-wrap {
  text-align: center;
}

main .ttl_limited {
  color: #AE2424;
  font-size: 18px;
  letter-spacing: .05em;
  border-bottom: solid 2px #AE2424;
  display: inline-block;
  padding: 0;
}

.ttl_sub {
  color: #333;
  text-align: center;
  font-size: 14px;
  padding-top: 19px;
}

.category {
  font-size: 11px;
  background-color: #B19E4E;
  text-align: center;
  color: #fff;
  width: 84px;
  letter-spacing: .1em;
}

.tokuten_box-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
  margin-top: 10px;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 4px 3px 3px 1px rgba(10, 10, 10, 0.1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tokuten_box-inner:hover {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 4px 3px 3px 1px rgba(10, 10, 10, 0.3);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
}

.ttl_limited-sub {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 18px;
}

.ttl_limited-sub dt {
  color: #AE2424;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.5;
}

.ttl_limited-sub dd {
  color: #585858;
  font-size: 12px;
  letter-spacing: .05em;
}

.btn_detail {
  font-size: 13px;
  color: #585858;
  border: solid 1px #333;
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 3px 0;
  margin-top: auto;
}

.btn_detail span {
  position: relative;
  padding-right: 32px;
}

.btn_detail span::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/btn_allow.svg) center no-repeat;
  background-size: contain;
  width: 26px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.head-category {
  background-color: #0D3956;
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

.venue_name {
  color: #805911;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 11px;
  border-bottom: solid 1px #805911;
  padding-bottom: 5px;
}

#soudan {
  margin-top: 79px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  #Petit .sec01 {
    background-image: url(../img/top_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
  }
  .telhref img {
    width: 354px;
    margin-left: auto;
    margin-right: auto;
  }
  .pageTop img {
    width: 50px;
  }
  .cont_wrap {
    width: 1020px;
    margin: 0 auto;
  }
  main .main_ttl {
    font-size: 22px;
    padding-top: 47px;
  }
  main .main_ttl.venue_ttl {
    font-size: 24px;
  }
  .lead {
    font-size: 18px;
    padding-top: 18px;
  }
  #JEWELRY {
    margin-top: 138px;
    margin-bottom: 91px;
  }
  .tokuten_wrap:not(:first-of-type) {
    margin-top: 57px;
  }
  .tokuten_wrap {
    padding: 37px 65px 0;
  }
  .tokuten_bg {
    padding: 65px 88px;
  }
  .tokuten_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 51px;
  }
  .tokuten_inner._jewelry {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .ttl_sub {
    font-size: 17px;
  }
  .category {
    font-size: 12px;
    width: 94px;
  }
  .tokuten_box-inner {
    width: 402px;
  }
  .tokuten_box-inner._jewelry {
    width: 474px;
  }
  .ttl_limited-sub {
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;
  }
  .ttl_limited-sub dt {
    font-size: 20px;
  }
  .ttl_limited-sub dd {
    font-size: 14px;
    margin-top: 10px;
  }
  .btn_detail {
    font-size: 16px;
    width: 227px;
  }
  .head-category {
    font-size: 14px;
  }
  .venue_name_box {
    padding-left: 37px;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .venue_name {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 26px;
  }
  .cont_wrap .tokuten_head_image {
    width: 201px;
  }
  .tokuten_head {
    display: -webkit-box;
    display: flex;
  }
  #soudan {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
  main .main_ttl::before, main .main_ttl::after {
    /*flex: 0 0 20px;*/
  }
  .tokuten_box:not(:first-of-type) {
    margin-top: 47px;
  }
  .head-category {
    margin-top: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .tokuten_box {
    padding-bottom: 56px;
  }
  main .ttl_limited {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .ttl_limited-sub dt {
    font-size: 12px;
  }
}

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