@charset "UTF-8";
/*
theme Name: BONDZSALON Ver.1.0.0
Author: GIGA 20210525
Description: Theme for BONDZSALON.
version: 1.0.0
*/
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

.accordion-faq .faq-item {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  margin: 12px 0;
  overflow: hidden;
}
.accordion-faq .faq-q {
  width: 100%;
  background: #FAFAFA;
  border: none;
  padding: 14px 18px;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.accordion-faq .faq-q::after {
  content: "＋";
  float: right;
  transition: transform 0.3s;
}
.accordion-faq .faq-q.active::after {
  content: "－";
}
.accordion-faq .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fff;
}
.accordion-faq .faq-a p {
  padding: 12px 18px;
  margin: 0;
  line-height: 1.8;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
body {
  /*行間の指定*/
  line-height: 1;
  margin: 0;
  padding: 0;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
img {
  max-width: 100%;
  height: auto;
}

/* /RESET */
/* custom property */
:root {
  --content-width: 970px;
}

* {
  box-sizing: border-box;
}

.lithosphere {
  overflow: hidden;
}

/* content width */
.asthenosphere {
  box-sizing: border-box;
  padding: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 800px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* /content width */
/* PC */

/* Accordion FAQ */
.accordion-faq .faq-item {
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  margin: 12px 0;
  overflow: hidden;
}
.accordion-faq .faq-q {
  width: 100%;
  background: #FAFAFA;
  border: none;
  padding: 14px 18px;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
}
.accordion-faq .faq-q::after {
  content: "＋";
  float: right;
  transition: transform 0.3s;
}
.accordion-faq .faq-q.active::after {
  content: "－";
}
.accordion-faq .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fff;
}
.accordion-faq .faq-a p {
  padding: 12px 18px;
  margin: 0;
  line-height: 1.8;
}
