@charset "UTF-8";
/*-------------------------------------------------------
reset
-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
html,
body,
header,
footer,
article,
section,
nav,
aside,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
blockquote,
pre,
figure {
  margin: 0;
  padding: 0;
}

header,
footer,
article,
section,
nav,
aside,
main,
figure {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  outline: 0;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

a img {
  backface-visibility: hidden;
}

img {
  border: 0;
  outline: 0;
}

ul,
ol {
  list-style: none;
}

em,
address {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

/*-------------------------------------------------------
config
-------------------------------------------------------*/
/*-------------------------------------------------------
common
-------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  html {
    font-size: 70px;
  }
}
@media print, screen and (min-width: 461px) and (max-width: 1119px) {
  html {
    font-size: 64px;
  }
}
@media screen and (min-width: 410px) and (max-width: 460px) {
  html {
    font-size: 110px;
  }
}

body {
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  color: #3c3530;
  font-weight: bold;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  min-width: 1000px;
}
@media (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

a {
  color: #444;
}

a:hover,
a:hover img,
button:hover {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/*-------------------------------------------------------
色
-------------------------------------------------------*/
/* ---------------------------------------------------------
PC・SP非表示
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  [data-sc-sp] {
    display: none !important;
  }
}

/*-------------------------------------------------------
nav
-------------------------------------------------------*/
nav ul {
  display: flex;
}

nav span {
  margin: 10px 0 0 0;
  display: inherit;
  font-size: 11px;
}

@media (min-width: 769px) {
  nav ul {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  header {
    padding: 15px 20px;
  }
  header .logo {
    padding: 0;
    float: none;
    width: 80%;
  }
  nav {
    float: none;
    width: 100%;
  }
  nav ul {
    margin: 20px 0 0 0;
    display: inherit;
  }
  nav li {
    border-top: 1px solid #42210b;
    border-left: none;
    width: 100%;
  }
  nav li:last-child {
    border-right: none;
    border-bottom: 1px solid #42210b;
  }
  nav a {
    padding: 12px 0;
  }
  nav span {
    margin: 8px 0 0 0;
  }
  nav ul {
    display: none;
  }
  nav li {
    width: 100%;
  }
  #toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 18px;
    height: 16px;
    cursor: pointer;
  }
  #toggle span {
    position: absolute;
    top: 0;
    width: 18px;
    height: 2px;
    background: #42210b;
    transition: all 0.3s ease-out;
  }
  #toggle .bar01 {
    top: 0;
  }
  #toggle .bar02 {
    top: 7px;
  }
  #toggle .bar03 {
    top: 14px;
  }
  #toggle.is-active .bar01 {
    top: 7px;
    transform: rotate(45deg);
  }
  #toggle.is-active .bar02 {
    opacity: 0;
  }
  #toggle.is-active .bar03 {
    top: 7px;
    transform: rotate(135deg);
  }
}
/*-------------------------------------------------------
ナビ調整
-------------------------------------------------------*/
/*-------------------------------------------------------
modules
-------------------------------------------------------*/
.row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .row {
    display: block;
  }
}

p,
dl {
  font-size: 0.16rem;
  font-weight: normal;
}

.w1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 12rem;
}

footer {
  position: relative;
  background: #3c3530;
  color: #fff;
  margin: 1.5rem 0.4rem 0;
}
footer:after {
  position: absolute;
  content: "";
  top: -1.1rem;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: url(../../img/foot_img.png) no-repeat center/contain;
}
footer nav {
  padding: 2em 0;
}
footer nav ul {
  justify-content: center;
}
footer nav ul li:not(:last-child) {
  position: relative;
  margin-right: 4em;
}
footer nav ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: -0.5em;
  right: -3em;
  width: 0.28rem;
  height: 0.34rem;
  background: url(../../img/line.png) no-repeat center/contain;
}
footer nav ul li:not(:last-child) a {
  color: #fff;
}
footer p:nth-child(2) {
  font-size: 2em;
  font-weight: bold;
  margin-left: 2.5em;
}
footer p:nth-child(3) {
  font-size: 1em;
  margin-left: 5.5em;
  line-height: 1.3;
}
footer small {
  text-align: center;
  display: block;
  padding: 0.5rem 0 0.2rem 0;
}

@media screen and (max-width: 768px) {
  footer {
    margin: 0;
    padding-top: 2em;
  }
  footer:after {
    position: static;
  }
  footer p:nth-child(2) {
    font-size: 1em;
    margin-left: 1.5em;
  }
  footer p:nth-child(3) {
    font-size: 0.8em;
    margin-left: 2em;
    margin-top: 1em;
  }
  .machi {
    margin: 50px 0 -1px 0;
  }
}
.inst-img {
  width: 25px;
  position: relative;
  z-index: 2;
}

.mv_area {
  height: 7.45rem;
  margin-left: 0.4rem;
}
.mv_area .l img {
  width: auto;
  height: 7.45rem;
}
.mv_area .r {
  background: url(../../img/top/mv.jpg) no-repeat top center/cover;
  width: 100%;
  flex: 1;
}

.mv_area_sp {
  height: 128vw;
  background: url(../../img/top/mv_sp.jpg) no-repeat top center/contain;
}

header {
  width: 100%;
  padding: 0.36rem 0.4rem;
}
header .logoarea {
  width: 2rem;
}
header .fb_icon {
  max-width: 0.3rem;
}
header .row {
  align-items: center;
}
header .r {
  width: 80%;
}
header .r nav ul {
  justify-content: flex-end;
  align-items: center;
}
header .r nav ul li:not(:last-child) {
  position: relative;
  margin-right: 4em;
}
@media print, screen and (min-width: 769px) {
  header .r nav ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    right: -3em;
    width: 0.28rem;
    height: 0.34rem;
    background: url(../../img/line.png) no-repeat center/contain;
  }
}

main {
  position: relative;
  margin: 0 0.4rem;
  background-image: url(../../img/bg.jpg);
  background-repeat: repeat;
}
main:after {
  position: absolute;
  content: "";
  top: 4rem;
  left: 0;
  width: 4.73rem;
  height: 2.57rem;
  background: url(../../img/noujyo_img.png) no-repeat center/contain;
}

h3 {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.7em;
  margin-bottom: 3em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
}
h3:after {
  position: absolute;
  content: "";
  top: 4.1em;
  left: 0;
  width: 0.9rem;
  height: 0.03rem;
  background: #aacd6e;
}

.link_box {
  margin-top: 4em;
  display: block;
  margin: auto 15px auto auto;
  width: 23em;
}
@media screen and (max-width: 768px) {
  .link_box {
    margin-bottom: 4em;
    width: 90%;
  }
}
.link_box a {
  position: relative;
  z-index: 5;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.2em;
  border: 1px solid #42210b;
  padding: 1.3em;
}
@media screen and (max-width: 768px) {
  .link_box a {
    padding: 1em 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.link_box a:after {
  position: absolute;
  content: "";
  bottom: -1em;
  left: 1em;
  width: 20.5em;
  height: 4em;
  background: #aacd6e;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .link_box a:after {
    position: static;
  }
}

.sec01 {
  padding: 0.56rem 0 1.3rem 0;
}
.sec01 .row {
  justify-content: center;
  flex-direction: row-reverse;
}
.sec01 .l {
  width: 6.7rem;
  margin-right: -1rem;
  margin-bottom: -0.3rem;
}
.sec01 .r {
  background: #fff;
  width: 6.5rem;
  padding: 0.56rem 0 0 1.3rem;
  display: block;
}
.sec01 p {
  margin-bottom: 4em;
}
.sec01 .link_box {
  margin: auto 15px auto auto;
}

section.sec02 {
  position: relative;
  background: url(../../img/top/sec02_bg.jpg) no-repeat center/cover;
  padding: 0.6rem 0 1rem 0;
}
section.sec02:after {
  position: absolute;
  content: "";
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background: url(../../img/top/kusa.png) no-repeat center/contain;
}
section.sec02 .link_box a:after {
  width: 17em;
}
section.sec02 .sec2box {
  background: rgba(255, 255, 255, 0.8392156863);
  text-align: center;
  width: 43em;
  margin: 0 auto;
  padding: 0.5rem 0;
}
section.sec02 .sec2box h3 {
  font-size: 2.2em;
  margin-bottom: 1.5em;
}
section.sec02 .sec2box h3:after {
  top: 3.4em;
  left: calc(50% - 0.5rem);
  width: 1rem;
}
section.sec02 .sec2box .link_box {
  margin: 2.3em auto;
}

.sec03 {
  padding: 0.68rem 0;
}
.sec03 .row {
  justify-content: center;
}
.sec03 .row .l {
  text-align: center;
  margin-right: 1rem;
  border-right: 2px solid #42210b;
  padding: 0.5rem 0.8rem 0 0;
}
@media print, screen and (min-width: 769px) {
  .sec03 .row .l .newsbox {
    width: 5rem;
  }
}
.sec03 .row .l h3 {
  margin-bottom: 2.2em;
}
.sec03 .row .l h3:after {
  top: 2.1em;
  left: calc(50% - 0.5rem);
  width: 1rem;
}
.sec03 .row .l li {
  text-align: left;
  margin-bottom: 2em;
}
.sec03 .row .fb_box {
  width: 4.7rem;
}

.sec04 {
  padding-top: 1rem;
}
.sec04 .row {
  justify-content: center;
}
.sec04 .row .l, .sec04 .row .r {
  width: 5.5rem;
  margin: 0 0.52rem;
}

@media screen and (max-width: 768px) {
  p, dl, li {
    font-size: 0.12rem;
  }
  .sec01 .r,
  .sec01 .l,
  section.sec02 .sec2box,
  .sec04 .row .l,
  .sec04 .row .r {
    margin: 0 auto;
    width: 100%;
  }
  main {
    margin: 0;
    padding: 0 20px;
  }
  header {
    margin: 0;
    padding: 10px 20px;
  }
  header li {
    text-align: center;
    padding: 1em 0;
  }
  header .r {
    width: 100%;
  }
  header .logoarea {
    max-width: 100px;
  }
  .sec01 {
    padding: 0.25rem 0 0.5rem 0;
  }
  .sec01 .row {
    flex-direction: column-reverse;
    display: flex;
  }
  .sec01 .r {
    background: none;
    padding: 0;
    margin-top: 6em;
  }
  h3 {
    text-align: center;
  }
  h3:after {
    left: calc(50% - 0.5rem);
    width: 1rem;
  }
  main:after {
    top: 1.7rem;
    width: 55%;
  }
  section.sec02 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: static;
    background: none;
    padding: 0;
  }
  section.sec02 .sec2box h3 {
    font-size: 6vw;
    margin-bottom: 1.5em;
  }
  .sec03 .row .l {
    text-align: center;
    margin-right: 0;
    border-right: none;
    padding: 0;
  }
  .sec04 .row .l,
  .sec04 .row .r {
    width: 90%;
    margin: 40px auto;
  }
  .sec04 {
    padding-top: 0;
  }
  .sec03 .row .fb_box {
    width: 100%;
  }
  .newsbox {
    margin-bottom: 5em;
  }
}/*# sourceMappingURL=home.css.map */