@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap");
html,
body,
* {
  font-family: "Noto Sans JP", sans-serif, "Font Awesome 5 Free", "Font Awesome 6";
}

i {
  padding: 0 10px;
  font-size: 80%;
}

/* フォントサイズ */
.vw32 {
  font-size: 32px;
  font-size: 8.5333333333vw;
}

.vw38 {
  font-size: 38px;
  font-size: 10.1333333333vw;
}

.vw24 {
  font-size: 24px;
  font-size: 6.4vw;
}
@media (max-width: 767px) {
  .vw24 {
    font-size: 10vw;
  }
}

.vw18 {
  font-size: 18px;
  font-size: 4.8vw;
}
@media (max-width: 767px) {
  .vw18 {
    font-size: 10vw;
  }
}

.vw14 {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

.font {
  font-family: "omnes-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0em;
  line-height: 1.5;
}
.font span {
  font-style: nomal;
  font-size: 70%;
  display: block;
}

body {
  margin: 0;
  padding-top: 0;
  background-color: #fff;
  color: #000;
}

h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

h4 sub {
  font-size: 70%;
  vertical-align: center;
  position: relative;
  bottom: 0;
}

* {
  box-sizing: border-box;
}

section {
  margin: 0 auto 50px;
  padding-top: 50px;
}
section:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  section {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.main {
  position: relstive;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(0, 0, 0, 1);
  --main-color-blue: #2EA7E0;
  --main-color-orange: #F39800;
}

.innerWrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .innerWrap {
    padding: 0 3%;
  }
}

.innerWrap--innerBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .innerWrap--innerBox {
    padding: 0 3%;
  }
}

header {
  /* background-color: var(--background-navbar); */
  position: fixed;
  z-index: 30001;
  height: 50px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  border-top: 5px solid #000;
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

p {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.ctsBox {
  margin: 60px auto;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .ctsBox {
    margin: 0 auto;
  }
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  max-width: 480px;
  margin-top: 50px;
  padding: 0 0 10px 0;
  clear: both;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  letter-spacing: 3px;
  font-size: 14px;
}
.menu .menu--reserve {
  border-top: none;
  background-color: var(--main-color-brown);
  margin: 0;
  font-size: 16px;
  padding: 0;
}
.menu .menu--reserve .navbtn--booknow {
  display: block;
  font-weight: bold;
}
.menu .menu--reserve ul {
  display: flex;
}
.menu .menu--reserve ul li {
  margin: 0 10px;
  text-align: center;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 0;
  font-size: 18px;
}
.menu .menu--reserve ul li:first-child {
  flex-grow: 2;
}
.menu .menu--reserve ul li:nth-child(2) {
  flex-grow: 1;
}
.menu .menu--reserve ul li.icon ul li {
  width: 45px;
  height: 45px;
  flex-grow: 1;
}
.menu .menu--reserve ul li.icon ul li:nth-child(1) {
  background-color: var(--main-color-grey);
}
.menu .menu--reserve ul li.icon ul li:nth-child(2) {
  background-color: var(--background-navbar);
}
.menu .top {
  border-top: none;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 90px;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .menu li {
    margin: 0 18%;
  }
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 50px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  /* max-width: 1080px; */
  padding: 0 5%;
  margin: 0 auto;
}

/* Navbar Text */
.navtext {
  /* position: absolute; */
  /*  text-transform: uppercase; */
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
  flex-grow: 1;
  text-align: center;
}
.navtext img {
  max-width: 306px;
}
@media (max-width: 767px) {
  .navtext img {
    width: 240px;
  }
}

.navlogo {
  flex-grow: 0;
}
.navlogo img {
  height: 50px;
}

/* animation */
.animated1 {
  animation: move-y1 1.6s infinite alternate ease-in-out;
  display: inline-block;
}

.animated2 {
  animation: move-y2 2s infinite alternate ease-in-out;
  display: inline-block;
}

.animated3 {
  animation: move-y3 2s infinite alternate ease-in-out;
  display: inline-block;
}

.animated4 {
  animation: move-y4 3s infinite alternate ease-in-out;
  display: inline-block;
}

@keyframes move-y1 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes move-y2 {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-y3 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15px);
  }
}
@keyframes move-y4 {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
/* //animation */
h1 {
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */
.slick-next {
  right: 26px;
}

.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: 26px;
}

.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}
.FVslide button {
  display: none !important;
}

/* 背景画像 */
/*

#CTS1 {
  background: url(../img/bg_img-assets/bg_img01.jpg) no-repeat center center;
  background-size: cover;

  @include tab-sp() {
    background: url(../img/bg_img-assets/bg_img01SP.jpg) no-repeat center center;
    background-size: cover;
  }
} 

#CTS2 {
  background: url(../img/bg_img-assets/bg_img01.jpg) no-repeat center center;
  background-size: cover;

  @include tab-sp() {
    background: url(../img/bg_img-assets/bg_img01SP.jpg) no-repeat center center;
    background-size: cover;
  }
}

#CTS3 {
  background: url(../img/bg_img-assets/bg_img03.jpg) no-repeat center center;
  background-size: cover;

  @include tab-sp() {
    background: url(../img/bg_img-assets/bg_img03SP.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* #CTS4 {
  background: url(../img/FV_rotate.png) no-repeat center center;
  background-size: cover;

  @include tab-sp() {
    background: url(../img/FV_rotate.png) no-repeat center center;
    background-size: cover;
  }
} */
#CTS0 {
  position: relative;
  margin-top: 0;
}
#CTS0 h2 {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#CTS0 h2 span {
  display: block;
}

.FVslide img {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .FVslide img {
    height: 230px;
  }
}

.slide img {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .slide img {
    height: 350px;
  }
}

.slick-track {
  display: flex;
  align-items: center;
}

#CTS1 .slide {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #CTS1 .slide {
    margin-top: 0;
  }
}

.CTS1--address {
  margin-top: 50px;
}
.CTS1--address iframe {
  width: 100%;
  height: 400px;
}

footer {
  background-color: #000;
  padding: 20px 0;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }
}

.flexbox {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

#topics {
  position: relative;
  z-index: 10;
  padding-top: 3vw;
}
@media (max-width: 767px) {
  #topics {
    padding-top: 0;
  }
}
#topics .hide {
  display: none;
}

.tab {
  overflow: hidden;
}
.tab li {
  list-style: none;
  padding: 20px 0;
  flex: 1;
  text-align: center;
  border-bottom: 2px solid #ddd;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .tab li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tab li img {
  max-width: 80px;
  display: block;
  margin: 10px auto;
}
.tab li:last-child {
  margin-right: 0;
}
.tab li:hover {
  cursor: pointer;
  color: #777777;
}
.tab .select {
  background-color: #000;
  color: #fff;
}

.topicon {
  padding-top: 20px;
  padding-bottom: 0;
}
.topicon div p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.topicon div h3 {
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
}

.note {
  line-height: 1 !important;
  margin-top: 0.5rem;
  color: #777777;
}

dl div {
  display: flex;
  padding: 10px;
}
dl div dd {
  width: 200px;
}

#CTS2 {
  line-height: 2;
}
#CTS2 h4 {
  text-align: left;
  border-bottom: #777777 solid 1px;
  margin-top: 3rem;
  position: relative;
  font-size: 150%;
}
#CTS2 h4.limited::before {
  content: "Open記念価格";
  background-color: #2EA7E0;
  color: #fff;
  position: absolute;
  padding: 0 10px;
  top: -25px;
  left: 0;
  font-size: 70%;
}
#CTS2 p img {
  padding: 5%;
}
#CTS2 .CTS--tsunagu .insta {
  text-align: center;
}
#CTS2 .CTS--tsunagu .insta img {
  width: 45%;
  max-width: 200px;
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.2));
  transition: 0.5s;
}
#CTS2 .CTS--tsunagu .insta a:hover img {
  opacity: 0.8;
}
#CTS2 .CTS--tsunagu h4 {
  font-size: 20px;
  border-bottom: none;
  text-align: center;
  margin-bottom: 1rem;
}
#CTS2 .CTS--session div {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #CTS2 .CTS--session div {
    display: block;
  }
}
#CTS2 .CTS--session a {
  flex-grow: 1;
  padding: 5px;
  display: block;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
#CTS2 .CTS--session a h4,
#CTS2 .CTS--session a h6 {
  border-radius: 10px;
  text-align: center;
  margin-top: 0;
  transition: 0.5s;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
}
#CTS2 .CTS--session a:hover h4, #CTS2 .CTS--session a:hover h6 {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  color: #fff;
}
#CTS2 .plan {
  padding-top: 0;
  margin-top: 100px;
}
@media (max-width: 767px) {
  #CTS2 .plan {
    margin-top: 30px;
  }
}
#CTS2 .plan h4 {
  font-size: 150%;
  line-height: 1.5;
  margin-top: 0;
  padding-left: 1rem;
  border-bottom: #777777 solid 1px;
}
#CTS2 .plan h4 span {
  font-size: 40%;
  color: #2EA7E0;
  display: inline-block;
  padding-left: 1rem;
}
#CTS2 .plan article {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
#CTS2 .plan article + h4 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #CTS2 .plan article + h4 {
    padding-top: 0;
  }
}
#CTS2 .plan article.junbi {
  height: 150px;
}
#CTS2 .plan article.junbi > div,
#CTS2 .plan article.junbi > a {
  display: none;
}
#CTS2 .plan article .junbi-cts {
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #efefef;
  opacity: 1;
  color: #6f6f6f;
  margin-top: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#CTS2 .plan article .junbi-cts h4 {
  text-align: center;
  padding-left: 0;
  border: none;
  font-size: 16px;
}
#CTS2 .plan article ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}
#CTS2 .plan article .plan-explain {
  flex-basis: 48%;
  margin-top: 10px;
}
#CTS2 .plan article .plan-explain p {
  font-size: 70%;
  padding: 20px;
  background-color: #efefef;
  margin-top: 10px;
}
#CTS2 .plan article .plan-img {
  margin-top: -100px;
}
#CTS2 .plan article .plan-img .slide2 li {
  padding-left: 0;
}
#CTS2 .plan article div {
  display: block;
}
#CTS2 .plan article .slick-slide img {
  padding: 0 5px !important;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #CTS2 .plan article .slick-slide img {
    height: 40vw;
  }
}
#CTS2 .plan article .slick-arrow {
  top: 100px;
}

#CTS3 {
  background-color: #ddd;
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  #CTS3 {
    padding-bottom: 50px;
  }
}
#CTS3 h3 {
  text-align: left;
  margin-bottom: 1rem;
}
#CTS3 p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #CTS3 p {
    margin-bottom: 30px;
  }
}

#CTS4 h3 {
  text-align: left;
}

nav h4 {
  text-align: left;
}

.CTS--contactBtn {
  display: flex;
  justify-content: space-around;
  position: fixed;
  z-index: 30002;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.CTS--contactBtn a.btn {
  cursor: pointer;
  background-color: #F39800;
  border-radius: 10px;
  color: #fff;
  width: 48%;
  transition: 0.5s;
}
.CTS--contactBtn a.btn:hover {
  background-color: #777777;
}

@media (min-width: 768px) {
  .CTS--contactBtn {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: inherit;
    top: 15px;
    right: 0;
    left: inherit;
    margin: 0 auto;
    margin-left: auto;
    width: 500px;
  }
  .CTS--contactBtn a.btn h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .CTS--contactBtn a.btn h4 {
    font-size: 26px;
  }
}
.CTS--contactBtn a {
  border-bottom: #000 solid 1px;
}
.CTS--contactBtn a:hover {
  color: #2EA7E0;
}

#c-form {
  text-align: center;
}
#c-form iframe {
  height: 1000px;
  width: 100%;
}
#c-form dl div {
  display: flex;
}
#c-form dt {
  width: 120px;
}
#c-form dt h5 {
  text-align: left;
}
#c-form dd {
  text-align: left;
}
#c-form input {
  padding: 5px;
  border: #777777 solid 1px;
}
#c-form .submit-btn input {
  color: #fff;
  background-color: #F39800;
  border-radius: 10px;
  border: none;
  padding: 5px 25px;
  display: block;
  margin: 20px 0 30px 10px;
  transition: 0.5s;
}
#c-form .submit-btn input:hover {
  background-color: #777777;
}
@media (max-width: 767px) {
  #c-form dl div {
    display: block;
  }
  #c-form dd {
    width: 100%;
  }
  #c-form dd input {
    width: 100%;
  }
}

a.desactive {
  opacity: 0.5;
  pointer-events: none;
}

#CTS2_2 {
  background-color: #000;
  padding-bottom: 100px;
  margin-bottom: 0;
}
#CTS2_2 div {
  text-align: center;
}
#CTS2_2 .font {
  color: #fff;
}
#CTS2_2 h4 {
  border-bottom: 0.5px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
#CTS2_2 .slide-Box {
  margin-top: 50px;
}
#CTS2_2 .slide3.yoko li {
  display: flex;
  align-items: center;
}
#CTS2_2 .slide3.yoko li img {
  width: 800px;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #CTS2_2 .slide3.yoko li img {
    height: 350px;
  }
}
#CTS2_2 .slide3.tate {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#CTS2_2 .slide3.tate li {
  display: flex;
  align-items: center;
}
#CTS2_2 .slide3.tate li img {
  width: 500px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

#toppage #slider {
  width: 100%;
  height: 100vh;
}
#toppage #ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
}
#toppage #ttl button h1 {
  opacity: 0.8;
  text-align: center;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  line-height: 0.8;
  transition: 1s;
  text-align: center;
  text-transform: none;
  width: 100%;
}
#toppage #ttl button h2 {
  opacity: 0.8;
  padding: 5px 25px 8px;
  border: solid #fff 1px;
  color: #fff;
  border-radius: 30px;
  margin: 200px auto 0;
  transition: 1s;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  #toppage #ttl button h2 {
    margin-top: 120px;
    margin-bottom: 0;
  }
}
#toppage #ttl button:hover h1 {
  color: rgba(0, 0, 0, 0.8);
}
#toppage #ttl button:hover h2 {
  background-color: rgba(0, 0, 0, 0.6);
}
#toppage .wrapper {
  position: relative;
}

.gallery-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.gallery-img img {
  padding: 5%;
}
.gallery-img h3 {
  font-size: 200%;
  margin-top: 1.5rem;
}

#CTS2 .container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  margin-top: 15px !important;
}
#CTS2 .container h5 {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
}
#CTS2 ul.accordion-list > * + * {
  margin-top: 10px;
}
#CTS2 ul.accordion-list > li {
  border: 1px solid #ddd;
  padding: 0px 30px;
}
@media (max-width: 767px) {
  #CTS2 ul.accordion-list > li {
    padding: 0 5px;
  }
}
#CTS2 ul.accordion-list .acc-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 15px 25px 15px 0;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768) {
  #CTS2 ul.accordion-list .acc-ttl {
    padding: 13px 25px 13px 0;
  }
}
#CTS2 ul.accordion-list .acc-ttl::before {
  position: absolute;
  content: "\f067";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 20px;
}
@media only screen and (max-width: 768) {
  #CTS2 ul.accordion-list .acc-ttl::before {
    font-size: 16px;
  }
}
#CTS2 ul.accordion-list .acc-ttl.active {
  border-bottom: 1px solid #ddd;
}
#CTS2 ul.accordion-list .acc-ttl.active::before {
  content: "\f068";
}
#CTS2 ul.accordion-list .acc-txt {
  font-size: 90%;
  padding: 26px 0 23px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: none;
}
#CTS2 ul.accordion-list .acc-txt div {
  padding-top: 26px;
  margin-top: 0;
}
#CTS2 ul.accordion-list .acc-txt div:first-child {
  padding-top: 0;
}

#CTS2 .accordion-list a {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}
#CTS2 .accordion-list a h6 {
  font-size: 14px !important;
  padding: 0 10px;
}

#option div {
  line-height: 2;
}
#option .innerWrap--innerBox {
  padding-top: 60px;
}
#option h3 {
  margin-bottom: 1rem;
}

.option-cts {
  margin-bottom: 100px;
  margin-top: -80px;
  padding-top: 80px;
}
.option-cts p {
  margin-bottom: 30px;
}

a.desactive {
  pointer-events: none;
  opacity: 0.4;
}/*# sourceMappingURL=style.css.map */