html {
  scroll-behavior: smooth; }

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #231815;
  letter-spacing: .05em; }

main {
  position: relative; }

a {
  transition: .3s; }

a:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  width: 100%; }

@media (min-width: 768px) {
  body {
    font-size: 14px;
    background-color: #c68c42; }

  .pcnone {
    display: none !important; } }
@media (max-width: 767.98px) {
  body {
    font-size: 12px;
    background-color: #fff; }

  .spnone {
    display: none !important; } }
.container {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #fbc608; }

@media (min-width: 768px) {
  .container {
    width: 500px;
    margin: 0 11vw 0 auto;
    border-left: 1px solid #1e1210;
    border-right: 1px solid #1e1210; }

  .inner_wrap {
    padding: 0 30px 20px; } }
@media (max-width: 767.98px) {
  .container {
    width: 100%; }

  .inner_wrap {
    padding: 0 25px 20px; } }
.main_wrap {
  position: relative;
  margin-bottom: -1px; }

.btn_box {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column; }
  .btn_box > div {
    display: flex;
    flex-direction: column; }
    .btn_box > div:first-child {
      background-color: rgba(251, 198, 8, 0.8); }
    .btn_box > div:last-child {
      background-color: rgba(195, 202, 0, 0.8); }
    .btn_box > div > a {
      position: relative; }
      .btn_box > div > a::before {
        content: '';
        background-image: url("../img/arrrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0; }

@media (min-width: 768px) {
  .btn_box {
    bottom: 30px;
    padding: 0 50px;
    gap: 20px; }
    .btn_box > div {
      gap: 10px;
      padding: 15px;
      border-radius: 10px; }
      .btn_box > div > a::before {
        width: 20px;
        height: 17px;
        right: 20px; } }
@media (max-width: 767.98px) {
  .btn_box {
    bottom: 0px;
    padding: 0 30px;
    gap: 15px; }
    .btn_box > div {
      gap: 10px;
      padding: 10px;
      border-radius: 10px; }
      .btn_box > div > a::before {
        width: 18px;
        height: 15px;
        right: 20px; } }
.back {
  position: relative; }
  .back.hakata_back {
    background-color: #fbc608; }
  .back.fukuoka_back {
    background-color: #c3ca00; }
  .back > .back_top {
    position: absolute;
    left: 0; }
  .back > .inner {
    background-color: #fff;
    z-index: 1;
    position: relative; }
    .back > .inner .ttl > img {
      height: 100%;
      width: auto; }
    .back > .inner .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      font-weight: 500; }
    .back > .inner .btn_hakata {
      background-color: #e5b950;
      color: #231815; }
    .back > .inner .btn_fukuoka {
      background-color: #00913a;
      color: #fff; }

@media (min-width: 768px) {
  .back {
    padding: 120px 30px 0; }
    .back.fukuoka_back {
      margin-top: 100px;
      padding-bottom: 100px; }
    .back > .back_top {
      top: -40px; }
    .back > .inner {
      border-radius: 40px;
      padding-bottom: 10px; }
      .back > .inner .ttl {
        height: 150px;
        margin: 0 0 0 15px; }
        .back > .inner .ttl > .top {
          margin-top: -10px; }
      .back > .inner .item {
        margin: 120px 0; }
      .back > .inner .btn {
        width: 270px;
        height: 40px;
        border-radius: 5px;
        font-size: 18px;
        margin: 15px auto 0; } }
@media (max-width: 767.98px) {
  .back {
    padding: 100px 15px 0; }
    .back.fukuoka_back {
      margin-top: 100px;
      padding-bottom: 100px; }
    .back > .back_top {
      top: -40px; }
    .back > .inner {
      border-radius: 30px;
      padding-bottom: 10px; }
      .back > .inner .ttl {
        height: 110px;
        margin: 0 0 0 15px; }
        .back > .inner .ttl > .top {
          margin-top: -10px; }
      .back > .inner .item {
        margin: 80px 0; }
      .back > .inner .btn {
        width: 80%;
        height: 35px;
        border-radius: 5px;
        font-size: 16px;
        margin: 15px auto 0; } }
footer {
  background-color: #f9f4e9; }
  footer small {
    display: block;
    font-weight: bold; }
  footer .copyright {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 100px; }
  footer .footer_back {
    position: relative; }
    footer .footer_back .btn_box > div > a::before {
      transform: rotate(180deg); }

@media (min-width: 768px) {
  footer {
    padding: 0 0 90px; }
    footer small {
      font-size: 12px;
      padding: 0 30px; }
    footer .footer_back > img {
      margin-top: -30px; }
    footer .btn_box {
      bottom: 130px; } }
@media (max-width: 767.98px) {
  footer {
    padding: 0 0 90px; }
    footer small {
      font-size: 10px;
      padding: 0 30px; }
    footer .footer_back > img {
      margin-top: -50px; }
    footer .btn_box {
      bottom: 100px; } }
@media (min-width: 768px) {
  .pc_menu {
    width: calc(100vw - 500px - 11vw);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    .pc_menu .pc_menu_box {
      width: 60%;
      min-width: 460px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      top: max(300px, 50%);
      left: 50%;
      transform: translate(-50%, -50%); }
      .pc_menu .pc_menu_box > a {
        width: 100%;
        margin: 0 auto;
        max-height: 350px; }
        .pc_menu .pc_menu_box > a > img {
          width: auto;
          max-height: 350px;
          margin: 0 auto;
          display: block; }
      .pc_menu .pc_menu_box > ul {
        list-style: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        margin-top: 40px; }
        .pc_menu .pc_menu_box > ul > li {
          width: 100%;
          border-top: 1px solid #1e1210;
          position: relative; }
          .pc_menu .pc_menu_box > ul > li:last-child {
            border-bottom: 1px solid #1e1210;
            width: 100%; }
          .pc_menu .pc_menu_box > ul > li > a {
            color: #000;
            padding: 10px 0;
            display: flex;
            justify-content: center;
            font-size: 18px;
            font-weight: 500; }
            .pc_menu .pc_menu_box > ul > li > a:hover {
              text-decoration: none; } }
@media (max-width: 900px) {
  .pc_menu {
    display: none; } }
#menu-icon {
  display: inline-block;
  cursor: pointer;
  transition: .3s ease-in-out;
  width: 50px;
  height: 50px;
  z-index: 102; }
  #menu-icon > div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fdd234;
    border: 1px solid #000; }
    #menu-icon > div > span {
      display: block;
      position: absolute;
      background: #000;
      transition: .3s ease-in-out;
      height: 1px;
      right: 0;
      left: 0;
      margin: 0 auto; }
      #menu-icon > div > span:nth-child(1) {
        top: calc(50% - 11px);
        width: 70%; }
      #menu-icon > div > span:nth-child(2) {
        top: calc(50%);
        width: 70%; }
      #menu-icon > div > span:nth-child(3) {
        top: calc(50% + 10px);
        width: 70%; }

.navbar {
  padding: 0 !important; }
  .navbar #menu-icon.active > div > span:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 2px); }
  .navbar #menu-icon.active > div > span:nth-child(2) {
    width: 0;
    right: 50%; }
  .navbar #menu-icon.active > div > span:nth-child(3) {
    transform: rotate(-45deg);
    top: calc(50% - 2px); }

.menu-icon {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px; }

.menu-list {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  z-index: 20;
  padding: 50px;
  background: #fdd234;
  background-repeat: no-repeat;
  background-size: cover; }
  .menu-list > a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding: 18px 0;
    font-weight: bold;
    z-index: 10;
    position: relative; }
  .menu-list > .menu_bnr {
    margin-top: 10px; }
    .menu-list > .menu_bnr > a {
      margin: 0 0 10px 0;
      display: block;
      padding: 0;
      border: 0; }

.menu-list.show {
  display: flex; }

@media (min-width: 768px) {
  .menu-list {
    width: 500px;
    right: 11vw;
    padding: 50px 100px;
    border-right: 1px solid #000;
    border-left: 1px solid #000; }

  .menu-icon {
    right: 11vw; } }
@media (max-width: 767.98px) {
  .menu-list {
    left: 0; }

  .menu-icon {
    right: 0; } }
.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

.page-top > .page-top_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.page-top.show_btn {
  opacity: 1;
  visibility: visible; }

@media (min-width: 768px) {
  .page-top {
    bottom: 0px;
    right: 0px;
    margin: 0 11vw 0 auto;
    width: 70px;
    height: 70px;
    border-right: 1px solid #1e1210; } }
@media (max-width: 767.98px) {
  .page-top {
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px; } }
.kaso_container .fixed_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  .kaso_container .fixed_menu > div {
    position: fixed;
    display: flex; }
    .kaso_container .fixed_menu > div a, .kaso_container .fixed_menu > div span {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      color: #000;
      border: 1px solid #000;
      border-left: none; }
    .kaso_container .fixed_menu > div a {
      background-color: #fdd234; }
      .kaso_container .fixed_menu > div a:hover {
        text-decoration: none; }
    .kaso_container .fixed_menu > div span {
      background-color: #fff;
      position: relative; }
      .kaso_container .fixed_menu > div span::before {
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        aspect-ratio: 1/cos(30deg);
        clip-path: polygon(0 0, 50% 60%, 100% 0);
        background: #000; }
      .kaso_container .fixed_menu > div span::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        margin: auto;
        width: 15px;
        aspect-ratio: 1/cos(30deg);
        clip-path: polygon(0 0, 50% 60%, 100% 0);
        background: #fff; }
.kaso_container .kaso_bnr {
  display: block; }

@media (min-width: 768px) {
  .kaso_container .fixed_menu {
    width: calc( 100% - 50px ); }
    .kaso_container .fixed_menu > div {
      width: 450px; }
      .kaso_container .fixed_menu > div a, .kaso_container .fixed_menu > div span {
        width: 25%;
        height: 50px; }
  .kaso_container .kaso_main {
    margin-top: 50px; }
  .kaso_container .kaso_inner {
    padding: 0 22px; }
  .kaso_container .kaso_bnr {
    margin-bottom: 20px; } }
@media (max-width: 767.98px) {
  .kaso_container .fixed_menu > div {
    width: calc( 100% - 49px );
    border-left: 1px solid #000; }
    .kaso_container .fixed_menu > div a, .kaso_container .fixed_menu > div span {
      width: 25%;
      height: 50px; }
  .kaso_container .kaso_main {
    margin-top: 50px; }
  .kaso_container .kaso_inner {
    padding: 0 4%; }
  .kaso_container .kaso_bnr {
    margin-bottom: 15px; } }
