@charset "UTF-8";


body {
  font-size: 18px;
  color: #333;
  font-family: serif, '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro';
  background: #fff;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 共通部分 */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.bg {
  background: #F3F3F3;
}

h2.title {
  position: relative;
  font-family: serif;
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 70px;
}

h2.title::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  background: #333;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2%;
}

/* お問い合わせフォーム */
.form-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 5%;
}

.form-btn {
  width: calc((100% - 40px) / 3);
  margin-bottom: 30px;
}

.form-btn p {
  cursor: pointer;
}

.form-btn p,
.form-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
  transition: .3s;
}

.form-btn p:hover,
.form-btn a:hover {
  opacity: .7;
}

.form-btn.tel p,
.form-btn.mail a {
  background: #31859C;
}

.form-btn.line a {
  background: #44C527;
}

.form-btn p img,
.form-btn a img {
  width: 60px;
  margin-right: 2%;
}

/* 各リスト */
.flex-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.flex-list li {
  width: calc((100% - 40px) / 3);
  padding: 2%;
  border: solid 1px #999;
  margin-bottom: 30px;
}

.flex-list li img {
  margin-bottom: 2%;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 0 4%;
  z-index: 1;
}

h1 {
  font-size: 2.2em;
}

h1 a {
  color: #333;
}

header .form {
  width: 22%;
  text-align: center;
}

.form a {
  display: block;
  font-size: 1.2em;
  color: #fff;
  background: #333;
  padding: 5% 0;
  cursor: pointer;
  transition: .3s;
}

.form a:hover {
  background: #777;
}

/* スマホ時の表示 */
#burger-btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  z-index: 100;
}

#burger-btn span {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #333;
}

#burger-btn span:first-child {
  top: 10px;
}

#burger-btn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

#burger-btn span:nth-child(3) {
  bottom: 10px;
}

#burger-btn small {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: -10px;
}

#burger-btn small::before {
  content: "MENU";
}

/* クリック後 */
#burger-btn.open span:first-child {
  transform: translate(-50%, 10px) rotate(-45deg);
  transition: transform .3s;
}

#burger-btn.open span:nth-child(2) {
  opacity: 0;
  transition: opacity .3s;
}

#burger-btn.open span:nth-child(3) {
  transform: translate(-50%, -8px) rotate(45deg);
  transition: transform .3s;
}

#burger-btn.open small:before {
  content: "CLOSE";
}

/* ナビゲーションメニュー */
header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgb(255 255 255 / 90%);
  padding-top: 10vh;
  transition: all .4s linear;
  overflow-y: scroll;
  z-index: 20;
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
}

.nav-open {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

header nav .form {
  display: block;
  width: auto;
  margin: 0 auto 10%;
}

header nav .form a {
  display: inline-block;
  font-size: 1.2em;
  padding: 15px 25px;
}

header nav ul {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header nav ul li {
  margin-bottom: 10%;
}

header nav ul li a {
  font-family: serif;
  font-size: 1.4em;
  color: #333;
}

/* トップページ */
main {
  margin-top: 100px;
}

.mainvisual {
  position: relative;
  padding: 3%;
}

.mainvisual .img-trim-pc {
  width: 80%;
  background: url(../img/mainimg.jpg);
}

.mainvisual .text-box {
  position: absolute;
  bottom: 10%;
  right: 3%;
  width: 50%;
  padding: 2%;
  background: rgb(255 255 255 / 80%);
}

.mainvisual .text-box h2 {
  font-size: 2.7vw;
  text-align: center;
  margin-bottom: 3%;
}

.mainvisual .text-box p {
  font-size: 1.45vw;
  line-height: 2;
}

/* このようなことでお悩みの方へ */
.message {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

/* 盆栽査定のポイント */
.point {
  text-align: center;
  margin: 30px 0 20px;
}

.video-wrapper {
  width: 70%;
  min-width: 560px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 安心して盆栽が売れる理由 */
.graph-container {
  width: 100%;
}

.graph-container img {
  width: 100%;
}

/* 買取対象 */

/* 申し込みの流れ */
.flow-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.flow-list li {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  border: solid 1px #999;
  padding: 2%;
  margin-bottom: 30px;
}

.flow-list li::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -75px;
  width: 0;
  height: 0;
  border: solid 50px transparent;
  border-top: solid 35px #333;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-list .img-trim {
  width: 30%;
}

.flow-txt {
  width: 70%;
  text-align: left;
  padding-left: 30px;
}

.flow-txt p {
  margin-bottom: 20px;
}

.flow-message {
  text-align: center;
  margin-bottom: 20px;
}

/* 対象エリア */
.map-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

.map-area dt,
.map-area dd {
  width: 50%;
}

/* 買取実績 */
.result-list {
  padding-top: 30px;
}

.result-container {
  height: 500px;
  border: solid 1px #999;
  padding: 7% 5%;
  margin: 0 5% 30px;
}

.result-container img {
  margin-bottom: 5%;
}

.result-container h3 {
  text-align: center;
  margin-bottom: 5%;
}

/* スライドショー、下の◯ */
.slick-dots {
  text-align: center;
  margin-top: 15px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
  border: 1px solid #999;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #999;
}

/* スライドショー、横の矢印 */
.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
  font-size: 32px;
  opacity: .9;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* 自己紹介 */
.introduction {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}

.introduction dt {
  width: 30%;
}

.introduction dd {
  width: calc(70% - 30px);
}

.introduction dd p {
  margin-bottom: 20px;
}

/* 盆栽の魅力を届ける活動 */
.works li {
  text-align: center;
}

.works li a {
  position: relative;
  display: block;
  color: #333;
  transition: .3s;
}

.works li a p {
  text-align: center;
}

.works li a p:nth-child(2) {
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ccc 100%);
  line-height: 1.2;
  margin-bottom: 5px;
}

.fa-youtube {
  font-size: 2em;
  display: block;
  margin: 8px 0;
}
.fa-square-instagram {
  font-size: 2em;
  display: block;
  margin: 8px 0;
}

/* ページトップボタン */
#page-top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 50;
}

#page-top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
}

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #777;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page-top a::after {
  content: 'TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #777;
}

/* モーダルウィンドウ */
.modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 50%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 40vh;
  font-size: 1.5em;
  text-align: center;
  background: #fff;
  padding: 60px 30px 30px;
}

.modal-content .close-btn {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 2em;
  color: #333;
}

.modal-content .close-btn::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
  font-weight: 900;
}

.answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
}

.answer a,
.answer p {
  width: 40%;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 10%;
  transition: .3s;
}

.answer a:hover,
.answer p:hover {
  opacity: .7;
}

.answer a {
  background: #d9333f;
}

.answer p {
  background: #19448e;
  cursor: pointer;
}

.show {
  visibility: visible;
  opacity: 1;
}

/* フッター */
footer {
  color: #fff;
  background: #333;
  padding-bottom: 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

footer a {
  color: #fff;
  transition: .3s;
}

footer a:hover {
  color: #777;
}

footer .company,
footer ul {
  width: calc(100% / 3);
  padding-left: 5%;
  margin-bottom: 60px;
}

.company .logo {
  font-size: 2em;
  margin-bottom: 20px;
}

.company p {
  margin-bottom: 10px;
}

footer ul li {
  margin-bottom: 20px;
}

footer ul li a {
  position: relative;
  font-size: .9em;
  padding-left: 1.5em;
}

footer ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "▶︎";
  font-size: .9em;
}

footer small {
  display: block;
  font-size: .7em;
  text-align: center;
}

/* fixed button */
.fixed-button {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: 60px;
  height: 140px;
  background: #fff;
  text-align: center;
  background: #06C755;
  border-radius: 10px;
}

.fixed-button:hover {
  opacity: .6;
}

.fixed-button__link {
  color: #fff;
  writing-mode: vertical-lr;
  font-size: 20px;
  padding: 6px;
}

.fa-line {
  font-size: 30px;
  margin-right: 6px;
}

.fixed-button-pc {
  display: none;
}

/* ipad proから表示変更 */
@media screen and (max-width:1024px) {
  h2.title {
    font-size: 3.2vw;
    margin-bottom: 6%;
  }

  h2.title::before {
    bottom: -60%;
    width: 7vw;
  }

  header {
    height: 70px;
  }

  h1 {
    font-size: 2em;
  }

  main {
    margin-top: 70px;
  }
}

/* ipad proより小さいデバイスで表示変更 */
@media screen and (max-width:1023px) {
  body {
    font-size: 14px;
  }

  .form-btn p,
  .form-btn a {
    height: 70px;
  }
}

/* 以下、スマホ表示 */
@media screen and (max-width:599px) {

  /* 共通部分 */
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  body {
    font-size: 14px;
  }

  .wrapper {
    padding: 30px 4% 100px;
  }

  h2.title {
    font-size: 6vw;
  }

  h2.title::before {
    width: 70px;
  }

  /* お問い合わせフォーム */
  .form-btn {
    width: 100%;
  }

  /* 各リスト */
  .flex-list li {
    width: 49%;
    padding: 10px;
  }

  /* ヘッダー */
  h1 a {
    font-size: 5.5vw;
  }

  /* トップページ */
  .mainvisual {
    position: relative;
    padding: 0;
  }

  .mainvisual .img-trim {
    position: relative;
    width: 100%;
    
    height: calc(100vh - 70px);
    background: url(../img/main_visual-sp.jpg)no-repeat;
  }

  .mainvisual .text-box {
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgb(255 255 255 / 0%);
    text-shadow: 0px 0px 20px #fff;
    padding: 20%;
  }

  .text-box-sp {
    display: none !important;
  }

  .mainvisual .text-box h2 {
    position: relative;
    display: inline;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    background: rgb(255 255 255 / 60%);
  }

  .text-box__br::before {
    content: "\A";
    white-space: pre;
  }

  .text-box-p-wrap {
    margin-top: 20px;
  }

  .mainvisual .text-box p {
    display: inline;
    font-size: 12px;
    line-height: 1.5;
    background: rgb(255 255 255 / 60%);
  }

  /* SNS */
  .flex-list {
    display: block;
  }

  .sns-list {
    display: flex;
    gap: 12px;
  }

  .flex-list li {
    width: calc(100% - 24px);
    margin: 0 auto 30px;
  }
  
  .sns-list li {
    width: 30% !important;
    margin: 0 auto 30px;
  }

  /* 盆栽査定のポイント */
  .point {
    
  }
  .video-wrapper {
    width: 100%;
    min-width: auto;
  }

  /* 安心して盆栽が売れる理由 */
  .target {
    display: flex;
  }
  .target-list li {
    width: 49%;
    padding: 10px;
  }
  .target-item{
    width: 49% !important;
  }

  /* 申し込みの流れ */
  .flow-list li {
    flex-direction: column;
  }

  .flow-list li::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .flow-list .img-trim {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-txt {
    width: 100%;
    padding: 0;
  }

  /* 対象エリア */
  .map-area dt,
  .map-area dd {
    width: 100%;
  }

  /* 自己紹介 */
  .introduction {
    padding: 30px 0 0;
  }

  .introduction dt {
    width: 100%;
    margin-bottom: 20px;
  }

  .introduction dd {
    width: 100%;
  }

  /* モーダルウィンドウ */
  .modal-content {
    width: 80%;
    font-size: 1.2em;
    padding: 60px 20px 20px;
  }

  .answer {
    flex-direction: column;
  }

  .answer a,
  .answer p {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .company,
  footer ul {
    width: 100%;
    padding-left: 20%;
  }

  .fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: center;
    background: #06C755;
  }

  .fixed-button__link {
    writing-mode: horizontal-tb;
    color: #fff;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixed-button-pc {
    display: block;
  }
}

@media screen and (max-width:425px) {
  .result-container {
    height: 400px;
  }
}