@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Shippori+Mincho:wght@400;500;700&family=Vibur&display=swap');

/* CSS Document */
*,
html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin-block: 0px;
  margin-inline: 0px;
  padding-block: 0px;
  padding-inline: 0px;
  scroll-padding-top:120px;
  }

body {
  background: url(..//images/common/background.webp);
  color: #000;
  font-family: "Noto Sans JP", arial, "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", sans-serif, "Hiragino Maru Gothic Pro",
    "MS PGothic";
  font-weight: lighter;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}


/*---------
header
 ---------- */
.header {
  width: 100%;
  position: absolute;
}
.header__inner {
  padding-inline: 2%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}
.header__logo {
  max-width: 274px;
  text-align: left;
  z-index: 500;
}
.header__logo img {
  width: 30%;
  min-width: 60px;
  text-shadow: 0px 1px 20px #fff;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding-inline-start: 0px;
}

.gnav__item a {
  font-family: Noto Sans JP;
  font-weight: 400;
  text-shadow: 0px 1px 20px #fff;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
}
.gnav__item a:hover{
  color: #73b165;
}

.nav__item-link_sp {
  font-family: "Shippori Mincho";
  font-weight: 400;
  text-shadow: 0px 1px 20px #fff;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;}


.block__phone-num {
  width: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8%;
  height: 50px;
  border-radius: 30px;
  padding: 7%;
  background: #fbfaf6;
  border: solid 1px #73b165;
}

.block__phone-num a {
  font-size:clamp(1.4rem, 5vw, 1.8rem);
  line-height: 1.4;
  text-decoration: none;
  color: #3549d3;
  text-wrap: nowrap;
}

.ham{
  display: none;
}
/* headerここまで */

h2 {
  font-family: "Shippori Mincho";
  font-size: clamp(3.8rem, 3.514rem + 1.43vw, 4.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
  scroll-padding-top:-120px;
}

h3 {
  font-family: "Shippori Mincho";
  font-size: clamp(2.8rem, 2.457rem + 1.71vw, 4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}
h4 {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

none {
  display: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

span {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
}

.display{
  display:none ;
}

/* ===footer=== */
.footer {
  background-color: #2e6421;
  background: rgba(46, 100, 33, 0.1);
  padding: 64px 80px;
  margin-bottom: 0px;
}

.wrapper__footer__content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: left;
  max-width: 1440px;
  margin: auto;
}

.contaiter__footer__sitemap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}


/* サイトマップ_メイン項目 */
.nav__footer {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: 60px;
  text-align: left;
}

.list__footer__main-nav {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.list__footer__main-nav a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
  color: #000;
}

/* サイトマップ_サブ項目 */
.list__footer__subitem {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
.list__footer__subitem a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #000;
}

/* ロゴ */
.box__footer__logo {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
.img__footer__logo {
  width: 140px;
}

/* 電話番号 */
.num__footer__phone-num  {
  border-bottom: 1px solid;
  text-align: center;
}

.num__footer__phone-num a {
  font-size: clamp(2rem, 1.657rem + 1.71vw, 3.2rem);
  color: #000;
  font-weight:400;
  line-height: 1.4;
  text-align: right;
  margin-bottom: 24px;
  text-decoration: none;
}

.num__footer__phone-num span {
  font-size: 1.6rem;
}

/* 住所など */
.info__footer__masuya {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: right;
  padding-top: 6px;
  margin-bottom: 40px;
}

.Copyright__footer {
  width:100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  max-width: 1440px;
  margin: auto;
}

/* ==========
    @media
=============*/

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


/* min1025 */
@media (min-width: 1025px) {
.gnav__sub-item{
  display: none;
}
}

/* max1024 */
@media (max-width: 1024px) {

.header {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 100;

}
.header__right__sp{
display: flex;
justify-content: flex-end;
align-items: center;
gap: 4%;
z-index: 100;
}
.header__logo {
  min-width: auto;
}


.gnav {
  transition: .3s;
  transform: translate(250%, 0px);
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
}

.header.open .gnav {
  transform: translate(-2%, 0px);
  background: #fbfaf6;
  position: fixed;
  padding: 40px;
}

.header.open .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.open .gnav__list {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 20px;
}

.header.open .gnav__item {
  padding-top: 20px;
}

.header.open .gnav__item:first-of-type {
  padding-top: 40px;
}

.gnav__item a {
  text-shadow:none;
  font-size: 1.8rem;}

.header.open .ham {
  z-index: 101;
}

.gnav__list {
  text-align: left;
}

.nav__item-link,
.nav__item-link_sp {
  text-shadow: none;
}

.ham {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border: 1px solid #FFD700;
  border-radius: 30px;
  background-color: #fbfaf6;
  padding: 10px 10px 6px 10px;
}

.ham::after {
  content: 'menu';
  line-height: 2;
  font-size: 1.2rem;
}

.header.open .ham::after {
  content: 'close';
}

.ham__item {
  display: grid;
  place-content: center;
  gap: 5px;
}

.ham__item span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000;
  transition: .3s;
}

.header.open .ham__item span {
  transform: rotate(45deg) translate(2px,3px);
}

.header.open .ham__item span:last-of-type {
  transform: rotate(-45deg) translate(1px,-2px);
}

.block__phone-num{
  width: 172px;
}

.br__pc {
  display: none;
}
}

@media(max-width:960px){
  h2 {
  margin-bottom: 48px;
  }
}

@media(max-width:480px){
  .block__phone-num a {
    white-space: nowrap;
}
.block__phone-num {padding: 0 24px 0 30px;
}
}


/* ---------
footer
--------- */
/* 1100_footer */
@media (max-width: 1100px) {
  .footer {
    padding: 64px 60px;
  }

  .contaiter__footer__sitemap{
    gap: 30px;
  }
  .num__footer__phone-num {
font-size: 3.6rem;  }
}

/* 992_footer */
@media (max-width:992px){
  .list__footer__subitem a {
    font-size: 1.3rem;}

  .list__footer__main-nav a {
    font-size: 1.5rem;
    }
}

/* 920_footer */
@media (max-width:920px){
  .footer {
    padding: 64px 20px;
  }

  .contaiter__footer__sitemap{
    display: none;
  }

  .wrapper__footer__content{
    justify-content: center;
  }
  .box__footer__logo{
    justify-content: center;
  }
  .num__footer__phone-num{
  font-size: clamp(3.2rem, 3.04rem + 0.8vw, 4rem)}

.num__footer__phone-num
  .num__footer__phone{
    text-align: center;
  }

  .info__footer__masuya{
    text-align: center;
  }
  .Copyright__footer {
    justify-content: center;
  }
}

/* 480 */
@media (max-width:480px){
  img.image__tel {
    width: 18px;
}
.block__phone-num {
  gap: 5%;
  height: 46px;
}}
