@charset "UTF-8";
/*Google Fontsの読み込み-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
/*ふわっと出現keyframes.cssの読み込み------------------------------*/
@import url("keyframes.css");
/*リセット------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  visibility: hidden;
}

.center {
  text-align: center;
}

/*
薄いベージュ#f5f2e2
濃いベージュ#e7e2c7
薄いみどり背景#daf0b0
みどり#33A02C
おうど色#ECB649
こげ茶#350000
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #350000;
  background-color: #fff;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

#container {
  text-align: left;
}

section {
  padding: 60px 15%;
}

a {
  color: #350000;
  transition: 0.2s;
  /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a :hover {
  opacity: 0.6;
  transition: 0.2s;
  /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}

/*ヘッダー-------------------------------------------*/
header {
  margin-top: 30px;
  padding: 0 3%;
}
header h1 img {
  width: 15%;
  float: left;
}

/*グローバルナビゲーション----------------------------------*/
nav.globalMenuSp {
  visibility: hidden;
}

ul.globalMenuPc {
  float: right;
  display: flex;
  margin: 10px 4em 0 0;
}
ul.globalMenuPc li {
  font-weight: 500;
  margin-left: 2.5em;
}
ul.globalMenuPc li a {
  display: block;
  padding-top: 3px;
}
ul.globalMenuPc li a span {
  display: block;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #b39d9d;
}

ul.globalMenuPc li a:hover {
  border-top: solid 3px #33A02C;
}

/*SNSアイコン----------------------------------*/
header ul.sns {
  float: right;
  margin-top: 10px;
  display: flex;
}
header ul.sns li {
  font-size: 1.7rem;
  letter-spacing: 2.4rem;
}
header ul.sns li span {
  display: none;
}

#topVisual {
  margin-top: 20px;
  width: 98.7vw;
  height: 27vw;
  background-image: url(/img/top_visual.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

/*h2見出し----------------------------------*/
div.h2Wrap {
  text-align: center;
}

h2 {
  display: inline-block;
  padding: 0 2rem;
  margin-bottom: 40px;
  text-align: center;
  font-size: 4rem;
  font-family: "Klee One", cursive;
  font-weight: 600;
  border-top: solid 3px #33A02C;
}
h2 span {
  display: block;
  font-size: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.7rem;
  color: #b39d9d;
}

/*h3見出し----------------------------------*/
h3 {
  margin-bottom: 20px;
  padding: 1rem 2rem;
  position: relative;
  color: #350000;
  font-size: 2rem;
  background-image: url(/common/img/h3_tree.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 63px 45px;
  background-color: #f5f2e2;
  border-radius: 20px;
  /*角丸*/
}
h3 span {
  display: block;
  padding-left: 10px;
  border-left: solid 4px #33A02C;
}

#news h3 {
  background-color: #e7e2c7;
  text-align: left;
}

/*木の駅とは-------------------------------------------*/
section#about {
  padding: 60px 0;
}

#about .h2Wrap {
  padding-left: 15%;
  padding-right: 15%;
}
#about .h2Wrap h2 {
  position: relative;
  margin: 0 auto;
}

#about h3 {
  margin: 40px 15% 40px 15%;
}

/*木の駅完成図*/
#about div.nextMap {
  height: 50vw;
  background-image: url(/img/map_about.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#about p.text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

/*設立目的-------------------------------------------*/
#purpose ul {
  margin-bottom: 40px;
  font-size: 1.8rem;
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}

#purpose figure {
  text-align: center;
}
#purpose figure img.pc {
  display: block;
  width: 66vw;
  padding: 5px 5px 5px 15px;
  border: solid 10px #f5f2e2;
  border-radius: 20px;
  /*角丸*/
  overflow: hidden;
  /*角丸から飛び出た部分を非表示*/
}

#purpose figure img.sp {
  display: none;
}

/*お知らせ-------------------------------------------*/
#news {
  background-color: #f5f2e2;
}
#news ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  /*中のブロックの横並びの揃え方*/
  flex-wrap: wrap;
  /*中のブロックを自動で折り返す*/
}
#news ul li {
  width: 30%;
  display: flex;
  flex-direction: column;
  /*枠内の写真とテキストを縦に並べる*/
  margin-bottom: 20px;
  background: #ffffff;
  color: #350000;
  border: solid 10px #e7e2c7;
  border-radius: 20px;
  /*角丸*/
  overflow: hidden;
  /*角丸から飛び出た部分を非表示*/
}
#news ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#news ul li .text {
  padding: 5%;
  flex: 1 0 auto;
}
#news ul li .text h4 {
  border-bottom: solid 1px #dfdac4;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

#news ul li .price p {
  border-bottom: solid 1px #dfdac4;
}

/*Twitter&Facebook読み込み------------------------------------*/
#news .snsEmbed {
  margin-top: 20px;
}

#news .snsEmbed .twitter-timeline {
  float: left;
  width: 48% !important;
}

#news .snsEmbed .fb-page {
  float: right;
  width: 48% !important;
}

/*スタッフ紹介-------------------------------------------*/
#staff figure img {
  border: solid 10px #f5f2e2;
  border-radius: 20px;
  /*角丸*/
  overflow: hidden;
  /*角丸から飛び出た部分を非表示*/
}

#staff .staff_L {
  float: left;
  width: 33vw;
}
#staff .staff_L figure {
  float: left;
}
#staff .staff_L figure img {
  width: 14vw;
  height: 42vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

#staff .staff_L p {
  margin-left: 17vw;
}

#staff .staff_L p.name {
  border-bottom: solid 1px #dfdac4;
  margin-bottom: 20px;
  font-weight: 500;
}

#staff .staff_R {
  float: right;
  width: 33vw;
}

#staff .staff_R img {
  width: 31.5vw;
  height: 42vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/*アクセス-------------------------------------------*/
#access .map img {
  float: left;
  width: 32.5vw;
  background-color: #fff;
  border: solid 10px #c8e494;
  border-radius: 20px;
  /*角丸*/
  overflow: hidden;
  /*角丸から飛び出た部分を非表示*/
}

#access {
  background-color: #daf0b0;
}
#access .info {
  float: right;
  width: 32.5vw;
}
#access .info .strong {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 15px;
}

#access .info .adress {
  background-image: url(/img/illust02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 160px;
}

#access .phone {
  padding: 10px;
  background-color: #33A02C;
  border-radius: 20px;
  text-align: center;
}
#access .phone p {
  color: #fff;
  /*お気軽にお電話ください*/
}

#access .phone .wrap {
  margin-top: 5px;
  background-color: #fff;
  border-radius: 10px;
}
#access .phone .wrap p {
  color: #33A02C;
}
#access .phone .wrap p span {
  font-size: 3.5rem;
  /*電話番号*/
  font-weight: 500;
}
#access .phone .wrap p span i {
  font-size: 3rem;
  /*電話アイコン*/
  margin-right: 5px;
}

#access .phone .wrap p span.mobile {
  font-size: 2rem;
  /*携帯番号*/
}

#access .phone .wrap p a {
  color: #33A02C;
}

/*footer----------------------------------*/
footer {
  background-color: #daf0b0;
  text-align: center;
}
footer .copyright {
  padding: 100px 0 18px 0;
  background-image: url(/common/img/bg_footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 550px;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

/**footer SNSアイコン----------------------------------*/
footer ul.sns {
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
footer ul.sns li {
  margin: 0 2rem;
  display: inline-block;
  font-size: 2.4rem;
}
footer ul.sns li span {
  display: none;
}

footer ul.sns li a {
  color: #33A02C;
}

/*XVaBu153M-anアイコン*/
/*pagetopボタン----------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #33A02C;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

/*画面幅1080px以下の設定-----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  section {
    padding: 40px 5%;
  }

  /*ヘッダー-------------------------------------------*/
  header {
    text-align: center;
  }
  header h1 img {
    width: 28%;
    float: none;
  }

  /*メインビジュアル-------------------------------------------*/
  #topVisual {
    width: 100vw;
    height: 100vw;
    background-image: url(/img/top_visual_sp.png);
    background-position: center center;
    background-size: contain;
  }

  /*グローバルナビゲーション----------------------------------*/
  nav.globalMenuSp {
    visibility: visible;
  }

  ul.globalMenuPc {
    display: none;
  }

  /**SNS----------------------------------*/
  header ul.sns, ul.globalMenuPc {
    display: none;
  }

  /*h2見出し----------------------------------*/
  div.h2Wrap h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }

  /*h3見出し----------------------------------*/
  h3 {
    font-size: 1.7rem;
    padding: 1rem;
    border-radius: 10px;
    /*角丸*/
  }

  /*木の駅ものづくりとは--------------------------------------------*/
  section#about {
    padding: 40px 5%;
  }

  #about .h2Wrap {
    padding-left: 0;
    padding-right: 0;
  }

  #about h3 {
    margin: 40px 0 20px 0;
  }

  /*完成図-----------------*/
  #about div.nextMap {
    width: 95vw;
    height: 200vw;
    background-image: url(/img/map_about_sp.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
  }

  #about p.text {
    font-size: 1.8rem;
  }

  /*設立目的-------------------------------------------*/
  #purpose ul {
    margin-bottom: 20px;
    font-size: 1.6rem;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
  }

  #purpose figure img.pc {
    display: none !important;
  }

  #purpose figure img.sp {
    display: block !important;
    width: 90vw;
    padding: 0;
    border: none;
    border-radius: 0;
    /*角丸*/
  }

  /*お知らせ-------------------------------------------*/
  #news ul li {
    width: 100%;
  }

  /*Twitter&Facebook読み込み------------------------------------*/
  #news .snsEmbed .twitter-timeline {
    float: none;
    margin: 20px 0;
    width: 100% !important;
  }

  #news .snsEmbed .fb-page {
    float: none;
    width: 100% !important;
  }

  /*スタッフ紹介-------------------------------------------*/
  #staff .staff_L {
    float: none;
    width: 100%;
  }
  #staff .staff_L figure {
    float: none;
  }
  #staff .staff_L figure img {
    width: 94%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  #staff .staff_L p {
    margin-left: 0;
  }

  #staff .staff_L p.name {
    font-size: 1.8rem;
    margin-top: 10px;
  }

  #staff .staff_L p.text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  #staff .staff_R {
    float: none;
    width: 100%;
  }

  #staff .staff_R img {
    width: 94%;
    min-height: 300px;
  }

  /*アクセス-------------------------------------------*/
  #access .map img {
    /*地図*/
    float: none;
    width: 84vw;
    height: 84vw;
  }

  #access .info {
    float: none;
    width: 84vw;
  }
  #access .info .strong {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
  }

  #access .info .adress {
    background-size: 150px;
  }

  #access .phone {
    width: 100%;
    margin-top: 20px;
  }
  #access .phone p {
    font-size: 2rem;
    /*お気軽にお電話ください*/
  }

  #access .phone .wrap p span {
    font-size: 3rem;
    /*電話番号*/
  }
  #access .phone .wrap p span i {
    font-size: 2.5rem;
    /*電話アイコン*/
  }

  /*a[href*="tel:"] {
  	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
  	}*/
  footer .copyright {
    padding: 60px 0 20px 0;
    background-position: center 0;
    background-size: 340px;
    font-size: 1rem;
    letter-spacing: normal;
  }

  /**footer SNSアイコン----------------------------------*/
  footer ul.sns li {
    margin: 0 2rem;
    font-size: 2.5rem;
  }

  /*pagetopボタン----------------------------------*/
  #page_top {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff_L figure img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}/*# sourceMappingURL=common.css.map */