@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  color: black;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  to {
    z-index: -1;
    opacity: 0;
  }
}
body {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "pwid";
}

span.text {
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#nav {
  z-index: 100;
}
#nav label.button, #nav ul {
  position: fixed;
  top: 0;
  background-color: black;
}
#nav #menu-button {
  display: none;
}
#nav label.button {
  z-index: 100;
  padding: 0.5em 0.4em 0.6em;
  right: 0.75rem;
  border-radius: 0 0 5px 5px;
  font-size: 0.7rem;
  cursor: pointer;
}
#nav label.button .icon {
  text-align: center;
}
#nav label.button .title {
  text-align: center;
  color: white;
}
#nav label.button .icon {
  margin: 0 auto 0.2em;
  width: 2.7em;
  height: 2.295em;
  position: relative;
}
#nav label.button .icon:after {
  content: "";
  border-top: 3px solid white;
  display: block;
  width: 100%;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: ease 0.3s;
}
#nav label.button .icon:before {
  content: "";
  border-top: 3px solid white;
  display: block;
  width: 100%;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: ease 0.3s;
  transform: translate(-50%, -0.4em);
}
#nav label.button .icon:after {
  transform: translate(-50%, 0.4em);
}
#nav ul {
  z-index: 99;
  transition: all ease 0.3s;
  left: 100%;
  height: 100%;
  list-style: none;
  font-size: 1rem;
  width: 12em;
  padding-top: 4.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#nav ul li {
  border-top: 1px solid white;
}
#nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1.1em 0 1em;
  transition: ease 0.3s;
}
#nav ul li a:focus, #nav ul li a:hover {
  background-color: #5b0000;
}
#nav ul li:nth-last-child(2) a {
  background-color: #C80000;
}
#nav ul li:last-child {
  text-align: center;
  height: 10%;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
#nav ul li:last-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 80%;
}
#nav input[type=checkbox]:checked ~ label.button .icon:after {
  width: 90%;
}
#nav input[type=checkbox]:checked ~ label.button .icon:before {
  width: 90%;
  transform: translate(-50%, 20%) rotate(45deg);
}
#nav input[type=checkbox]:checked ~ label.button .icon:after {
  transform: translate(-50%, 20%) rotate(-45deg);
}
#nav input[type=checkbox]:checked ~ ul {
  transform: translate(-100%);
}

.content {
  overflow: hidden;
}

#call {
  margin: 3rem 1.5rem;
  padding: 1.5em 1.5em 1.2em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #C80000;
  text-align: center;
}
#call h3 {
  margin-bottom: 0.5rem;
}
#call h3 span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.26;
}
#call small{
  line-height: 1.5;
}
#call h4 {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
#call .tel {
  margin-bottom: 0.5rem;
}
#call .tel a {
  font-size: 1.85rem;
  font-weight: bold;
  color: #C80000;
}
#call .hour {
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}
#call .button a {
  display: block;
  font-size: 1rem;
  background-color: #C80000;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 0.8em 1em 0.75em;
  margin-top: 0.8em;
  transition: ease 0.3s;
}
#call .button a:focus, #call .button a:hover {
  background-color: #db0000;
}

#back {
  margin: 0 1.5rem 3rem;
}
#back a {
  display: block;
  text-align: center;
  color: white;
  background-color: #C80000;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.8em 0 0.75em;
  margin: 0 auto;
  width: 12em;
  position: relative;
  border-radius: 5px;
  transition: ease 0.3s;
}
#back a:before {
  content: "";
  display: block;
  background-color: #C80000;
  width: 1.85em;
  height: 1.85em;
  transform: translate(-37%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 3px;
  transition: ease 0.3s;
}
#back a:focus, #back a:hover {
  background-color: #db0000;
}
#back a:focus:before, #back a:hover:before {
  background-color: #db0000;
}

#footer {
  padding: 1.5rem;
  background-color: #CA0005;
}
#footer ul.menu {
  list-style: none;
}
#footer ul.menu li {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  overflow: hidden;
}
#footer ul.menu li > a {
  display: block;
  text-align: center;
  padding: 1em 1.2em;
  position: relative;
}
#footer ul.menu li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: 1em;
}
#footer ul.menu li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: 1em;
  background-color: white;
  border-radius: 100%;
  width: 1.6em;
  height: 1.6em;
}
#footer ul.menu li > a:after {
  border-top: 3px solid #CA0005;
  border-right: 3px solid #CA0005;
  transform: translate(-0.55em, 0.4em) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
}
#footer ul.menu li:first-child > a {
  padding-bottom: 0.5em;
}
#footer ul.menu li:last-child {
  border-bottom: 1px solid white;
}
#footer ul.menu a {
  color: inherit;
  transition: ease 0.3s;
}
#footer ul.menu a:focus, #footer ul.menu a:hover {
  opacity: 0.6;
}
#footer ul.menu p {
  color: inherit;
  font-size: 0.85rem;
  font-weight: normal;
  margin: 0 auto 1em;
  width: -moz-fit-content;
  width: fit-content;
}
#footer ul.menu p a {
  margin: 0.5em 1em 0;
  display: inline-block;
}
#footer ul.menu p a:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: white;
  margin-right: 0.2em;
}
#footer div.other {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#footer div.other p.other {
  flex-shrink: 0;
  margin-right: 1.5em;
}
#footer div.other p.other a {
  color: white;
  font-size: 0.85rem;
  display: block;
  padding: 0.4em 0;
}
#footer div.other div.sns {
  display: flex;
}
#footer div.other div.sns > div {
  display: inline-block;
  margin: 0 0 0.5em 0.3em;
  transition: ease 0.1s;
  transition-delay: 1.5s;
}
#footer div.other div.sns > div:first-child {
  margin-left: 0;
}
#footer div.other div.sns > div:last-child {
  margin-left: 0.6em;
}
#footer div.other div.sns > div.lazyload, #footer div.other div.sns > div.lazyloading {
  opacity: 0;
}
#footer div.other div.sns > div.lazyloaded {
  opacity: 1;
}
#footer .copyright {
  margin-top: 1rem;
}
#footer .copyright p {
  color: white;
  font-size: 0.7rem;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.content#other {
  height: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  max-width: 650px;
}
.content#other p a {
  display: block;
  background-color: #CA0005;
  color: white;
  font-size: 0.85rem;
  line-height: 1.4;
  padding: 1em 1em 0.9em;
  border-radius: 5px;
}

/* 下層共通 */
.page_title {
  text-align: center;
  padding: 45px 0;
  font-size: 48px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.page_title img {
  height: 44px;
  width: auto;
}

h2 {
  margin-left: auto;
  margin-right: auto;
}

#sk, #f1, #f3, #f4 {
  background-color: #fff7e0;
}

#sk h2 {
  margin-top: 5rem;
}

#other_header, #guide_header {
  position: relative;
  text-align: center;
  padding: 2rem 1.5rem 50px;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/other_header.jpg) bottom left repeat-x;
  background-size: 100%;
}

.page_title p {
  display: block;
  margin: 0.1em auto 0.8em;
  padding: 1.5em 0 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

#other_header span.title img, #guide_header span.title img {
  height: 27px;
  max-width: inherit;
}

#other_header img.title, #guide_header img.title {
  max-width: 160px;
}

#f1 #quality {
  width: 90%;
  max-width: 90%;
  /* height: 290px; */
  margin: 0 auto 30px;
  padding: 30px 0;
  background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/ichifuji_bg_sp.png) top center / contain no-repeat;
  background-size: 100% 100%;
}
#f1 #quality h2 {
  text-align: center;
  position: relative;
}
#f1 #quality p {
  text-align: center;
  position: relative;
}
#f1 #quality p.slogan {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#f1 #quality img {
  display: block;
  margin: 0 auto;
}
#f1 #quality p.maker {
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#f1 #quality h2 {
  font-family: "heisei-kaku-gothic-std";
  font-weight: 900;
  font-size: 1.665rem;
  line-height: 1.33;
  margin-bottom: 0.4em;
}
#f1 #quality p.description {
  font-size: 1rem;
  padding-bottom: 1em;
}
#f1 #quality p.link a {
  display: inline-block;
  color: #C80000;
  border-bottom: 1px solid;
  font-size: 0.85rem;
  padding-bottom: 0.2em;
  transition: ease 0.3s;
}
#f1 #quality p.link a:focus, #f1 #quality p.link a:hover {
  border-bottom-width: 2px;
}
#f1 #quality .decoration {
  width: 22px;
  height: 22px;
  /* background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/img2022/quality-deco.png); */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
#f1 #quality .decoration.top-left {
  top: 7px;
  left: 1px;
}
#f1 #quality .decoration.top-right {
  top: 7px;
  right: 1px;
  transform: scale(-1, 1);
}
#f1 #quality .decoration.bottom-left {
  bottom: 7px;
  left: 1px;
  transform: scale(1, -1);
}
#f1 #quality .decoration.bottom-right {
  bottom: 7px;
  right: 1px;
  transform: scale(-1, -1);
}
#f1 #quality-company, #f1 #quality-lead, #f1 #quality-point {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#f1 #quality-lead h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  font-family: "heisei-kaku-gothic-std";
  font-weight: 900;
  margin-top: 2em;
  margin-bottom: 0.7em;
}
#f1 #quality-lead h2 br {
  display: none;
}
#f1 #quality-lead h2 span {
  display: inline-block;
  color: #c80000;
  line-height: inherit;
}
#f1 #quality-lead p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
#f1 #quality-point {
  counter-reset: point;
}
#f1 #quality-point h3 {
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #be8a43;
  padding-bottom: 0.2em;
  padding-top: 2rem;
}
#f1 #quality-point h3 br {
  display: none;
}
#f1 #quality-point h3 span {
  line-height: inherit;
  color: #580002;
}
#f1 #quality-point h3 > span span {
  display: inline-block;
}
#f1 #quality-point h3:before {
  content: "";
  height: 40px;
  /* counter-increment: point; */
  /* color: #C80000; */
  /* font-size: 2.5em; */
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: 100%;
}
#f1 #quality-point :nth-child(1):before {
  background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2023/images/no01.png);
  width: 50px;
}
#f1 #quality-point :nth-child(3):before {
  background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2023/images/no02.png);
  width: 50px;
}
#f1 #quality-point :nth-child(5):before {
  background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2023/images/no03.png);
  width: 30px;
}
#f1 #quality-point :nth-child(7):before {
  background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2023/images/no04.png);
  width: 35px;
}
#f1 #quality-point :nth-child(9):before {
  background-image: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2023/images/no05.png);
  width: 27px;
}
#f1 #quality-point p {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 0.8em;
}
#f1 #quality-point ul {
  font-size: 0.85rem;
  padding-left: 1.5em;
  margin-top: 1em;
}
#f1 #quality-point ul li {
  line-height: 1.4;
}
#f1 #quality-point ul strong {
  font-size: 1.5em;
  color: #C80000;
}
#f1 #quality-point ul small {
  display: inline-block;
}
#f1 #quality-company {
  margin-top: 3rem;
  text-align: center;
}
#f1 #quality-company h2 {
  font-size: 1.25rem;
}
#f1 #quality-company p {
  margin-top: 0.5em;
}
#f1 #quality-company p a {
  font-size: 0.85rem;
  display: block;
}

#totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 0.55rem;
  width: 60px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
}
#totop.on {
  opacity: 1;
}
#totop a {
  color: #C80000;
  display: block;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
}
#totop img {
  display: block;
  margin: 0.1em auto 0;
  width: 30px;
}
#totop.on a {
  pointer-events: auto;
}

@media (min-width: 700px) {
  #f1 #quality {
    width: 610px;
    max-width: 610px;
    height: 288px;
    margin: 0 auto 50px;
    padding: 4rem 30px 10px;
    border: none;
    position: relative;
    background: url(https://www.ichifuji-c.co.jp/onepiece-osechi/2026/images/ichifuji_bg.png) top center / contain no-repeat;
  }
  #f1 #quality h2 {
    padding-left: 20%;
  }
  #f1 #quality p.description, #f1 #quality p.link, #f1 #quality p.maker {
    padding-left: 20%;
  }
  #f1 #quality p.slogan {
    padding-left: 20%;
    font-size: 1.45rem;
    margin-bottom: 1em;
    text-align: left;
  }
  #f1 #quality img {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(-50%, -50%);
    width: 12%;
    max-width: 80px;
  }
  #f1 #quality p.maker {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.3em;
    text-align: left;
    align-self: end;
  }
  #f1 #quality h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0.8em;
  }
  #f1 #quality h2 br {
    display: none;
  }
  #f1 #quality p.description {
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: left;
  }
  #f1 #quality p.link {
    margin-top: 1em;
    text-align: left;
  }
  #f1 #quality p.link a {
    font-size: 1rem;
  }
  #f1 #quality .decoration {
    width: 40px;
    height: 40px;
  }
  #f1 #quality-company, #f1 #quality-lead, #f1 #quality-point {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
  #f1 #quality-lead h2 {
    font-size: 1.75rem;
    line-height: 1.8;
  }
  #f1 #quality-lead h2 br {
    display: block;
  }
  #f1 #quality-lead p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #f1 #quality-point h3 {
    font-size: 1.45rem;
  }
  #f1 #quality-point h3 br {
    display: block;
  }
  #f1 #quality-point h3:before {
    /* content: "" ;
    height: 40px; */
    /* counter-increment: point; */
    /* color: #C80000; */
    /* font-size: 2.5em; */
    /* vertical-align: top;
    display: inline-block;
    margin-right: .5em;
    background-repeat: no-repeat; */
    /* background-size: auto; */
  }
  #f1 #quality-point :nth-child(1):before, #f1 #quality-point :nth-child(3):before, #f1 #quality-point :nth-child(5):before, #f1 #quality-point :nth-child(7):before, #f1 #quality-point :nth-child(9):before {
    height: 55px;
    width: 40px;
  }
  #f1 #quality-point p, #f1 #quality-point ul {
    font-size: 1.1rem;
  }
  #f1 #quality-company h2 {
    font-size: 1.45rem;
  }
  #f1 #quality-company p a {
    font-size: 1rem;
  }
  #totop {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    font-size: 0.85rem;
    width: 80px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #totop a {
    color: #C80000;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  #totop img {
    display: block;
    margin: 0.2em auto 0;
    width: 42px;
  }
}
#f2 {
  background-color: #fff7e0;
}
#f2 .page_title p {
  height: auto;
  font-size: 1.2rem;
  margin: 1.2em auto 1.5em;
}
#f2 .mail {
  margin: 2em 1.5rem 0;
}
#f2 .mail h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5em 0 0.5em;
}
#f2 .mail h2:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #C80000;
  border-radius: 50%;
  margin-right: 0.2em;
}
#f2 .mail div {
  margin-bottom: 2rem;
}
#f2 .mail p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
#f2 .mail p strong {
  display: block;
  line-height: inherit;
  margin-top: 1em;
}

@media screen and (min-width: 700px) {
  #f2 .page-title p {
    margin: 0.5em auto 0.1em;
    font-size: 2.5rem;
  }
  #f2 .mail {
    max-width: 650px;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  #f2 .mail h2 {
    font-size: 1.45rem;
  }
  #f2 .mail p {
    font-size: 1.1rem;
  }
  #privacy .page_title p {
    margin: 0.5em auto 0.5em;
    height: inherit;
  }
}
#f3 .delivery {
  margin: 1rem 1.5rem 0;
  counter-reset: flow;
}
#f3 .delivery h2 {
  margin: 0 auto 0.8rem;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content:center;
  position: relative;
  width: 50%;
}
#f3 .delivery h2 span.title {
  font-family: "heisei-kaku-gothic-std";
  font-weight: 900;
  font-size: 1.25rem;
  font-weight: bold;
  color: #C80000;
}
#f3 .delivery > div {
  margin-bottom: 3rem;
}
#f3 .delivery p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
#f3 .delivery p.focus {
  margin: 1em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f3 .delivery p.focus:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f3 .delivery strong {
  display: block;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
#f3 .cancel {
  margin: 0 1.5rem 2rem;
  padding: 1em;
  /*  border: 2px solid #C80000; */
  background: #f0e4af;
}
#f3 .cancel h2 {
  color: #C80000;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
#f3 .cancel h3 {
  font-size: 1rem;
  color: #C80000;
  margin: 1em 0 0.5em;
}
#f3 .cancel p {
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: justify;
}
#f3 .cancel p.lead {
  font-size: 1rem;
  line-height: 1.4;
}
#f3 .cancel p strong {
  line-height: inherit;
  display: block;
  margin-bottom: 0.5em;
}
#f3 .cancel a {
  text-decoration: underline;
}

@media (min-width: 700px) {
  /* #f3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } */
  #f3 .delivery {
    max-width: 1000px;
    margin: 1rem auto 0;
  }
  #f3 .delivery h2 {
    width: 20%;
    font-size: 1.1rem;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  #f3 .delivery h2 span.title {
    font-size: 1.45rem;
    padding-bottom: 0.5em;
  }
  #f3 .delivery > div {
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: flex-start;
  }
  #f3 .delivery > div > div {
    width: calc(72% - 2rem);
  }
  #f3 .delivery p {
    font-size: 1.1rem;
  }
  #f3 .delivery p.focus {
    margin: 1em 0;
  }
  #f3 .delivery strong {
    margin-bottom: 0.3em;
  }
  #f3 .cancel {
    max-width: 650px;
    margin: 0 auto 2rem;
    padding: 2em;
  }
  #f3 .cancel h2 {
    font-size: 1.45rem;
  }
  #f3 .cancel h3 {
    font-size: 1.1rem;
  }
  #f3 .cancel p {
    font-size: 1rem;
  }
  #f3 .cancel p.lead {
    font-size: 1.1rem;
  }
}
@media (min-width: 700px) {
  #nav label.button {
    right: 1.5rem;
    font-size: 0.85rem;
  }
  #nav ul {
    width: 15em;
    max-width: 30vw;
    font-size: 1.1rem;
  }
  #nav ul li:last-child img {
    top: auto;
    bottom: 10%;
    transform: translateX(-50%);
    width: 75%;
    max-width: 160px;
    max-height: none;
  }
  #call {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.7rem 1.5rem 2.25rem;
  }
  #call h3 {
    margin-bottom: 0.5rem;
  }
  #call h3 span {
    font-size: 1.45rem;
    line-height: 1.26;
  }
  #call h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
  #call .tel {
    margin-bottom: 0.5rem;
  }
  #call .tel a {
    font-size: 2rem;
  }
  #call .hour {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  #call .button a {
    max-width: 20em;
    font-size: 1.1rem;
    padding: 0.8em 1em 0.75em;
    margin: 0.8em auto 0;
  }
  #back a {
    font-size: 1rem;
  }
  #back a:before {
    transform: translate(-40%, -52%) rotate(45deg);
  }
  #footer {
    padding: 2.25rem 1.5rem 4.5rem;
  }
  #footer .copyright, #footer div.other {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer ul.menu {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #footer ul.menu li {
    font-size: 1.1rem;
  }
  #footer ul.menu li > a:after {
    top: 16px;
    right: 1em;
  }
  #footer ul.menu li > a:before {
    top: 16px;
    right: 1em;
    width: 1.7rem;
    height: 1.7rem;
  }
  #footer ul.menu li > a:after {
    transform: translate(-0.55rem, 0.45rem) rotate(45deg);
    width: 0.65rem;
    height: 0.65rem;
  }
  #footer ul.menu li:first-child {
    font-size: 1.3em;
    width: 100%;
    border-bottom: 1px solid white;
  }
  #footer ul.menu li:nth-child(n+2) {
    width: 25%;
    border-top: none;
    border-bottom: 1px solid white;
  }
  #footer ul.menu li:nth-child(n+2) a {
    line-height: 1.4;
  }
  #footer ul.menu li:nth-child(n+3) {
    border-left: none;
  }
  #footer ul.menu p {
    font-size: 0.85rem;
    margin: 0 auto 1em;
    width: auto;
    text-align: center;
  }
  #footer ul.menu p br {
    display: none;
  }
  #footer div.other {
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  #footer div.other div.sns {
    max-width: 50%;
  }
  #footer div.other p.other {
    max-width: 50%;
    margin-right: 0;
  }
  #footer div.other p.other a {
    font-size: 1rem;
    display: inline-block;
    margin-right: 1em;
  }
  #footer div.other div.sns {
    margin-top: 0.5rem;
    overflow: hidden;
  }
  #footer div.other div.sns > div {
    display: inline-block;
    margin: 0 0 0.5em 0.3em;
  }
  #footer div.other div.sns br {
    display: none;
  }
  #footer .copyright {
    position: relative;
    z-index: 0;
    margin-top: -3.6rem;
  }
  #footer .copyright p {
    font-size: 0.85rem;
    text-align: right;
  }
  #other_header img.title, #guide_header img.title {
    display: block;
    margin: 0 auto 0;
    width: 40%;
    max-width: 320px;
  }
  .page_title p {
    margin: 0.5em auto 0.1em;
    font-size: 2.5rem;
    height: 100px;
  }
  #other_header span.title img, #guide_header span.title img {
    height: 100%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  #footer ul.menu li:nth-child(n+2) {
    width: 25%;
    border-top: none;
    border-bottom: 1px solid white;
  }
  #footer ul.menu li:nth-child(n+2) > a:after, #footer ul.menu li:nth-child(n+2) > a:before {
    display: none;
  }
}
.top_cta {
  width: 100%;
  padding: 100px 0;
  margin: 30px 0 0;
}

a.qty_a {
  display: block;
  padding-left: 20%;
  margin-top: 16px;
  position: relative;
  z-index: 3;
  color: #c80000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page_title img {
    height: 28px;
  }
  #other_header, #guide_header {
    padding: 1rem 1.5rem 30px;
    background-size: 100%;
  /*  background-size: auto 180px;  2025.8.28*/
  }
  .page_title {
    font-size: 28px;
  }
  .top_cta {
    padding: 10px 0;
  }
  a.qty_a {
    padding-left: 0;
    font-size: 14px;
    text-align: center;
  }
  #footer div.other {
    justify-content: flex-start;
  }
  #footer div.other div.sns {
    display: block;
  }
  #footer div.other div.sns > div {
    display: block;
    margin-left: 0;
    float: left;
    margin-right: 0.3em;
  }
  #footer div.other div.sns > div:last-child {
    margin-left: 0;
  }
  #footer div.other div.sns > div.fb_li {
    margin: 0 0px 0 -5px;
  }
}/*# sourceMappingURL=style.css.map */