@charset "UTF-8";
/* =================================================== *

  --- ABOUT CSS ---

framework [musubii] https: //musubii.qranoko.jp/getting-started/introduction
mobile~575px
fablet 576px~767px
tablet 768px~991px
desktop 992px~1199px
wide 1200px~

 * =================================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  overflow-x: hidden;
  color: #4e4522;
  background: #fffbec;
}

.commingsoon {
  padding: 10% 2%;
  text-align: center;
}
.commingsoon p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.commingsoon h1 {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
.commingsoon h1 img {
  width: 100%;
  max-width: 300px;
}

/* 明朝体 */
.min {
  font-family: "Kaisei Tokumin", serif;
}

/* 最初ふわっと */
body {
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
/* inner */
.section > .inner {
  width: 94%;
  max-width: 1200px;
}

.inner800 {
  max-width: 800px;
  margin: 0 auto;
}

/* link */
a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

/* img */
.pic img {
  width: 100%;
  height: auto;
}

/* pc sp　表示 */
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* pcの時は無効 */
@media screen and (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}
/*  Header
=================================================== */
#main-img {
  display: flex;
  align-items: center;
  padding: 50px 0 0 0;
  background: url("../img/top_bg.jpg") no-repeat center center;
  background-size: cover;
}
#main-img h1 {
  margin: 0 auto 50px auto;
}
#main-img h1 img {
  filter: drop-shadow(0 0 10px #844c4c) drop-shadow(0 0 15px #c93937);
}

.main-left {
  position: relative;
  flex-basis: 40%;
  margin-right: 5%;
  margin-left: 5%;
}

.main-right {
  flex-basis: auto;
  margin-left: auto;
}

.nav {
  position: absolute;
  z-index: 10;
  top: 5%;
  right: 20%;
  display: flex;
}
.nav ul {
  display: flex;
}
.nav ul li a {
  font-size: 2rem;
  padding: 0 30px;
  color: #4e4522;
}

.header-sns {
  display: flex;
  margin-left: 30px;
}
.header-sns > div + div {
  margin-left: 20px;
}
.header-sns a {
  font-size: 2rem;
  color: #c12a2d;
  text-shadow: 0px 0px 10px #fff;
}

.topics {
  font-size: 1.8rem;
  padding: 20px;
  color: #fff;
  background: rgba(60, 180, 180, 0.8);
}
.topics h3 {
  margin-bottom: 10px;
}
.topics p + p {
  margin-top: 1em;
}
.topics .topic-strong {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: yellow;
}
.topics dl {
  display: flex;
  flex-wrap: wrap;
}
.topics dl dt {
  flex-basis: 15%;
}
.topics dl dd {
  flex-basis: 85%;
}
.topics ul {
  padding-left: 1em;
}
.topics ul li {
  list-style: disc;
}
.topics ul li + li {
  margin-top: 10px;
}
.topics a {
  text-decoration: underline;
  color: #f5ff00;
}

.topics-flex {
  display: flex;
  align-items: center;
}
.topics-flex > div:first-child {
  order: 2;
}
.topics-flex > div:last-child {
  order: 1;
  margin-right: 20px;
}

@media screen and (max-width: 1400px) {
  #main-img h1 {
    margin-bottom: 30px;
  }
  .main-left {
    flex-basis: 60%;
  }
  .nav {
    top: 4%;
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .main-left {
    flex-basis: 80%;
  }
  .nav {
    right: 15%;
  }
  .nav ul li a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .topics {
    font-size: 1.6vw;
  }
  .topics-flex {
    display: block;
  }
  .header-sns {
    margin-left: 20px;
  }
  .header-sns > div + div {
    margin-left: 10px;
  }
  .header-sns a {
    font-size: 1.6rem;
  }
  .nav {
    top: 2%;
  }
  .nav ul li a {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main-img {
    display: block;
    padding: 20px 0 0 0;
    background: url("../img/top_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  #main-img h1 {
    max-width: 250px;
    margin: 0;
  }
  .main-right {
    margin: 0;
  }
  .nav {
    display: none;
  }
  .header-sns {
    display: none;
  }
  .topics {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .topics .topic-strong {
    font-size: 2rem;
  }
}
/*  SP MENU
=================================================== */
/*menu*/
.menu {
  position: fixed;
  z-index: 99;
  top: 2%;
  right: 2%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 50%;
  background: #222;
}

.menu__line {
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  transition: transform 0.3s;
  background: #fff;
}

.menu__line--top {
  top: 20px;
}

.menu__line--center {
  top: 40px;
}

.menu__line--bottom {
  bottom: 20px;
}

.menu__line--top.active {
  top: 38px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 40px;
  transform: rotate(135deg);
}

/*gnav*/
.gnav {
  position: fixed;
  z-index: 98;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.gnav__wrap {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

ul.gnav__menu {
  flex-basis: 100%;
  margin-top: 100px;
  text-align: center;
}

.gnav__menu__item {
  margin: 40px 0;
}
.gnav__menu__item a {
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}
.gnav__menu__item a:hover {
  color: #666;
}

.gnav-sns {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin-bottom: 50px;
}
.gnav-sns > div + div {
  margin-left: 20px;
}
.gnav-sns a {
  font-size: 2rem;
  color: #fff;
}

.gnav-open {
  line-height: 2;
  flex-basis: 100%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .gnav__menu__item {
    margin: 0 0 10px 0;
  }
  .gnav__menu__item a {
    font-size: 1.8rem;
    padding: 10px;
  }
  .gnav-sns {
    margin-bottom: 20px;
  }
  .gnav-open {
    line-height: 2;
    flex-basis: 100%;
    text-align: center;
    color: #fff;
  }
}
/*  Footer
=================================================== */
footer {
  padding: 90px 0 50px 0;
  color: #fff;
  background: #000 url("../img/suna.jpg") repeat-x left top;
  background-size: cover;
}
footer small {
  font-size: 1.2rem;
  font-weight: normal;
  color: #ddd;
}
footer h1 {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer__inner {
  display: flex;
  margin-bottom: 50px;
}
.footer__inner > div {
  flex-basis: 50%;
}
.footer__inner > div + div {
  border-left: solid 1px #fff;
}
.footer__inner > div:first-child {
  line-height: 2;
  padding-right: 50px;
}
.footer__inner > div:last-child {
  padding-left: 50px;
}

.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.footer-sns > div + div {
  margin-left: 30px;
}
.footer-sns i {
  font-size: 3rem;
}

.footer-tel a {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
  footer h1 {
    margin: 0 auto 30px auto;
  }
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__inner > div + div {
    border-left: none;
  }
  .footer__inner > div:first-child {
    padding-right: 0;
  }
  .footer__inner > div:last-child {
    padding-left: 0;
  }
}
/*  見出し
============================= */
h2 {
  font-size: 5rem;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}
/*  section1
============================= */
#section1 {
  background: url("../img/bg.png");
}

/*  about
============================= */
#about {
  display: flex;
  width: 80%;
  margin-bottom: 5%;
  margin-left: auto;
  color: #4e4522;
}
#about > div {
  flex-basis: 50%;
}
#about > div:first-child {
  background: url("../img/about01.jpg") no-repeat right top;
  background-size: cover;
}
#about > div:first-child img {
  display: none;
}
#about > div:last-child {
  padding: 2%;
  background: rgba(113, 200, 190, 0.8);
}
#about p {
  line-height: 2;
  margin-bottom: 30px;
}

p.about-text span {
  font-size: 180%;
  color: yellow;
}

.about__img {
  display: flex;
  flex-wrap: wrap;
}
.about__img > div {
  flex-basis: 40%;
}
.about__img > div:nth-child(2n) {
  margin-left: 2%;
}
.about__img > div:nth-child(n+3) {
  margin-top: 2%;
}

@media screen and (max-width: 1400px) {
  #about {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #about {
    width: 100%;
  }
  #about > div:first-child {
    flex-basis: 40%;
  }
  #about > div:last-child {
    font-size: 1.6vw;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 992px) {
  #about {
    flex-direction: column-reverse;
  }
  #about > div:first-child {
    background: none;
  }
  #about > div:first-child img {
    display: block;
  }
  #about > div:last-child {
    font-size: 1.6rem;
    padding: 20px;
  }
  #about h2 {
    text-align: center;
  }
  .about-text {
    text-align: center;
  }
  .about-text2 {
    text-align: center;
  }
  .about__img {
    justify-content: space-between;
  }
  .about__img > div {
    flex-basis: 48.5%;
  }
  .about__img > div:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .about-text2 {
    text-align: left;
  }
}
/*  system
============================= */
#system {
  display: flex;
  width: 80%;
  margin-right: auto;
  color: #4e4522;
}
#system > div {
  flex-basis: 50%;
}
#system > div:first-child {
  order: 2;
  background: url("../img/system01.jpg") no-repeat left top;
  background-size: cover;
}
#system > div:first-child img {
  display: none;
}
#system > div:last-child {
  order: 1;
  padding: 2%;
  background: rgba(113, 200, 190, 0.8);
}
#system p {
  line-height: 2;
  text-align: center;
}
#system p + p {
  margin-top: 30px;
}
#system p a {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  #system {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #system {
    width: 100%;
  }
  #system > div:first-child {
    flex-basis: 40%;
  }
  #system > div:last-child {
    font-size: 1.6vw;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 992px) {
  #system {
    flex-direction: column;
  }
  #system > div:first-child {
    background: none;
  }
  #system > div:first-child img {
    display: block;
  }
  #system > div:last-child {
    font-size: 1.6rem;
    padding: 20px;
  }
}
/*  section2
============================= */
#section2 {
  padding: 50px 0;
}
#section2 > .inner {
  width: 90%;
  margin: 0 auto;
}
#section2 article + article {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #section2 {
    padding: 30px 0;
  }
  #section2 > .inner {
    width: 90%;
    margin: 0 auto;
  }
  #section2 article + article {
    margin-top: 30px;
  }
}
/*  section3
============================= */
#section3 {
  padding: 50px 0;
  text-align: center;
  background: url("../img/pink_bg.jpg");
}
#section3 p + p {
  margin-top: 1em;
}
#section3 p:last-child {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  color: red;
}

/*  map
============================= */
#map {
  font-weight: bold;
  padding: 90px 0;
  color: #000;
  background: url("../img/turf.jpg") repeat-x center bottom;
  background-size: cover;
}
#map > .inner {
  width: 90%;
  margin: 0 auto;
}

.iframe {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 30%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .iframe {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 767px) {
  #map {
    padding: 50px 0 0 0;
  }
  #map > .inner {
    width: 100%;
  }
  .iframe {
    padding-bottom: 100%;
  }
}
/*  photo
============================= */
#photo #main-img {
  background: none;
}

#photo__list {
  padding-top: 50px;
}
#photo__list ul {
  display: flex;
  flex-wrap: wrap;
}
#photo__list ul li {
  flex-basis: 14.2857%;
}

@media screen and (max-width: 1200px) {
  #photo__list ul li {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 767px) {
  #photo__list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 525px) {
  #photo__list ul li {
    flex-basis: 50%;
  }
}