/*
Theme Name: プライベートサロン　Natura(ナチュラ)
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* 使用フォント
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&family=Spectral&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* 基本情報
========================================================================== */
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    -webkit-text-size-adjust: 100%;
    color:#666;
}

.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 100%);
    position: relative;
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
}
a {
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
}

/* ヘッダー
========================================================================== */
.global-nav-list li {
    font-size: 14px;
}
.global-nav-list li a{
    color:#333 !important;
    text-align: center;
}
.global-nav-list>li .global-nav-name {
    font-size: 15px;
    letter-spacing: .075rem;
}
.header_scrolled .site-header .global-nav {
    margin-left: 0;
    margin-right: 0;
}
.pos-relative {
    position: relative;
}
.description {
    position: absolute;
    font-size: 13px;
    color: #444;
    font-weight: 400;
    top: 30%;
    left: 200px;
}
.description span{
    font-size: 16px;
    line-height: 1.9;
    font-weight: bold;
}
.site-header--layout--nav-float .site-header-logo a {
    display: inline-block;
    position: absolute;
    top:0;
    left: 30px;
}
.site-header--layout--nav-float .site-header-logo a:hover {
    opacity:0.8;
}

.site-header-logo img {
    max-height: 150px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.header_scrolled .site-header-logo a{
    left:0;
}
.global-nav-list>li .global-nav-name:hover {
    color:#e38e77;
}
.header_scrolled .description {
    top: 30%;
    left: 130px;
}
.header_scrolled .site-header-logo img {
    margin-top: 0 !important;
    max-height: 115px !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btnWrap-outer {
    position: relative
    display:block;
}
.btnWrap {
    float:right;
    margin-top: 15px;
    margin-right: 15px;
}
.btnTel{
    display: inline-block;
}
.header_scrolled .header-top, .header_scrolled .site-header-logo {
    display: block;
}
.header_scrolled .site-header-logo img{
    margin-top: 15px;
    max-height: 30px;
}
.header_scrolled .site-header {
}
.btnTel {
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    color: #444;
    margin-right:5;
    letter-spacing: .05em;
}
.txtTel {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
}
.txtTel::before {
    content: '\f095';
    position: absolute;
    left: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
}
.btnMail{
    margin-left: 10px;
    color: #fff;
    background-color: #9F1547;
    border: 1px solid #9F1547;
    padding: 5px 20px;
    font-size:15px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: .05em;
}
.btnMail:hover{
    color: #9F1547;
    background-color: #fff;
    border: 1px solid #9F1547;
}
.btnContact{
    margin-left: 10px;
    color: #fff;
    background-color: #444;
    border: 1px solid #444;
    padding: 5px 20px;
    font-size:15px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: .05em;
}
.btnContact:hover{
    background-color: #fff;
    border: 1px solid #444;
    color: #444;
}
.header_scrolled .site-header {
    background-color: rgba(255, 255, 255, .95);
}

/* スライド
========================================================================== */
.ltg-slide-text-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: initial;
}
.mv-scroll {
    position: absolute;
    display: block;
    margin-top: -70px;
    top:0;
    left: 50%;
  transform: translate(-50%, -50%);
    z-index: 11;
    
}
.ltg-slide-text-title+.ltg-slide-text-caption {
    font-family: "EB Garamond", serif;
    letter-spacing: 2px;
    font-size: 20px;
}
.mv-scroll-text {
    font-family: "EB Garamond", serif;
    width: 30px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 2px;
}
.mv-scroll-line {
    margin: 0 auto;
    height: 100px;
    display: block;
    width: 1px;
    background: #e4e4e4;
}
.mv-scroll-line:after {
    width: 8px;
    height: 8px;
    background: #EDDEDD;
    content: "";
    display: block;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    left: -4px;
    top: 20px;
    -webkit-animation-name: scrollBar;
    animation-name: scrollBar;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}
@keyframes scrollBar {
	0% {
	  opacity: 1;
	  transform: translateY(0) translateX(0);
	}
	50% {
	  transform: translateY(60px) translateX(0);
	  @include md {
		transform: translateY(10px) translateX(0);
	  }
	}
	100% {
	  opacity: 0;
	  transform: translateY(80px) translateX(0);
	  @include md {
		transform: translateY(10px) translateX(0);
	  }
	}
}
.swiper-pagination {
    display:none;
}
.swiper-container {
    position: relative;
    overflow: hidden;
    height: 50vw;
    max-height: 900px; //最大の高さ
    min-height: 500px; //最小の高さ
}

.swiper-container img{
    -webkit-animation: anime 80s 0s infinite;
    animation: anime 80s 0s infinite;
}

@keyframes anime {
    0% {
          opacity: 1;
      }
      8% {
          opacity: 1;
      }
      17% {
          opacity: 1;
      }
      35% {
          opacity: 1;
          transform: scale(1.2) ;
           z-index:9;
      }
      100% { opacity: 1 }
  }

/* トップページ
========================================================================== */
.sec-ttl {
    display: block;
    font-family: "EB Garamond", serif;
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 1px;
    color:#333;
}
.sec-ttl span{
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 18px;
    line-height: 2;
}
.bg-course {
    background-color: #fff8f2;
}
.bg-preconception {
    width: 100%;
    min-height: 500px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 80px;
}
.bg-preconception::after {
    content: "";
    position: absolute;
    width: 85vw;
    height: 100%;
    left: 0;
    bottom: -20px;
    z-index: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    background-color: #F6EFE7;
}
.bg-preconception::before {
    content: "";
    position: absolute;
    left: 0;
    width: 85vw;
    height: 100%;
    background-size: 100%;
    background-position: center;
    outline: 1px solid #f2f5f3;
    outline-offset: -10px;
    margin-right: -10px;
    z-index: 1;
    opacity:0.9;
    -webkit-transition: 1s cubic-bezier(.25,.1,.25,1);
    transition: 1s cubic-bezier(.25,.1,.25,1);
    background-image: url(/WP/img/top/bg_preconception.jpg);
    background-repeat: no-repeat;
}
.bg-matanity{
    width: 100%;
    min-height: 500px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 80px;
}
.bg-matanity::after {
    content: "";
    position: absolute;
    width: 85vw;
    height: 100%;
    right: 10px;
    bottom: -20px;
    z-index: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    background-color: #ffe9e3;
}
.bg-matanity::before {
    content: "";
    position: absolute;
    right: 0;
    width: 85vw;
    height: 100%;
    background-size: 100%;
    background-position: center;
    outline: 1px solid #f2f5f3;
    outline-offset: -10px;
    margin-right: -10px;
    z-index: 1;
    opacity:0.9;
    -webkit-transition: 1s cubic-bezier(.25,.1,.25,1);
    transition: 1s cubic-bezier(.25,.1,.25,1);
    background-image: url(/WP/img/top/bg_matanity.jpg);
    background-repeat: no-repeat;
}
.bg-bridal {
    width: 100%;
    min-height: 500px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 80px;
}
.bg-bridal::after {
    content: "";
    position: absolute;
    width: 85vw;
    height: 100%;
    left: 0;
    bottom: -20px;
    z-index: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    background-color: #F0F2D6;
}
.bg-bridal::before {
    content: "";
    position: absolute;
    left: 0;
    width: 85vw;
    height: 100%;
    background-size: 100%;
    background-position: center;
    outline: 1px solid #f2f5f3;
    outline-offset: -10px;
    margin-right: -10px;
    z-index: 1;
    opacity:0.9;
    -webkit-transition: 1s cubic-bezier(.25,.1,.25,1);
    transition: 1s cubic-bezier(.25,.1,.25,1);
    background-image: url(/WP/img/top/bg_bridal.jpg);
    background-repeat: no-repeat;
}
.bg-baby{
    width: 100%;
    min-height: 500px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 80px;
}
.bg-baby::after {
    content: "";
    position: absolute;
    width: 85vw;
    height: 100%;
    right: 10px;
    bottom: -20px;
    z-index: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    background-color: #bec8d7;
}
.bg-baby::before {
    content: "";
    position: absolute;
    right: 0;
    width: 85vw;
    height: 100%;
    background-size: 100%;
    background-position: center;
    outline: 1px solid #f2f5f3;
    outline-offset: -10px;
    margin-right: -10px;
    z-index: 1;
    opacity:0.9;
    -webkit-transition: 1s cubic-bezier(.25,.1,.25,1);
    transition: 1s cubic-bezier(.25,.1,.25,1);
    background-image: url(/WP/img/top/bg_baby.jpg);
    background-repeat: no-repeat;
}
.course-box {
    position: relative;
    z-index: 3;
    background: #fff;
    padding:40px;
    border-radius: 6px;
}
.course-box h3{
    font-family: "EB Garamond", serif;
    margin-right: 15px;
    letter-spacing: 0.5px;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
.course-box h3 span{
    font-size: 18px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
    margin-left: 15px;
    vertical-align: middle;
    color:#666;
    display: inline-block;
}
.course-box h4{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.8;
    font-size:20px;
    letter-spacing: .05rem;
}
.course-box p{
    text-align: justify;
}
.preconception-ttl {
    color:#ab8b8c;
}
.maternity-ttl {
    color:#e38e77;
}
.bridal-ttl {
    color:#b7c400;
}
.baby-ttl {
    color:#43859b;
}
.p-concept {
    position: relative;
    width: 100%;
    display: block;
}
.bg-greeting{
    background-size: cover;
    background-image: url(/WP/img/top/concept_img01.jpg);
    background-position: center;
    padding:100px 0;
}
.main-ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.8;
    font-size:24px;
}
.main-ttl span{
    font-size:30px;
}
.concept-box {
    border: 10px solid rgba(232, 214, 212,0.8);
}
.concept-box .in{
    background-color: rgba(232, 214, 212,0.8);
    text-align: center;
    padding:60px;
    margin: 2px;
}
.concept-box p{
    line-height: 1.9;
    margin-bottom: 60px;
}
.txt-center {
    text-align: center;
    display: block;
}
.mt60 {
    margin-top: 60px;
}
.cent-btn {
    display: block;
    text-align: center;
}
.cent-btn a{
    font-family: "EB Garamond", serif;
    display: inline-block;
    color: #fff;
    padding: 10px 55px 10px 45px;
    background-color: #444;
    position: relative;
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: .05rem;
}
.cent-btn a:hover {
    background-color: #fff;
    color: #444;
}
.cent-btn a:hover::after {
    right: 20px;
}
.cent-btn a::after {
    content: "\f105";
    font-weight: 900;
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    font-family: "Font Awesome 5 Free";
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}
.std-btn a{
    font-family: "EB Garamond", serif;
    display: inline-block;
    color: #fff;
    padding: 10px 55px 10px 45px;
    background-color: #444;
    position: relative;
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: .05rem;
    margin-bottom: 15px;
}
.std-btn a:hover {
    background-color: #ECDDDC;
    color: #444;
}
.std-btn a:hover::after {
    right: 20px;
}
.std-btn a::after {
    content: "\f105";
    font-weight: 900;
    -webkit-transition: .5s cubic-bezier(.25,.1,.25,1);
    transition: .5s cubic-bezier(.25,.1,.25,1);
    font-family: "Font Awesome 5 Free";
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
}
iframe.__youtube_prefs__ {
    border-width: 0;
    border-radius: 6px;
}

/* 最新記事リスト
========================================================================== */
.box-news-01 li a .title{
    text-decoration: underline;
}
.box-news-01 li a .title:hover{
    text-decoration: none;
}
.box-news-01 li a:hover{
    color:inherit;
}
.list-blog-item {
	padding:0 10px;
	width:100%;
}
.unit-title-04{
    font-size:18px;
    font-family: "Noto Serif JP", serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.list-blog {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}
.list-blog a{
    display: block;
	width: 100%;
	position: relative;
    background-color: #fff;
	border-radius: 6px;
	padding: 0;
    transition:.5s all;
}
.list-blog a:hover{
    color:inherit;
    opacity:0.8;
    transition:.5s all;
}
.list-blog-img{
	display:block;
	width: 100%;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.list-blog a img{
    transition:.5s all;
}
.list-blog a:hover img{
	transform:scale(1.1,1.1);
    transition:.5s all;
}
.list-blog-date{
	display:inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1;
	margin-bottom: 8px;
}
.list-blog-category {
    display: inline-block;
    font-size: 12px;
    background-color: #ECDDDC;
    line-height: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: top;
}
.list-blog-textArea {
	padding:30px;
}
.list-blog-textArea p{
	margin-bottom: 0;
    text-align: justify;
    line-height: 1.7;
}
.box-news-01 li:first-child {
    border-top: 1px solid #d6d6d6;
}
.box-news-01 {
    list-style: none;
}
.box-news-01 li{
    border-bottom: 1px solid #d6d6d6;
}
.box-news-01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 10px 20px;
    text-decoration: none;
}
.box-news-01 a:hover {
    opacity: 1;

}
.box-news-01 a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
}
.box-news-01 a:hover:after{
    opacity:0.7;
}
.box-news-01 .date {
    font-size:15px;
    margin-right: 10px;
}
.box-news-01 .title {
    position: relative;
    width: calc(100% - 100px - 93px);
    padding-left: 16px;
    padding-right: 16px;
    font-size:15px;
}
.box-news-01 .title:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 64%;
}
.box-news-01 .cat-info {
	display: inline-block;
    font-size: 12px;
    background-color: #ECDDDC;
    line-height: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: top;
}
.site-footer {
    position: relative;
    background-color: #444;
    color:#fff;
    padding:60px 0 30px 0;
}
.site-footer-copyright p:nth-child(2) {
    display: none;
}
.site-footer-title {
    font-size: 20px;
}
.top-salon-address {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
    font-style: normal;
}
.top-salon-tel {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
    font-style: normal;
}
.top-salon-open {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.6;
    font-style: normal;
}
.notes {
    font-size:12px;
}
.notes-box {
    margin-top: 15px;
}
#nav_menu-2 a {
    font-size: 15px;
    color:#fff;
    border:none;
}
.vk-mobile-nav-menu-btn {
    top: 0 !important;
    right: 0 !important;
    left: inherit;
    width: 60px;
    height: 60px;
    border: none;
    background-image: url(/WP/img/common/vk-menu-btn-blue.svg);
    margin-left: 30px;
    transition: all .2s;
    border-radius: 0;
}
.vk-mobile-nav-menu-btn.menu-open {
    right: 0 !important;
    left: inherit;
    width: 60px;
    height: 60px;
    border: none;
    background-image: url(/WP/img/common/vk-menu-close-blue.svg);
    margin-left: 30px;
    transition: all .2s;
    border-radius: 0;
}
.vk-mobile-nav nav>ul {
    border-top: 1px solid #bfb0af;
}
.vk-mobile-nav {
    background-color: #ECDDDC;
    border-bottom: 1px solid #bfb0af;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
    border-bottom: 1px solid #bfb0af;
    font-size: 15px;
}
.vk-menu-acc .acc-btn {
    top: 14px;
}
.vk-mobile-nav nav ul li a {
    padding: 15px .5em;
}
.sp-nav {
    text-align: center;
    background-color: #fff;
    padding:30px;
    border-radius: 6px;
    margin-top: 30px;
}
.sp-nav p{
    margin-bottom: 0;
}
.sp-nav .btnTel {
    margin-bottom: 5px;
    font-size: 27px;
}
.sp-nav .btnMail {
    margin-left: 0;
    padding:10px 15px;
    color: #fff;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.sp-nav .btnContact {
    margin-left: 0;
    padding:10px 15px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}
.vk-mobile-nav {
    padding: 60px 10px 45px 10px;
}
.pager {
    margin: 60px 0 100px 0;
    padding:0;
}
.pager li {
    float: left;
}
.pager li {
    display: block;
    overflow: hidden;
    float: none;
}
.pager li a {
    display: block;
    color: #fff !important;
    background: #444;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    font-size: 15px;
    transition: all .3s ease;
    font-weight: bold;
    width: 100%;
    border-radius: 3px;
}
.pager li a:hover {
    text-decoration: none;
    background-color: #e38e77;
    color:#fff;
}
.pager .next>a, .pager .next>span {
    float: right !important;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager li.next a:before {
    content: "";
}
.pager li.previous a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-weight: 900;
    display: inline-block;
    margin-right: 19px;
}
.pager li.next a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    margin-left: 19px;
}
.vk_post_imgOuter_singleTermLabel {
    padding: 2px 5px;
    background-color: #e38e77 !important;
}
.entry-meta-data-list dt {
    background-color: #ECDDDC;
    color:#444;
}
.entry-meta-item-updated {
    display:none;
}
.entry-meta-item-author {
    display:none;
}
.sub-section-title {
    background-color: #ECDDDC;
    color: #444;
    padding:10px;
    font-size:16px;
}
.widget_link_list>ul li a{
    padding:15px 0;
}
.widget_link_list>ul li a:hover {
    background-color: #FFF8F2;
    color:#E38E77;
}
.contact-box{
    text-align: center;
}
.contact-box p{
    display: block;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px !important;
}
.vk_post .vk_post_btn {
    color:#444;
}
.page_top_btn {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 99999;
    width: 45px;
    height: 45px;
    color: transparent;
    border: none !important;
    background: #e38e77;
    box-shadow: none !important;
    background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    text-decoration: none;
}

/* 下層ページ
========================================================================== */

.p-header{
    width: 100%;
    height:350px;
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #5b5150;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    z-index: 2;
    border-radius: 6px;
    opacity:0.5;
}
.p-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    color:#fff;
}
.std-ttl {
    font-size:24px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.8;
    position:relative;
    padding-bottom:20px;
    font-family: "Noto Serif JP", serif;
    color: #e38e77;
}
.flow-num {
    background-color: #e38e77;
    padding: 10px 15px;
    display: inline-block;
    color:#fff;
    font-size: 22px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.flow-subttl {
    display: block;
    background-color: #e38e77;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    padding: 10px 15px;
}
.flow-img {
    display:block;
    margin-top: 15px;
    border-radius: 6px;
}
.arrow {
    position:relative;
    margin-bottom: 45px;
}
.arrow::before {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color:#e38e77;
}
.c-ex_list_box {
    background-color: #fff8f2;
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px;
}
.c-ex_list_box .flow p{
    margin-bottom:0 !important;
}
.c-ex_list_box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-ex_list_box h2 i {
    font-size:22px;
}
.fa-clipboard-list {
    margin:0;
}
.fa-clipboard-list:before {
    content: "\f46d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-baby:before {
    content: "\f77c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-parent:before {
    content: "\e53a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.list-note {
    display: block;
    background-color: #e38e77;
    font-size:18px;
    color:#fff;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    padding:3px 15px;
}
.c-ex_list_box h2{
    color: #e38e77;
    text-align: center;
    font-size:16px;
}
.c-ex_list_box ul {
    border-left: 1px solid #e38e77;
    padding: 20px 30px0 20px 30px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
}
.c-ex_list_box li {
    padding-left: 24px;
    position: relative;
    list-style: none;
    font-size: 16px;
    margin: 20px 0;
}
.c-ex_list_box li span{
    background: #EDDEDD;
    color:#000;
}
.c-ex_list_box li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #e38e77;
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
}
.service-box-ttl {
    font-size: 26px;
    display: block;
    text-align: center;
}
.service-box-ttl span{
    font-size: 18px;
    display: block;
    text-align: center;
    color: #e38e77;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    letter-spacing: .075em;
}
.service-box {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px;
    border: 2px solid #e38e77;
}
.conts-box {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 6px;
    border: 2px solid #ccc;
}
.care-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    color: #e38e77;
    text-align: center;
    line-height: 160%;
    padding: 20px 0;
    margin-top: 30px;
    position: relative;
    font-weight: 600;
}
.care-ttl::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-top: 1px solid #e38e77;
    border-left: 1px solid #e38e77;
}
.care-ttl::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #e38e77;
    border-right: 1px solid #e38e77;
}
.std-ttl::before {
    border-color: #e38e77 !important;
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    border-bottom: 1px solid;
    width: 32px;
    margin-bottom:15px;
}
.std-list {
    background-color: #fff8f2;
    padding:30px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.std-list h4{
    display: block;
    background-color: #e38e77;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    padding: 3px 15px;
}
.std-list ul{
    padding-left:0;
}
.std-list ul li {
    padding-left: 25px;
    line-height: 1.7;
    position: relative;
    list-style: none;
}
.std-list ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #e38e77;
    font-weight: 900;
}
.sub-section .widget_nav_menu>div>ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    background: url(/WP/img/common/ico_arrow_circle.svg) no-repeat top 1.2em left / 15px 15px;
    display: block;
    line-height: 1.3;
    font-size: 15px;
}
.sub-section .widget_nav_menu>div>ul li a:hover {
    color: #e38e77;
    background-color: #fff8f2;
}
.sub-section .widget_nav_menu>div>ul li.current_page_item>a {
    color: #e38e77;
    background-color: #fff8f2;
}
.conts-img {
    border-radius: 6px;
    display: block;
    margin-bottom: 30px;
}
.breadcrumb {
    border-top: 1px solid var(--vk-color-border-hr);
    border-bottom: 1px solid var(--vk-color-border-hr);
}
.breadcrumb-list {
    padding: 15px 0;
}
.breadcrumb-list li:after {
    content: ">";
    margin-left: .5em;
    margin-right: .5em;
}
.conts-wrap {
    margin-bottom: 60px;
}
@media (min-width: 992px) {
    :root {
        --vk-width-col-2-main: 72%;
        --vk-width-col-2-sub: calc(var(--vk-width-container)* 0.23);
    }
}
.header-btm {
    width: 100%;
    padding: 20px;
	border-radius: 6px;
    border:1px solid #e38e77;
}
.header-btm address span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
}
.btn-access a {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 20px;
    background: #e38e77 url(/WP/img/common/ico-pin.svg) no-repeat left 14px top 8px;
    padding: 5px 15px 5px 31px;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0.1em;
	margin-top: 15px;
}
.btn-access a:hover {
    text-decoration: none;
	opacity: 0.7;
}
.header-btm address {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.1em;
	line-height: 1.7;
	display: block;
    font-style: inherit;
    font-weight: bold;
}
.header-btm .tel {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    color:#e38e77;
    margin-bottom: 10px;
}
.header-btm .tel span {
    padding-right: 6px;
    font-size: 13px;
    letter-spacing: 0.12em;
}
.price-box {
    border:2px solid #e38e77;
    padding:30px;
    margin-bottom: 30px;
    border-radius: 6px;
}
.price-box img{
    margin-bottom: 0;
}
.price-box h3 {
    font-family: "Noto Serif JP", serif;
    color: #e38e77;
    line-height: 160%;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e38e77;
    text-align: center;
    font-size: 20px;
    display: block;
}
.info {
    margin-top: 25px;
    display: block;
}
.info dl {
    margin-bottom: 0px;
    margin-top: 10px;
}
.info dt {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #e38e77;
    border-radius: 5px;
    padding: 2px 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    width: 80px;
}
.long dt {
    width: 120px !important;
}
.info dd{
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.7;
}
.info p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size:18px;
}
.menu-box p {
    margin-bottom: 0;
}
.center-btn {
    text-align: center;
    margin-top: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.flex-center{
    display:flex;
    justify-content: center;
    align-items: center;
  }
.num-line {
    text-decoration: line-through;
}
.num-red{
    color: #e38e77;
}
.bn-sm-txt {
    display: block !important;
    font-size:15px;
    font-weight: 400 !important;
    font-family: "EB Garamond", serif !important;
    letter-spacing: .075em;
}
.bg-course .p-school_feature__qualification .ttl {
    font-size: 20px;
}
.p-school_feature__qualification img{
    line-height: 1;
    font-size: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.p-school_feature__qualification .ttl {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing:.075em;
}
.p-school_feature__qualification .ttl span {
    display: block;
    width: 100%;
}
.p-school_feature__qualification img{
    border-radius:3px;
}
.p-school_feature__qualification a:hover{
    opacity:0.7;
}
.p-school_feature__qualification .ttl::before {
    content: "";
    background: rgba(137, 131, 130, .6);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.p-school_feature__qualification .ttl::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border: 1px solid #fff;
}
.p-school_feature__qualification .ttl span{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
}
.sns-bn{
    display: block;
    padding: 7px;
    text-decoration: none;
    width: 100%;
}
.sns-bn a{
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 60px 0 !important;
    border-radius:80px;
    width: 100%;
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
    line-height: 1.5;

}
.sns-bn a:hover{
    opacity:0.7;
    border-radius: 12px;
}
.bn-05-txt{
    position: relative;
}
.bn-05-txt::before {
    content: '\f16d';
    position: absolute;
    left: -30px;
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Brands";
    font-size: 19px;
}


.bn-05 {
    background-image: url(/WP/img/common/bn_bg05.jpg);
    background-size: cover;
    background-position: center;
}
.subtxt {
    font-size: 13px !important;
    letter-spacing: 1px;
    font-weight: 400;
}
.product-subttl {
    display:block;
    font-size:14px;
    margin-top: 30px;
}
.product-ttl {
    display:block;
    font-size:20px;
    font-weight: bold;
    color:#e38e77;
    margin-top:10px;
}
.product-txt {
    font-size:16px;
    line-height: 1.6;
}
.product-size {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #e38e77;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
}
.product-price {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #e38e77;
    margin-top: 15px;
    margin-left: 15px;
    font-family: "Noto Serif JP", serif;
    vertical-align: bottom;
}
.orwner {
    display:block;
    font-size:14px;
    margin-bottom: 5px;
}
.stuff-name {
    display: block;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.7;
}
.stuff-name span{
    display: block;
    font-size: 16px;
    color:#e38e77;
    font-family: "EB Garamond", serif;
    letter-spacing: .075em;
}
.shikaku-box {
    display: block;
    border-radius: 6px;
    border:2px solid #e38e77;
    padding:30px;
}
.shikaku-box p{
    font-size:15px;
    line-height: 1.8;
    margin-bottom: 0;
}
.stuff-txt {
    text-align: justify;
}
.shikaku-ttl {
    display: block;
    background-color: #e38e77;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    padding: 3px 15px;
}
.circle-pt {
    color:#e38e77;
    margin-right: 10px;
    font-size: 8px;
    vertical-align: text-top;
}
.greeting-box {
    display:block;
    background-color: #fff8f2;
    padding:60px;
    border-radius: 6px;
}
.greeting-box p{
    font-size:16px;
    line-height: 1.8;
    margin-bottom: 0;
}
.comments-area {
    display: none;
}

/* フォーム
========================================================================== */
.table tr th {
    padding: 18px;
    background-color: #EDDEDD;
    width: 30%;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
}
.table tr td {
    padding: 18px;
    vertical-align: top;
    vertical-align: middle;
    background-color: #fff;
    line-height: 1.5;
    text-align: justify;
    text-justify: auto;
    font-size:15px;
}
.table {
    width: 100%;
    margin: 30px auto 50px;
    border: 1px solid var(--vk-color-border-hr);
}
.form-btn input {
    display: block;
    color: #fff !important;
	background:#444 !important;
	border:none !important;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    padding:5px 15px !important;
    width: 160px !important;
    position: relative;
    font-size: 16px !important;
    transition: all .3s ease;
	font-weight: normal;
	letter-spacing: 2px !important;
}
.form-btn {
	display: block;
	margin:0 auto;
	text-align: center;
	padding:5px 15px;
}

.form-btn li{
	display: inline-block;
	padding:0 10px;
}

.form-btn input:hover{
    color: #fff !important;
    background-color: #e38e77 !important;
	text-decoration: none;
}
.must {
    background: #e38e77;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    vertical-align: bottom;
    display:inline-block;
    margin-left: 5px;
}

/* フッター
========================================================================== */
.footer-sns {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:left;
    list-style: none;
    padding:0 !important;
}
.footer-sns li{
    margin-right: 10px;
}
.textwidget .footer-sns{
    margin:0;
}
.footer-sns img{
    width: 36px;
}
.footer-nav ul {
    padding-left: 0;
}
.footer-nav ul li a{
    color:#fff;
}
.site-footer-content{
    padding-bottom:60px;
}
.site-footer .btnMail {
    margin-left:0;
}

@media (max-width: 1240px) {
    .description{
        display:none;
    }
    .device-pc .global-nav-list>li>a {
        padding: 14px 1.2em;
    }
    .btnTel {
        font-size: 26px;
    }
    .btnMail {
        font-size: 14px;
    }
    .btnContact {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .btnWrap{
        display:none;
    }
    .site-header--layout--nav-float .site-header-logo a {
        position: relative;
    }
    .site-header-logo {
        padding-top: 0;
        margin-bottom: 0;
    }
    .site-header-logo img {
        max-height: 60px;
        border-radius: 0;
    }
    .header_scrolled .site-header-logo img{
        margin-top: 0;
        max-height: 60px !important;
    }
    .site-header-logo {
        text-align: left;
        font-size: 0;
    }
    .site-header--layout--nav-float .site-header-logo a {
        left: -15px;
    }
    .description {
        display: block;
        position: absolute;
        font-size: 10px;
        color: #444;
        font-weight: 400;
        top: 10px;
        left: 75px;
    }
    .header_scrolled .description {
        display: block;
        position: absolute;
        font-size: 10px;
        color: #444;
        font-weight: 400;
        top: 10px;
        left: 75px;
    }
    .description span {
        font-size: 13px;
        line-height: 1.7;
    }
    .mv-scroll-text {
        font-size: 10px;
    }
    .swiper-container {
        margin-top: 0 !important;
    }
    .mv-scroll-line {
        height: 60px;
    }
    .mv-scroll-line:after {
        top: 0;
    }
    .mv-scroll {
        top: 45px;
    }
    .ltg-slide-text-title {
        font-size: 32px;
    }
    .ltg-slide-text-title+.ltg-slide-text-caption {
        font-size: 16px;
    }
    .concept-box .in {
        padding: 30px;
    }
    .main-ttl {
        font-size: 18px;
    }
    .concept-box p {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .main-ttl span {
        font-size: 26px;
        line-height: 1.9;
    }
    .cent-btn a {
        font-size: 14px;
    }
    .std-btn a {
        padding: 8px 45px 8px 40px;
        font-size: 14px;
    }
    .course-box h4 {
        font-size: 17px;
    }
    .course-box h3 span {
        font-size: 16px;
        margin-left: 0;
        display: block;
    }
    .course-box h3 {
        margin-right: 0;
        font-size: 30px;
        display: block;
    }
    .full-width {
        padding: 2.5em calc(50vw - 100%);
    }
    .sec-ttl {
        font-size: 36px;
    }
    .sec-ttl span {
        font-size: 16px;
        line-height: 1.7;
    }
    .course-box {
        padding: 30px;
    }
    .bg-preconception{
        min-height: 450px;
        margin-bottom: 30px;
    }
    .bg-preconception::before {
        width: 100vw;
        background-size: cover;
        background-position: 35%;
    }
    .bg-preconception::after {
        width: 100vw;
        bottom: -10px;
    }
    .bg-matanity{
        min-height: 450px;
        margin-bottom: 30px;
    }
    .bg-matanity::before {
        width: 100vw;
        background-size: cover;
        background-position: 60%;
        margin-right:0;
    }
    .bg-matanity::after {
        width: 100vw;
        bottom: -10px;
    }
    .bg-bridal{
        min-height: 450px;
        margin-bottom: 30px;
    }
    .bg-bridal::before {
        width: 100vw;
        background-size: cover;
    }
    .bg-bridal::after {
        width: 100vw;
        bottom: -10px;
    }
    .bg-baby{
        min-height: 450px;
        margin-bottom: 30px;
    }
    .bg-baby::before {
        width: 100vw;
        background-size: cover;
        margin-right:0;
    }
    .bg-baby::after {
        width: 100vw;
        bottom: -10px;
    }
    .course-box {
        padding: 30px;
        text-align: center;
        background: rgba(255, 255, 255, .85);
        margin: 15px 0;
    }
}
@media (max-width: 576px) {
    .ltg-slide-text-title {
        font-size: 26px;
    }
    .mv-scroll-text {
        font-size: 9px;
    }
    .mv-scroll {
        top: 5px;
    }
    .swiper-container {
        height: 600px;
        min-height: 600px; //最小の高さ
    }
    .list-blog-item {
        margin-bottom: 30px;
    }
    .unit-title-04 {
        font-size: 16px;
    }
    .list-blog-date {
        font-size: 13px;
    }
    .list-blog-category {
        font-size: 10px;
    }
    .description {
        font-size: 9px;
        top: 13px;
    }
    .description span {
        font-size: 12px;
    }
    .service-box-ttl {
        font-size: 22px;
    }
    .service-box-ttl span {
        font-size: 15px;
    }
    .flow-subttl {
        font-size: 16px;
    }
    .c-ex_list_box ul {
        border-left: none;
        padding: 0 5px;
    }
    .sns-bn a {
        padding: 30px 0 !important;
        border-radius: 60px;
    }
    .flow-num {
        padding: 7px 12px;
        font-size: 18px;
    }
    .p-header {
        height: 200px;
    }
    .std-ttl {
        font-size: 20px;
        line-height: 1.6;
    }
    .service-box {
        padding: 15px;
    }
    .care-ttl {
        font-size: 18px;
        padding: 20px;
    }
    .std-list h4 {
        font-size: 16px;
    }
    .price-box img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .price-box {
        padding: 15px;
    }
    .conts-box {
        padding: 15px;
    }
    .c-ex_list_box {
        padding: 15px;
    }
    .info p {
        font-size: 16px;
    }
    .info dt {
        font-size: 11px;
        padding: 2px 10px;
        width: 70px;
    }
    .price-box h3 {
        font-size: 18px;
    }
    .info dd {
        font-size: 16px;
        vertical-align: middle;
    }
    .list-note {
        font-size: 16px;
    }
    .c-ex_list_box li {
        font-size: inherit;
    }
    .stuff-name {
        font-size: 20px;
    }
    .shikaku-box {
        padding: 15px;
    }
    .shikaku-box p {
        font-size: 13px;
    }
    .greeting-box {
        padding: 30px;
    }
    .greeting-box p {
        font-size: 14px;
        line-height: 1.6;
    }
    .top-salon-open {
        font-size: 13px;
    }
    .site-footer-title {
        font-size: 18px;
    }
    .site-footer {
        padding: 15px 0 15px 0;
    }
    .conts-wrap {
        margin-bottom: 30px;
    }
    .breadcrumb-list {
        padding: 10px 0;
    }
    .main-ttl span {
        font-size: 22px;
    }
    .mt60 {
        margin-top: 0;
    }
    .box-news-01 .title {
        display: block;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        padding:0;
    }
    .box-news-01 .date {
        font-size: 13px;
        display: inline-block;
    }
    .box-news-01 .cat-info {
        font-size: 10px;
        display: inline-block;
    }
    .box-news-01 a {
        display: block;
    }
    .pager li a {
        font-size:13px;
        margin-bottom: 10px;
    }
    .entry-title {
        font-size:24px;
    }
}