/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

/**---------------------------------
* ベース
---------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
  color: #333333;
}
@media (min-width: 40rem) {
  body {
    /*overflow-x: auto;*/
  }
}

a {
  color: #333333;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img{
  vertical-align: bottom;
}

p {
  display: none;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
}
@media (min-width: 40rem) {
  .lp-container {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*スマホ メニュー*/
@media (min-width: 641px) {
  .visible-xs,
  #footer {
    display: none;
  }
}
#globalmenu .grid-menu li a {
  font-size: 13px;
}

/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}
/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}
/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

/*メインエリア*/
.c-main{
  background-color: #000;
  padding: 4rem 0 0.1rem;
}
.c-main-title {
  max-width: 500px;
  margin: auto;
  padding: 0 2rem;
}
@media (min-width: 40em) {
  .c-main-title {
    padding: 0;
  }
}
.c-main-title img {
  width: 100%;
  margin: auto;
  text-align: center;
}
.c-main-greeting {
  color: #FFF;
  text-align: left;
  padding-top: 3.5rem;
  line-height: 2.0;
}
@media (min-width: 40em) {
  .c-main-greeting {
    font-size: 1.05rem;
    text-align: center;
  }
}

/*イベント*/
.c-event {
  background-color: #FFF;
  padding: 5rem 0;
}
.c-eventーtitle_＿image {
  width: 80%;
  margin: auto;
  padding-bottom: 0.5rem;
}
.c-eventーtitle_＿image img {
  width: 100%;
}
.c-event-jewelry img {
  width: 80%;
}
.c-event-title {
  font-size: 1.35rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .c-event-title {
    font-size: 2rem;
  }
}
.c-event-Subtitle {
  font-size: 1.1rem;
}
@media (min-width: 40em) {
  .c-event-Subtitle {
    font-size: 1.25rem;
  }
}
.c-event-limited {
  display: inline-block;
  background-color: white;
  padding: 0 1.5rem;
  color: #363484;
  font-size: 1.1rem;
  border-radius: 50px;
  margin: 2rem 0 0.5rem;
}
.c-event-date {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
}
@media (min-width: 40em) {
  .c-event-date {
    font-size: 2rem;
    color: white;

  }
}
.c-color {
  color: white;
}
.c-event-date span {
  font-size: 1.15rem;
}
@media (min-width: 40em) {
  .c-event-date span {
    font-size: 1.15rem;
  }
}
.c-reservation {
  max-width: 450px;
  margin: auto;
  border: 1px solid #363484;
  background-color: #FFF;
}
.c-reservation-text {
  background-color: #363484;
  color: #FFF;
  font-size: 1.25rem;
  padding: 0 1rem;
  border: 1px solid #FFF;
}
@media (min-width: 40em) {
  .c-reservation-text {
    padding: 0.5rem 1rem 0;
  }
}
.c-reservation-phone {
  font-size: 2rem;
  padding: 0 1rem;
}

.event-text_kome {
  line-height: 1.5;
  margin: 5px 0;
}

/*鑑定*/
.c-consultation {
  background-color: #363484;
  padding: 4rem 0;
}
.c-consultation-heading {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: white;
}
@media (min-width: 40em) {
  .c-consultation-heading {
    font-size: 1.75rem;
    color: white;
  }
}
.c-consultation-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
}
@media (min-width: 40em) {
  .c-consultation-item ul {
    flex-wrap: nowrap;
    padding: 0;
    gap: 30px;
  }
}
.c-consultation-item ul li {
  width: fit-content;
  color: white;
  text-align: center;
}
@media (min-width: 40em) {
  .c-consultation-item ul li {
    font-size: 1.1rem;
    color: white;
  }
}
.c-consultation-item__text {
  margin-top: 1rem;
  color: white;
}
@media (min-width: 40em) {
  .c-consultation-item__text {
    text-align: center;
    color: white;
  }
}

.c-consultation-detail__time {
  color: white;
}

@media (min-width: 40em) {
  .c-consultation-detail__time {
    font-size: 1.1rem;
    color: white;
  }
}

/*商品 エリア*/
.c-item {
}
.item {
  padding: 2rem 0;
}
@media (min-width: 40em) {
  .item {
    padding: 4rem 0;
  }
}
.item-image {
  width: 60%;
  margin: auto;
  padding-bottom: 1.5rem;
}
.c-kokuin {
  border: 4px solid #F2F2F2;
  padding: 1rem;
  max-width: 760px;
  margin: auto;
}
@media (min-width: 40em) {
  .c-kokuin {
    padding: 1.5rem;
  }
}
.c-kokuin-heading {
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  color: #C7B07E;
}
.c-kokuin-m {
  font-size: 1.1rem;
}
@media (min-width: 40em) {
  .c-kokuin-m {
    font-size: 1.25rem;
  }
}
.c-kokuin-l {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (min-width: 40em) {
  .c-kokuin-l {
    font-size: 1.5rem;
  }
}

.c-itemtext_box {
  margin: 0 auto;
  width: fit-content;
}

.c-itemtext_box_ma {
  margin-top: 80px;
}

.item_btitle {
  font-size: 28px;
  color: #C7B07E;
}

.item_btitle span {
  font-size: 16px;
  color: #C7B07E;
}

.item_btitle-sub {
  font-size: 18px;
  color: #C7B07E;
}

.products-text {
  font-size: 15px;
  line-height: 1.5;
}


/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background-color: #F7F4EB;
}
@media (min-width: 40em) {
  .footer-area {
    padding: 40px 0;

  }
}

.footer-bt {
  width:100%;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 7px 0;
  color:#fff;
  background-color: #202945;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
.footer-bt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-bt-fc {
  width:100%;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 7px 0;
  color:#fff;
  background-color: #202945;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
.footer-bt-fc::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (min-width: 40em) {
  .footer-bt {
    width:300px;
    border: 1px solid #202945;
    margin-top: 30px;
    font-size:15px;
  }
  .footer-bt:hover {
    background: #FFF;
    color : #202945;
    border: 1px solid #202945;
  }
  .footer-bt:hover::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #202945;
    border-right: solid 1px #202945;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-bt-fc {
    width:350px;
    border: 1px solid #202945;
    margin-top: 30px;
    font-size:15px;
  }
  .footer-bt-fc:hover {
    background: #FFF;
    color : #202945;
    border: 1px solid #202945;
  }
  .footer-bt-fc:hover::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #202945;
    border-right: solid 1px #202945;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

.shop-info {
  padding-left: 0;
}
@media (min-width: 40em) {
  .shop-info {
    text-align: center;
    display: block;
  }
}
@media (min-width: 40em) {
  .shop-info-innner {
    display: inline-block;
  }
}

.contactus {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 40em) {
  .contactus {
    margin-top: 0;
  }
}

.shop {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 40em) {
  .shop {
    margin-top: 0;
  }
}

.address {
  text-align: center;
}
@media (min-width: 40em) {
  .address {
    font-size: 14px;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 40em) {
  .address br {
    display:none;
  }
}
.address span {
  font-size: 12px;
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 40em) {
  .phone {
    font-size: 32px;
  }
}
.phone span {
  font-size: 16px;
}

.novelty_box {
  display: flex;
  margin: 30px 0 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.tokuten_box {
  padding: 5px 10px;
  background-color: #C7B07E;
  color: white;
}

.novelty_img {
  width: 200px;
  border: 1px solid #c2c2c2;
  margin-top: 10px;
}

.novelty_text {
  color: white;
  position: absolute;
  width: 500px;
}

.novelty_text::before {
  content: "ご成約特典";
  padding: 5px 10px;
  background-color: #C7B07E;
  color: white;
  position: relative;
  top: 10px;
  float: left;
  margin-right: 20px;
}

.c-center_img {
  text-align: center;
  margin: 0 auto;
}

.dia_img {
 margin-bottom: 30px;
}

.novelty_box--b {
 margin: 0 auto;
}

/*記念品エリア*/
.present-area {
  margin-top: 50px;
}
.present-area__inner {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  border-top: #C7B07E 1px solid;
  border-bottom: #C7B07E 1px solid;
  margin-bottom: 4rem;
}
@media (min-width: 40rem) {
  .present-area__inner {
    max-width: 800px;
  }
}
.present-area__heading {
  font-size: 1.25rem;
  color: #C7B07E;
  text-align: center;
  margin-bottom: 0.375rem;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 40rem) {
  .present-area__heading {
    font-size: 1.75rem;
  }
}
.present-area__text {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40rem) {
  .present-area__text {
    font-size: 1.35rem;
  }
}
.present-area__text-s{
  color: #FFF;
  font-size: 1.15rem;
  margin-top: 1rem;
  text-align: center;
}

/*価格改定*/
.kaitei-area {
  border: 1px solid #FFF;
  padding: 1.5rem;
  margin: 4rem auto 0;
}
@media (min-width: 40rem) {
  .kaitei-area {
    max-width: 800px;
  }
}
.kaitei-area__heading {
  color: #e60012;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .kaitei-area__heading {
    font-size: 1.5rem;
  }
}
.kaitei-area__text {
  color: #FFF;
}
.kaitei-area__text span {
  color: #e60012;
}

/*プレゼントエリア*/
.event-area {
  background-color: #FFF;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #000;
}
.event-heading {
  font-size: 1.5rem;
  text-align: center;
  color: #C7B07E;
  font-weight: bold;
  background: none !important;
  height: fit-content;
  text-indent: 0;
  width: fit-content;
}
@media (min-width: 40rem) {
  .event-heading {
    font-size: 2.15rem;
  }
}
.event-heading-sub {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 2.0rem;
}
@media (min-width: 40rem) {
  .event-heading-sub {
    font-size: 1.25rem;
  }
}
.event-box {
  max-width: 900px;
  margin: 0 auto;
}
.event-image {
  width: 100%;
  margin: auto;
}
.event-text-limited {
  font-size: 1.5rem;
}
@media (min-width: 40rem) {
  .event-text-limited {
    font-size: 2.0rem;
  }
}
.event-text-limited span.c-color-sub-bk {
  font-size: 1rem;
  color: #FFF;
  background-color: #C7B07E;
  padding: 0 1.0rem;
  border-radius: 100px;
  font-weight: bold;
  margin-right: 1.0rem;
}
.event-text-limited span.c-color-sub {
  color: #b79d64;
  font-weight: bold;
}
.event-text-date {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  position: relative;
  margin-right: 30px;
}

.event-text-date::before {
  content: '';
  position: absolute;
  background-image: url('../img/event-item.png');
  display: block;
  width: 70px;
  height: 70px;
  background-size: 70px;
  background-repeat: no-repeat;
  right: -55px;
}

@media (min-width: 40rem) {
  .event-text-date {
    margin-right: 25px;
  }

  .event-text-date::before {
    width: 80px;
    height: 80px;
    background-size: 80px;
    right: -50px;
  }
}

.event-text-date span {
  font-size: 1.2rem;
}

.gold-rounded-border {
  display: inline-block;
  border: 2px solid #C7B07E;
  border-radius: 50px;
  padding: 15px 30px;
  margin-bottom: 15px;
}

.event-text-open {
  font-size: 1.25rem;
  margin: 1rem;
}
.event-text-open span {
  display: block;
}
@media (min-width: 40rem) {
  .event-text-open span {
    display: inline;
    margin-right: 1rem;
  }
}
.event-text-reserved {
  text-align: center;
  font-size: 1.25rem;
  margin-right: 1.0rem;
  color: #333;
  display: block;
}
@media (min-width: 40rem) {
  .event-text-reserved {
    display: inline;
  }
}
.event-text-reserved span {
  font-size: 2.0rem;
  font-weight: bold;
  /*margin-top: 2.0rem;*/
  color: #9d2d26!important;
  display: inline-block;
}
@media (min-width: 40rem) {
  .event-text-reserved span {
    margin-left: 1rem;
  }
}
.event-text-reserved a {
  color: #9d2d26!important;
}


.dia_box {
    max-width: 900px;
    margin: 80px auto 40px;
}

.dia_kome {
  font-size: 13px;
  margin-top: 10px;
}

.dia_text_box {
  width: fit-content;
  margin: 0 auto;
}

.dia_price {
  font-size: 15px;
  margin-top: 10px;
}

/*アイテムエリア*/
.item-area,
.item-area-black {
  padding: 50px 0 80px;
}
@media (min-width: 40rem) {
  .item-area,
  .item-area-black {
    padding: 80px 0 120px;
  }
}
.item-area {
  background-color: #f0efee;
}
.item-area-black {
  background-color: #000;
}
.item-area-heading {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 50px;
}
.item-area-heading span {
  font-size: 1.25rem;
  margin-right: 1rem;
}
@media (min-width: 40rem) {
  .item-area-heading span {
    font-size: 2.25rem;
    margin-right: 1rem;
  }
}
.item-area-en-title {
  display: block;
}
@media (min-width: 40rem) {
  .item-area-en-title {
    display: inline-block;
  }
}
.item-area-en-title img  {
  width: 200px;
  margin-bottom: 0.25rem;
}
@media (min-width: 40rem) {
  .item-area-en-title img  {
    width: 250px;
    margin-bottom: 0;
  }
}
.c-text-white {
  color: #FFF;
}
.c-text-m {
  font-size: 1.1rem;
}
.c-text-m span {
  font-size: 1.25rem;
}
@media (min-width: 40rem) {
  .c-text-m span {
    font-size: 1.5rem;
  }
}
.c-text-center {
  text-align: center;
}
.item-note {
  text-align: left;
  font-size: 0.85rem;
  margin-top: 50px;
  border: 1px solid #FFF;
  padding: 0.5rem 1rem;
  display: inline-block;
}
@media (min-width: 40em) {
  .item-note {
    font-size: 1.1rem;
    text-align: center;
  }
}

@media (min-width: 40rem) {
  .item-area-en-title {
      display: inline-block;
  }
}

.earrings_text {
  font-size: 0.9rem;
  ont-size: 1.1rem;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .earrings_text {
    font-size: 16px;
    margin-top:60px;
  }
}


@media (min-width: 640px) {
  .pc-hidden {
      display: none;
  }
}

@media (max-width: 639px) {
  .sp-hidden {
      display: none;
  }
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}