@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-size: 13.5px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  line-height: 1.8;
  color: #3a2419;
}

img {
  width: 100%;
}

/* 見出しのフォント指定（google font）*/
h1,
h2,
h3 {
  font-family: 'Shippori Mincho', serif;
  font-family: 'Zen Old Mincho', serif;
}

/*home画像*/
#home {
  width: 100%;
  height: 450px;
  background-image: url(../images/top.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*ヘッダー帯*/
.page-header {
  padding: 0 20px;
  height: 55px;
}

/*PC・タブレット用ナビの非表示*/
.PC-nav {
  display: none;
}

/*メインタイトル*/
.home-content {
  width: 220px;
  display: block;
  padding-top: 20px;
  margin: auto;
}

.home-content h1 {
  font-size: 16px;
  margin-bottom: 10px;
}

.main {
  padding: 0 20px 30px;
}

/*NEWS*/
h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.news {
  padding: 50px 0 40px;
}

#news-title {
  padding-bottom: 10px;
}

.news li {
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 10px;
}

/*NEWSリストのhover*/
.news li:hover {
  color: #ed4c77;
}

/*ABOUT*/
/*上下罫線*/
.copy-contents {
  border-top: solid 1px #5c6c8e;
  border-bottom: solid 1px #5c6c8e;
  padding: 50px 0 60px;
}

h3 {
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.image_2 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.text {
  text-align: justify;
  letter-spacing: -0.04rem;
}

/*MENU*/
#menu {
  margin: 55px 0 20px;
}

/*MENU-item*/
.grid-wrappar {
  text-align: center;
  font-size: 22px;
  font-family: 'Shippori Mincho', serif;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
}

.item {
  margin-bottom: 40px;
}

/*MENU画像のhover*/
.item:hover {
  opacity: 0.5;
  transition: 0.4s;
}

.item-list {
  margin-top: 4px;
}


/*INFORMATION*/
.info-wrap {
  background-image: url(../images/footback.jpg);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  text-align: center;
}

.access {
  padding-bottom: 30px;
}

#info-title+p {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 30px 0 18px;
}

.map-buttun {
  background-color: #575b4a;
  padding: 11px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px;
}

/* mapボタンのfover */
.map-buttun:hover {
  background-color: #c8d599;
  color: #575b4a;
}

/*logo*/
.logo-title {
  font-family: 'Shippori Mincho', serif;
  font-family: 'Zen Old Mincho', serif;
  font-size: 14px;
  margin: 18px 0 7px;
}

.f-logo {
  width: 210px;
  margin: auto;
}

/*logoのhover*/
.f-logo img:hover {
  opacity: 0.4;
  transition: 0.3s
}

/*カレンダー*/
.calender {
  width: 240px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
}

/*SNS-icon*/
.nav-icon {
  display: flex;
  justify-content: center;
  color: #575b4a;
  font-size: 2.1rem;
  list-style: none;
  padding-bottom: 5px;
}

.nav-icon li:hover {
  opacity: 0.5;
}

.fa-envelope,
.fa-facebook-square {
  margin-right: 45px;
}

/*footer*/
.copy {
  color: #fff;
  background-color: #c6c694;
  padding: 18px;
  text-align: center;
}

small {
  font-size: 12px;
  line-height: 1;
}


/*タブレットなど、横幅768px以上*/
@media screen and (min-width: 768px) {

  /*home画像*/
  #home {
    height: 550px;
  }

  .page-header {
    padding: 0 40px;
    height: 30px;
  }

  /* ドロワーの非表示 */
  .drawer {
    display: none;
  }

  /* PC・タブレット用ナビの表示 */
  .PC-nav {
    display: inline;
  }

  /*ナビリスト*/
  .main-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    padding: 25px 0 10px;
  }

  .main-nav li {
    margin-left: 40px;
    font-size: 14px;
    font-weight: normal;
  }

  /*ナビリストのhover*/
  .main-nav li:hover {
    opacity: 0.5;
  }

  /*メインタイトル*/
  .home-content h1 {
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 10px;
  }

  .home-content {
    width: 250px;
    padding: 90px 0;
    margin-left: 70px;
  }

  /*mainの幅（SPのpadding-LR20含む)*/
  .main {
    width: 700px;
    margin: auto;
  }

  /*NEWS*/
  h2 {
    font-size: 30px;
  }

  .news {
    padding: 70px 0 60px;
  }

  #news-title {
    padding-bottom: 25px;
  }

  .news li {
    font-size: 16px;
    line-height: 1.5;
  }

  strong {
    margin-right: 10px;
  }

  /*ABOUT*/
  .copy-contents {
    padding-bottom: 50px;
  }

  h3 {
    font-size: 23px;
    line-height: 1.6;
  }

  /* NEWSとABOUTにSP用に入れた<br>をなくす */
  .none_2 {
    display: none;
  }

  /*写真と文章を横並びに*/
  .flex_2 {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }

  .image_2 {
    width: 45%;
  }

  .flex_2-right {
    width: 55%;
    margin-top: 20px;
    margin-left: 30px;
  }

  .grid-wrappar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  #menu {
    margin: 50px 0 20px;
  }

  .item {
    margin-bottom: 56px;
  }

  /*INFO*/
  .info-wrapper {
    padding: 103px 0 0;
  }

  .info-wrap {
    padding-top: 100px;
    text-align: center;
  }


  /* INFOMATIONとカレンダーを横並びに*/
  .info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 560px;
    margin: auto;
  }

  .access {
    padding: 0;
  }

  #info-title+p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .logo-title {
    font-size: 16px;
    margin: 25px 0 10px;
  }

  .f-logo {
    width: 210px;
  }

  .calender {
    width: 280px;
    margin: 0;
  }

  .nav-icon {
    padding: 40px 0 40px;
  }

}




/*PCなど、横幅1024px以上*/
@media screen and (min-width: 1024px) {
  #home {
    height: 700px;
  }

  .page-header {
    height: 0px;
  }

  /*ナビリスト*/
  .main-nav {
    padding: 40px 30px 0px;
  }

  .main-nav li {
    margin-left: 50px;
    font-size: 15px;
    font-weight: normal;
  }

  /*メインタイトル*/

  .home-content h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .home-content {
    width: 400px;
    padding: 200px 30px;
  }

  /*mainの幅（SPのpadding-LR20含む)*/
  .main {
    width: 1000px;
  }

  /*NEWS*/
  .news {
    margin: 30px 0;
  }

  .news li {
    width: 550px;
    margin: auto;
    font-size: 20px;
    line-height: 1.7;
  }

  /*ABOUT*/
  h3 {
    margin-top: 40px;
    font-size: 29px;
    line-height: 1.6;
  }

  .text {
    font-size: 17px;
  }

  .flex_2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /*MENU*/
  #menu {
    margin-top: 90px;
    margin-bottom: 20px;
  }

  /*INFO*/
  .info {
    width: 700px;
  }

  #info-title+p {
    font-size: 16px;
  }

  .logo-title {
    font-size: 18px;
  }

  .f-logo {
    width: 240px;
  }

  .calender {
    width: 300px;
  }

}