* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

span {
  display: inline-block;
}


body {
  background-color: black;
  scroll-behavior: smooth;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.hover li:hover {
  opacity: 0.5;
}




header {
  width: 100%;
  position: fixed;
  background-color: black;
  z-index: 3;
}

.header-content-top {
  display: flex;
}

.header-logo {
  width: 100%;
  padding-left: 20%;
  margin: auto;
}

.header-logo p {
  text-align: center;
  color: white;
}


header .header-logo img {
height: 90px;
}
.header-icons {
  width: 20%;
  padding: 0 50px;
  display: flex;
}
.header-icons p {
  padding: 28px 0;
  color: white;
  font-size: 200%;
  padding-right: 20px;
}

.header-content-bottom {
  background-color: white;
}

.header-content-bottom ul {
  width: 80%;
  margin: auto;
  display: flex;
  list-style: none;
  justify-content:space-between;
}

.header-content-bottom li {
  padding: 10px 0;
}


.header-content-bottom a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.hamberger-menu {
  display: none;
}

.top-wrapper  {
  background-image: url("https://coda-lunga.com/image/suits-top.jpg");
  background-size: cover;
  width: 100%;
  padding: 300px 0;
}

.top-wrapper p {
  color: white;
  text-align: center;
  font-size: 20px;
}

.top-wrapper h1 {
  font-size: 100px;
  color: white;
  text-align: center;
  padding: 50px 0;
  font-family: 'Impact','DIN Condensed',sans-serif;
}

.content-wrapper {
  width: 90%;
  margin: auto;
  padding: 100px 0;
}

.content-wrapper h2 {
  font-size: 45px;
  color: white;
  padding: 80px 0;
}

.content {
  padding: 50px 0;
}

.about-us-content {
  display: flex;
  flex-flow:row-reverse;
  width: 100%;
  margin: auto;

}

.text-box {
  width: 100%;
  margin: auto 0;
}

.text {
  width: 95%;
  margin: auto;
  padding: 70px 0;
  line-height: 175%;
  color: white;
}

.text span {
  float: right;
  font-weight: bold;
  padding: 20px 0;
}

.img-with-text-box img {
  width: 80%;
  margin: auto;
}

.img-with-text-box img {
  width: 100%;
}

.reason-content {
  display: flex;
  width: 100%;
  margin: auto;

}

.order-flow-contents {
  color: white;
  display: flex;
  width: 80%;
  margin: auto;
}

.order-flow-num {
  font-size: 100px;
  width:20%;
  text-align: center;
  font-family: "Impact";
  margin: auto 0;
}

.order-flow-subtitle {
  font-size: 40px;
  width: 20%;
  text-align: center;
  margin: auto 0;
}

.order-flow-text {
  width: 60%;
  padding-left: 20px;
  border-left: solid 4px white;
  margin: auto 0;

}

.angle-down {
  width: 80%;
  margin: auto;
  color: white;
  text-align: center;
  font-size: 50px;
}

.order-flow-contents-attention {
  padding: 100px 0;
}

.accordion-img {
  width: 100%;
}

.accordion-img img {
  width: 100%;
}

.accordion-wrapper summary  {
  position: relative;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
  background-color: white;
  width: 80%;
  margin: auto;
  text-align: center;
  z-index: 1;
}

.accordion-wrapper summary::-webkit-details-marker {
  position: absolute;
  color: transparent;

}

.accordion-wrapper summary:hover,
.accordion-wrapper details[open]summary{
  background-color: white;
}

.accordion-wrapper summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform .5s;


}

.accordion-wrapper details[open]summary::after{
  transform: translateY(-50%)rotate(45deg);
  background-color: white;

}

.answer {
  padding: 20px 30px;
  background-color: white;
  width: 80%;
  margin: auto;
  text-align: center;

}
.accordion-wrapper details[open].answer {
  animation:slidein.5s ease-in-out;
}
.accordion-wrapper @keyframes slidein {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}


.price-contents-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
}

.price-content {
  width: 30%;
  margin: 0 10%;
  background-color: white;
}

.price-content-img img {
  width: 100%;
  margin: auto;
}
.price-content-subtitle p {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 40px;
}

.price-content-price-tag p {
  padding: 10% 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 25px;
}

.price-content-attention {
  padding: 20px 0;
}

.price-content-attention p {
  color: white;
  text-align: center;
}

.price-content summary:hover {
  opacity: 0.5;
}

.contact-content-wrapper p {
  color: white
}


.fa-instagram {
  color: #CF2E92;
}

.fa-envelope {
  color: #1DA1F2;
}

.fa-mobile {
  color: #00B900;
}


.contact-method a {
  width: 50%;
  color: white;
  display: block;
  text-decoration: none;
  border: solid white 2px;
  padding: 10px;
  margin: 30px 0;
  background: black;
}

.contact-method a:hover {
background-color: white;
color: black;
font-weight: bold;
}

.access {
  display: none;
}

.access-content-wrapper p {
  color: white;
  line-height: 200%;

}

.gmap {
  padding: 50px 0;
}

.slider-wrapper {
  width: 100%;
  margin: auto;
}

.slider-wrapper ol {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow: auto;
}

.slider-wrapper li {
  scroll-snap-align:center;
  display: inline-block;
  width: 15%;
  white-space: normal;
  margin-right: 100px;
}

.slider-wrapper img {
  height: 300px;
}


.footer-logo {
  width: 100%;
  margin: auto;
}

.footer-logo p {
color: white;
text-align: center;
}

.footer-content {
  background-color: black;
}

.footer-content ul {
  width: 80%;
  margin: auto;
  display: flex;
  list-style: none;
  justify-content:space-between;
}

.footer-content li {
  padding: 10px 0;
}

.footer-content a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.copy-right {
  padding: 50px 0;
}

.copy-right P {
  color: white;
  text-align: center;
}
