@charset "UTF-8";
/* initial */
html, body, div, p, a, h1, h2, img, header, main, footer, section {
  margin: 0;
  padding: 0;
  line-height: 1;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 70%;
}

h1, h2 {
  font-weight: normal;
}

body {
  /* background-image: url(./../img/banjo-bg.png);
  background-position: center; */
  font-family: "Noto Sans JP", sans-serif;
}

main {
  width: 100%;
  margin: 0 auto;
}

.common-page-title {
  font-size: 30px;
  padding: 22px 0 22px 16px;
  margin-bottom: 60px;
  background: url(../img/banjo-bg.png) repeat left -56px top 0/auto;
}
.common-page-title:before {
  content: "";
  font-size: 22px;
  display: block;
  color: #A74458;
  margin-bottom: 6px;
}

@media (min-width: 769px) {
  main {
    width: 700px !important;
  }
}
html, body {
  min-height: 100vh;
}

body > footer {
  position: sticky;
  top: 100vh;
}

/* header */
header {
  width: 100%;
  height: 76px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 10;
  /* border-bottom: 1px solid black; */
}
header .header_container {
  width: 90%;
  height: 75px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top img {
  width: 170px;
  height: 37px;
}
header .flex-header .menu {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.5;
}
header .flex-header img {
  width: 30px;
}
header .flex-pc {
  display: none;
}

@media (min-width: 769px) {
  header {
    background-color: #A74458;
  }
  header .flex-header {
    display: none;
  }
  header .flex-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .flex-pc a {
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    line-height: 1.5;
    color: white;
  }
  header .flex-pc a span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  header .flex-pc img {
    width: 30px;
  }
  header img {
    filter: brightness(0) invert(1);
  }
}
footer div {
  width: 100%;
  background-color: #231919;
  color: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
}
footer p {
  font-size: 16px;
}
footer .border {
  width: 90%;
  border-bottom: 1px solid white;
  margin: 12px auto;
  padding: 0;
}
footer img {
  width: 40px;
  padding: 0 5px;
}

@media (min-width: 769px) {
  footer .border {
    width: 335px;
    border-bottom: 1px solid white;
    margin: 12px auto;
  }
}
/* top */
.bg {
  background-image: url(./../img/banjo-bg.png);
  animation: bg-scroll 1s linear infinite;
}

@keyframes bg-scroll {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -74px;
  }
}
.temporary-closed {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 50px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border: 8px solid #A74458;
  background-color: white;
  box-sizing: border-box;
}
.temporary-closed.sp {
  font-size: 29px;
}
@media screen and (min-width: 769px) {
  .temporary-closed.sp {
    display: none;
  }
}
.temporary-closed.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .temporary-closed.pc {
    display: block;
    position: relative;
    top: -60px;
    margin-bottom: 0;
    font-size: 36px;
  }
}

#top {
  padding-top: 30px;
  margin-bottom: 26px;
  text-align: center;
}
#top h1 {
  background-image: url(./../img/webp/web_title2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  aspect-ratio: 334/80;
  margin: 0 auto;
  margin-bottom: 14px;
}
#top img {
  width: 70%;
  margin-bottom: 18px;
}
#top .intro_container {
  width: 100%;
  /* height: 135px; */
  padding: 20px 0;
  background-color: #A74458;
  display: flex;
  align-items: center;
}
#top .intro {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#top .intro span {
  color: white;
  font-weight: 900;
  margin: 0 3px;
}
#top .type1 {
  font-size: 26px;
  line-height: 1.4;
}
#top .type2 {
  font-size: 36px;
  line-height: 1.2;
}
#top .type3 {
  font-size: 20px;
  line-height: 1.4;
}
#top .type4 {
  font-size: 16px;
  line-height: 1.4;
}

.tel {
  margin: 50px 0 60px;
  text-align: center;
}
.tel p {
  font-weight: 600;
  color: #231919;
}
.tel p:first-of-type {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.tel p:first-of-type a {
  text-decoration: underline;
  color: #417fdf;
}
.tel p:last-of-type {
  font-size: 20px;
}
.tel p:last-of-type .tel_num {
  font-size: 28px;
}
.tel p:last-of-type .tel_time {
  font-size: 0.64em;
}

#open {
  background-color: white;
  padding-bottom: 60px;
}
#open .title {
  width: 90%;
  height: 90px;
  background-color: #F8EDD1;
  text-align: center;
  margin: 0 auto;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
#open h2 {
  font-weight: bold;
}
#open .contents {
  width: 90%;
  /* height: 191px; */
  background-color: white;
  margin: 0 auto;
  padding-top: 20px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
#open .contents div {
  width: 360px;
  margin: 0 auto;
  text-align: center;
}
#open .contents p {
  font-size: 15px;
  padding: 0 20px;
  line-height: 1.5;
}
#open .drink {
  display: block;
  margin-bottom: 4px;
  font-size: 27px;
  font-weight: bold;
  color: #A74458;
  line-height: 1.6;
}
#open .campaign {
  margin-bottom: 20px;
  font-size: 16px;
}
#open .box {
  width: 200px;
  color: #333333;
  border: 2px solid #333333;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  padding: 3px 0 5px;
  box-sizing: border-box;
}
#open .box p {
  font-size: 18px;
}
#open .title1 {
  color: #A74458;
  font-size: 28px;
  line-height: 1.3;
}
#open .title2 {
  font-size: 26px;
  line-height: 1.3;
}
#open .small {
  color: #A74458;
  font-size: 22px;
  line-height: 1.3;
}

#open-pc {
  display: none;
}

#reserve {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 40px;
  background-color: white;
}
#reserve img {
  width: 280px;
}

#about {
  background-image: url(./../img/banjo-bg.png);
  background-position: center;
  padding-top: 18px;
  padding-bottom: 34px;
}
#about div {
  width: 90%;
  margin: 0 auto;
}
#about p {
  line-height: 1.6;
}
#about .red {
  color: #A74458;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
#about .shinyoko {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

#photo {
  margin-top: 70px;
}
#photo div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 5%;
}
#photo img {
  width: 48%;
  margin-bottom: 4%;
}
#photo img:nth-of-type(2n) {
  margin-left: 4%;
}

#event {
  background-color: white;
  padding: 60px 0;
}
#event .event_wrap {
  width: 90%;
  /* height: 260px; */
  padding: 50px 0;
  margin: 0 auto;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#event h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
#event img {
  width: 120px;
}
#event a img {
  width: 50px;
  padding: 0 5px;
}

#fee {
  background-color: white;
  padding-bottom: 60px;
}
#fee .flex-fee div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#fee .black {
  width: 90%;
  height: 24px;
  background-color: #231919;
  margin: 0 auto 15px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
}
#fee .underline {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
#fee .plan {
  color: #4C5F97;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#fee .plan:before {
  content: "◇ ";
}
#fee .plan-b {
  color: #A74458;
}
#fee .right {
  text-align: right;
  font-size: 18px;
  margin: 0 5% 28px;
}
#fee .right_a {
  text-align: right;
  font-size: 18px;
  margin: 0 5% 8px;
}
#fee .right_b {
  text-align: right;
  font-size: 18px;
  margin: 0 5% 28px;
}
#fee .exp1 {
  line-height: 1.5;
  margin: 0 5% 55px;
}
#fee .exp2 {
  margin: 0 5%;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#fee h2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

#access {
  background-color: white;
  padding-bottom: 60px;
}
#access .black {
  width: 90%;
  height: 24px;
  background-color: #231919;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
}
#access h2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#access .flex-access div {
  width: 85%;
  margin: 0 auto;
}
#access .flex-access p {
  line-height: 1.5;
}
#access .flex-access img {
  width: 100%;
  padding: 15px 0;
}
#access .flex-access .red {
  color: #A74458;
  padding-left: 1em;
  text-indent: -1em;
}
#access .pc {
  display: none;
}

#time {
  background-color: white;
  padding-bottom: 40px;
}
#time h2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#time div {
  width: 85%;
  margin: 0 auto;
}
#time p {
  line-height: 1.5;
}
#time .red {
  color: #A74458;
}
#time .black {
  width: 90%;
  height: 24px;
  background-color: #231919;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
}

#other {
  background-color: white;
  padding-bottom: 40px;
}
#other .black {
  width: 90%;
  height: 24px;
  background-color: #231919;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
}
#other h2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#other li {
  margin: 0 30px 0 10px;
  line-height: 1.5;
}

#ask {
  background-color: white;
  padding-bottom: 40px;
}
#ask div {
  text-align: center;
}
#ask img {
  width: 280px;
}

.top-blog {
  margin-bottom: 60px;
}
.top-blog h2 {
  width: 90%;
  height: 24px;
  margin: 0 auto 24px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #567f9d;
}
.top-blog .blog-post-list {
  width: 90%;
  margin: 0 auto 28px;
  padding-left: 0;
  list-style-type: none;
}
.top-blog .blog-post-list li {
  padding: 24px 0 20px;
  border-bottom: 1px solid #B8B8B8;
}
.top-blog .blog-post-list li:first-child {
  border-top: 1px solid #B8B8B8;
}
.top-blog .blog-post-list img {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.top-blog .blog-post-list .category {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 8px 5px;
  font-size: 14px;
  background-color: #faeed2;
}
.top-blog .blog-post-list h3 {
  margin: 6px 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.top-blog .blog-post-list time {
  font-size: 14px;
}
.top-blog .view-more {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 12px;
  background-color: #e1e1e1;
  box-sizing: border-box;
}
.top-blog .view-more::after {
  content: "▶";
  margin-left: 4px;
}
.top-blog .no-posts {
  text-align: center;
}

.embed {
  margin-bottom: 50px;
}
.embed .embed-contents {
  max-width: 90%;
  margin: 0 auto 20px;
}
.embed iframe {
  width: 100%;
}
.embed h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.embed h2::before {
  content: "【";
}
.embed h2::after {
  content: "】";
}
.embed .youtube-responsive {
  margin-bottom: 10px;
  aspect-ratio: 16/9;
}
.embed .youtube-responsive iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 420px) {
  #open .contents div {
    width: 100%;
  }
}
@media (max-width: 378px) {
  #top .type1 {
    font-size: 20px;
  }
  #top .type2 {
    font-size: 22px;
  }
  #top .type3 {
    font-size: 14px;
  }
  #top .type4 {
    font-size: 12px;
  }
  #open .title2 {
    font-size: 22px;
  }
  #open .drink {
    font-size: 21px;
  }
  #about .shinyoko {
    font-size: 20px;
  }
  #fee .plan {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #top {
    width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 30px;
  }
  #top h1 {
    width: 700px;
    order: 1;
    background-image: url(./../img/webp/web_title42.webp);
  }
  #top h2 {
    width: 420px;
    text-align: left;
  }
  #top .intro span {
    color: #A74458;
  }
  #top .type1 {
    font-size: 32px;
    line-height: 1.4;
  }
  #top .type2 {
    font-size: 44px;
    line-height: 1.2;
  }
  #top .type3 {
    font-size: 24px;
    line-height: 1.4;
  }
  #top .type4 {
    font-size: 19px;
    line-height: 1.4;
  }
  #top img {
    width: 260px;
    order: 3;
  }
  #top .intro_container {
    background-color: rgba(0, 0, 0, 0);
    width: 420px;
    order: 2;
    margin-left: 10px;
  }
  #top .intro {
    width: 100%;
  }
  #open-pc {
    display: block;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #open-pc .title {
    width: 700px;
    height: 65px;
    background-color: #F8EDD1;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #open-pc h2 {
    font-weight: bold;
  }
  #open-pc .title1 {
    color: #A74458;
    font-size: 26px;
    line-height: 1.3;
    /* margin-left: 20px; */
  }
  #open-pc .title2 {
    margin: 0 10px;
    font-size: 28px;
    line-height: 1.3;
  }
  #open-pc .small {
    color: #A74458;
    font-size: 0.8em;
    line-height: 1.3;
  }
  #open-pc .contents {
    width: 700px;
    height: 140px;
    background-color: white;
    margin: 0 auto;
    padding-top: 5px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  #open-pc .campaign {
    text-align: right;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #open-pc .box {
    width: 300px;
    color: #333333;
    border: 2px solid #333333;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 8px 0 12px;
    box-sizing: border-box;
  }
  #open-pc .box p {
    font-size: 22px;
  }
  #open-pc .flex-onedrink {
    display: flex;
  }
  #open-pc .flex-onedrink .drink {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #A74458;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #open-pc .flex-onedrink p {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1.4;
  }
  #open {
    display: none;
  }
  .tel p:first-of-type {
    font-size: 18px;
  }
  .tel p:last-of-type {
    font-size: 24px;
  }
  .tel p:last-of-type .tel_num {
    font-size: 32px;
  }
  #about {
    background-image: none;
    padding: 0px;
  }
  #about div {
    width: 660px;
  }
  #about p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #about .red {
    font-size: 24px;
  }
  #about .pc {
    display: none;
  }
  #about .shinyoko {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #event {
    margin-bottom: 25px;
  }
  #event .event_wrap {
    width: 700px;
    /* height: 350px; */
    padding: 50px 0;
  }
  #event h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #event img {
    width: 150px;
  }
  #event a img {
    width: 70px;
  }
  #fee .black {
    width: 700px;
  }
  #fee .flex-fee {
    display: flex;
  }
  #fee .flex-fee_wrap {
    width: 320px;
  }
  #access .black {
    width: 700px;
  }
  #access .flex-access {
    display: flex;
  }
  #access .flex-access_wrap {
    width: 320px;
  }
  #access .sp {
    display: none;
  }
  #access .pc {
    display: block;
  }
  #time .black {
    width: 700px;
  }
  #time .time_a {
    width: 660px;
    margin-bottom: 45px;
  }
  #time .pc {
    display: none;
  }
  #other .black {
    width: 700px;
  }
  #other li {
    margin: 0;
  }
  #ask {
    margin-bottom: 30px;
  }
  #ask img {
    width: 350px;
  }
  .top-blog h2 {
    width: 700px;
  }
  .top-blog .blog-post-list li > a {
    display: flex;
  }
  .top-blog .blog-post-list img {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .embed {
    display: flex;
    gap: 14px;
  }
  .embed .embed-contents {
    width: 50%;
    margin: 0;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.new-year-holiday-season {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 50px;
  padding: 20px;
  border: 6px double #A74458;
  background-color: white;
  box-sizing: border-box;
}
.new-year-holiday-season h2 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.new-year-holiday-season p {
  padding: 0 1.4em;
  font-size: 20px;
  line-height: 1.4;
}
.new-year-holiday-season p span::before {
  content: "◆";
  margin-right: 0.2em;
  color: #A74458;
}
.new-year-holiday-season p:not(:last-of-type) {
  margin-bottom: 0.6em;
}
.new-year-holiday-season.sp {
  padding: 20px 12px;
  font-size: 29px;
}
.new-year-holiday-season.sp h2 {
  font-size: 22px;
}
.new-year-holiday-season.sp p {
  padding: 0;
  font-size: 17px;
  text-align: left;
}
.new-year-holiday-season.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .new-year-holiday-season.sp {
    display: none;
  }
  .new-year-holiday-season.pc {
    display: block;
    position: relative;
    top: -60px;
    margin-bottom: 0;
  }
}
main.blog-archive {
  margin: 37px auto 60px;
  width: calc(100% - 40px);
}
main.blog-archive .common-page-title::before {
  content: "BLOG";
}
main.blog-archive .archive-title {
  margin-bottom: 24px;
}
main.blog-archive .blog-post-list {
  padding-left: 0;
  list-style-type: none;
}
main.blog-archive .blog-post-list li {
  margin-bottom: 20px;
  border: 1px solid #B8B8B8;
  border-radius: 3px;
  overflow: hidden;
}
main.blog-archive .blog-post-list li:last-child {
  margin-bottom: 0;
}
main.blog-archive .blog-post-list img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
main.blog-archive .blog-post-list .post-detail {
  padding: 18px 16px;
}
main.blog-archive .blog-post-list .category {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 8px 5px;
  font-size: 14px;
  background-color: #faeed2;
}
main.blog-archive .blog-post-list h2 {
  margin: 6px 0 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
main.blog-archive .blog-post-list time {
  display: block;
  font-size: 14px;
  text-align: right;
}
main.blog-archive .no-posts {
  text-align: center;
}
main.blog-archive .pagination {
  margin: 50px 0 60px;
  text-align: center;
}
main.blog-archive .pagination .page-numbers {
  margin: 0 3px;
  padding: 3px;
}
main.blog-archive .pagination .current {
  border-bottom: 2px solid #231815;
}
main.blog-archive .post-archive-category,
main.blog-archive .post-archive-monthly {
  padding: 16px 20px;
  border: 1px solid #B8B8B8;
}
main.blog-archive .post-archive-category h2,
main.blog-archive .post-archive-monthly h2 {
  font-size: 18px;
  font-weight: bold;
}
main.blog-archive .post-archive-category ul,
main.blog-archive .post-archive-monthly ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
main.blog-archive .post-archive-category {
  margin-top: 66px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  main.blog-archive .blog-post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  main.blog-archive .blog-post-list li {
    margin-bottom: 0;
  }
}
main.blog-single {
  margin: 37px auto 60px;
  width: calc(100% - 40px);
}
main.blog-single .common-page-title::before {
  content: "BLOG";
}
main.blog-single .post-categories {
  margin: 0 0 6px;
  padding-left: 0;
}
main.blog-single .post-categories li {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 8px 5px;
  font-size: 14px;
  background-color: #faeed2;
}
main.blog-single h1 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
main.blog-single time {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px;
}
main.blog-single .eye-catch {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
main.blog-single .post-content * {
  margin-bottom: 26px;
}
main.blog-single .post-content *:last-child {
  margin-bottom: 50px;
}
main.blog-single .post-content p {
  line-height: 1.6;
}
main.blog-single .post-content li {
  line-height: 1.4;
}
main.blog-single .post-content li:not(:last-child) {
  margin-bottom: 10px;
}
main.blog-single .pagination {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding: 22px 0 0;
  list-style-type: none;
  border-top: 1px solid #B8B8B8;
}

.not_found_container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: ". e_title ." ". e_text ." ". e_link .";
  justify-items: center;
  margin: 80px 0;
}
.not_found_container p {
  grid-area: e_text;
  font-size: 20px;
  margin: 18px 0 0;
  line-height: 1.6;
}
.not_found_container h1 {
  grid-area: e_title;
  font-size: 148px;
}
.not_found_container h1 span {
  display: block;
  font-size: 32px;
  margin: 14px 0 0;
  letter-spacing: 0.2em;
  transform: translate(3%, 0);
}
.not_found_container .home_link {
  grid-area: e_link;
  display: block;
  box-sizing: border-box;
  width: 148px;
  padding: 18px;
  margin: 70px 0 0;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  text-align: center;
  border: solid 1px #333333;
  background-color: white;
}
.not_found_container .home_link:hover {
  opacity: 0.5;
}

@media (max-width: 1280px) {
  .not_found_container {
    grid-template-columns: 20px 1fr 20px;
  }
  .not_found_container h1 {
    font-size: 100px;
  }
  .not_found_container h1 span {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .not_found_container p {
    font-size: 16px;
  }
}
main.contact {
  margin: 37px auto 60px;
  width: calc(100% - 40px);
}
main.contact .common-page-title::before {
  content: "CONTACT";
}
main.contact .require {
  color: #A74458;
}
main.contact form {
  margin: 64px 0 0;
}
main.contact form > p {
  margin: 0 0 32px;
}
main.contact form > p:last-of-type {
  margin: 0;
}
main.contact input {
  margin: 12px 0 0;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
main.contact textarea {
  margin: 12px 0 0;
  padding: 6px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
main.contact .wpcf7-submit {
  display: block;
  width: 126px;
  height: 42px;
  margin: 0 auto;
  background-color: #F3C8C8;
  border: none;
}
main.contact .wpcf7-submit:hover {
  cursor: pointer;
}
main.contact .wpcf7-not-valid-tip {
  margin: 8px 0 0;
}
main.contact .wpcf7-response-output {
  margin: 0;
  padding: 10px;
}/*# sourceMappingURL=style.css.map */