@media screen and (max-width: 900px) {
  p {
    font-size: 1.4rem;
  }

  header {
    position: fixed;
    z-index: 200;
  }
  header .header_wrap .title_logo h1 {
    font-size: 2.4rem;
  }
  header .header_wrap .contents_link {
    visibility: hidden;
    opacity: 0;
  }
  header .header_wrap .contents_link_sp {
    background-color: #fff;
    width: 100%;
    padding: 50px 0;
    position: absolute;
    z-index: -100;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  header .header_wrap .contents_link_sp .contents_link_list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  header .header_wrap .contents_link_sp .contents_link_list li {
    margin-top: 40px;
    margin-left: initial;
  }
  header .header_wrap .contents_link_sp .contents_link_list li a {
    color: #1B435D;
  }
  header .header_wrap .show {
    visibility: visible;
    opacity: 1;
  }
  header .header_wrap .sp_header_btn {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0 15px;
    border: solid 2px #F99F48;
    background-color: transparent;
    position: relative;
    z-index: 100;
    border-bottom-left-radius: 8px;
    top: 5px;
  }
  header .header_wrap .sp_header_btn span {
    display: flex;
    justify-content: center;
    position: relative;
  }
  header .header_wrap .sp_header_btn span::before, header .header_wrap .sp_header_btn span::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #F99F48;
    position: absolute;
    transition: transform 0.3s ease;
  }
  header .header_wrap .sp_header_btn span::before {
    bottom: 8px;
  }
  header .header_wrap .sp_header_btn span::after {
    top: 8px;
  }
  header .header_wrap .sp_header_btn.active span {
    background-color: transparent;
  }
  header .header_wrap .sp_header_btn.active span::before, header .header_wrap .sp_header_btn.active span::after {
    top: 0;
  }
  header .header_wrap .sp_header_btn.active span::before {
    transform: rotate(45deg);
  }
  header .header_wrap .sp_header_btn.active span::after {
    transform: rotate(-45deg);
  }
  header .show {
    background-image: initial;
  }

  section {
    flex-flow: column;
    padding: 60px 30px;
  }
  section:nth-of-type(3) {
    flex-flow: column;
  }
  section .contents_title_img {
    margin-bottom: 60px;
  }
  section .contents_title_img .contents_title {
    bottom: 0;
    top: initial;
    right: 50%;
    transform: translate(50%, 50%);
  }
  section .contents_title_img .contents_title h2 {
    font-size: 2.8rem;
  }
  section .contents_title_img .contents_img {
    width: initial;
    max-width: 800px;
  }
  section .contents_text {
    margin-left: initial;
  }
  section .contents_text .page_link {
    left: 50%;
    transform: translateX(-50%);
  }

  .menu .contents_title_img .contents_title {
    transform: translate(50%, 50%);
    right: 50%;
  }
  .menu .contents_text {
    margin-right: initial;
  }

  .access {
    padding: 50px 30px;
  }
  .access .border_title {
    margin-bottom: 15px;
  }
  .access .access_container {
    flex-flow: column;
  }
  .access .access_container .access_address, .access .access_container .work_date {
    margin: 0 auto;
  }
  .access .map {
    margin-top: 15px;
  }

  .content_page .border_title h2 {
    font-size: 2.8rem;
  }
  .content_page .border_title h2::before {
    margin-right: 20px;
  }
  .content_page .border_title h2::after {
    margin-left: 20px;
  }

  .about_page .about_us_container {
    padding-right: initial;
    position: relative;
  }
  .about_page .about_us_container .about_us_inner {
    width: 80%;
  }
  .about_page .about_us_container .about_us_inner .about_us_text_container {
    margin-left: initial;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px clamp(40px, 10%, 80px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .about_page .about_us_text_sub_container {
    padding: 50px 0;
  }
  .about_page .about_us_text_sub_container .sub_text {
    width: initial;
    margin-right: initial;
    padding: 0 30px;
  }
  .about_page .about_us_text_sub_container .sub_img_container {
    margin: 50px -60px 0 -60px;
    width: 100%;
  }
  .about_page .about_us_text_sub_container .sub_img_container .sub_img_1, .about_page .about_us_text_sub_container .sub_img_container .sub_img_box, .about_page .about_us_text_sub_container .sub_img_container .sub_img_2 {
    width: 100%;
  }
  .about_page .about_us_text_sub_container .sub_img_container .sub_img_1 img, .about_page .about_us_text_sub_container .sub_img_container .sub_img_box img, .about_page .about_us_text_sub_container .sub_img_container .sub_img_2 img {
    max-width: initial;
  }
  .about_page .about_us_text_sub_container .sub_img_container .sub_img_1::before {
    width: 100%;
    left: 100%;
  }
  .about_page .about_us_text_sub_container .sub_img_container .sub_img_box {
    left: 0;
  }
  .about_page .about_us_text_sub_container .sub_img_container .sub_img_2 {
    right: 0;
  }

  .menu_page .menu_description .menu_img_container {
    padding: 50px 30px;
  }
  .menu_page .menu_description .menu_img_container .menu_img_inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 150px);
  }
  .menu_page .menu_description .menu_img_container .menu_img_inner .menu_img_main {
    grid-column: 1/3;
    grid-row: 1/2;
    max-width: initial;
  }
  .menu_page .menu_description .menu_img_container .menu_img_inner .menu_img_waffle {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .menu_page .menu_description .menu_img_container .menu_img_inner .menu_img_coffee {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .menu_page .menu_price .menu_price_container {
    flex-flow: column;
  }
  .menu_page .menu_price .price_container {
    margin-left: initial;
    margin-top: 40px;
  }
  .menu_page .menu_price .price_container h3 {
    font-size: 2rem;
  }

  .event_page main p:first-child {
    text-align: center;
    margin-bottom: 130px;
    padding: 0 30px;
  }
  .event_page section {
    flex-flow: initial;
  }
  .event_page .event_container {
    position: initial;
  }
  .event_page .event_container .event_inner {
    flex-flow: column;
    padding: 0 30px;
  }
  .event_page .event_container .event_inner .event_img {
    height: auto;
    max-height: 300px;
    width: 100%;
    margin-top: -50px;
  }
  .event_page .event_container .event_inner .event_text {
    margin: 0 auto;
    padding: 40px 0 50px 0;
    text-align: center;
  }
  .event_page .event_container .event_inner h2 {
    position: initial;
    font-size: 2.4rem;
    transform: initial;
    margin-bottom: 30px;
  }
  .event_page .event_container .event_inner p {
    text-align: left;
  }

  .archive_page .category_wrap {
    margin: 60px 30px 0 30px;
  }
  .archive_page .category_wrap ul li span {
    padding-right: 15px;
  }
  .archive_page .archive_container .archive_list {
    row-gap: 30px;
  }
  .archive_page .archive_container .archive_list li {
    width: clamp(260px, 100%, 600px);
    max-width: initial;
    margin: 15px 30px;
  }
}
/*# sourceMappingURL=mediaquery.css.map */