@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

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

dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: visible;
    text-decoration: underline;
  }
}

svg {
  height: 1em;
  width: auto;
}

/* Utility
   ========================================================================== */
@font-face {
  font-family: "Bree Serif";
  src: url("BreeSerif-Regular.eot?") format("eot"), url("BreeSerif-Regular.woff2") format("woff2"), url("BreeSerif-Regular.woff") format("woff");
}
.myFontClass {
  font-family: "Bree Serif";
}

.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#tel_fax {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
#tel_fax strong {
  font-size: 31px;
  line-height: 31px;
  font-size: 1.9375rem;
  line-height: 1.9375rem;
  font-weight: bold;
}
#tel_fax span {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

ol#cancel {
  margin-top: 10px;
}
ol#cancel li {
  margin: 0 0 0 2em;
  list-style: circle;
  text-align: left;
}

details {
  border-top: 1px dotted gray;
  margin-top: 30px;
  padding-top: 30px;
}
details summary {
  border: 1px solid silver;
  background: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 12px 15px 8px 15px;
  text-align: left;
  cursor: pointer;
  border-radius: 10px;
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}
details summary:hover {
  background: #ffd7ce;
}

article#inquiry {
  background: #F5DCE7;
  background: url(grp/i_back.png) top right no-repeat fixed, #EEFDF8;
}
article#inquiry > div#in_in {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
}
article#inquiry > div#in_in h2.article_title {
  color: #963D96;
}
article#inquiry > div#in_in #youbou {
  text-align: left;
}
article#inquiry > div#in_in #youbou strong {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: red;
  text-decoration: underline;
}
article#inquiry > div#in_in #tel_fax {
  text-align: center;
  padding: 60px 0;
  font-size: 27px;
  line-height: 40.5px;
  font-size: 1.6875rem;
  line-height: 2.53125rem;
  color: #963D96;
}
article#inquiry > div#in_in #tel_fax a {
  color: #333;
  text-decoration: none;
}
article#inquiry > div#in_in section#card h2 {
  text-align: left;
}
article#inquiry > div#in_in section#card details > p {
  margin: 20px 0 0 0;
  text-align: left;
}
article#inquiry > div#in_in section#card details > p strong {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: red;
  text-decoration: underline;
}
article#inquiry > div#in_in section#card details figure {
  margin: 30px 0 10px 0;
  padding: 0 0 0 0;
  text-align: left;
}
article#inquiry > div#in_in section#card details figure img {
  margin: 0 5px 0 0;
}
article#inquiry > div#in_in section#card details > h3 {
  margin-top: 40px;
  text-align: left;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
article#inquiry > div#in_in section#card details > h3 span {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
}
article#inquiry > div#in_in section#card details > ul {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  margin-top: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article#inquiry > div#in_in section#card details > ul li {
  width: 49%;
  margin-top: 10px;
}
article#inquiry > div#in_in section#card details > ul li a {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: block;
  text-decoration: none;
  background: #787878;
  color: white;
  border-radius: 10px;
  padding: 12px 0 10px 0;
  font-weight: bold;
}
article#inquiry > div#in_in section#card details > ul li a span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: normal;
}
article#inquiry > div#in_in section#card details > ul li a:hover {
  background: #74b731;
}
article#inquiry > div#in_in section#card details > ul li:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  article#inquiry > div#in_in section#card details h3 span {
    display: block;
    margin-left: 20px;
  }
  article#inquiry > div#in_in section#card details > ul {
    display: block;
  }
  article#inquiry > div#in_in section#card details > ul li {
    width: auto;
  }
  article#inquiry > div#in_in section#card details > ul li a {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  article#inquiry > div#in_in section#card details > ul li a span {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  article#inquiry > div#in_in section#card details > ul li:nth-child(2) {
    margin-top: 10px;
  }
}
article#inquiry > div#in_in h2.siharai_title {
  border-top: 1px dotted gray;
  margin-top: 30px;
  padding-top: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: left;
}
article#inquiry > div#in_in div#privacy > p {
  margin-top: 20px;
}
article#inquiry > div#in_in div#tokutei ul {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
article#inquiry > div#in_in div#tokutei ul li {
  border-top: 1px dotted gray;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article#inquiry > div#in_in div#tokutei ul li h3 {
  width: 200px;
}
article#inquiry > div#in_in div#tokutei ul li div {
  width: calc(100% - 200px);
  text-align: left;
}
article#inquiry > div#in_in div#tokutei ul li:last-child {
  border-bottom: 1px dotted gray;
}
@media (max-width: 768px) {
  article#inquiry > div#in_in div#tokutei ul li {
    display: block;
  }
  article#inquiry > div#in_in div#tokutei ul li h3 {
    width: auto;
    text-align: left;
  }
  article#inquiry > div#in_in div#tokutei ul li div {
    width: auto;
  }
}
article#inquiry > div#in_in #foot_add {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #F4AE91;
  padding: 60px 0 30px 0;
  margin: 60px auto 0 auto;
}
article#inquiry > div#in_in #foot_add iframe {
  width: 50%;
  margin-right: 3%;
  height: 270px;
}
article#inquiry > div#in_in #foot_add div {
  width: 47%;
  text-align: left;
}
article#inquiry > div#in_in #foot_add div h3 {
  font-family: "Bree Serif", serif;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
}
@media (max-width: 768px) {
  article#inquiry > div#in_in #foot_add iframe {
    width: 100%;
    margin-right: 0;
    height: 300px;
  }
  article#inquiry > div#in_in #foot_add div {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1060px) {
  article#inquiry div#in_in {
    width: auto;
    padding: 0 20px !important;
  }
}
@media (max-width: 768px) {
  article#inquiry {
    background: url(grp/i_back_s.png) top right no-repeat fixed, #EEFDF8;
  }
}

.ginkou > p {
  margin-top: 10px;
  text-align: left;
}
.ginkou > p strong {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: red;
  text-decoration: underline;
}

.disnon {
  display: none;
}

.content_wrap {
  margin: 30px auto 0 auto;
  border: 1px solid #ccc;
  padding: 15px;
}
.content_wrap > p {
  text-align: left;
  padding: 20px 20px 0 20px;
}

#contact {
  width: min(860px, 100%);
  background: white;
  margin: 30px auto 0 auto;
  border: 1px solid silver;
  padding: 40px;
  border-radius: 10px;
}
#contact article {
  text-align: left;
  display: grid;
  grid-template-columns: 12em 1fr;
}
#contact article > * {
  padding: 20px;
  border-top: 1px solid silver;
}
#contact article > *:nth-child(odd) {
  text-align: right;
  border-left: 1px solid silver;
  padding-top: calc(20px + 0.5em);
}
#contact article > *:nth-child(even) {
  border-right: 1px solid silver;
}
#contact article > *:nth-child(even) aside {
  font-size: 0.9rem;
  margin: 0.3em auto 0 auto;
}
#contact article > *:nth-child(even) aside:has(+ *) {
  margin: 0.3em auto;
}
#contact article > *:nth-child(even) aside + label {
  margin-bottom: 0;
}
#contact article > *:nth-child(even):has(ul) { /*チェックやラジオはフレックス*/ }
#contact article > *:nth-child(even):has(ul) ul {
  padding-top: 0.5em;
  display: flex;
  justify-content: start;
  gap: 0.3em 1em;
  flex-wrap: wrap;
}
#contact article > *:nth-child(even):has(ul) ul li:has(input) input {
  width: auto;
}
#contact article > *:nth-last-child(1),
#contact article > *:nth-last-child(2) {
  border-bottom: 1px solid silver;
  border-bottom: 1px solid silver;
}
#contact article > *:nth-child(even):not(:nth-child(4n)) {
  background: #f4f4f4;
}
#contact article > *:nth-child(2n-1):not(:nth-child(4n-1)) {
  background: #f4f4f4;
}
#contact article > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 768px) {
  #contact {
    padding: 20px;
  }
  #contact article {
    grid-template-columns: 1fr;
  }
  #contact article > * {
    padding: 0;
    border: none;
  }
  #contact article > *:nth-child(odd) {
    text-align: left;
    border: 1px solid silver;
    border-bottom: none;
    padding: 20px 20px 0 20px;
  }
  #contact article > *:nth-child(even) {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    padding: 10px 20px 20px 20px;
  }
}

#privacy {
  margin: 60px auto 0 auto;
  width: 860px;
  max-width: calc(100% - 66px);
  padding: 30px;
  background: #eee;
  border: 3px solid gray;
  height: 40vh;
  overflow-x: auto;
}
#privacy ul li h3 {
  font-size: 1.1rm;
}
@media (max-width: 1200px) {
  #privacy {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 768px) {
  #privacy {
    padding: 20px;
  }
}

form div.g-recaptcha > div {
  margin: 20px auto 0 auto;
}/*# sourceMappingURL=index.css.map */