/* CSS Document */
/* ==================== ▼BASE  ==================== */
.page-title {
  font-family: Georgia, "Times New Roman", Times, "serif";
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
}
.sub-title {
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-size: 30px;
  margin: 0 0 10px 0;
}
/* ==================== ▼ ACCESS ==================== */
.access-box-1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
}
.access-01 {
  font-size: 20px;
  margin-bottom: 5px;
}
.access-02 {
  margin: 0 0 20px 10px;
}
.access-03 {
  text-align: right;
  margin: 0 10px 5px 0;
  font-size: 14px;
}
.access-box-2 {
  width: 100%;
  max-width: 999px;
  margin: 0 auto 10px;
}
.access-04 {
  width: 313px;
  margin: 0 10px 20px;
  float: left;
}
.access-05 {
  width: 300px;
  margin: 0 auto 30px;
  border: 1px solid #2b63ba;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}
.access-05 a {
  color: #2b63ba;
  display: block;
  line-height: 50px;
}
.access-05 a:hover {
  background-color: #2b63ba;
  color: #fff;
  border-radius: 10px;
  transition: .6s;
}
.access-06 {
  width: 30px;
  vertical-align: middle;
  padding-right: 10px;
}
.access-07 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.access-08 {
  width: 300px;
  margin: 0 auto 30px;
  border: 1px solid #aabcbc;
  font-size: 18px;
  text-align: center;
  background-color: #aabcbc;
  border-radius: 10px;
}
.access-08 a {
  color: #fff;
  display: block;
  line-height: 50px;
  transition: .6s;
}
.access-08 a:hover {
  background-color: #fff;
  color: #aabcbc;
  border-radius: 10px;
}
.access-09 {
  width: 30px;
  vertical-align: middle;
  padding-right: 10px;
}
.access-10 {
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  margin: 0 auto;
}
/* ==================== ▼ MOUSEOVER ACCESS ==================== */
.img-access {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 313px; /*画像の幅*/
  height: auto; /*画像の高さ*/
}
.img-access img {
  display: block;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
.img-access img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
/* ==================== ▼ CONCEPT ==================== */
.concept-box-1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.concept-01 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.concept-02 {
  margin-bottom: 10px;
}
.concept-box-2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.concept-box-3 {
  width: 100%;
  max-width: 999px;
  margin: 0 auto 10px;
}
.concept-04 {
  width: 313px;
  margin: 0 10px 20px;
  float: left;
}
.concept-box-4 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px;
}
.concept-03 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.concept-05 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.concept-06 {
  float: left;
  width: 400px;
  margin: 0 20px;
}
.concept-07 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}
/* -------------------- ▼ MOUSEOVER CONCEPT -------------------- */
.img-concept {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 313px; /*画像の幅*/
  height: 100%; /*画像の高さ*/
}
.img-concept img {
  display: block;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
.img-concept img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
/* -------------------- ▼ MOUSEOVER FIREWORK -------------------- */
.img-firework {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 400px; /*画像の幅*/
  height: 100%; /*画像の高さ*/
}
.img-firework img {
  display: block;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
.img-firework img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
/* ==================== ▼ FAQ  ==================== */
.faq-01 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.faq-02 {
  font-size: 18px;
  text-align: center;
}
.accordion {
  margin-inline: auto;
  margin: 0 auto 20px;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  background-color: #aabcbc;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  line-height: 1.5;
}
/* コンテンツボックスの枠線 */
.accordion-item {
  border-bottom: 1px solid #aabcbc;
  border-left: 1px solid #aabcbc;
  border-right: 1px solid #aabcbc;
  margin-bottom: 5px;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* ==================== ▼ MENU  ==================== */
.menu {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.menu-01 {
  font-size: 24px;
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", Times, "serif";
}
.menu-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.menu-table th {
  text-align: left;
  padding: 20px 0 5px 20px;
  width: 60%;
  border-bottom: 1px solid #ccc;
}
.menu-table td {
  text-align: right;
  padding: 20px 20px 5px 0;
  border-bottom: 1px solid #ccc;
}
.menu-table tr:hover th, .menu-table tr:hover td {
  background-color: #EAF9FD;
}
/* ==================== ▼ POLICY ==================== */
.policy-box {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.policy-01 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.policy-02 {
  margin: 0 0 10px 10px;
}
.policy-03 {
  font-weight: 600;
  padding: 0 2px;
}
hr {
  margin: 30px 0;
}
.policy-04 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.policy-05 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
/* ==================== ▼ PROFILE ==================== */
.profile-box-1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.profile-01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.profile-02 {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.profile-box-2 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.profile-box-2-inner {
  width: 630px;
  float: left;
}
.profile-03 {
  padding-bottom: 10px;
}
.profile-06 {
  float: left;
  margin: 0 0 30px 20px;
  width: 350px;
}
.profile-05 {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, "serif";
  text-align: right
}
.profile-box-3 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
.profile-table {
  width: 100%;
}
.profile-table th {
  text-align: left;
  padding: 5px 0 5px 10px;
  width: 30%
}
.profile-table td {
  text-align: left;
  padding: 5px 10px 5px 10px;
}
.company-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.company-table th {
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 30%;
}
.company-table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
/* -------------------- ▼ MOUSEOVER PROFILE -------------------- */
.img-profile {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 350px; /*画像の幅*/
  height: 100%; /*画像の高さ*/
}
.img-profile img {
  display: block;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
.img-profile img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.5s; /*変化に掛かる時間*/
}
/* ==================== ▼ TAB NAIL-ART ==================== */
.tab-box {
  width: 100%;
  background-color: #fff;
}
.tab-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.tab li a {
  display: block;
  background: #aabcbc;
  border-top: 1px solid #aabcbc;
  border-left: 1px solid #aabcbc;
  border-right: 1px solid #aabcbc;
  border-bottom: 1px solid #aabcbc;
  margin: 0 3px 2px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  transition: 0.6s;
}
.tab li a:hover {
  background: #fff;
  color: #aabcbc;
}
li.stay a {
  background-color: #fff;
  color: #aabcbc;
}
.tap {
  font-size: 14px;
  margin: 0 10px 5px 0;
  text-align: right;
}
.expansion {
  width: 15px;
  padding-right: 5px;
  vertical-align: middle;
}
/* ==================== ▼ NAILART MOVIE==================== */
video {
  margin: 0;
  padding: 0;
}
.movie-area {
  padding-bottom: 30px;
}
.nail-movie {
  float: left;
  width: 230px;
  height: 530px;
  margin: 0 10px 10px;
}
/*height: 409px;*/
.movie-img {
  width: 230px;
  margin: 0;
}
.movie-title {
  text-align: center;
  padding: 0px 0 0;
}
.movie-text {
  padding: 5px;
  font-size: 14px;
}
/* ==================== ▼ SITEMAP ==================== */
.sitemap-box {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
}
.sitemap-1 li {
  width: 300px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, "serif";
}
.sitemap-1 li a {
  display: block;
  font-size: 20px;
  line-height: 50px;
  transition: .6s;
  border: 1px solid #a9baba;
}
.sitemap-2 li {
  width: 300px;
  margin-bottom: 10px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, "serif";
}
.sitemap-2 li a {
  display: block;
  font-size: 20px;
  line-height: 50px;
  transition: .6s;
  border: 1px solid #a9baba;
}
.sitemap-2 {
  margin-bottom: 20px;
}
.sitemap-01 {
  background-color: #a9baba;
}
.sitemap-01 a {
  color: #fff;
}
.sitemap-01 a:hover {
  background-color: #fff;
  color: #a9baba;
}
.sitemap-02 {
  margin-left: 200px;
  background-color: #fff;
}
.sitemap-02 a {
  color: #a9baba;
}
.sitemap-02 a:hover {
  background-color: #a9baba;
  color: #fff;
}
.sitemap-03 {
  margin-left: 300px;
  background-color: #a9baba;
}
.sitemap-03 a {
  color: #fff;
}
.sitemap-03 a:hover {
  background-color: #fff;
  color: #a9baba;
}
/* ==================== ▼  ==================== */
/* ==================== ▼  ==================== */
/* ==================== ▼  ==================== */