details summary::-webkit-details-marker {
  display: none;
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  margin-top: 86px;
  /*============================
  #intro
  ============================*/
}
@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    margin-top: 72px;
  }
}
article#titleTop ul.slicks-fv {
  position: absolute;
  height: 100%;
  width: 100%;
}
article#titleTop ul.slicks-fv .slick-list {
  height: 100%;
}
article#titleTop ul.slicks-fv .slick-list .slick-track {
  height: 100%;
}
article#titleTop ul.slicks-fv .slick-list .slick-track li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article#titleTop ul.slicks-fv .slick-list .slick-track li div.bg {
  height: 100%;
}
article#titleTop ul.slicks-fv .slick-list .slick-track li div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article#titleTop section#intro.full {
  display: flex;
  min-height: 700px;
  align-items: center;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    align-items: flex-start;
    min-height: 600px;
    padding: 40px 20px 0;
  }
}
article#titleTop section#intro.full div.wrap {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 5px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: 100%;
    right: 0;
    top: calc(50% + 40px);
    text-align: center;
  }
}
article#titleTop section#intro.full div.wrap div {
  width: auto;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap div {
    width: auto;
    font-size: 2.4rem;
    text-shadow: none;
  }
}
article#titleTop section#intro.full div.wrap p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
    font-size: 1.4rem;
    padding-top: 20px;
  }
}
article#titleTop section#intro.full .scrolldown {
  position: absolute;
  right: 40px;
  bottom: 10px;
  color: #fff;
  z-index: 10;
  height: 80px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown {
    right: 10%;
    left: auto;
    color: #fff;
  }
}
article#titleTop section#intro.full .scrolldown:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown:after {
    background: #fff;
  }
}
article#titleTop section#intro.full .scrolldown .span {
  position: absolute;
  left: -15px;
  top: -15px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .scrolldown .span {
    color: #fff;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
/*============================
#slideShow
============================*/
article#slideShow {
  background: rgba(250, 250, 250, 0.9803921569);
  padding: 40px 0;
}
article#slideShow ul.slicks li div.img_wrap {
  padding: 40px 20px;
}
article#slideShow ul.slicks li div.img_wrap img {
  border: solid #D3B196 5px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
#entry
============================*/
article#entry {
  background: #eff4d5;
}
article#entry header {
  padding: 40px;
  position: relative;
  z-index: 1;
}
article#entry header:after {
  content: "";
  height: 1px;
  background: #A59283;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -1;
}
article#entry header h2 {
  display: inline-block;
  background: #eff4d5;
  position: relative;
  padding: 10px 20px;
}
article#entry section {
  padding-top: 0;
}
article#entry section ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#entry section ul {
    flex-wrap: wrap;
  }
}
article#entry section ul li {
  background: #A59283;
  width: 280px;
  margin: 0 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  article#entry section ul li {
    width: 100%;
    margin: 0 0 40px;
  }
}
article#entry section ul li:last-child {
  margin-bottom: 0;
}
article#entry section ul li a {
  display: block;
  cursor: pointer;
}
article#entry section ul li a div.content div.sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
article#entry section ul li a div.content div.sub span {
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 20px 0 0;
}
article#entry section ul li a div.content p {
  padding: 10px 0 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
}
article#entry section ul li a div.content p small {
  font-size: 1.4rem;
  padding-right: 8px;
}
article#entry section ul li:last-child {
  background: #807575;
}

/*============================
#service
============================*/
article#service section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#service section header {
    right: 10px;
    top: 340px;
  }
}
article#service section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#service section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#service section h3 {
  padding-bottom: 55px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  article#service section h3 {
    padding-bottom: 40px;
    font-size: 1.6rem;
    padding-right: 40px;
  }
}
article#service section ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
}
article#service section ul li {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  article#service section ul li {
    width: 100%;
    margin-right: 0;
  }
}
article#service section ul li div.content {
  margin-bottom: 20px;
}
article#service section ul li div.content div.img label {
  background: #fff;
  width: 180px;
  border: solid;
  display: block;
  margin: auto;
  text-align: center;
  padding: 5px 0;
  border-radius: 50px;
}
article#service section ul li div.content div.img img {
  margin-top: -15px;
  width: 100%;
  z-index: -1;
  position: relative;
  border-radius: 10px;
}
article#service section ul li div.content h3 {
  padding-bottom: 0;
  padding-top: 20px;
  color: #8d613b;
  font-size: 1.8rem;
}
article#service section ul li div.content p {
  padding: 20px 0;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  article#service section ul li div.content p {
    padding: 20px 0 40px;
  }
}
article#service section ul li:nth-child(3n) {
  margin-right: 0;
}
article#service section ul li:last-child div.content p {
  padding-bottom: 0;
}

/*============================
#about
============================*/
article#about {
  background: #F4EEE8;
}
article#about section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#about section header {
    right: 10px;
    top: 340px;
  }
}
article#about section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#about section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#about section div.wrap {
  display: flex;
  flex-wrap: wrap;
}
article#about section div.wrap div.img_wrap {
  width: 20%;
}
@media screen and (max-width: 768px) {
  article#about section div.wrap div.img_wrap {
    width: 50%;
    position: absolute;
    opacity: 1;
    z-index: -1;
    right: 40px;
    top: -80px;
    padding: 30px;
  }
}
article#about section div.wrap div.text_wrap {
  width: 80%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap {
    width: 100%;
    padding: 0 40px 0 0;
  }
}
article#about section div.wrap div.text_wrap h3 {
  padding: 40px 0;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  max-width: 800px;
}
article#about section div.wrap div.text_wrap p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
article#about section div.wrap div.text_wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap ul {
    flex-wrap: wrap;
    width: calc(100% + 40px);
  }
}
article#about section div.wrap div.text_wrap ul li {
  width: calc(33.3333333333% - 8px);
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap ul li {
    width: 100%;
    margin-right: 0;
  }
}
article#about section div.wrap div.text_wrap ul li div.content p {
  font-size: 1.2rem;
  padding: 10px 0 0;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap ul li div.content p {
    padding: 10px 0 40px;
  }
}
article#about section div.wrap div.text_wrap ul li:nth-child(3n) {
  margin-right: 0;
}
article#about section div.wrap div.text_wrap ul li:last-child div.content p {
  padding-bottom: 0;
}

/*============================
#flow
============================*/
article#flow {
  background-color: #fafafa;
}
article#flow section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#flow section header {
    right: 10px;
    top: 340px;
  }
}
article#flow section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#flow section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#flow section div.wrap ul {
  padding: 0 40px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#flow section div.wrap ul {
    padding: 0 40px 0 0;
  }
}
article#flow section div.wrap ul li {
  color: #333;
  padding: 0 0 20px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 3px solid #a59383;
}
@media screen and (max-width: 768px) {
  article#flow section div.wrap ul li {
    padding: 0 0 20px;
  }
}
article#flow section div.wrap ul li:last-child {
  margin-bottom: 0;
}
article#flow section div.wrap ul li:not(:last-child):before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  transform: translateX(-50%);
  border-width: 22px;
  border-top-color: #a59383;
}
article#flow section div.wrap ul li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  transform: translateX(-50%);
  border-width: 18px;
  border-top-color: #fafafa;
}
article#flow section div.wrap ul li div.content {
  display: flex;
  align-items: center;
}
article#flow section div.wrap ul li div.content .text {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  article#flow section div.wrap ul li div.content .text {
    width: 100%;
    padding-right: 0;
  }
}
article#flow section div.wrap ul li div.content .text label {
  height: 100%;
  background: #a59483;
  color: #fff;
  padding: 4px 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 120px;
  justify-content: center;
  margin-bottom: 20px;
}
article#flow section div.wrap ul li div.content .text h3 {
  padding-bottom: 10px;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  article#flow section div.wrap ul li div.content .text h3 {
    font-size: 1.6rem;
  }
}
article#flow section div.wrap ul li div.content .text p {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
}
article#flow section div.wrap ul li div.content .text p a {
  color: #333;
  text-decoration: underline;
}
article#flow section div.wrap ul li div.content .text img {
  padding-bottom: 10px;
}
article#flow section div.wrap ul li div.content .img {
  width: 40%;
}

/*============================
#voice
============================*/
article#voice section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#voice section header {
    right: 10px;
    top: 340px;
  }
}
article#voice section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#voice section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#voice section div.wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
}
article#voice section div.wrap ul .slick-list li {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  article#voice section div.wrap ul .slick-list li {
    margin-right: 0;
    padding: 0 0 40px;
  }
}
article#voice section div.wrap ul .slick-list li div.title {
  display: flex;
  align-items: center;
}
article#voice section div.wrap ul .slick-list li div.title div.img_wrap {
  position: relative;
  padding-top: 100px;
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article#voice section div.wrap ul .slick-list li div.title div.img_wrap {
    width: 160px;
    padding-top: 160px;
  }
}
article#voice section div.wrap ul .slick-list li div.title div.img_wrap img.bg {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
article#voice section div.wrap ul .slick-list li div.content h3 {
  padding-top: 20px;
  line-height: 1.4;
  color: #807575;
  font-size: 1.8rem;
}
article#voice section div.wrap ul .slick-list li div.content p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  article#voice section div.wrap ul .slick-list li div.content p {
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 20px;
  }
}
article#voice section div.wrap ul .slick-dots {
  justify-content: center;
  padding: 0;
}

/*============================
#access
============================*/
article#access {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#access {
    width: auto;
  }
}
article#access section {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#access section {
    width: auto;
  }
}
article#access section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#access section header {
    right: 10px;
    top: 340px;
  }
}
article#access section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#access section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#access section div.wrap {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap {
    width: auto;
    flex-direction: column-reverse;
  }
}
article#access section div.wrap div.text_wrap {
  padding: 40px 0 10px 20px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap {
    width: 100%;
    padding: 0;
  }
}
article#access section div.wrap div.text_wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table {
    width: 100%;
  }
}
article#access section div.wrap div.text_wrap table tbody {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table tbody {
    width: auto;
  }
}
article#access section div.wrap div.text_wrap table tbody tr {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table tbody tr {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
article#access section div.wrap div.text_wrap table tbody tr td {
  width: auto;
  padding: 20px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.4rem;
  vertical-align: top;
  color: #333;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table tbody tr td {
    width: 100%;
    padding: 0 0 20px;
  }
}
article#access section div.wrap div.text_wrap table tbody tr td strong {
  font-weight: 600;
  color: #a59383;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table tbody tr td strong {
    white-space: nowrap;
    text-align: left;
    border: none;
    padding: 20px 10px 0 0;
  }
}
article#access section div.wrap div.text_wrap table tbody tr td iframe {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.text_wrap table tbody tr td iframe {
    height: 240px;
  }
}
article#access section div.wrap div.img_wrap {
  padding: 40px 0 20px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.img_wrap {
    width: calc(100% + 40px);
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0px;
    padding: 0;
  }
}
article#access section div.wrap div.img_wrap iframe {
  border: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  article#access section div.wrap div.img_wrap iframe {
    min-height: 240px;
  }
}

/*============================
#faq
============================*/
article#faq section {
  padding-bottom: 120px;
}
article#faq section header {
  padding: 0;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  width: 300px;
  transform-origin: top right;
  top: 360px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#faq section header {
    right: 10px;
    top: 340px;
  }
}
article#faq section header h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  color: #807575;
}
article#faq section header h2 i {
  font-size: 1.4rem;
  padding-left: 40px;
}
article#faq section div.wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap {
    padding: 0 40px 0 0;
  }
}
article#faq section div.wrap details.qa-001 {
  width: 100%;
  margin-bottom: 0px;
  border-top: solid 1px #A59283;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 {
    width: 100%;
  }
}
article#faq section div.wrap details.qa-001:last-child {
  border-bottom: solid 1px #A59283;
}
article#faq section div.wrap details.qa-001 summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 20px 80px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary {
    padding: 10px 20px 10px 30px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
article#faq section div.wrap details.qa-001 summary:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  content: "Q";
  background: #A59283;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:before {
    left: 0;
    width: auto;
    font-size: 2rem;
    top: 0;
    height: 100%;
    background: transparent;
    color: #A59283;
  }
}
article#faq section div.wrap details.qa-001 summary:after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  position: absolute;
  right: 13px;
  height: 12px;
  margin-left: 10px;
  white-space: nowrap;
  border-bottom: 2px solid #A59283;
  border-right: 2px solid #A59283;
  content: "";
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:after {
    right: 2px;
    width: 6px;
    height: 6px;
  }
}
article#faq section div.wrap details.qa-001 summary:-webkit-details-marker {
  display: none;
}
article#faq section div.wrap details.qa-001 summary div {
  display: none;
}
article#faq section div.wrap details.qa-001 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 80px;
  margin-bottom: 20px;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p {
    padding: 10px 0px 10px 24px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
article#faq section div.wrap details.qa-001 p:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A59283;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p:before {
    left: 0;
    width: auto;
    height: auto;
    font-size: 2rem;
    top: 0;
    background: transparent;
    color: #A59283;
  }
}
article#faq section div.wrap .qa-001[open] summary::after {
  transform: rotate(225deg);
}
article#faq section div.wrap .qa-001[open] p {
  transform: none;
  opacity: 1;
}/*# sourceMappingURL=common.css.map */