/* * {
  outline: 2px red solid; 
} */

a {
  color: #666;
}

body {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,HelveticaNeue,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,Hiragino Sans,ヒラギノ角ゴシック,Hiragino Kaku Gothic ProN,sans-serif;
  /* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
  min-height: 560px;
  min-width: 320px;
}

br {
 content: "";
 display: block; 
 margin-bottom: 1em;
}

dd {
  font-size: 12px;
  margin: 0 0 32px;
}

dd:last-child {
  margin: 0;
}

dl {
  margin: 32px auto 0;
  padding-bottom: 80px;
  width: 80%;
}

dt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
}

dt::before {
  background: #333;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 4px 2px 0 0;
  vertical-align: top;
  width: 5px;
}

footer {
  background-color: #333;
  color: #999;
}

h1 {
  font-size: 24px;
  text-align: center;
}

h2, h3, h4, h5 {
  letter-spacing: .2em;
  width: 90%;
}

h2 {
  font-size: 18px;
  line-height: 32px;
  padding-top: 80px;
  margin: 0 auto;
}

h3 {
  font-size: 16px;
  line-height: 27px;
  margin: 0 auto 24px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 32px auto 16px;
}

h5 {
  font-size: 14px;
  margin: 14px auto 12px;
}

img {
  height: 100%;
  width: 100%;
}

li {
  letter-spacing: .1em;
  line-height: 1.5em;
  padding: 0 .5em 1em .5em;
}

p {
  color: #666;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.25em;
  margin: 0 auto 32px;
  width: 90%;
}

strong {
  font-weight: 400;
}

ul {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: .1em;
  margin: 0 auto;
  width: 90%;
}

details {
  padding-bottom: 32px;
}

details .details-content {
  padding-top: 1rem
}
 
summary {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 16px;
  position: relative;
  width: 90%;
}
 
summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "";
  position: absolute;
  top: -16px;
  bottom: 0;
  left: 80px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ded4bc;
  border-right: 2px solid #ded4bc;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in;
}
 
details[open] summary {
  border-bottom: .5px solid #333;
}
 
details[open] summary::before {
  transform: rotate(-45deg);
}

details[open] .details-content {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

details h4 {
  display: inline;
}

.details-prefecture {
  padding-bottom: 0;
}

.details-bottom {
  padding-bottom: 80px;
}

.asterisk {
  padding-left: 1.2em;
}

.asterisk::before {
  content: "※";
  margin-left: -1.2em;
}

.black-bg {
  background: rgb(0, 0, 0, .5);
}

.block {
  display: block;
}

.body-in {
  position: relative;
}

.copyright {
  color: #A5A5A5;
  font-size: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

.dark-bg {
  background: #333;
}

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

.flex-reverse {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.font-size-down {
  font-size: .9em;
}

.font-small {
  font-size: 12px !important;
}

.font-very-small {
  font-size: 10px !important;
}

.font-dark {
  color: #333;
}

.font-white {
  color: #fff;
}

.grayge-bg {
  background: #F2EBE0;
}

.new-line {
  display: inline-block;
}

.no-space-bottom {
  margin-bottom: 0 !important;
}

.no-space-top {
  padding-top: 0 !important;
}

.pattern-bg {
  background: no-repeat url(../img/common/pattern-bg.webp);
  background-position: center;
  background-size: cover;
}

.scarlet {
  color: #f88379;
}

.section-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 80px !important;
}

.space-left {
  margin-left: .5em;
}

.space-updown {
  display: inline-block;
  margin: 1.5em 0;
}

.space-top {
  margin-top: 0 !important;
  padding-top: 80px !important;
}

.space-top-min {
  margin-top: 0;
  padding-top: 1em;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.subtitle {
  color: #999;
  font-family: Libre Caslon Text,serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
}

.subtitle-button {
  display: inline-block;
  font-family: Libre Caslon Text,serif;
  font-size: 12px;
}

.text-right {
  text-align: right;
}

.transparent-bg {
  background: rgb(255, 255, 255, .8);
}

.vertical-line {
  background: #666;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.vertical-line-set {
  position: relative;
}

.white-bg {
  background: #fff;
}

.white-bg-harf {
  background: rgba(255, 255, 255, .5);
}


/* button */
.link-button a {
  align-items: center;
  border: 1px solid #999;
  border-radius: 3px;
  display: flex;
  font-weight: 500;
  justify-content: space-around;
  margin: 60px auto 0;
  max-width: 300px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.link-button a:after {
  align-items: center;
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  bottom: 0;
  content: "";
  display: flex;
  font-size: 90%;
  height: 6px;
  justify-content: center;
  position: absolute;
  right: 2rem;
  top: 50%;
  transition: right 0.3s;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}

.link-button a:hover {
  background: #D9C69B;
  color: #fff;
}
.link-button a:hover:after {
  right: 1.4rem;
}
/* button */

/* delay */
.delay {
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
/* delay */

/* scroll */
.scroll-fade {
  transition: .8s ease-in-out;
  opacity: 0;
}

.scroll-fade.on {
  opacity: 1.0;
}

.scroll-left {
  transform: translateX(-50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-left.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll-right {
  transform: translateX(50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-right.on {
  transform: translateX(0);
  opacity: 1.0;
}

.scroll-up {
  transform: translateY(50px);
  transition: 1s ease-in-out;
  opacity: 0;
}

.scroll-up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/* scroll */

/* top-nav */
.header-inner {
  background: #FFF;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-inner img {
  height: 50px;
  left: 5%;
  position: fixed;
  width: 100px;
}
/*
.nav-toggle {
  display: block;
  height: 1.5rem;
  margin: 13px 0 13px 90%;
  position: relative;
  width: 1.75rem;
  z-index: 999;
}

.nav-toggle span {
  background-color: #333;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .5s, opacity .5s;
  width: 100%;
}

.nav-toggle span:nth-child(1) {
  top: 0;
}

.nav-toggle span:nth-child(2) {
  bottom: 0;
  margin: auto;
  top: 0;
}

.nav-toggle span:nth-child(3) {
  bottom: 0;
}

.nav-toggle.show span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav-toggle.show span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.show span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
*/

.nav {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .8s, visibility .8s;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}

.nav li {
  margin: 0 auto;
  padding-bottom: 1em;
  width: fit-content;
}

.nav li:hover {
  opacity: .3;
}

.nav ul {
  display: block;
  padding: 2em 0;
  text-align: center;
}

.nav.show {
  opacity: 1;
  visibility: visible;
}
/* top-nav */

/* footer */
.footer-sns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px auto 40px;
  width: 35%;
}

.footer-sns img {
  height: auto;
  padding: 0 20px;
  width: 70px;
}

.footer-sns img:hover {
  opacity: .3;
  transition: .3s;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  width: 80%;
}

.footer-logo img {
  padding: 0 20px;
  width: 150px;
}

.footer-logo img:first-child {
  border-right: .5px solid #999;
}

.footer-menu {
  margin: 0 auto 16px;
  width: 80%;
}

.footer-menu a {
  color: #999;
}

.footer-menu a:hover {
  color: #fff;
  transition: .3s;
}

.footer-menu li {
  padding-bottom: 6px;
}

.footer-menu ul {
  display: inline;
  font-size: 10px;
}

.story h2 {
  color: #ccc;
  font-size: 14px;
  text-align: center;
  padding: 0 0 0 20px;
  margin-bottom: 16px;
}

.story p {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 16px;
}

.story-text-bottom {
  margin-bottom: 80px;
}
/* footer */

/* inquiry */
.inquiry-button {
  align-items: center;
  background: #fff;
  border: solid .5px #333;
  border-radius: 25px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: 35px;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0.8;
  position: fixed;
  right: 0;
  text-align: center;
  width: 50%;
  z-index: 2;
}

.inquiry-button:hover {
  opacity: .3;
  transition: ease .3s;
}

.inquiry-button span::before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 4px 2px 0 0;
  vertical-align: top;
  width: 5px;
}

.inquiry-button span::after {
  background: no-repeat url(../img/top/sotorie-logo-black.svg);
  background-position: center;
  content: "";
  display: inline-block;
  height: .7em;
  width: 3em;
}
/* inquiry */

/* pagetop */
.pagetop-button {
  align-items: center;
  background: #fff;
  border: solid .5px #333;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 35px;
  justify-content: center;
  opacity: 0.7;
  position: fixed;
  right: 20px;
  width: 35px;
  z-index: 2;
}

.pagetop-button:hover {
  opacity: .3;
  transition: ease .3s;
}

.pagetop-button-arrow {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  display: block;
  height: 10px;
  margin: auto;
  transform: translateY(20%) rotate(-45deg);
  width: 10px;
}
/* pagetop */




/* pc */
@media screen and (min-width: 768px) {
  h2, h3, h4, h5, p, ul, dl {
    max-width: 900px;
  }

  .pc-none {
    display: none !important;
  }

  .story {
    display: flex;
    flex-direction: row-reverse;
  }

  .story h2 {
    color: #ccc;
    font-size: 14px;
    padding: 0;
  }

  .footer-wrap {
    display: flex;
    margin: 60px auto 40px;
    max-width: 900px;
    width: 80%;
  }

  .footer-logo {
    justify-content: flex-end;
    margin-bottom: 0;
    max-width: 900px;
  }

  .footer-logo img {
    padding: 0 0 0 20px;
    width: 200px;
  }

  .footer-logo img:first-child {
    padding-right: 20px;
  }

  .footer-sns {
    justify-content: start;
    margin: 0;
  }

  .footer-sns img {
    padding: 0 20px 0 0;
    width: 50px;
  }

  .footer-menu {
    width: auto;
  }

  .footer-menu ul{
    display: flex;
    justify-content: flex-end;
  }

  .copyright {
    margin: 0 auto;
    text-align: right;
    width: 80%;
  }
}
/* pc */

/* お問い合わせ */
.nav {
  color: #333;
  overflow-y: scroll;
}

.nav a {
  color: #333;  
}

.nav-inq {
  background: rgba(211, 198, 166, .6);
  border: 3px solid #333;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #CCC;
  margin:  34px auto 0;
  max-width: 300px;
  text-align: center;
  width: 80%;
}

.nav-inq-none {
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  margin: 0 auto;
  padding-top: 26px;
}

.nav-inq-p {
  color: #35322a;
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto;
  padding-bottom: 10px;
}

.nav-img img {
  display: block;
  height: auto;
  margin: 0 auto;
  position: unset;
  width: 180px;
}

.nav-img-p {
  font-size: 16px;
  margin: 1em auto 0;
  text-align: center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.nav-tel-p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 1em auto 0em;
  text-align: center;
}

.nav-tel-no {
  font-size: 32px;
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
  text-align: center;
}
/* お問い合わせ */

/* inquiry */
.inquiry-button {
  background: #f3be72;
  border: solid .5px #fff;
  color: #000;
  opacity: 0.9;
}

/* scroll */
.scroll-fade.on {
  transform: translateX(0);
  opacity: 1.0;
}
/* scroll */

/* 共通 */
.margin90 {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.quillgray {
  background: #d8d7d5;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right!important;
}

.block-right {
  margin-right: auto;
}

.small {
  font-size: .8em;
}

.col {
  align-items: flex-end;
  flex-direction: column;
}

.col-rev {
  flex-direction: column-reverse;
}

.row-rev {
  flex-direction: row-reverse;
}

.margin0 {
  letter-spacing: normal;
  margin: 0;
  padding: 0!important;
}

.opacity6 {
  opacity: .6;
}

.akaroa {
  background: #d3c6a6;
}

.macaroniandcheese {
  background: #ffb584;
}

.merino {
  background: #f4f1e9;
}

.rockblue {
  background: #a6b3d3;
}

.satinlinen {
  background: #e9e3d3;
}

.timberwolf {
  background: #d9d6ce;
}

.wildsand {
  background: #f6f5f4;
}

.fuchidori {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.kurofuchidori {
  text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
}

.vertical-r {
  writing-mode: vertical-rl;
}

.width90 {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.width255 {
  margin: 0 auto;
  width: 255px;
}

.ephesis-regular {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}

.blcok {
  display: block;
}
/* 共通 */

ストーリー縦書き
body footer .story, body footer .story * {
  box-sizing: border-box;
}

body footer .story {
  margin: 0 auto;
  padding: 80px 0 20px;
  overflow-x: hidden;
}

body footer .story h2,
body footer .story p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #ccc;
  margin: 0;
  padding: 0;
  width: auto !important;
  height: 100%;
}
body footer .story h2 {
  letter-spacing: 0.3em;
  height: auto;
}
body footer .story p {
  letter-spacing: 0.1em;
}

body footer .story-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
body footer .story-text-group {
  width: 100%;
}
body footer .story-text-group:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 1.5rem;
}
body footer .story-paragraphs,
body footer .story-text-group:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: .5rem;
  height: 45vh;
  min-height: 337px;
}


@media screen and (min-width: 768px) {
  
  body footer .story-content-wrapper {
    width: auto;
    max-width: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  
  body footer .story-text-group {
    width: auto;
    max-width: 48%;
  }
}

.story .fade-in-text {
  opacity: 0;
  transform: translateX(-1em);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.story .fade-in-text.is-visible {
  opacity: 1;
  transform: translateX(0);
}