@charset "utf-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  font-family: "Verdana, Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 100;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl, dt, dd {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 85%;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
p a {
  transition: all 1s;
}
p a:hover {
  opacity: 0.5;
}
li a {
  transition: all 1s;
}
li a:hover {
  opacity: 0.5;
}
a > img {
  transition: all 1s;
}
a > img:hover {
  opacity: 0.5;
}
/* ==========================================================================//
//
//　ユーティリティー
//
// ========================================================================== */
.u-font--s {
  font-size: 1.5rem;
}
.u-font--ss {
  font-size: 1.1rem;
}
.u-font__color--green {
  color: #1c4b34;
}
.u-font__color--lightgreen {
  color: #9bc5b7;
}
.u-font--bold {
  font-weight: 700;
}
.u-map--grayscale {
  filter: grayscale(100%);
}
.u-float--left {
  display: flex;
  justify-content: flex-start;
  padding: 1% 0;
}
.u-mb--10{
    margin-bottom: 10px;
}
.-text--center{
    text-align: center;
}
/* ==========================================================================//
//
//　レイアウト
//
// ========================================================================== */
/* ヘッダー
---------------------------------------------------------- */
.l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  padding: 1% 0 0;
}
/* ご注意
---------------------------------------------------------- */
.l-attention {
  background-color: #1c4b34;
  margin: 0.5% 0 0;
}
/* インフォメーション
---------------------------------------------------------- */
.l-info {
  display: flex;
  width: 75%;
  margin: 0 auto;
  justify-content: space-around;
  padding: 5% 0 3%;
}
/* ポイント
---------------------------------------------------------- */
.l-point {
  width: 100%;
}
/* フッター
---------------------------------------------------------- */
.l-footer {
  width: 100%;
  padding: 2% 0 0;
  background-color: #1c4b34;
  display: flex;
  justify-content: space-around;
  border-top: 0.5px solid #FAFAFA;
}
/* @media screen and (max-width: 1366px) 
---------------------------------------------------------- */
@media screen and (max-width:1366px) {
  .l-info {
    width: 95%;
    margin: 0 auto;
  }
}
/* @media screen and (max-width: 768px) 
---------------------------------------------------------- */
@media screen and (max-width:768px) {
  .l-attention {
    margin: 0.2% 0 0;
    padding: 1% 0;
  }
  .l-info {
    display: block;
  }
  .l-footer {
    display: block;
  }
}
/* ==========================================================================//
//
//　プロジェクト
//
// ========================================================================== */
/* ロゴ
---------------------------------------------------------- */
.p-logo {
  max-width: 380px;
}
.p-logo img {
  width: 100%;
}
/* メインビジュアル
---------------------------------------------------------- */
.p-mv {
  width: 100%;
}
.p-mv img {
  width: 100%;
}
/* キャッチコピー
---------------------------------------------------------- */
.p-catchphrase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-phrase {
  max-width: 550px;
  padding: 0 1%;
}
.p-phrase img {
  width: 100%;
}
/* イベント告知用バナー
---------------------------------------------------------- */
.p-event-banner {
  max-width: 650px;
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
  justify-content: space-between;
  border-width: 0.5px;
}
.p-banner {
  width: 300px;
  padding: 0 1%;
}
.p-banner img {
  width: 100%;
}
/* ご注意
---------------------------------------------------------- */
.p-attention {
  width: 60%;
  margin: 0 auto;
  padding: 1% 3%;
  background-color: #1c4b34;
}
.p-attention p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.6em;
  color: #fff;
}
/* アクセス
---------------------------------------------------------- */
.p-access {
  width: 49%;
  background-color: #e2d9c8;
  padding: 0 2% 3%;
  position: relative;
}
.p-access:before, .p-access:after {
  width: calc(100% - 15px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.p-access:before {
  border-bottom: solid 15px #9bc5b7;
  border-left: solid 15px transparent;
  bottom: 100%;
}
.p-access:after {
  border-top: solid 15px #e2d9c8;
  border-right: solid 15px transparent;
  top: 100%;
}
.p-access h2 {
  font-size: 12rem;
  color: #9bc5b7;
  font-weight: 700;
}
.p-address {
  width: 82%;
  border: 1px solid #9bc5b7;
  padding: 2% 4%;
  margin: 5% auto;
}
.p-address p {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #578272;
}
.p-map {
  max-width: 600px;
  height: 300px;
  margin: 4% auto;
  padding: 0 3%;
}
/* インフォメーション
---------------------------------------------------------- */
.p-info {
  width: 49%;
  background-color: #e9e9e9;
  padding: 0 2% 2%;
  position: relative;
}
.p-info:before, .p-info:after {
  width: calc(100% - 15px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.p-info:before {
  border-bottom: solid 15px #578272;
  border-left: solid 15px transparent;
  bottom: 100%;
}
.p-info:after {
  border-top: solid 15px #e9e9e9;
  border-right: solid 15px transparent;
  top: 100%;
}
.p-info h2 {
  font-size: 12rem;
  color: #1c4b34;
  font-weight: 700;
}
.p-info dl {
  width: 90%;
  margin: 0 auto;
  padding: 3%;
  line-height: 3em;
  color: #1c4b34;
}
.p-info dl dt {
  font-size: 1.4rem;
  font-weight: 100;
  width: 30%;
  border-bottom: 0.5px solid #9bc5b7;
}
.p-info dl dd {
  width: 70%;
  font-size: 1.4rem;
  font-weight: 100;
  border-bottom: 0.5px solid #9bc5b7;
}
.p-info dl dt:last-child + dd {
  border-bottom: none;
}
/* イメージ
---------------------------------------------------------- */
.p-img-wrap {
  width: 45%;
}
.p-img--left, .p-img--right {
  width: 100%;
}
.p-img--left img {
  width: 100%;
  border-radius: 100px 100px 0 0;
}
.p-img--right img {
  width: 100%;
  border-radius: 0 0 100px 100px;
}
/* ポイント
---------------------------------------------------------- */
.p-point-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.p-point {
  width: 20%;
}
.p-point img {
  width: 100%;
}
/* ギャラリー
---------------------------------------------------------- */
.p-gallery {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.p-gallery--img {
  width: 50%;
}
.p-gallery--img img {
  width: 100%;
}
/* フッター
---------------------------------------------------------- */
.p-footer__copy {
  width: 38%;
  text-align: center;
  color: #fff;
  padding: 0 1%;
}
.p-footer__copy p {
  font-size: 1.3rem;
}
.p-footer__logo {
  width: 20%;
}
.p-footer__logo img {
  width: 100%;
}
/*お問い合わせ*/
.p-contact {
  width: 38%;
  text-align: center;
  color: #fff;
  padding: 0 1%;
}
.p-contact p {
  font-size: 1.5rem;
  padding: 2% 0;
}
/* @media screen and (max-width: 1366px) 
---------------------------------------------------------- */
@media screen and (max-width:1366px) {
  .p-catchphrase {
    position: absolute;
    top: 35%;
  }
  .p-access h2 {
    font-size: 7.5rem;
    padding: 2%;
  }
  .p-info h2 {
    font-size: 7.5rem;
    padding: 2%;
  }
}
/* @media screen and (max-width: 1024px) 
---------------------------------------------------------- */
@media screen and (max-width:1024px) {
  .p-phrase {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .p-phrase img {
    width: 100%;
  }
  .p-event-banner {
    max-width: 100%;
    background-color: #1c4b34;
    position: relative;
    right: 0;
    padding: 2% 0;
  }
  .p-banner {
    width: 200px;
    margin: 0 auto;
  }
  .p-access h2 {
    font-size: 5.5rem;
    padding: 2%;
  }
  .p-info h2 {
    font-size: 5.5rem;
    padding: 2%;
  }
}

/* @media screen and (max-width: 768px) 
---------------------------------------------------------- */
@media screen and (max-width:768px) {
  .p-mv {
    width: 100%;
    height: 70vh;
  }
  .p-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-logo {
    max-width: 220px;
  }
  .p-attention {
    width: 85%;
    padding: 1% 2%;
  }
  .p-attention p {
    font-size: 1.2rem;
  }
  .p-access {
    width: 96%;
    margin: 8% auto 0;
  }
  .p-access:before, .p-access:after {
    width: calc(100% - 25px);
  }
  .p-access:before {
    border-bottom: solid 25px #9bc5b7;
    border-left: solid 25px transparent;
  }
  .p-access:after {
    border-top: solid 25px #e2d9c8;
    border-right: solid 25px transparent;
    top: 100%;
  }
  .p-address {
    width: 90%;
    padding: 3%;
  }
  .p-address p {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .p-map {
    width: 95%;
  }
  .p-info {
    width: 96%;
    margin: 15% auto 5%;
  }
  .p-info:before, .p-info:after {
    width: calc(100% - 25px);
  }
  .p-info:before {
    border-bottom: solid 25px #578272;
    border-left: solid 25px transparent;
  }
  .p-info:after {
    border-top: solid 25px #e9e9e9;
    border-left: solid 25px transparent;
  }
  .p-info dl {
    width: 90%;
    line-height: 2.5em;
  }
  .p-info dl dt {
    font-size: 1.2rem;
  }
  .p-info dl dd {
    font-size: 1.2rem;
  }
  .p-img-wrap {
    width: 98%;
    margin: 12% auto 0;
    display: flex;
    justify-content: center;
  }
  .p-img--left img {
    border-radius: 0;
  }
  .p-img--right img {
    border-radius: 0;
  }
  .p-point-wrap::after {
    content: "";
    display: block;
    width: 45%;
  }
  .p-point {
    width: 45%;
  }
  .p-gallery {
    width: 98%;
    margin: 2% auto;
  }
  .p-footer__copy {
    width: 100%;
    padding: 2% 0 0;
  }
  .p-footer__copy p {
    font-size: 1.2rem;
  }
  .p-footer__logo {
    width: 50%;
    margin: 0 auto;
    padding: 3% 0;
  }
  .p-contact {
    width: 100%;
    padding: 2% 0 1%;
  }
  .p-contact p {
    font-size: 1.2rem;
  }
}
/* ==========================================================================//
//
//　コンポーネント
//
// ========================================================================== */
.c-sns {
  margin: 0 20px;
}
.c-sns__insta {
  max-width: 50px;
}
.c-sns__insta img {
  width: 100%;
}
.c-button {
  width: 200px;
  margin: 0 auto;
  border: 0.5px solid #FFFFFF;
}