@charset "UTF-8";
/*
Theme Name: serendipity
Theme URI: https://www.salon-serendipity.com/
Author: serendipity
Author URI: https://www.salon-serendipity.com/
Description: salon serendipityのテーマです
*/
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Lora', serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: center;
-webkit-font-smoothing: antialiased;
 
}
a:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
}
.none {
  display: none;
}
@media(max-width:1024px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
/*------------------------------------------------------------
	font size
------------------------------------------------------------*/
section h2 {
  font-size: 3.0rem;
  font-family: 'Noto Serif JP', serif;
　-webkit-font-smoothing: antialiased;
}
section h3 {
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
	-webkit-font-smoothing: antialiased;
}
p {
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}
@media(max-width:1024px) {
  section h2 {
    font-size: 2.2rem;
    font-weight: 500;
  }
  section h3 {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.header {
  margin: 0 auto;
}
.header-wrapper {
  max-width: 1200px;
  display: block;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.header-logo img {
  position: absolute;
  height: 70px;
  left: 15px;
  top: 15px;
}
#nav-links01 {
  display: flex;
  position: absolute;
  right: 15px;
}
.fb-icon {
  width: 40px;
}
#nav-links02 {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#nav-links02 li {
  margin: 10px;
  font-size: 1.4rem;
}
#nav-links02 a {
  color: #333;
}
#nav-links02 #contact, #top-page {
  display: none;
}
.blog-link {
  margin: 10px;
  font-size: 1.4rem;
}
.blog {
  color: #333;
}
@media(max-width:1024px) {
  .header-logo img {
    height: 50px;
  }
  .header-wrapper {
    height: 80px;
  }
}
/*------------------------------------------------------------
	ハンバーガーボタン
------------------------------------------------------------*/
.open-button, .close-botton {
  display: none;
}
.deco {
  display: none;
}
@media(max-width:1024px) {
  .open-button {
    display: block;
    position: fixed;
    right: 10px;
    top: 28px;
    width: 40px;
    height: 40px;
    cursor: pointer; /* カーソルを乗せた時にポインターにする */
    z-index: 9999;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #cc0059;
    display: block;
    content: "";
    transition: .5s;
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .open-button.active span {
    transform: rotate(45deg);
    top: 10px;
    left: 0;
  }
  .open-button.active span:before {
    transform: rotate(90deg);
    left: 0;
    bottom: inherit;
    top: 0;
  }
  .open-button.active span:after {
    opacity: 0;
  }
  .nav-wrapper {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    background-color: #FEF8F8;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  #nav-links01 .btn-contact {
    display: none;
  }
  #nav-links02 {
    display: flex;
    flex-direction: column;
    top: 150px;
  }
  #nav-links02 ul li a {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    line-height: 40px;
  }
  #nav-links01, #nav-links02 {
    position: static;
    display: block;
  }
  .inner-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
    position: relative;
    z-index: 9999;
  }
  #nav-links02 #contact, #top-page {
    display: block;
  }
  .fb-icon {
    transform: scale(0.8);
  }
  .deco {
    display: block;
    position: absolute;
    width: 102%;
    text-align: center;
    top: 120px;
  }
}
.deco img {
  width: 200px;
}
/*------------------------------------------------------------
	２カラム
------------------------------------------------------------*/
.column-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 70px;
}
.column-img {
  width: 50%;
}
.column-img img {
  width: 100%;
}
.column-text {
  display: inline-block;
  text-align: left;
  margin-left: 50px;
  width: 50%;
}
@media(max-width:1024px) {
  .column-wrapper {
    padding: 0 35px 0;
  }
}
@media(max-width:480px) {
  .column-wrapper {
    flex-direction: column;
    padding: 0 15px;
  }
  .column-img {
    width: 100%;
  }
  .column-text {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .column-text h3 {
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
	title-border
------------------------------------------------------------*/
.title-wrapper {
  padding: 0 0 70px 0;
}
.title-border {
  max-width: 1200px;
  font-size: 4.0rem;
  font-family: 'Lora', serif;
  color: #707070;
  background-image: url("images/common/rose_about.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center; /* 水平中心 */
  align-items: center; /* 垂直中心 */
  padding: 40px 0;
  margin: 0 auto;
}
.title-border::before, .title-border::after {
  border-top: 1px solid #707070;
  flex-grow: 1;
  content: "";
  width: auto;
}
.title-border::before {
  margin-right: 1em;
}
.title-border::after {
  margin-left: 1em;
}
h4 {
  color: #707070;
  padding: 10px 0;
}
@media(max-width:1024px) {
  .title-border {
    font-size: 3.0rem;
    padding: 30px 20px;
  }
  .title-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width:480px) {
  .title-border {
    padding: 20px 0;
  }
  .title-wrapper {
    padding: 20px 10px;
  }
}
/*------------------------------------------------------------
	top-treatment
------------------------------------------------------------*/
.treatment-wrapper {
  position: relative;
  margin-bottom: 80px;
}
.section-top__treatment img {
  width: 100%;
}
.treatment-text {
  position: absolute;
  display: inline-block;
  width: 97%;
  max-width: 1150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 41%;
  text-align: right;
  font-size: 3.0rem;
  letter-spacing: 5px;
  font-family: 'Noto Serif JP', serif;
  color: #707070;
  padding-right: 15px;
}
@media(max-width:1024px) {
  .treatment-text {
    font-size: 2.2rem;
  }
  .treatment-wrapper {
    margin-bottom: 60px;
  }
}
@media(max-width:480px) {
  .treatment-text {
    font-size: 1.6rem;
  }
  .treatment-wrapper {
    margin-bottom: 45px;
  }
}
/*------------------------------------------------------------
	btn-contact
------------------------------------------------------------*/
.btn-contact {
  background-color: #cc0059;
  padding: 5px;
  width: 200px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 5px;
  display: block;
  margin-left: 20px;
}
.btn-contact img {
  width: 20px;
  padding-right: 10px;
  vertical-align: middle;
}
.contac-link {
  vertical-align: middle;
}
@media(max-width:480px) {
  .btn-contact {
    margin: 15px 0 0;
  }
}
/*------------------------------------------------------------
	btn-arrow
------------------------------------------------------------*/
.btn-arrow {
  position: relative;
  background-color: transparent;
  border: 1px solid #cc0059;
  padding: 20px 50px 20px 40px;
  font-size: 1.6rem;
  border-radius: 5px;
  display: block;
  margin: 30px auto 0;
  /*アニメーションの指定*/
  transition: all .2s linear;
}
.btn-arrow a {
  text-decoration: none;
  color: #CC0059;
  font-family: 'Noto Serif JP', serif;
}
.btn-arrow:hover {
  background: #fff;
  color: #cc0059;
  opacity: 0.5;
}
.arrow-icon {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 20px;
}
.btn-arrow:hover .arrow-icon {
  right: 0px;
}
.section-features .btn-arrow {
  margin: 0 auto;
}
.section-faq .btn-arrow {
  margin: 0 auto;
}
@media(max-width:1024px) {
  .btn-arrow {
    font-size: 1.4rem;
  }
  .btn-arrow::after {
    top: 41%;
  }
}
@media(max-width:480px) {
  .btn-arrow {
    padding: 10px 44px 10px 40px;
    margin: 20px auto 0;
  }
  .arrow-icon {
    top: 20px;
  }
}
/*------------------------------------------------------------
	アコーディオン
------------------------------------------------------------*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li h3 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 16px;
  background-color: #f8f8f8;
  padding-right: 45px;
  border-radius: 5px;
}
.box {
  text-align: left;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  /* font-size:1rem;*/
  font-weight: normal;
  padding: 3% 3% 3% 30px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #cc0059;
}
.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #fff;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.question, .answer {
  font-size: 2.2rem;
  color: #707070;
  padding-right: 8px;
}
.section-faq {
  padding: 120px 20px;
}
.faq-wrapper {
  padding: 0 0 30px 0;
}
@media(max-width:1024px) {
  .section-faq {
    padding: 0;
    margin-bottom: 70px;
  }
  .accordion-area {
    width: 80%;
  }
  .faq-wrapper {
    padding: 35px 0;
  }
}
@media(max-width:480px) {
  .section-faq {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .accordion-area {
    width: 90%;
  }
  .accordion-area .title {
    font-size: 1.4rem;
  }
  .faq-wrapper {
    padding: 0 0 30px;
  }
}
/*------------------------------------------------------------
	料金
------------------------------------------------------------*/
.section-price {
  background-color: #fef8f8;
  padding: 120px 20px;
  margin-bottom: 120px;
}
.section-price .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border-top: 1px dotted #cc0059;
  border-bottom: 1px dotted #cc0059;
  max-width: 600px;
  padding: 15px 30px;
}
@media(max-width:1024px) {
  .section-price {
    padding: 70px 0;
    margin-bottom: 0;
  }
  .section-price .flex-box {
    max-width: 400px;
  }
}
@media(max-width:480px) {
  .section-price {
    padding: 40px 0;
  }
  .section-price .flex-box {
    margin: 0 15px 20px;
  }
}
/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/
.access-map {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
iframe {
  width: 50%;
  height: 440px;
}
#address {
  width: 30px;
}
#train {
  width: 25px;
}
.direction-box {
  text-align: left;
  padding: 20px 0 0 60px;
}
.direction_inner-wrap {
  margin-bottom: 40px;
}
.direction-border {
  display: flex;
  align-items: center;
}
.direction-border::after {
  content: "";
  flex-grow: 1;
  border-top: 1px dashed #707070;
}
.direction-border::after {
  margin-left: 10px;
}
.direction_inner-wrap img {
  padding-right: 15px;
}
.section-access {
  margin: 120px auto;
}
.access-map {
  padding: 0 0 70px;
}
@media(max-width:1024px) {
  .access-map {
    padding: 0 35px 35px;
  }
  .direction_inner-wrap {
    flex-direction: column;
  }
  .section_inner-wrap {
    margin: 0 0 40px;
  }
  iframe {
    height: 350px;
  }
  .section-access {
    margin: 70px 0;
  }
}
@media(max-width:480px) {
  .section-access {
    padding: 40px 0 40px;
    margin: 0 0 20px;
  }
  .section-access .direction_inner-wrap {
    margin: 0 0 30px;
  }
  .access-map {
    flex-direction: column;
    padding: 0;
  }
  iframe {
    width: 100%;
    height: 275px;
  }
  .direction-box {
    padding: 0 15px;
    margin: 35px auto 0;
    z-index: 2;
  }
  #address, #train {
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
     コンタクトボックス
------------------------------------------------------------*/
.section-contact {
  background-color: #fef8f8;
  position: relative;
}
.contact-box {
  background: url("images/common/line-left.png"), url("images/common/line-right.png");
  background-repeat: no-repeat;
  background-position: left top 20px, right bottom 20px;
  max-width: 960px;
  margin: 0 auto;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
.contact-wrapper ul li {
  list-style: none;
}
#strong {
  color: #cc0059;
  font-weight: 600;
  font-size: 30px;
  font-family: 'Lora', serif;
  margin-bottom: 10px;
}
@media (max-width:480px) {
  .contact-wrapper {
    padding: 60px 50px;
  }
  .contact-box {
    background-size: 25%;
  }
}
/*------------------------------------------------------------
     footer
------------------------------------------------------------*/
.footer-wrapper {
  margin: 10px 0;
}
#footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
#footer-nav li {
  width: 180px;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
#footer-nav li:nth-child(4), #footer-nav li:nth-child(8) {
  border-right: none;
}
#footer-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
}
.footer-copyright {
  background-color: #cc0059;
}
.footer-copyright small {
  color: #fff;
  font-size: 1.4rem;
}
#footer-logo {
  display: none;
}
@media (max-width:480px) {
  #footer-logo {
    display: block;
    margin: 20px auto;
    height: 50px;
  }
  #footer-nav li {
    border-right: none;
    width: fit-content;
  }
}
/*------------------------------------------------------------
     page top
------------------------------------------------------------*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0059;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*------------------------------------------------------------
	ふわっと
------------------------------------------------------------*/
/* 下からふわっと現れる */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width:1024px) {
  .fadeUp-sp {
    animation-name: fadeUpAnime; /*アニメーションの名前*/
    animation-duration: 0.5s; /*アニメーションの実行時間*/
    animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
    opacity: 0;
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}
/* 左から */
/*.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}*/
@media(max-width:1024px) {
  .fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0; /*非表示*/
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}
.delay-time10 {
  animation-delay: 1.0s;
}
.delay-time12 {
  animation-delay: 1.2s;
}
.delay-time14 {
  animation-delay: 1.4s;
}
.delay-time16 {
  animation-delay: 1.6s;
}
/*------------------------------------------------------------
	ローディング中の画面
------------------------------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FEF8F8;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  font-size: 3.0rem;
  line-height: 4.5rem;
  font-weight: bold;
  color: #cc0059;
  font-family: 'Lora', serif;
}
.loader .txt {
  width: 10%;
  white-space: nowrap;
  overflow: hidden;
  animation: txt 2.5s linear infinite;
}
@keyframes txt {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/*------------------------------------------------------------
	css追記
------------------------------------------------------------*/
/** 記事本文内の行の高さを調整 */
.post-content p {
  margin-top: 0;
  margin-bottom: 1.6em;
  line-height: 160%;
}
/*------------------------------------------------------------
	ページネーション
------------------------------------------------------------*/
.nav-links {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  line-height: 1;
}
.nav-links a {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  background-color: #cc0059;
  color: #fff;
  margin: 10px;
}
.nav-links span {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  background-color: #fff;
  color: #cc0059;
  border: 1px solid #cc0059;
  margin: 10px;
}
@media (max-width:480px) {
  .nav-links {
    padding: 0;
    line-height: 0.3;
  }
  .nav-links a {
    padding: 10px 10px;
    margin: 10px 5px;
  }
  .nav-links span {
    padding: 10px 10px;
    margin: 10px;
  }
}
