@charset "UTF-8";

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #333333;
  background-color: #fff;
  padding: 0;
  text-align: left;
  height: auto;
  font-size: 16px;
  font-family: "Noto Sans JP", 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  overflow: hidden;
  position: relative;
}

/*++++++++++++++++++++++++++
Link : Text
++++++++++++++++++++++++++*/
a {
  text-decoration: none;
  color: #000;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/*++++++++++++++++++++++++++
font
++++++++++++++++++++++++++*/

em {
  font-style: normal;
}

.gothic {
  font-family: "Noto Sans JP", 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

.mincho {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}


/*++++++++++++++++++++++++++
切り替え
++++++++++++++++++++++++++*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/
section {
  padding: 0 0 0 0;
  margin: auto;
  clear: both;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}




/*++++++++++++++++++++++++++
ヘッター
++++++++++++++++++++++++++*/

header {
  text-align: center;
}

.logo {
  padding: 20px 0;
  max-width: 220px;
  width: 100%;
}

.tenpologo {
  padding: 0px 0 20px;
  max-width: 330px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo {
    max-width: 150px;
  }

  .tenpologo {
    max-width: 200px;
  }

}



/*++++++++++++++++++++++++++
メインビジュアル
++++++++++++++++++++++++++*/

#mv {
  width: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center;
  background-size: cover;
  align-items: center;
  padding: 30px 10px;
}

#mv .mv_wrap {
  width: 100%;
  max-width: 700px;
  padding: 0 0 0 5%;
}

#mv .mv-txt1 {
  font-size: 22px;
  text-align: center;
}

#mv .mv-txt2 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 20px;
  line-height: 1.8em;
}

#mv .mv-subtitle {
  font-size: 34px;
  text-align: center;
}

#mv h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5em;
  padding: 0 0 20px;
}

#mv h2 span {
  font-size: 50px;
  color: #ee6767;
}

#mv .mv-box {
  display: flex;
  gap: 6px;
  justify-content: center;
  text-align: center;
  font-size: 24px;
}

#mv .mv-item {
  background-color: #f5a21d;
  border-radius: 100vh;
  height: auto;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
}

#mv .mv-item p {
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}

#mv .mv-contact {
  text-align: center;
  padding: 30px 0 0;
}

#mv .mv-contact a {
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #000000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#mv .mv-contact:hover {
  transform: translateX(10px);
}

#mv .mv-contact:active {
  transform: translateX(-10px);
}

@media screen and (max-width: 768px) {

  #mv .mv_wrap {
    padding: 0 0 0 0;
  }

  #mv .mv-txt1 {
    font-size: 3.4vw;
  }

  #mv .mv-txt2 {
    font-size: 3.4vw;
  }

  #mv .mv-subtitle {
    font-size: 4.5vw;
  }

  #mv h2 {
    font-size: 6.0vw;
  }

  #mv h2 span {
    font-size: 9.33vw;
  }

  #mv .mv-item p {
    font-size: 3.2vw;
  }

  #mv .mv-contact a {
    font-size: 16px;
  }
}

/*++++++++++++++++++++++++++
開催期間
++++++++++++++++++++++++++*/

#info h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 15px;
  color: #333333;
}

#info .info_kikan {
  width: 90%;
  font-size: 40px;
  border-radius: 10px;
  border: solid 1px #000000;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 10px;
}

#info .event-date {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}

#info .date-1 {
  color: #39cdff;
  /* 日付の色を水色に設定 */
}

#info .date-2 {
  color: #ff0000;
  /* 日付の色を赤に設定 */
}

#info .day {
  font-size: 0.8em;
  /* 曜日を少し小さく設定 */
}

#info h3 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 150px;
}


@media screen and (max-width: 768px) {
  #info h1 {
    font-size: 3.45vw;
  }

  #info .info_kikan {
    width: 95%;
    font-size: 7.45vw;
  }

  #info .event-date {
    font-size: 6.8vw;
  }

  #info h3 {
    font-size: 6.45vw;
  }

}


/*++++++++++++++++++++++++++
ビジュドファミーユ
++++++++++++++++++++++++++*/

#comment {
  width: 100%;
  background-image: url(../images/bdf-bdi.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  margin: 0 auto 150px;
  padding: 30px 10px;
}


#comment h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}

#comment h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 50px;
}

#comment h1 span {
  color: #ee6767;
}

#comment p {
  font-size: 24px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  #comment h1 {
    font-size: 4.4vw;
  }

  #comment h2 {
    font-size: 4.4vw;
  }

  #comment p {
    font-size: 14px;
  }

}


/*++++++++++++++++++++++++++
クーポン券
++++++++++++++++++++++++++*/

#service {
  width: 95%;
  margin: 0 auto 150px;

}

#service h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 150px;
  position: relative;
  margin: 30px;
}

#service h1:before,
#service h1:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #ffcaca;
}

#service h1:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#service h1:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#service h1 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 1rem;
  color: #333333;
  background: #ffe8dc;
}

#service h1 span:before,
#service h1 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #ffcaca transparent transparent transparent;
}

#service h1 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

#service h1 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}

#service .service_txt1 {
  font-size: 17px;
  color: #555555;
  text-align: center;
  margin: 0 0 20px;
}

#service .service_txt1 span {
  color: #ffcaca;
  font-weight: bold;
}

#service .coupon-parent {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 11px;
  margin: 0 auto 20px;
}

#service .coupon {
  width: 260px;
  height: 160px;
  border: solid 1px #000000;
  background-color: #fffaed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#service .coupon h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

#service .coupon p {
  font-size: 36px;
  font-weight: bold;
  color: #ff006f;
  text-shadow: 5px 5px 5px #ffffff;
  margin: 0;
}

#service .service-comment {
  max-width: 800px;
  margin: auto;
  font-size: 12px;
  color: #555555;
  width: 100%;
}

@media screen and (max-width: 768px) {

  #service .coupon-parent {
    flex-wrap: wrap;
  }

  #service h1 {
    font-size: 18px;
  }

}


/*++++++++++++++++++++++++++
CTA
++++++++++++++++++++++++++*/

.contact {
  text-align: center;
  margin: auto;
  padding: 0 10px;

}

.contact a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;

  background: #e3d7b3;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 20px 25px;

  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 100vh;
  border-bottom: 4px solid #d8c384;
  overflow: hidden;
}

.contact a:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.contact a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.contact a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-48%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}


/*++++++++++++++++++++++++++
澁谷先生
++++++++++++++++++++++++++*/

#order {
  width: 100%;
  background-image: url(../images/om-bgi.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 30px 10px;
}

#order .order-title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
}

#order .order-img {
  width: 23%;
  display: block;
}

#order .order_sp-img {
  display: none;
}

#order .order-text {
  width: 77%;
}

#order .order_txt1 {
  font-size: 17px;
  color: #555555;
  text-align: center;
}

#order .order_txt2 {
  font-size: 17px;
  color: #555555;
  text-align: center;
}

#order h1 {
  font-size: 36px;
  color: #333333;
  text-align: center;
}

#order h1 span {
  color: #f5a21d;
}

#order p {
  font-size: 17px;
  color: #333333;
  text-align: center;
}

#order .order-j {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap;

}

#order .order-item {
  width: 23%;
}

#order h3 {
  font-size: 15px;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {

  #order .order-text {
    width: 98%;
  }

  #order .order-img {
    display: none;
  }

  #order .order_sp-img {
    display: block;
    width: 30%;
    float: left;
    margin: 0 10px 0 0;
  }


  #order h1 {
    font-size: 6.2vw;
    padding: 0 0 15px;
  }

  #order .order_txt1 {
    font-size: 13px;
  }

  #order .order_txt2 {
    font-size: 13px;
    text-align: left;
  }

  #order .order-item {
    width: 48%;
  }

}


/*++++++++++++++++++++++++++
お悩み解決事例
++++++++++++++++++++++++++*/

#container {
  width: 100%;
  max-width: 1150px;
  /*
  height: 2858px;
  background-image: url(../images/cot-bgi.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;*/
  margin: auto;
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#container h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 50px;
}

#container .product {
  background-color: rgba(255, 250, 237, 0.7);
  align-items: center;
  margin: 0 auto 150px;
  padding: 30px 20px 50px;
  gap: 50px;
}

#container .product-text {
  margin: auto;
}

#container .product h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
}

#container .cp_hr01 {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #999999;
  max-width: 514px;
  margin: 0 auto 20px;
}

#container .product h4 {
  font-size: 17px;
  color: #333333;
  text-align: center;
  font-weight: lighter;
}

#container .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid #555555;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: auto;
}

#container .product-item {
  display: flex;
  gap: 20px;
  margin-top: 70px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

#container .product-before {
  display: flex;
  gap: 20px;
  margin-left: 20px;
  min-width: 150px;
  /* 縮まないようにする */
  flex-shrink: 0;
  /* 縮小を防ぐ */
}

#container .product-img {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  flex-grow: 1;
  min-width: 0;
}

#container .product-after {
  width: 23%;
}

#container .product-after p {
  text-align: center;
  font-size: 12px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #container .product-before {
    display: none;
  }

  #container .product-img {
    flex-wrap: wrap;
    justify-content: center;
  }

  #container .product-after {
    width: 46%;
  }

  #container .product h4 {
    font-size: 14px;
    text-align: left;
  }

}


/*++++++++++++++++++++++++++
メンテナンス
++++++++++++++++++++++++++*/


#maintenance-parent {
  max-width: 1100px;
  width: 100%;
  background-color: rgba(255, 250, 237, 0.7);
  margin: 150px auto;
  padding: 30px;
}

#maintenance-parent .maintenance {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#maintenance-parent .maintenance-item {
  width: 19%;
  padding: 0 0 0.5%;
}

#maintenance-parent .maintenance_txt {
  font-size: 16px;
  color: #555555;
  text-align: center;
}

@media screen and (max-width: 768px) {

  #maintenance-parent {
    padding: 15px;
  }

  #maintenance-parent .maintenance-item {
    width: 48%;
    padding: 0 0 0.5%;
  }

}



/*++++++++++++++++++++++++++
お客様の声
++++++++++++++++++++++++++*/


#post-parent {
  max-width: 1100px;
  width: 100%;
  background-color: rgba(255, 250, 237, 0.7);
  align-items: center;
  margin: auto;
  margin-bottom: 150px;
  margin-top: 150px;
  padding: 30px 10px;
}

#post-parent h3 {
  font-size: 20px;
  color: #555555;
  text-align: center;
  font-weight: lighter;
  padding-bottom: 4px;
  margin: 0;
}

#post-parent h1 {
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin: 0 0 20px;
}

#post-parent .post-box {
  display: flex;
  gap: 42px;
  justify-content: center;
  flex-wrap: wrap;
}

#post-parent .post-item {
  max-width: 360px;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #f5a21d;
  border-radius: 50px 0 50px 0;
  padding: 28px 10px;
  margin-bottom: 30px;
}

#post-parent .post-item h4 {
  font-size: 17px;
  color: #555555;
  margin: auto;
  text-align: center;
}

#post-parent .post-item p {
  font-size: 16px;
  color: #555555;
  width: 279px;
  padding-top: 29px;
  margin: auto;
  line-height: 1.5em;
}

#post-parent .post-item_title {
  display: flex;
  gap: 18px;
  padding-bottom: 29px;
  margin: auto;
  justify-content: center;
}

#post-parent .post-item_title>* {
  width: 48%;

}




#post-parent .cp_hr02 {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f5a21d;
  margin: auto;
}



/*++++++++++++++++++++++++++
買取りフェア
++++++++++++++++++++++++++*/

#event {
  margin: 150px auto;
}


#event h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 30px;
}

#event .event-parent {
  width: 100%;
  background-image: url(../images/e-bgi.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  margin: auto;
  padding: 50px 10px;
}

#event .event-parent h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}

#event .event-parent h2::before,
h2::after {
  width: 3px;
  height: 28px;
  content: "";
  background-color: #333333;
}

#event .event-parent h2::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

#event .event-parent h2::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

#event .event-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  font-size: 24px;
  margin: auto;
  padding: 30px;
}

#event .event-item {
  background-color: #f5a21d;
  border-radius: 100vh;
  width: 195px;
  padding: 10px;
}

#event .event-item p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: bold;
}

#event .event-parent h4 {
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
}

#event .event-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

#event .list {
  width: 50%;
  padding: 20px;
  background-color: #f8f8f8;
  text-align: center;
  border: 2px solid #f5a21d;
  margin: 0 -2px 10px 0;
  text-align: left;
}

#event .list_txt {
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}

#event .list_txt::before {
  content: "・";
}


@media screen and (max-width: 768px) {
  #event .list {
    width: 100%;
  }

  #event h1 {
    font-size: 7.6vw;
  }

  #event .event-parent h2 {
    font-size: 22px;
  }

  #event .event-list {
    display: none;
  }

}


/*++++++++++++++++++++++++++
店舗情報
++++++++++++++++++++++++++*/


#tenpo {
  width: 100%;
  max-width: 750px;
  padding: 10px;
  margin: 150px auto 100px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}

#tenpo h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 0;
}

#tenpo .logo {
  max-width: 250px;
  margin: 0 auto 20px;
  position: relative;
  margin: 10px auto 20px;
  left: 0;
  right: 0;
}

#tenpo .tenpo_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#tenpo .left {
  width: 38%;
}

#tenpo .right {
  width: 60%;
}

#tenpo .left p {
  font-size: 14px;
  text-align: left;
}

#tenpo .tenpo-p {
  width: 100%;
  margin: 10px auto 0;
}

#tenpo .g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}

#tenpo .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#tenpo a {
  font-size: 16px;
  border-radius: 0px;
  display: block;
  margin: 20px auto 0;
  padding: 0.5em;
  border: 1px solid #454545;
  box-sizing: content-box;
  background: #fff;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 600px) {

  #tenpo h3 {
    font-size: 17px;
  }

  #tenpo .left {
    width: 100%;
  }

  #tenpo .right {
    width: 100%;
  }


}


/*++++++++++++++++++++++++++
footer_floating_menu
++++++++++++++++++++++++++*/


#floating_menu {
  display: block;
  width: 100%;
  margin: auto;
  padding: 5px 0 5px 0;
  background-color: #1c1c1ced;
  color: #fff;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0px;
  position: fixed;
}

#floating_menu .floating_menu_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin: auto;
  height: 50px;
  width: 90%;
}

#floating_menu .floating_menu_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 50%;
  height: 50px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #EBEBEB;
  color: #fff;
  gap: 5px;
  flex-direction: row-reverse;
}

#floating_menu .floating_menu_wrap a:last-child {
  border-right: 0px solid #EBEBEB;
}

#floating_menu .floating_menu_wrap a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: static;
  transform: none;
}

#floating_menu .floating_menu_wrap .search::after {
  background-image: url(../images/footer_icon_search.svg);

}

#floating_menu .floating_menu_wrap .favorite::after {
  background-image: url(../images/footer_icon_favorite.svg);
}

#floating_menu .floating_menu_wrap .tel::after {
  background-image: url(../images/footer_icon_tel.svg);
}

#floating_menu .floating_menu_wrap .raiten::after {
  background-image: url(../images/footer_icon_calendar.svg);
}