@charset "UTF-8";
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.wp-caption {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-align: center;
}

.sticky {
  background-color: #f0f8ff;
  border: 2px solid #0073aa;
  padding: 10px;
  font-weight: bold;
}

.gallery-caption {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 5px;
}

.bypostauthor {
  font-style: italic;
  font-size: 14px;
  color: #777;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 215px;
  background-color: #FFF7EF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 217px;
  }
}

.l-header__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-header__contents {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 2%;
    width: 100%;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.l-sidebar {
  height: 100%;
  background-color: #F2EDE9;
  position: fixed;
  top: 0;
  right: -328px;
  width: 328px;
  transition: right 0.5s ease;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    right: -367px;
    width: 367px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar {
    top: 0;
    right: 0;
    width: 19%;
    order: 2;
    height: auto;
    display: block;
    position: relative;
  }
}

.l-sidebar::before {
  content: "";
  position: absolute;
  top: 68px;
  right: 3px;
  width: 32px;
  height: 36px;
  cursor: pointer;
}
@media screen01 {
  .l-sidebar::before {
    top: 65px;
    right: 17px;
    height: 37px;
  }
}

.l-sidebar::after {
  content: "";
  position: absolute;
  top: 68px;
  right: 3px;
  width: 32px;
  height: 36px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-sidebar::after {
    top: 65px;
    right: 17px;
    height: 37px;
  }
}

.l-sidebar::after,
.l-sidebar::before {
  position: absolute;
  top: 68px;
  right: 3px;
  width: 49px;
  height: 6px;
  background: #707070;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .l-sidebar::after,
.l-sidebar::before {
    top: 65px;
    right: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar::after,
.l-sidebar::before {
    content: none;
  }
}

.l-sidebar::before {
  transform: rotate(45deg);
}

.l-sidebar::after {
  transform: rotate(-45deg);
}

.l-sidebar__close {
  position: absolute;
  top: 51px;
  right: 9px;
  width: 35px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-sidebar__close {
    top: 47px;
    right: 25px;
    width: 35px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .l-sidebar__close {
    display: none;
  }
}

.l-sidebar.is-active {
  right: 0;
}

.js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.js-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.l-footer {
  position: relative;
  margin: 0;
}

.l-main {
  min-height: calc(100vh - 215px - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-main {
    min-height: calc(100vh - 217px - 150px);
  }
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-bottom: 64px;
  }
}

.c-layout {
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .c-layout {
    display: flex;
    align-items: stretch;
    position: relative;
  }
}

.c-layout__main {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-layout__main {
    width: 81%;
    order: 1;
    flex: 1;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.c-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.c-button {
  font-family: "Roboto";
  font-weight: 700;
  color: #707070;
  display: flex;
}

.c-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-image--border {
  border: 1px solid #707070;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-header__title {
  font-family: "Roboto";
  color: #707070;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 43px;
}
.p-header__title:hover {
  color: #7F7F7F;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__title {
    font-size: 64px;
    font-size: 4rem;
    margin-top: 66px;
    margin-bottom: 67px;
  }
}

.p-header__button {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: auto;
  position: absolute;
  top: 8px;
  right: 8px;
}
.p-header__button:hover {
  color: #7F7F7F;
}
@media screen and (min-width: 768px) {
  .p-header__button {
    font-size: 34px;
    font-size: 2.125rem;
    top: 20px;
    right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__button {
    display: none;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-menu {
  color: #707070;
}

.p-menu__button {
  display: none;
  cursor: default;
}
@media screen and (min-width: 1024px) {
  .p-menu__button {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    margin-left: 46px;
    margin-top: 84px;
    margin-bottom: 90px;
  }
}

.p-menu__category {
  font-family: "M+ PLUS 1p";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 46px;
  margin-bottom: 40px;
}
.p-menu__category:hover {
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-menu__category {
    margin-bottom: 32px;
  }
}

.menu {
  list-style-type: none;
}

.p-menu__item {
  font-family: "M+ PLUS 1p";
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 66px;
  margin-bottom: 20px;
  list-style-type: none;
}
.p-menu__item:last-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-menu__item:last-child {
    margin-bottom: 48px;
  }
}
.p-menu__item:hover {
  color: #999999;
}

.p-menu__block {
  margin-top: 178px;
}
@media screen and (min-width: 1024px) {
  .p-menu__block {
    margin-top: 0;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-search {
  display: flex;
  margin-top: 40px;
  margin-left: 31px;
  margin-right: 26px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-search {
    margin-top: 38px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-search {
    margin-top: 86px;
    margin-bottom: 85px;
  }
}

.p-search__input {
  width: 318px;
  height: 46px;
  margin-right: 12px;
  border-radius: 10px 8px 10px 10px;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 45px;
  background-image: url(../images/search.svg);
}
@media screen and (min-width: 768px) {
  .p-search__input {
    width: 396px;
    height: 46px;
    background-position: 12px center;
    margin-right: 14px;
  }
}

.p-search__button {
  width: 90px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #707070;
  font-family: "M+ PLUS 1p";
  color: #707070;
  background-color: #DED8D3;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
}
.p-search__button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-search__button {
    width: 136px;
    height: 46px;
  }
}

.p-search__results {
  font-family: "M+ PLUS 1p";
  color: #707070;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .p-search__results {
    margin-left: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-search__results {
    margin-left: 100px;
  }
}

.p-search__contents {
  font-family: "M+ PLUS 1p";
  color: #707070;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .p-search__contents {
    margin-left: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-search__contents {
    margin-left: 100px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-card {
  position: relative;
  width: 100%;
  height: 285px;
}
@media screen and (min-width: 1024px) {
  .p-card {
    height: 530px;
  }
}

.p-card__inner {
  position: absolute;
  background-image: url(../images/card_image.jpg);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-card__inner {
    background-image: url(../images/card_image2.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .p-card__inner {
    background-image: url(../images/card_image3.jpg);
  }
}

.p-card__title {
  position: absolute;
  font-family: "M+ PLUS 1p";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-left: 25px;
  margin-top: 122px;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    margin-left: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 234px;
  }
}

@media screen and (min-width: 1024px) {
  .p-card--archive {
    height: 239px;
    width: 100%;
  }
}

.p-card__inner--archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.p-card__block {
  top: 106px;
  left: 37px;
  color: #FFFFFF;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-card__block {
    flex-direction: row;
    align-items: center;
    top: 107px;
    left: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__block {
    top: 83px;
  }
}

.p-card__title--archive {
  position: relative;
  font-family: "Roboto";
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-card__title--archive {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.p-card__sub {
  position: relative;
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-card__sub {
    margin-left: 19px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__sub {
    margin-top: 31px;
    margin-bottom: 15px;
  }
}

.p-card--single {
  height: 225px;
}
@media screen and (min-width: 768px) {
  .p-card--single {
    height: 505px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card--single {
    height: 500px;
  }
}

.p-card__title--single {
  margin-top: 93px;
  margin-left: 26px;
}
@media screen and (min-width: 768px) {
  .p-card__title--single {
    margin-top: 215px;
    margin-left: 86px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__title--single {
    margin-top: 213px;
  }
}

.p-card__title--page {
  margin-top: 93px;
  margin-left: 45px;
}
@media screen and (min-width: 768px) {
  .p-card__title--page {
    margin-top: 215px;
    margin-left: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__title--page {
    margin-top: 211px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-food-choices__wrapper {
  padding: 20px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-food-choices__wrapper {
    height: auto;
    flex-direction: row;
    padding: 40px;
    gap: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .p-food-choices__wrapper {
    width: 100%;
    padding: 120px;
    gap: 81px;
  }
}

.p-food-choices--top {
  background-image: url(../images/container1.jpg);
}

.p-food-choices--bottom {
  background-image: url(../images/container2.jpg);
}

.p-food-choices--top,
.p-food-choices--bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 643px;
  height: auto;
  margin-bottom: 20px;
}

.p-food-choices__title {
  font-family: "Roboto";
  font-size: 41px;
  font-size: 2.5625rem;
  color: #EAEAEA;
  margin-left: 13px;
  margin-top: 13px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-food-choices__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-food-choices__title {
    margin-bottom: 50px;
  }
}
.p-food-choices__title::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 0;
  height: 4px;
  width: 33px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-food-choices__title::after {
    bottom: -25px;
    left: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .p-food-choices__title::after {
    width: 63px;
    bottom: -43px;
    left: 7.5px;
  }
}

.p-food-choices__block {
  flex-grow: 1;
}

.p-food-choices__textbox-wrapper {
  margin-top: auto;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-textbox__block {
  gap: 16px;
  padding: 16px;
}

.p-textbox {
  background-color: rgba(255, 255, 255, 0.8);
  color: #3C2A10;
  font-family: "M+ PLUS 1p";
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 16px;
  position: relative;
}

.p-textbox__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}

.p-textbox__text {
  font-size: 16px;
  font-size: 1rem;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-location {
  position: relative;
  overflow: hidden;
}

.p-location__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-location__iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-location__inner {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 691px;
  padding-bottom: 40px;
}
.p-location__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-location__inner {
    min-height: 415px;
  }
  .p-location__inner::before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
  }
}
@media screen and (min-width: 1024px) {
  .p-location__inner {
    padding-bottom: 75px;
  }
  .p-location__inner::before {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 61%, rgba(0, 0, 0, 0.3) 61%, rgba(0, 0, 0, 0.3) 100%);
  }
}

.p-location__title {
  position: relative;
  font-family: "M+ PLUS 1p";
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 0;
  margin-left: 2px;
}
.p-location__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .p-location__title::after {
    bottom: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-location__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-location__text {
  font-family: "M+ PLUS 1p";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 33px;
  margin-top: 29px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (min-width: 1024px) {
  .p-location__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 109px;
  }
}

.p-location__content {
  position: relative;
  top: 42px;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  color: #FFFFFF;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-location__content {
    padding-left: 42px;
    margin-right: 29px;
  }
}
@media screen and (min-width: 1024px) {
  .p-location__content {
    width: 61%;
    top: 86px;
    padding-left: 119px;
    padding-right: 134px;
    margin-bottom: 75px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-footer__inner {
  background-image: url(../images/footer.png);
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
}

.p-footer__block {
  color: #FFFFFF;
  font-family: "M+ PLUS 1p";
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-footer__block {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__block {
    margin-top: 41px;
  }
}

.p-footer__information {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-footer__information {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__information {
    margin-bottom: 31px;
  }
}

.p-footer__copy {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 29px;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-left: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer__copy {
    margin-left: 55px;
  }
}

.p-footer__information--link:hover {
  color: #DED8D3;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  font-family: "M+ PLUS 1p";
  color: #3C2A10;
  background-color: #FFFFFF;
  margin-top: 0;
}

.wp-block-heading {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 32px 22px 25px 22px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 39px 42px 20px 42px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-heading {
    margin: 63px 100px 20px 100px;
  }
}

.p-content p {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-content p {
    margin: 0 60px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-content p {
    margin: 0 100px 0 100px;
  }
}

h2.wp-block-heading {
  margin: 34px 20px 25px 20px;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    margin: 60px 60px 55px 60px;
  }
}
@media screen and (min-width: 1024px) {
  h2.wp-block-heading {
    margin: 63px 100px 57px 100px;
  }
}

h3.wp-block-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 36px 20px 1px 20px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 62px 60px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  h3.wp-block-heading {
    margin: 60px 100px -1px 100px;
  }
}

h4.wp-block-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 27px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    margin: 56px 60px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  h4.wp-block-heading {
    margin: 57px 100px 0 100px;
  }
}

.p-about {
  height: auto;
  width: 100%;
  font-family: "M+ PLUS 1p";
  color: #3C2A10;
  background-color: #FFFFFF;
  margin-top: 0;
}

.p-about__title {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 32px 22px 25px 22px;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 39px 42px 20px 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__title {
    margin: 63px 100px 20px 100px;
  }
}

.p-about__text {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0 18px 9px 22px;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    line-height: 100%;
    margin: 0 35px 27px 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__text {
    margin: 0 100px 55px 100px;
  }
}

.p-about__text--search {
  line-height: 100%;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-archive__box {
  padding: 10px 20px 10px 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-archive__box {
    flex-direction: row;
    padding: 10px 35px 10px 43px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__box {
    padding: 15px 100px 15px 100px;
  }
}

.p-archive__textbox {
  top: 0;
  background-color: #3C2B1C;
  color: #FFFFFF;
  font-family: "M+ PLUS 1p";
  width: 100%;
  height: auto;
  padding: 32px 17px 43px 17px;
}
@media screen and (min-width: 768px) {
  .p-archive__textbox {
    padding: 31px 59px 40px 34px;
    width: 50%;
    height: 354px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__textbox {
    padding: 56px 104px 60px 63px;
    height: 471px;
  }
}

.p-archive__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 21px;
}
@media screen and (min-width: 1024px) {
  .p-archive__heading {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 44px;
  }
}

.p-archive__subheading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (min-width: 1024px) {
  .p-archive__subheading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 13px;
  }
}

.p-archive__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-archive__text {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__text {
    margin-bottom: 0;
  }
}

.p-archive__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #707070;
  width: 163px;
  height: 42px;
  border-radius: 999px;
  align-self: center;
  margin-right: 7px;
  transition: opacity 0.3s ease;
  margin-top: 0;
}
.p-archive__link:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-archive__link {
    margin-left: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__link {
    width: 292px;
    height: 76px;
    margin-left: 13px;
  }
}

.p-archive__image {
  height: 230px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive__image {
    width: 50%;
    height: 354px;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__image {
    height: 471px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-pagenavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 62px 20px 32px 20px;
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    justify-content: center;
    gap: 15px;
    margin-top: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi {
    margin-top: auto;
    margin-bottom: 64px !important;
  }
}

.pages {
  display: none;
}
@media screen and (min-width: 768px) {
  .pages {
    display: block;
  }
}

.larger,
.smaller,
.current {
  display: none;
}
@media screen and (min-width: 768px) {
  .larger,
.smaller,
.current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #707070;
  }
}

@media screen and (min-width: 768px) {
  .p-pagination__text {
    display: none;
  }
}

.p-pagination__pagenav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pagination__pagenav {
    display: block;
  }
}

.previouspostslink {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "M+ PLUS 1p";
  font-weight: 100;
}

.previouspostslink::after {
  font-family: "M+ PLUS 1p";
  font-size: 24px;
  font-size: 1.5rem;
  content: "前へ";
  margin-left: 8px;
  display: inline-block;
  transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .previouspostslink::after {
    display: none;
  }
}

.nextpostslink {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "M+ PLUS 1p";
  font-weight: 100;
}

.nextpostslink::before {
  font-family: "M+ PLUS 1p";
  font-size: 24px;
  font-size: 1.5rem;
  content: "次へ";
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .nextpostslink::before {
    display: none;
  }
}

.current,
.larger:hover {
  background-color: #3C2B1C;
  color: #FFFFFF;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-quote {
  width: auto;
  height: auto;
  background-color: #F5F5F5;
  color: #3C2A10;
  margin: 26px 20px 30px 20px;
  padding: 36px 16px 27px 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-quote {
    margin: 56px 60px 60px 60px;
    padding: 50px 56px 57px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-quote {
    margin: 56px 100px 60px 100px;
    padding: 50px 60px 47px 50px;
  }
}

.wp-block-quote p {
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.wp-block-quote cite {
  font-family: "M PLUS 1m";
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-quote cite {
    margin-top: 61px;
  }
}

.wp-block-quote cite a {
  text-decoration: underline;
  color: #4A6C9B;
}
.wp-block-quote cite a:hover {
  color: #999999;
}

.wp-block-quote {
  border-left: none;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.foodlist__main img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .foodlist__main img {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .foodlist__main img {
    height: 500px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

.wp-block-media-text {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  grid-template-columns: 144px auto;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text {
    grid-template-columns: 306px auto;
    gap: 21px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text {
    grid-template-columns: 581px auto;
    gap: 40px;
    margin-top: 60px;
  }
}

.wp-block-media-text.has-media-on-the-right {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  grid-template-columns: auto 144px;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right {
    margin-top: 117px;
    grid-template-columns: auto 306px;
    gap: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: auto 581px;
    gap: 40px;
  }
}

.wp-block-media-text__media .wp-image-187 {
  height: 89px;
  width: 144px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text__media .wp-image-187 {
    height: 189px;
    width: 306px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text__media .wp-image-187 {
    height: 358px;
    width: 581px;
  }
}

.wp-block-media-text__content {
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  height: 176px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text__content {
    height: 369px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-media-text__content {
    height: 358px;
  }
}

.p-content .wp-block-media-text__content p {
  margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}

.wp-block-media-text > .wp-block-media-text__media {
  align-self: start !important;
}

.foodlist__box {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .foodlist__box {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .foodlist__box {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.foodlist__lead {
  margin: 30px 34px;
}
@media screen and (min-width: 768px) {
  .foodlist__lead {
    margin: 61px 66px 241px 67px;
  }
}
@media screen and (min-width: 1024px) {
  .foodlist__lead {
    margin: 60px 387px 60px 386px;
  }
}

.foodlist__lead img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border: 1px solid #707070;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 20px !important;
  width: 100% !important;
  height: auto !important;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
    padding-right: 100px;
    padding-left: 100px;
  }
}

.wp-block-gallery img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border: 1px solid #707070;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-list {
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
}

.wp-block-list.p-foodmenu.p-foodmenu--top {
  margin-top: 61px;
  margin-bottom: 25px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-list.p-foodmenu.p-foodmenu--top {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-list.p-foodmenu.p-foodmenu--top {
    margin-top: 54px;
    margin-left: 100px;
  }
}

ul.wp-block-list {
  list-style-position: outside;
  list-style-type: disc !important;
  padding-left: 20px;
}

ul.wp-block-list.ul__second {
  list-style-position: outside;
  list-style-type: circle !important;
  padding-left: 20px;
  margin-left: 18px;
}

ul.wp-block-list li {
  display: list-item !important;
}

.food__item--last {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .food__item--last {
    margin-bottom: 56px;
  }
}

#p-foodmenu--bottom {
  margin-top: 33px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  #p-foodmenu--bottom {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #p-foodmenu--bottom {
    margin-left: 100px;
  }
}

.list__gap {
  margin-top: 17px;
}

ol.wp-block-list {
  padding-left: 25px;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-code {
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  color: #3C2A10;
  background-color: #F5F5F5;
  width: auto;
  max-width: 100%;
  height: 237px;
  display: block;
  padding: 50px;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-code {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-code {
    margin-right: 100px;
    margin-left: 100px;
  }
}

.wp-block-code code {
  font-family: "M+ PLUS 1p";
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-table {
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-table {
    margin-top: 60px;
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-table {
    margin-top: 50px;
    margin-right: 100px;
    margin-left: 100px;
  }
}

.p-table__cell {
  border: 1px solid #707070;
  height: 76px;
  text-align: left;
  vertical-align: middle;
  padding: 29px 0 24px 23px;
}
@media screen and (min-width: 768px) {
  .p-table__cell {
    padding-left: 30px;
  }
}

.p-table__cell--right {
  padding-left: 29px;
}
@media screen and (min-width: 1024px) {
  .p-table__cell--right {
    padding-left: 30px;
  }
}

.p-table__cell--left {
  padding: 29px 0 0 23px;
}
@media screen01 {
  .p-table__cell--left {
    padding: 29px 0 24px 30px;
  }
}

.p-teble__col--left {
  width: 42%;
}
@media screen and (min-width: 768px) {
  .p-teble__col--left {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-teble__col--left {
    width: 32%;
  }
}

.p-table__col--right {
  width: 58%;
}
@media screen and (min-width: 768px) {
  .p-table__col--right {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-table__col--right {
    width: 68%;
  }
}

.p-table__br {
  display: inline;
}
.p-table__br::before {
  content: "\a";
  white-space: pre;
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-table__br::before {
    display: none;
  }
}

.u-show-only-mobile {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-show-only-mobile {
    display: none;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-button {
  width: calc(100% - 40px);
  height: 81px;
}
@media screen and (min-width: 768px) {
  .wp-block-button {
    width: 429px;
    height: 104px;
  }
}

.wp-block-button__link {
  border: 1px solid #707070;
  border-radius: 20px;
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
  background: linear-gradient(90deg, #F2EDE9 0%, #DED8D3 100%);
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  transition: opacity 0.3s ease;
}
.wp-block-button__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .wp-block-button__link {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-button__link {
    margin-left: 100px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-content .p-bold {
  display: block;
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  margin-top: 59px;
  margin-bottom: 69px;
}
@media screen and (min-width: 768px) {
  .p-content .p-bold {
    margin-top: 99px;
    margin-bottom: 149px;
  }
}
@media screen and (min-width: 1024px) {
  .p-content .p-bold {
    margin-bottom: 274px;
  }
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-404 {
  font-family: "M+ PLUS 1p";
  color: #707070;
}

.p-404__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
}

.p-404__title {
  font-size: 40px;
  font-size: 2.5rem;
}

.p-404__message {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 60px;
}

.p-404__message--post {
  font-family: "M+ PLUS 1p";
  color: #707070;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 60px;
  margin-left: 40px;
}

.p-404__link {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 200px;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 12px 24px;
  background-color: #EAEAEA;
  transition: opacity 0.3s ease;
  width: auto;
}
.p-404__link:hover {
  opacity: 0.7;
  cursor: pointer;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", "M+ PLUS 1p", "M PLUS 1m", sans-serif;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-tags {
  margin-top: 100px;
  font-family: "M+ PLUS 1p";
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  padding-left: 20px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-tags {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-tags {
    padding-left: 100px;
    padding-bottom: 100px;
  }
}

.p-tags .tag-title {
  font-weight: bold;
}

.p-tags a {
  text-decoration: none;
}

.p-tags a:hover {
  color: #DED8D3;
}

.p-content__none {
  font-family: "M+ PLUS 1p";
  color: #707070;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 60px;
  margin-left: 40px;
}
/*# sourceMappingURL=style.css.map */