@charset "utf-8";
/* 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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  font-size: 0;
  line-height: 0;
}
a img {
  border: none;
}
div a:active, a:focus {
  outline: none;
}
html, body {
  width: 100%;
}
a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: underline;
  color: #e789da;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
/*::selection {
	background: #DDD;
	color: #000;
}
::-moz-selection {
 background: #DDD;
 color: #000;
}:*/
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
input, textarea {
  font-size: 16px;
}
input[type="text"], textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: normal;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bold {
  font-weight: bold !important;
}
.s-11 {
  font-size: 11px !important;
}
.s-12 {
  font-size: 12px !important;
}
.s-13 {
  font-size: 13px !important;
}
.s-14 {
  font-size: 14px !important;
}
.s-16 {
  font-size: 16px !important;
}
.s-18 {
  font-size: 18px !important;
}
.m-90 {
  margin-bottom: 90px;
}
.m-60 {
  margin-bottom: 60px;
}
.m-45 {
  margin-bottom: 45px;
}
.m-30 {
  margin-bottom: 30px;
}
.m-15 {
  margin-bottom: 15px;
}
.m-10 {
  margin-bottom: 10px;
}
.m-0 {
  margin-bottom: 0;
}
.mt-90 {
  margin-top: 90px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0
}
html {
    overflow-y: scroll;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #777;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-break: break-all;
  padding: 90px 0;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.logo {
  text-align: center;
}
.logo img {
  max-width: 200px;
}
.accordion {
  margin: 3em auto;
  max-width: 600px;
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.option label:hover {
  cursor: pointer;
  color: #e789da;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title, .title2 {
  padding: 1em 0;
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0px;
}
.title2 a {
  font-size: 18px;
}
.title:after, .title:before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 1px;
  height: 1.5em;
  background-color: #999;
  transition: all 0.3s;
}
.option label:hover.title:after, .option label:hover.title:before {
  background-color: #e789da;
}
.title:after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content-inner {
  margin-bottom: 90px;
}
.content img {
  width: 100%;
}
.content table {}
.content table th {
  width: 30%;
  font-weight: normal;
}
.content table th,
.content table td {
    padding: 10px;
}
.toggle:checked + .title + .content {
  max-height: 1200px;
  transition: all .8s;
}
/*.toggle:checked + .title:before {
	transform: rotate(90deg) !important;
}*/
.toggle:checked + .title::before {
  transform: rotate(45deg) !important;
}
.toggle:checked + .title::after {
  transform: rotate(135deg) !important;
}
.sns-icon {
  text-align: center;
}
.sns-icon li {
  display: inline-block;
  margin: 0 10px;
}
.sns-icon li img {
  width: 50px;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
    color: #777!important;
}
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
    .accordion {padding: 0 20px;}
    .content table th {
  width: 35%;
}
}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {}