@charset "utf-8";

/* --------------------------------
  Base
-------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #2f2f2f;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

/* --------------------------------
  Layout
-------------------------------- */
.contents__inner,
.notes__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents__inner {
  padding: 0 16px;
}

.notes__inner {
  padding: 0;
}

.block {
  padding-top: 40px;
}

.head-ttl {
	width: 100%;
	margin: 60px 0 0;
	padding: 1px 0 3px;
	background-color: #2f2f2f;
	color: #fff;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1rem;
}

.block__ttl {
    margin: 10px 0 40px;
    padding: 5px 0 10px 0;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #1B1B1B;
    border-bottom: 1px solid #1B1B1B;
}

/* --------------------------------
  Common image
-------------------------------- */
#kv picture,
#kv img,
#notice .notice__inner img,
#point h2 img,
.catch__img img,
#flow li p img,
.about-section img,
.theme-section img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------
  Contact button
-------------------------------- */
a.contact-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 490px;
	margin: 10px auto 60px;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #f68b25;
	color: #fff;
	text-decoration: none;
}
a.contact-btn:hover {
	background: #fff;
	color: #f68b25;
	outline: 2px solid #f68b25;
	opacity: 1;
}
/*a.contact-btn::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 3px solid #fff;
  border-radius: 10px;
  pointer-events: none;
}*/

.contact-btn__text {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-align: center;
}

a.contact-btn:hover .contact-btn__arrow {
	border-left: 10px solid #f68b25;
}
.contact-btn__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

/* --------------------------------
  KV
-------------------------------- */
#kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #eeedea;
}

#kv h1 {
  margin: 0;
}

#kv .ttl {
  position: absolute;
  top: 16%;
  left: 50%;
  z-index: 2;
  width: 72%;
  max-width: 1150px;
  margin: 0;
  transform: translateX(-50%);
}

#kv a.contact-btn {
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

/* --------------------------------
  Content
-------------------------------- */
#content,
#store,
#notes {
  width: 100%;
}

#notes {
  padding: 0 0 50px;
}

/* --------------------------------
  Catch
-------------------------------- */
.catch {
  padding-top: 60px;
}

.catch__inner {
  display: grid;
  gap: 16px;
}

.catch__ttl {
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.catch__img {
  margin: 30px auto 0;
}

.catch__read {
  margin: 25px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

/* --------------------------------
  Notice
-------------------------------- */
#notice {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #eef8ff;
}

#notice .notice__inner {
  max-width: 900px;
  margin: 0 auto;
}

#notice .notice__ttl {
  max-width: 380px;
  margin: 0 auto;
}

#notice .notice__inner p {
  margin: 15px 0 40px;
  font-size: 20px;
  text-align: center;
}

#notice::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 40px solid #eef8ff;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
}

/* --------------------------------
  Point
-------------------------------- */
#point {
  padding-top: 70px;
}

#point .point__inner {
  max-width: 900px;
  margin: 0 auto;
}

#point h2 {
  margin: 0 auto 40px;
}

#point ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#point li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#point li + li {
  margin-top: 40px;
}

#point li > img {
  display: block;
  flex: 0 0 56px;
  width: 56px;
  margin-top: 8px;
}

#point li > div {
  flex: 1;
  min-width: 0;
}

#point li > div p:first-child {
  margin: 0;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

#point li > div p:last-child {
  margin: 8px 0 0;
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

/* --------------------------------
  Voice
-------------------------------- */
#voice {
  padding-top: 40px;
}

#voice .inner {
  margin: 0 auto;
}

#voice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#voice li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
}

#voice li + li {
  margin-top: 15px;
}

#voice li > img {
  display: block;
  flex: 0 0 120px;
  width: 120px;
  height: auto;
}

#voice li > p {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 110px;
  margin: 0;
  padding: 34px 42px;
  box-sizing: border-box;
  border: 2px solid #d3d3d3;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

#voice li:nth-child(odd) > p::before,
#voice li:nth-child(odd) > p::after,
#voice li:nth-child(even) > p::before,
#voice li:nth-child(even) > p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}

#voice li:nth-child(odd) > p::before {
  left: -52px;
  border-top: 28px solid transparent;
  border-right: 52px solid #d3d3d3;
  border-bottom: 28px solid transparent;
}

#voice li:nth-child(odd) > p::after {
  left: -47px;
  border-top: 25px solid transparent;
  border-right: 47px solid #fff;
  border-bottom: 25px solid transparent;
}

#voice li:nth-child(even) {
  flex-direction: row-reverse;
}

#voice li:nth-child(even) > p::before {
  right: -52px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 52px solid #d3d3d3;
}

#voice li:nth-child(even) > p::after {
  right: -47px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 47px solid #fff;
}

#voice a.contact-btn {
  margin: 60px auto 60px;
}

/* --------------------------------
  Flow
-------------------------------- */
#flow {
  padding: 50px 0;
  background: #fbf2ec;
}

#flow .inner {
  max-width: 1020px;
  margin: 0 auto;
}

#flow ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#flow li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 35px;
  box-sizing: border-box;
  border: 1px solid #ff6e00;
  border-radius: 18px;
  background: #fff;
}

#flow li p {
  margin: 0;
}

#flow li p:first-child {
  width: 40%;
}

#flow li p:nth-child(2) {
  max-width: 100%;
  margin: 15px 0;
}

#flow li p:last-child {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
}

#flow li:nth-child(3) p:last-child {
  letter-spacing: 0.3em;
}

/* --------------------------------
  Store accordion
-------------------------------- */
.areas {
  display: grid;
  gap: 30px;
}

.area {
  overflow: hidden;
  background: #fff;
}

.area > .area__body {
  display: block;
}

.area__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 70px 13px;
  background: #1b1b1b;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  list-style: none;
}

.area__head::-webkit-details-marker {
  display: none;
}

.area__head::after,
.area[open] > .area__head::after {
  position: absolute;
  top: 50%;
  right: 12px;
  padding: 0 5px 3px;
  background-color: #fff;
  color: #1b1b1b;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
  transform: translateY(-50%);
}

.area__head::after {
  content: "＋";
}

.area[open] > .area__head::after {
  content: "－";
}

.area__body {
  max-height: 0;
  padding: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: 0.2s all;
}

.area[open] .area__body {
  max-height: 100%;
  background: #f1f1f1;
  opacity: 1;
  transform: translateY(0);
}

.area:not([open]) .area__body {
  pointer-events: none;
}

.stores {
/*  display: grid;
  grid-template-columns: 1fr;*/
  gap: 16px;
  padding: 20px 20px 10px;
  border-top: 1px solid #bbbbbb;
  width: calc(100% - 80px);
  margin:auto;
}

.stores:first-child {
  border-top: none;
}

.store__name {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
}

.store__meta {
  margin: 0;
  color: #262727;
}

.postcode {
  font-size: 15px;
}

.address {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 28px;
}

.hours,
.store__row dd {
  font-size: 15px;
  line-height: 25px;
}

.store__row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
  font-size: 15px;
}

.store__row dt {
  white-space: nowrap;
}

.store__row dt::after {
  content: "：";
}

.store__row dd {
  flex: 1;
  margin: 0;
  word-break: break-word;
}

.store__row dd ul li{
  margin-left: 1em;
  display: list-item;
  list-style: '・ ';
}

/* --------------------------------
  Terms
-------------------------------- */
.terms__list {
  display: grid;
  gap: 24px;
  margin: 0;
  list-style: decimal;
}

.terms__hd {
  margin: 0 0 8px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 700;
}

.terms__item p {
  color: #6e6f72;
  font-size: 14px;
  line-height: 24px;
  margin-bottom:5px;
}

.terms__item ul {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #6e6f72;
}
.terms__item ul li {
  font-size: 14px;
  line-height: 20px;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
	.terms__item ul ul {
		margin-left: 1em;
	}

.terms__item ul li::before {
  content: "●";
  margin-right: 4px;
}
.terms__item ul ul li::before {
  content: "・";
  margin-right: 4px;
}

.terms__item ol  {
  margin: 0;
  padding: 0;
  color: #6e6f72;
  display: grid;
  gap: 5px;
}
.terms__item ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 14px;
  line-height: 20px;
}

/* --------------------------------
  Motion reduction
-------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .area__body {
    transition: none;
  }
}

/* --------------------------------
  Desktop only
-------------------------------- */
@media (min-width: 768px) {
  br.sp {
    display: none;
  }

  .stores {
    grid-template-columns: 1fr 1fr;
  }

  .address a.tel[href^="tel:"] {
    color: #262727;
    text-decoration: none;
    pointer-events: none;
    cursor: text;
  }
}

/* --------------------------------
  Tablet / small desktop
-------------------------------- */
@media (max-width: 1100px) {
  .contents__inner,
  .notes__inner {
    width: auto;
    padding: 0 25px;
  }
  #flow .inner {
    padding: 0 40px;
  }
}

/* --------------------------------
  Mobile
-------------------------------- */
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .contents__inner,
  .notes__inner {
    padding: 0 1rem;
  }

  #kv .ttl {
    width: 80%;
  }

  #kv .contact-btn {
    min-height: 10px;
    padding:0.1em;
    border-radius: 5px;
    width:70%;
    margin: 0;
  }
  #kv .contact-btn .kakomi {
    padding: 0.1em;
    margin: 0;
    border-radius: 4px;
    width:100%;
    text-align: center;
  }

  #kv .contact-btn::before {
    border-radius: 13px;
  }

  #kv .contact-btn__text {
    font-size: 0.9rem;
    padding: 5px 30px 5px 20px;
    text-align: center;
  }

  #kv .contact-btn__arrow {
    right: 15px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 6px;
  }

  a.contact-btn {
    width:95%;
  }

  .contact-btn__text {
    font-size:1.2rem;
  }

  a.contact-btn {
    padding: 0.2em;
    border-radius: 6px;
    margin: 10px auto 30px;
  }
  a.contact-btn .kakomi2{
    padding: 7px;
    margin: 0;
    border-radius: 4px;
    width:100%;
    text-align: center;
  }
  .contact-btn__arrow {
    border-top: 7px solid transparent;
    border-right: 0;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #fff;
  }

  #notice {
    padding: 30px 0;
  }
  #notice .notice__inner {
    padding: 0 1rem;
  }

  #notice .notice__ttl {
    max-width: 70%;
    margin: 0 auto;
  }

  #notice .notice__inner p {
    margin: 15px 0 20px;
    font-size: 1rem;
  }
  #notice::after {
    border-top: 20px solid #eef8ff;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    bottom:-20px;
  }

  #point {
    padding-top: 2rem;
  }

  #point h2 {
    width:90%;
    margin: 0 auto 20px;
  }

  #point ul {
    width:85%;
    margin:auto;
  }

  #point li > img {
    display: block;
    flex: 0 0 37px;
    width: 37px;
    margin-top: 8px;
  }

  #point li > div p:first-child {
    font-size: 1rem;
  }

  #point li > div p:last-child {
    font-size: .9rem;
  }

  #point li + li {
    margin-top: 20px;
  }

  .catch {
    padding-top: 2rem;
  }

  .catch__inner {
    gap: 0.5rem;
  }

  .catch__ttl {
    width: 92%;
    max-width: none;
    font-size: 1.3rem;
  }

  .catch__img {
    width: 40%;
    max-width: none;
    margin: 10px auto 0;
  }

  .catch__read {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .head-ttl {
    margin-top: 1.8rem;
    padding: 0rem 0 0.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }

  .block {
    padding: 1rem 0 0rem;
  }

  .area__head {
    padding: 0.3rem 0.6rem 0.3rem 1rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .area__body {
    padding: 0;
  }

  .areas {
    gap: 1.4rem;
  }

  .stores {
    gap: 1.5rem;
    padding: 1.4rem 1.4rem 1rem;
  }

  .store__name {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }

  .address {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .hours,
  .store__row dt,
  .store__row dd {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .block__ttl {
	margin: 1.5rem 0 2rem;
	font-size: 1.3rem;
	padding: 0.7rem 0;
  }

  .terms__list {
    gap: 1rem;
  }

  .terms__hd {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
  }

  .terms__item ul {
    gap: 0.5rem;
  }

  .terms__item ul li {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  #notes {
    padding-bottom: 1rem;
  }

  #voice li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  #voice li + li {
    margin-top: 10px;
  }

  #voice li > img {
    display: block;
    flex: 0 0 20%;
    width: 20%;
  }

  #voice li > p {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 4rem;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    border:1px solid #d3d3d3;
    color: #000;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }

  #voice li:nth-child(odd) > p::before {
    left: -15px;
    border-top: 10px solid transparent;
    border-right: 15px solid #d3d3d3;
    border-bottom: 10px solid transparent;
  }
  #voice li:nth-child(odd) > p::after {
    left: -13px;
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
  }

  #voice li:nth-child(even) > p::before {
    right: -15px;
    border-top: 10px solid transparent;
    border-left: 15px solid #d3d3d3;
    border-bottom: 10px solid transparent;
  }
  #voice li:nth-child(even) > p::after {
    right: -13px;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
  }

  #voice a.contact-btn {
    margin:30px auto 0;
  }

  #flow {
    padding: 6% 0 3%;
    background: #fbf2ec;
  }

  #flow .inner {
    margin: 0 auto;
    padding:0;
    width:90%;
  }

  #flow ul {
    display: block;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #flow li {
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    margin-bottom:4%;
    padding: 1rem 2rem;
  }
  #flow li p:first-child {
    width: 20%;
  }
  #flow li p:nth-child(2) {
    padding-right:20%;
    max-width: 40%;
    margin: 0 0 0 20%;
  }
  #flow li p:last-child {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top:20px;
  }

  .area__head::after,
  .area[open] > .area__head::after {
    position: absolute;
    top: 50%;
    right: 12px;
    padding: 2px 3px 3px;
    background-color: #fff;
    color: #1b1b1b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 0.9rem;
    transform: translateY(-50%);
  }

  .stores {
    /*border-top: none;*/
    padding: 1.2rem 1.4rem 0.5rem;
    width:auto;
  }

}



