/* 色の定義 */
:root {
  --myBackground: #FFF9E2;
  --myFontColor: #34461F;
  --myAccentColor: rgb(118, 185, 42);
  --myAccentColor2: #FF8853;
  --myShadowColor: rgba(49, 65, 57, 0.3);
  --myBorderColor: rgb(252, 255, 88);
}

/* reset */
* { margin: 0; }
a, a:visited {
  text-decoration: none;
  color: var(--myFontColor);
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  margin: 0;
}
th { font-weight: normal; }
html { font-size: 62.5%; }
body {
  font-family: "fot-tsukuardgothic-std","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.0rem;
  background-color: var(--myBackground);
  background-repeat:repeat;
  background-position: top center;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
/* flex要素を持たないコンテンツ */
.contents-wrapper {
  max-width: 976px;
  width: 100%;
  margin: auto;

}
/* flex要素をもつコンテンツ */
.flexcontents-wrapper {
  margin: auto;
  max-width: 976px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* 下層ページヘッダー */
.header {
  width: 100%;
  height: 0;
  padding-top: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position:top center;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.header::before {
  z-index: -1;
  content:'';
  background: inherit;
  filter:blur(2px);
  -webkit-filter: blur(2px);
  position: absolute;
  top:-5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  overflow: hidden;
}
.header h1 {
  color: white;
  text-align: center;
  font-size: 4.6rem;
  line-height: 2;
  padding: 10px 0;
  margin-top: -33%;
  background-color: rgba(118, 185, 42, 0.6);
}
.breadcrumb {
  padding:5px 10px;
  margin-bottom: 100px;
  background-color: var(--myAccentColor);
  color: white;
  font-size: 1.2rem;
}
.breadcrumb > .contents-wrapper a {
  color: white;
  border-bottom: dashed 1px white;
}
.fa-caret-right {
  padding: 0 5px;
}
/* H2---下層ページ見出し */
.eyecatch {
  display: block;
  margin:auto;
  max-width: 1024px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 50px;
}
.sub-title{
  padding-top: 50px;
  margin-top: -50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.2rem;
  color: var(--myFontColor);
}
.sub-title-eng {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.sub-title-icon {
  margin-bottom: 10px;
  height: 35px;
}
.sub-title-border {
  margin-top: 20px;
  width: 70%;
}
/* H3---黄色下線の見出し */
.hl-yellow {
  display: inline-block;
  background: linear-gradient(transparent 50%, var(--myBorderColor) 50%);
  margin-bottom: 20px;
  font-size: 2.6rem;
}
/* お問い合わせ */
.contact-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: var(--myAccentColor2);
  color: white;
  border-radius: 50px;
}
.contact-box-p {
  font-size: 1.8rem;
  line-height: 1.5;
  width: 85%;
  margin-bottom: 30px;
}
.contact_bd {
  width: 90%;
  margin: 25px 0;
}
.sparrow {
  position: absolute;
  left: -10px;
  top: -40px;
  width: 200px;
  transform: rotate(-15deg);
}
.button {
  display: block;
  text-align: center;
  min-width: 300px;
  /* padding: 20px; */
  vertical-align: middle;
  border-radius: 10px;
}
.button p {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}
.button a {
  display: block;
  padding: 20px;
}
.mailform-button {
  background-color: #FAFA52;
  color: var(--myFontColor);
  border: solid 5px #FAFA52;
  box-shadow: 0 5px 0px #6E521D;
}
.mailform-button:hover {
  transform: scale(1.05);
}
.mailform-button:active {
  box-shadow: none;
  transform: scale(1.05) translateY(5px);
}
/* フッター */
.footer-sp-only { display: none; }
.footer {
  position: relative;
  background-image:url(/img/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.footer > .flexcontents-wrapper {
  margin-bottom: 50px;
}
.footer-flower {
  position: absolute;
  max-width: 700px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
}
.footer-logo img{
  width: 300px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.footer-logo img:hover { opacity: 0.8; }
.footer > .flexcontents-wrapper a {
  padding-bottom: 5px;
  border-bottom: dashed 1px white;
  color: white;
}

.fb-wrap {
  width: 100%;
  max-width: 640px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center !important;
}
.fb-page {
  width: 90%;
  max-width: 500px;
  margin: auto;
  text-align: center !important;
}

.footer > .flexcontents-wrapper a:hover { border-bottom: solid 1px white; }
.footer p, .footer ul{
  color: white;
  font-size: 1.6rem;
}
.footer ul {
  color: white;
  text-align: left;
  /* margin-bottom: -30px; */
}
.service-list::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  padding-right: 10px;

}
.copyright { font-size: 1.4rem; }


@media(max-width: 1023px) {
  .contents-wrapper, .flexcontents-wrapper {
    width: 100%;
    /* max-width: 1024px; */
    border-radius: 0;
  }
  .br-tb {
    display: none;
  }
}

@media(max-width: 599px){
  body, p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sp-none { display: none; }
  .sp-only { display: inline; }
  /* SPコンテンツラッパー */
  .flexcontents-wrapper {
    width: 90%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  /* SP下層ページ見出し */
  .header {
    height: 150px;
  }
  .header h1 {
    font-size: 2.8rem;
    line-height: 5rem;
  }
  .breadcrumb {
    margin-bottom: 50px;
  }
  .breadcrumb > .contents-wrapper {
    margin-top: 0;
  }
  .eyecatch {
    border-radius: 0;
    /* box-shadow: 3px 3px 5px var(--myShadowColor); */
    margin-bottom: 30px;
  }
  .sub-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
  }
  .sub-title-eng{
    font-size: 1.2rem;
  }
  .sub-title img {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .sub-title-icon {
    height: 30px;
  }
  .sub-title-border {
    width: 100%;
  }
  .hl-yellow {
      font-size: 1.6rem;
  }
  /* SPお問い合わせ */
  .contact-box {
    width: 100%;
    border-radius: 25px;
  }
  .contact_bd {

  }
  .contact-box-p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .button {
    width: 75%;
    margin-top: 15px;
    padding: 10px;
    min-width: inherit;
  }
  .button p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .sparrow {
    display: none;
  }
  /*SPフッター */
  .footer > .flexcontents-wrapper{
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer-sp-only {
    display: inline;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .footer-flower {
    width: 100%;
    top:-20px;
  }
  .footer-logo img{
    width: 50%;
    margin-top: 5%;
  }
  .copyright {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

/* デバイスによる表示・非表示切り替えクラス */
.pc-none { display: none; }
.sp-none { display: inline; }

.pc-only { display: inline; }
.tb-only { display: none; }
.sp-only { display: none; }

@media(max-width: 1023px) {
  .pc-none { display: inline; }
  .sp-none { display: inline; }

  .pc-only { display: none; }
  .tb-only { display: inline; }
  .sp-only { display: none; }
}
@media(max-width: 599px) {
  .pc-none { display: inline; }
  .sp-none { display: none;}

  .pc-only { display: none; }
  .tb-only { display: none; }
  .sp-only { display: inline; }
}
