@charset "UTF-8";

/* メニュー */
#PC_navi {
  background-color: #252525;
  width: 100%;
  z-index: 999;

  & nav {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }

  & .menu_list {
    display: flex;
  }

  & .menu_btn {
    position: relative;
    color: #fff;
    margin-right: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.reserve_btn {
  background-color: #e09a02;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;

  &:hover {
    filter: brightness(1.2);
  }
}

#PC_navi .sub {
  cursor: pointer;
  position: relative;
  margin-right: 50px;

  &::after {
    content: "\e5cc";
    font-family: 'Material Icons Round';
    position: absolute;
    right: -25px;
    top: 4px;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(90deg);
  }
}

.PC_submenu {
  display: none;
  /*デフォルトでは非表示の状態にしておく*/
  width: 270px;
  position: absolute;
  z-index: 999;
  background-color: #f3f3f3;
  font-weight: 400;
  font-size: 1.3rem;

  & li {
    border-bottom: 1px solid #FFF;
    padding: 15px 10px;
  }

  & a {
    color: #5f5f5f;
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.5;

    &:hover {
      color: #00b2aa;
      transition: all 0.7s;
    }

    &::before {
      content: "\e5cc";
      font-family: 'Material Icons Round';
      position: absolute;
      left: 0;
      top: 1.5px;
      font-size: 1.7rem;
      color: #00b2aa;
      line-height: 1;
    }
  }
}

@keyframes menuShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu_btn:hover .PC_submenu {
  /*ホバーしたら表示*/
  box-shadow: 4px 2px 18px -12px #5d5b5b;
  animation: menuShow 0.3s linear 0s;
  display: block;
}

#SP_navi {
  display: none;
}


/* 共通 */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  color: #3d3d3d;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  min-width: 1080px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  background: url(../img/bg-t.png) left top no-repeat, url(../img/bg-m.png) right 500px no-repeat;
}

img {
  width: 100%;
}

h3 {
  font-size: 6rem;
  text-align: center;
  color: #00b2aa;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 20px;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.sp_br, .sp-s_br {
  display: none;
}

.top20 {
  margin-top: 20px;
}

.top40 {
  margin-top: 40px;
}

.top80 {
  margin-top: 80px;
}

.center {
  text-align: center;
}

.pc-center {
  text-align: center;
  line-height: 2;
}

.text_red {
  color: #E30012;
}

.text-b {
  font-size: 120%;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  background-color: #00B1A9;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0;
}

.bg_gray {
  background-color: #f1f1f1;
  padding: 100px 0;
}

.bg_wh {
  padding: 100px 0;
}

.btn {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  display: block;
  width: 12em;
  text-align: center;
  line-height: 1.3;
  padding: 12px 10px 15px;
  background-color: #f7ab00;
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s ease;
  margin: 20px auto 0;
  font-size: 1.6rem;

  &:hover {
    opacity: 0.8;
  }
}

.btn2 {
  background-color: #dd9124;
  color: #fff;
  margin-top: 10px;
  border: #dd9124 2px solid;
}



/* メイン */
#mainimage {
  background: url(../img/main-bg.jpg) center top repeat-x;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  padding: 160px 0 0 50px;
}
#mainimage .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
  margin-bottom: 50px;
}
#logo {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 30px;
}
h1 {
  color: #3e3e3e;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11rem;
  line-height: 1.2;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF,
    -3px 3px 0 #FFF, 3px -3px 0 #FFF,
    0px 3px 0 #FFF, 0-3px 0 #FFF,
    -3px 0 0 #FFF, 3px 0 0 #FFF;
}
h2 {
  color: #f7ab00;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-style: normal;
  & span {
    font-size: 150%;
    color: #00b1a9;
  }
}

.att-s {
  font-size: 1.2rem;
  text-align: right;
}

.day {
  padding-top: 55px;
}

.day li {
  background-color: #00B1A9;
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.event-day {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3E3E3E;

  & span {
    font-size: 2.8rem;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
  }
}
.place {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.t-red {
  color: #E30012;
}

.t-blue {
  color: #0068B4;
}

/* スケジュール */
.time {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  justify-content: space-between;
  max-width: 800px;
  margin: 50px auto 0;
  & dl {
    border: 3px solid #c3c3c3;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    align-items: center;
    justify-content: space-between;
  }
  & dt {
    font-size: 2.5rem;
    font-weight: bold;
    width: 47%;
  }
  & dd {
    width: 48%;
  }
}


.news {
  border: 1px solid #5d5b5b;
  padding: 20px 50px;
  overflow-y: scroll;
  height: 100px;
  background-color: #FFF;
  margin-top: 30px;
}
.info-day {
  font-weight: bold;
  color: #589d9a;
}

/* イベントメニュー */
.eventmenu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  & dl {
    width: 23%;
  }

  & dt {
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }

  & dd {
    font-size: 1.4rem;

    & strong {
      text-align: center;
      font-weight: 600;
      display: block;
      font-size: 1.7rem;
      color: #F6AB00;
      line-height: 1.4;
      margin-bottom: 10px;
    }
  }
}


/* アクセス */
.ac_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
  align-items: center;

  & h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
  }

  & li {
    list-style: disc;
    margin-left: 20px;
  }

  & a {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    text-decoration: underline;
    color: #00b2aa;
    font-size: 1.2rem;

    &::after {
      content: "\e5cc";
      font-family: 'Material Icons Round';
      position: absolute;
      right: -20px;
      font-size: 120%;
      line-height: 1.3;
    }

    &:hover {
      opacity: 0.8;
    }
  }

  .map {
    position: relative;
    overflow-y: hidden;
    width: 45%;
    padding-top: 35%;

    & iframe {
      position: absolute;
      top: -200px;
      left: 0;
      width: 100%;
      height: calc(100% + (200px * 2));
    }
  }

  .att {
    padding: 0 0 0 1em;
    position: relative;
  }

  .att::before {
    content: "※";
    position: absolute;
    left: 0;
  }
}

.ac_wrap div:last-child {
  width: 50%;
}

#ev_regi {
  padding: 0;
  font-weight: 500;
  border: #00B1A9 2px solid;
  margin-top: 30px;
}

.ev_att {
  background-color: #e6e6e6;
  padding: 20px 30px;
  line-height: 1.5;
  width: 80%;
  margin: 20px auto;
}

.semi-att {
  font-weight: 400;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  & dl {
    background-color: #e3e3e3;
    width: 80%;
    margin: 30px auto 0;
    text-align: left;
    font-size: 90%;
    color: #00B1A9;
    padding: 20px 30px;
  }
  & dt {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px #00B1A9 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  & dd strong {
    font-size: 120%;
    font-weight: 700;
  }

}



.btn-wrap {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 4em);
}

.last_e-menu {
  & dt {
    border-radius: 0%;
    text-align: center;
  }

  & img {
    width: 90%;
  }

  & dd {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
  }
}


/* ブランド */
#brand {
  & ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #7b7b7b;
    border-top: 1px solid #7b7b7b;
    align-items: stretch;
    background-color: #fff;
  }

  & li {
    width: 25%;
    border: 1px solid #7b7b7b;
    border-left: none;
    border-top: none;
    text-align: center;
    padding: 20px 10px;
    display: grid;


    & p {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 10px;
    }

    & a {
      transition: all 0.2s;
    }

    & a:hover {
      color: #558E8B;
    }
  }

  & h4 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;

    & ::after {
      display: block;
      content: "";
      height: 3px;
      width: 20%;
      background-color: #558e8b;
      margin: 0 auto;

    }
  }
}

.logo {
  width: 80%;
  display: inline-block;
  margin: 0 auto 30px;
  transition: all 0.2s;

  &:hover {
    opacity: 0.8;
  }
}




/* フッター */

.f-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  align-items: center;

  & div:first-child {
    width: 174px;
  }

  & div:last-child {
    width: 75%;
  }
}

.text-s {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 1120px) {
  #mainimage .inner {
    padding: 2%;
  }
  .title, .day {
    width: 50%;
  }
}

@media screen and (max-width: 1080px) {

  #logo {
    width: 150px;
    top: 80px;
  }

  #PC_navi {
    display: none;
  }

  /* スマホメニュー */
  #SP_navi {
    display: flex;
    background-color: #252525;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 60px;
    align-items: center;
    padding-left: 20px;
  }

  #SP_navi .reserve_btn {
    font-size: 1.4rem;
  }

  .sp_menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .sp_menu-btn span,
  .sp_menu-btn span:before,
  .sp_menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .sp_menu-btn span:before {
    bottom: 8px;
  }

  .sp_menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.sp_menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.sp_menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #939393;
  }

  #menu-btn-check:checked~.sp_menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #939393;
  }

  #menu-btn-check,
  #check1,
  #check2,
  #check3 {
    display: none;
  }

  .sp_menu_list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f3f3f3;
    font-weight: 400;
    font-size: 1.5rem;
    transition: all 0.5s;
    padding-top: 50px;
    /*アニメーション設定*/
  }

  .sp_menu_list li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    padding: 15px 33% 15px 20px;
  }

  .menu_deco {
    color: #5f5f5f;
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.5;
  }

  .menu_deco::before {
    content: "\e5cc";
    font-family: 'Material Icons Round';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.7rem;
    color: #00b2aa;
    line-height: 1;
  }

  #menu-btn-check:checked~.sp_menu_list {
    left: 30%;
    /*メニューを画面内へ*/
  }

  /*コンテンツ初めは非表示*/
  .SP_submenu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .SP_submenu li {
    margin: 0;
    padding: 15px 10px 15px 20px;
    border-bottom: none;
  }

  /*クリックするとコンテンツ表示*/
  #check1:checked~.SP_submenu,
  #check2:checked~.SP_submenu,
  #check3:checked~.SP_submenu {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
  }

  #check1:checked~.menu_deco::before,
  #check2:checked~.menu_deco::before,
  #check3:checked~.menu_deco::before {
    transform: rotate(90deg);
    color: #939393;
  }

  /* スマホメニュー */


  body {
    width: 100%;
    min-width: auto;
    background-position: -20px 50px, calc(100% + 5rem) 850px;
  }

  h3 {
    font-size: 4rem;
    line-height: 1.2;
  }

  .inner {
    width: 90%;
    max-width: 90%;
  }

  .sp_br {
    display: block;
  }
  .att-s {
    max-width: 450px;
    margin: 0 auto;
  }

  /* メイン */
  #mainimage {
    padding: 150px 0 0 0;
  }
  .main-text,
  .main-image {
    width: 100%;
  }
  .title, .day {
    width: 100%;
  }
  .day {
    padding-top: 0px;
    margin: 30px 0 0 40px;

    & ul {
      text-align: center;
      margin-right: 20px;
    }
  }
  .event-day {
    text-align: center;
    line-height: 1;

    & span {
      font-size: 2.2rem;
    }
  }
  .place {
    text-align: center;
    margin-top: 20px;
  }
  .main-text div {
    padding-top: 100px;
    margin-bottom: 50px;
    max-width: none;

    & a {
      margin: 0 auto 50px;
    }
  }

  h1 {
    text-align: center;
    & span {
      font-size: 4.2rem;
    }
  }

  h2 {
    text-align: center;
    font-size: 2.8rem;
  }

  .message {
    padding: 0 20px;
    font-size: 1.7rem;
    text-align: center;
  }


  /* インフォメーション */
  .news {
    padding: 20px 30px;
    line-height: 1.5;
    font-size: 1.4;
  }

  /* メニュー */
  .eventmenu_wrap {
    & dl {
      width: 48%;
      margin-bottom: 30px;
    }

    & dd {
      line-height: 1.5;
    }
  }




  /* フッター */
  .f-contents {
    padding: 50px 0;

    & div:first-child {
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
    }

    & div:last-child {
      width: 100%;
    }

    & img {
      width: 40%;
      max-width: 174px;
    }
  }
}

@media screen and (max-width: 850px) {
  body {
    font-size: 1.5rem;
  }

  .pc-center {
    text-align: left;
  }
  /*   スケジュール */
  .time {
    & dl {
      display: block;
    }
    & dt, dd {
      width: 100%;
      text-align: center;
    }
  }
  .event-day {
    font-size: 4.7rem;
  }
  .day li {
    font-size: 1.8rem;
    padding: 3px 15px;
  }
  .place {
    font-size: 2.5rem;
  }

  .ac_wrap {
    .map {
      width: 100%;
      aspect-ratio: 1 / 0.6;
      margin-bottom: 30px;
    }
  }
  .ac_wrap div:last-child {
    width: 100%;
  }
  .ev_att {
    width: 100%;
  }
  .semi-att {
    & dl {
      width: 100%;
    }
  }
  .semi-att ul {
    text-align: left;
    & li {
      position: relative;
      padding-left: 1em;
      line-height: 1.5;
      margin-bottom: 5px;
    }
    & li::before {
      content: "※";
      position: absolute;
      left: 0;
    }
  }

  #brand {
    & li {
      width: 50%;
    }
  }
}

@media screen and (max-width: 500px) {
  #logo {
    width: 130px;
  }
  .sp-s_br {
    display: block;
  }
  h1 {
    font-size: 7rem;
  }
  h2 {
    line-height: 1;
    margin-top: 30px;

  }
  .day {
    margin: 30px 0 0 0;
    & ul {
      display: flex;
      justify-content: space-evenly;
      margin-right: 0;
    }
  }
  .day li {
    margin-right: 5px;
    font-size: 1.7rem;
  }
  .event-day {
    font-size: 3rem;
    font-weight: 700;
  }
  .place {
    font-size: 1.8rem;
  }
  .att-s {
    max-width: 300px;
    margin-top: 10px;
  }
  .pet_item {
    & h4 {
      font-size: 18px;
    }
  }
  .time {
    & dl {
      width: 90%;
      margin: 0 auto 20px;
    }
  }
  #mainimage {
    padding-top: 180px;
  }
  .semi-att {
    & dt {
      font-size: 1.6rem;
    }
  }
}

@media screen and (max-width: 400px) {
  .day li {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}