@charset "UTF-8";
/* ====================================================
共通設定
===================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

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

h2 {
  font-size: 3.8rem;
  font-family: "Hina Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
    padding-bottom: 5px;
  }
}

h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  text-align: center;
  font-family: "Hina Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
    padding-top: 3rem;
  }
}

h5 {
  text-align: center;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

.container {
  border-top: 2px solid #C6E5E8;
  padding-top: 10px;
  margin-top: 20px;
}

.pc-flex {
  display: flex;
}
@media (max-width: 767px) {
  .pc-flex {
    display: inline;
  }
}

.all-flex {
  display: flex;
}

.flex-item2 {
  width: 50%;
}
@media (max-width: 767px) {
  .flex-item2 {
    width: 100%;
  }
}

.between {
  justify-content: space-between;
}

.smalltext {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .smalltext {
    font-size: 1rem;
  }
}

.blockelement {
  display: block;
}

.pc-block {
  display: block;
}
@media (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/*---------------- wrapper -------------------------*/
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  display: block;
  background-image: url(../images/bg-pattern.jpg);
  background-size: 500px;
  background-repeat: repeat;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .wrapper {
    font-size: 1.4rem;
  }
}

.main {
  max-width: 970px;
  margin: 0 auto;
  background-color: #ffffff;
}

/*---------------- section -------------------------*/
section {
  margin-bottom: 50px;
  padding: 0 30px 100px;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
}

/*---------------- top -------------------------*/
.top {
  background-image: url(../images/bg-flower1\ .jpg);
  background-size: 30%;
  background-position: left 20px bottom;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top {
    padding-bottom: 40px;
    margin-bottom: 0;
    background-size: 50%;
  }
}
.top > div {
  align-items: flex-end;
}
.top__img {
  width: 60%;
}
@media (max-width: 767px) {
  .top__img {
    width: 100%;
  }
}
.top__title {
  width: 120px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .top__title {
    width: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.top__titletext {
  margin: 50px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  .top__titletext {
    margin: 0 auto;
  }
}
.top__titletext__main {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .top__titletext__main {
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
.top__titletext__sub {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .top__titletext__sub {
    font-size: 1rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
.top__text {
  padding: 50px 50px 0 50px;
}
@media (max-width: 767px) {
  .top__text {
    padding: 50px 20px 0 20px;
  }
}

/*---------------- taiken -------------------------*/
.taiken {
  background-image: url(../images/bg-flower2.jpg);
  background-size: 30%;
  background-position: right 20px bottom;
}
@media (max-width: 767px) {
  .taiken {
    background-size: 50%;
  }
}
.taiken__planlist > :first-child {
  border-right: 2px solid #C6E5E8;
}
@media (max-width: 767px) {
  .taiken__planlist > :first-child {
    border-right: none;
    border-bottom: 2px solid #C6E5E8;
  }
}
.taiken__plan {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .taiken__plan {
    width: 100%;
    margin-top: 20px;
  }
}
.taiken__plan__menu {
  background-color: #333;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 5px;
}
.taiken__plan__text {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .taiken__plan__text {
    padding: 0 10px;
  }
}

.list {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.frame {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #333;
}

/*---------------- artist -------------------------*/
.artist {
  background-image: url(../images/bg-flower3.jpg);
  background-size: 30%;
  background-position: left 20px bottom;
}
.artist__container {
  justify-content: space-between;
}
.artist__container > :first-child {
  border-right: 2px solid #C6E5E8;
}
@media (max-width: 767px) {
  .artist__container > :first-child {
    border-right: none;
    border-bottom: 2px solid #C6E5E8;
  }
}
.artist__list {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .artist__list {
    width: 100%;
    margin-top: 20px;
  }
}
.artist__list__name {
  margin-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .artist__list__name {
    padding-top: 20px;
    font-size: 2rem;
  }
}
.artist__list__name > .spell {
  margin-left: 1rem;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .artist__list__name > .spell {
    font-size: 1.6rem;
  }
}
.artist__list__name > .gou {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .artist__list__name > .gou {
    font-size: 1.6rem;
  }
}
.artist__list__img {
  width: 80%;
  margin: 0 auto;
}
.artist__list .list {
  padding-top: 20px;
}

/*---------------- about -------------------------*/
.about {
  background-image: url(../images/bg-flower4.jpg);
  background-size: 40%;
  background-position: right 20px bottom;
}
@media (max-width: 767px) {
  .about {
    background-size: 60%;
  }
}
.about .container div {
  flex: 1;
  padding: 0 10px;
}

/*---------------- process -------------------------*/
.process__top {
  align-items: flex-end;
  margin-bottom: 20px;
}
.process__top__title {
  width: 40%;
  text-transform: uppercase;
  font-size: 2.4rem;
  color: #a50d0d;
  font-weight: bold;
}
@media (max-width: 767px) {
  .process__top__title {
    width: 100%;
  }
}
.process__top__subtitle {
  width: 60%;
}
@media (max-width: 767px) {
  .process__top__subtitle {
    width: 100%;
  }
}
.process__img {
  margin: 0 10px;
}
.process__menu {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .process__menu {
    margin: 0;
  }
}
.process__menu__title {
  color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.process__menu__text {
  flex: 2;
  padding-right: 5px;
  margin-bottom: 10px;
}
.process__menu__img {
  flex: 1;
}
.process__menu__lasttext {
  margin-top: 100px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 767px) {
  .process__menu__lasttext {
    margin-top: 40px;
  }
}

.bg-gray {
  background-color: grey;
}

.bg-black {
  background-color: #333;
}

.allow {
  width: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.allow > img {
  width: 100%;
  vertical-align: top;
}

/*---------------- map -------------------------*/
iframe {
  width: 100%;
}

.marker {
  background: linear-gradient(transparent 50%, #ff6 50%);
}

/*---------------- map -------------------------*/
.akaneya__youtube {
  margin-bottom: 40px;
}
.akaneya__youtube__title {
  width: 40%;
  margin-top: 20px;
}
.akaneya__youtube__qr {
  width: 60%;
}
.akaneya__youtube img {
  width: 80%;
}/*# sourceMappingURL=style.css.map */