@charset "UTF-8";
/*
	Author: nag-design
	Last Update: 2023-05-18
	Google Fonts: Noto Sans Light 300, Bold 700
	Breakpoint: 1024px;
*/
/* kranky-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kranky";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kranky-v29-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Default */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75em;
  font-size: 16px;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #202020;
  background-color: #f5eade;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.05em;
}

table {
  font-size: inherit;
  font: 100%;
}

a {
  color: #86461b;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

input {
  vertical-align: middle;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
h1, h2, h3, h4 {
	font-weight: 700;
}
p {
    line-height: 1.75em;
}
*/
.wp-block-image {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .wp-block-image {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.wp-block-image .alignleft {
  float: none;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
  }
}

.wp-block-image .alignright {
  float: none;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

/* ========================
    共通
======================== */
#Wrapper {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
}

section {
  clear: both;
  width: 100%;
  margin: 0;
  position: relative;
}

.p05 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

/* Page and Post */
.page-content {
  margin: 32px auto 64px;
  width: 90%;
  max-width: 960px;
}

.post-content {
  margin: 32px auto 64px;
  width: 90%;
  max-width: 960px;
}

.notice {
  font-size: 12px;
}

/* ========================
    ヘッダー
======================== */
#Header {
  position: fixed;
  top: -50px;
  margin: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all linear 500ms 0s;
  transition: all linear 500ms 0s;
  z-index: 20;
  pointer-events: none;
}
#Header h1 {
  display: block;
  width: 185px;
  height: 50px;
  margin: 0 0 0 15px;
  padding: 5px 0;
  overflow: hidden;
}
#Header h1 a {
  display: block;
  width: auto;
  height: 0;
  padding-top: 40px;
  margin: 0;
  color: white;
  line-height: 40px;
  text-indent: -9999px;
  background: url("../images/header-logo@2x.png") left center/auto 40px no-repeat;
  pointer-events: auto;
}
#Header.view {
  top: 0;
}

#HeaderMenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  #HeaderMenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: calc(100% - 200px);
    height: 50px;
  }
  #HeaderMenu .headermenu {
    display: block;
    height: 100%;
  }
  #HeaderMenu .headermenu__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    pointer-events: auto;
  }
  #HeaderMenu .headermenu__navi li {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    height: 100%;
  }
  #HeaderMenu .headermenu__navi li a {
    display: block;
    height: 100%;
    font-size: 0.9rem;
    color: white;
    padding: 0 2em 0 0;
    line-height: 50px;
  }
}

/* ========================
    フロントページ
======================== */
/* HeroArea */
#HeroArea {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  aspect-ratio: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#HeroArea .heroimage {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all ease 3000ms;
  transition: all ease 3000ms;
}
#HeroArea .heroimage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#HeroArea .catchcopy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 33%;
  width: 60%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 320/36;
  margin: auto auto;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease 600ms 1000ms;
  transition: all ease 600ms 1000ms;
}
#HeroArea .catchcopy img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #HeroArea .catchcopy {
    width: 40%;
    bottom: 26%;
  }
}
@media screen and (min-width: 1024px) {
  #HeroArea .catchcopy {
    width: 50%;
    bottom: 18%;
  }
}
#HeroArea .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 33%;
  width: 60%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 320/160;
  margin: auto auto;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease 1000ms 2000ms;
  transition: all ease 1000ms 2000ms;
}
#HeroArea .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #HeroArea .logo {
    width: 40%;
    bottom: 26%;
  }
}
@media screen and (min-width: 1024px) {
  #HeroArea .logo {
    width: 50%;
    bottom: 18%;
  }
}
#HeroArea .scroll-down {
  position: absolute;
  bottom: 25px;
  right: 10px;
  margin: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
@media screen and (min-width: 768px) {
  #HeroArea .scroll-down {
    left: auto;
    right: 20px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #HeroArea .scroll-down {
    right: 20px;
    bottom: 30px;
    margin: 0 auto;
  }
}
#HeroArea .scroll-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#HeroArea .scroll-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation: scrolldown 1600ms ease forwards infinite;
          animation: scrolldown 1600ms ease forwards infinite;
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
#HeroArea.loaded .heroimage {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#HeroArea.loaded .catchcopy {
  opacity: 1;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
#HeroArea.loaded .logo {
  opacity: 1;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
#HeroArea.loaded .scroll-down {
  opacity: 1;
}
@-webkit-keyframes scrolldown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  76%, 100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes scrolldown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  76%, 100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

/* Topics */
.topics {
  width: 90%;
  max-width: 960px;
  margin: 50px auto 50px;
}
.topics__title {
  font-family: "Kranky";
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  margin: 1em auto;
}
.topics__list {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.topics__list .topic {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}
.topics__list .topic__date {
  display: block;
  width: 100%;
  color: #202020;
}
@media screen and (min-width: 768px) {
  .topics__list .topic__date {
    display: inline-block;
    width: 10em;
  }
}
.topics__list .topic__title {
  display: block;
}
@media screen and (min-width: 768px) {
  .topics__list .topic__title {
    display: inline-block;
  }
}
.topics__list .topic__link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  right: 2px;
  margin: auto 0;
}
.topics__list .topic a {
  color: #86461b;
}
.topics__more {
  text-align: right;
  margin: 0.25em 0;
}

/* Breads */
#Breads {
  width: 90%;
  max-width: 960px;
  margin: 50px auto;
}
#Breads #BreadsTitle {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
  height: 0;
  padding-top: 80px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/everydays@2x.png") center top/contain no-repeat;
}
#Breads ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 32px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #Breads ul {
    gap: 30px;
  }
}
#Breads ul li {
  position: relative;
  display: block;
  padding: 0;
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 768px) {
  #Breads ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  #Breads ul li {
    width: calc((100% - 90px) / 4);
  }
}
#Breads .bread {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
#Breads .bread__photo {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin: 0;
}
#Breads .bread__photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#Breads .bread__name {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -18px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
#Breads .bread__name a {
  display: inline-block;
  color: #fff;
  font-size: 0.85rem;
  padding: 5px 1em 6px;
  text-align: center;
  line-height: 1.2;
  background-color: #222;
  border-radius: 99px;
}
#Breads .bread__name a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 5px);
  width: 2px;
  height: 2px;
  border: 5px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
#Breads .bread__excerpt {
  padding: 1em 1em;
  font-size: 0.9rem;
  text-align: justify;
}

/* Message */
.message {
  width: 90%;
  max-width: 960px;
  margin: 80px auto;
}
.message__title {
  font-family: "Kranky";
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  margin: 1em auto;
}
.message__body {
  padding: 20px 20px 250px 20px;
  text-align: justify;
  background: white url("../images/grains.webp") right bottom/300px 243px no-repeat;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .message__body {
    padding: 40px;
    background: white url("../images/grains.webp") right top/300px 243px no-repeat;
  }
  .message__body .empty-block {
    float: right;
    width: 280px;
    height: 200px;
  }
}

/* AboutWordPress */
#AboutWordPress {
  width: 90%;
  max-width: 960px;
  margin: 80px auto;
  background-color: white;
}

.awp {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 8px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .awp {
    padding: 24px;
  }
}
.awp__innerbox {
  width: 100%;
  overflow: hidden;
  color: #222;
}
.awp__innerbox--title {
  font-size: 1.25rem;
  text-align: center;
  margin: 0.5em auto;
}
.awp__innerbox--note {
  text-align: justify;
  line-height: 1.75em;
}
.awp__innerbox--image {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .awp__innerbox--image {
    max-width: 800px;
  }
}
.awp__innerbox--image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.awp__innerbox--message {
  text-align: justify;
  line-height: 1.75em;
}

/* アクセス地図 */
.gmap {
  display: block;
  width: 90%;
  max-width: 960px;
  margin: 30px auto;
}
.gmap__title {
  font-family: "Kranky";
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  margin: 1em auto;
}

#gMap {
  display: block;
  width: 100%;
  margin: 0;
  height: 600px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

a#btn-applemap {
  display: inline-block;
  margin: 0 2px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}

a#btn-googlemap {
  display: inline-block;
  margin: 0 2px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}

/* ========================
    シングルページ
======================== */
.pagetitle {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390/160;
  max-height: 160px;
  background: url("../images/page-title-bg-xs@2x.webp") center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .pagetitle {
    aspect-ratio: 1280/300;
    width: 100%;
    background: url("../images/page-title-bg.webp") center center/cover no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .pagetitle {
    max-height: 300px;
    width: 100%;
    background: url("../images/page-title-bg@2x.webp") center center/cover no-repeat;
  }
}
.pagetitle__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 320/160;
  margin: auto auto;
  color: white;
}
.pagetitle__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .pagetitle__logo {
    width: 30%;
  }
}

.page-bread__title {
  margin: 32px auto;
  width: auto;
  text-align: center;
}
.page-bread__title span {
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  background-color: #202020;
  border-radius: 30px;
}
.page-bread__photo {
  width: 60%;
  min-width: 240px;
  max-width: 600px;
  margin: 32px auto;
  padding: 16px;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.page-bread__photo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-bread__spec {
  width: 60%;
  min-width: 240px;
  max-width: 600px;
  margin: 32px auto;
  background: url("../images/notepad-bg@2x.webp") left top/8px 28px repeat;
  padding: 28px;
  border-radius: 8px;
  overflow: hidden;
}
.page-bread__spec .bread-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.page-bread__spec .bread-spec dt {
  font-weight: 700;
  width: 5em;
  padding: 0;
  line-height: 28px;
}
.page-bread__spec .bread-spec dd {
  padding: 0;
  line-height: 28px;
  text-align: justify;
}
.page-bread__spec .bread-spec p {
  width: 100%;
  line-height: 28px;
  text-align: justify;
  padding: 0;
}

.single__date {
  margin: 1em auto 0;
  font-size: 1rem;
  text-align: left;
}
.single__title {
  margin: 1em auto;
  font-size: 1.5rem;
  text-align: left;
  border-left: 8px solid #86461b;
  padding: 0.2em 0 0.2em 0.5em;
}
.single__body {
  display: block;
  overflow: hidden;
  text-align: justify;
}

h1.wp-block-heading {
  margin: 1em auto;
  font-size: 1.5rem;
  text-align: left;
  border-left: 8px solid #86461b;
  padding: 0.2em 0 0.2em 0.5em;
}

h2.wp-block-heading {
  margin: 1em auto 0.75em;
  font-size: 1.2rem;
  text-align: left;
  border-left: 4px solid #86461b;
  padding: 0.2em 0 0.2em 0.5em;
}

h3.wp-block-heading {
  margin: 1em auto 0.75em;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
}

h4.wp-block-heading {
  margin: 1em auto 0.75em;
  font-size: 1.1rem;
  text-align: center;
  padding: 0;
}

.pagination {
  width: 90%;
  max-width: 960px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 50px auto;
  }
}
.pagination .nav-links {
  display: block;
  line-height: 1.4em;
}
.pagination .nav-links .nav-previous {
  margin: 0.75em 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .nav-previous {
    float: left;
    width: 48%;
  }
}
.pagination .nav-links .nav-next {
  margin: 0.75em 0;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .nav-next {
    float: right;
    width: 48%;
  }
}
.pagination .nav-links a {
  color: #202020;
}
.pagination .nav-links a i {
  color: #86461b;
}

/* ========================
    アーカイブ
======================== */
.archive__title {
  margin: 1em auto;
  font-size: 1.5rem;
  text-align: center;
}
.archive__list {
  display: block;
  width: 100%;
  overflow: hidden;
}
.archive__list .entry {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}
.archive__list .entry__date {
  font-size: 0.9rem;
  margin: 0;
}
.archive__list .entry__title {
  font-weight: 700;
  margin: 0.25em 0 0.5em;
}
.archive__list .entry__photo {
  display: block;
  float: left;
  width: 30%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 4/3;
  margin-right: 20px;
}
.archive__list .entry__photo img {
  width: 100%;
  height: auto;
}
.archive__list .entry__excerpt {
  font-size: 0.9rem;
  text-align: justify;
}

/* ========================
    個別ページ
======================== */
.price-box {
  margin: 1em auto;
  width: 100%;
  height: auto;
  /*aspect-ratio: 3 / 1;*/
  padding: 20px 20px;
  color: white;
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: url("../images/designer-bg.webp") center center/cover;
}
@media screen and (min-width: 768px) {
  .price-box {
    padding: 40px 40px;
  }
}
.price-box p {
  font-size: 1rem;
}
.price-box h4 {
  font-size: 2rem;
  padding: 0.5em 0;
}

.price-table {
  width: 100%;
}
.price-table table {
  width: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.price-table table th {
  padding: 0.75em;
  line-height: 1.5em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.price-table table td {
  padding: 0.75em;
  line-height: 1.5em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.price-table table td:nth-child(3) {
  text-align: justify;
}
.price-table.wide {
  overflow-x: scroll;
}
.price-table.wide table {
  width: 960px;
}
@media screen and (min-width: 768px) {
  .price-table.wide table {
    width: 100%;
  }
}

/* ========================
    フッター
======================== */
.footer {
  clear: both;
  margin: 48px 0 0;
  width: 100%;
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
}
.footer .breadcrumbs {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1em 0;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.footer .breadcrumbs__innerbox {
  width: 90%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.footer__innerbox--navi .footer-navi {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.footer__innerbox--navi .footer-navi li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi li {
    display: inline-block;
    border-bottom: none;
  }
}
.footer__innerbox--navi .footer-navi li a {
  display: block;
  width: auto;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi li a::before {
    content: "｜";
    color: rgba(0, 0, 0, 0.3);
  }
}
.footer__innerbox--navi .footer-navi li:first-child a::before {
  content: none;
}
.footer__innerbox--sns {
  display: block;
  width: auto;
  max-width: 960px;
  margin: 20px auto;
  padding: 0 20px;
}
.footer__innerbox--sns li {
  display: inline-block;
  margin: 0 12px;
  font-size: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: none;
}
.footer__innerbox--footerlogo {
  display: block;
  margin: 20px auto 6px;
  width: 200px;
  height: 0;
  padding-top: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/footer-logo@2x.png") center center/200px 30px no-repeat;
}
.footer__innerbox--address {
  text-align: center;
  font-size: 0.9rem;
  margin: 6px auto 30px;
}
.footer__copyright {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: gray;
  background: #202020;
  text-align: center;
  font-size: 12px;
}

/* ページトップへ */
.gotop {
  position: absolute;
  bottom: 40px;
  right: 20px;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #202020;
  border-radius: 20px;
}
.gotop a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
  color: white;
}

/* ========================
    WordPress
======================== */
.wp-block-file .wp-block-file__button {
  display: inline-block;
  background: #096;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
}/*# sourceMappingURL=bakery.css.map */