/*
Template:astrid
Theme Name:astrid_child
*/
/* ---------- initialze ----------*/
@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}

body {
    background-color: #fff;
}
.site-content {
    margin: 0;
}
.site-content > .container {
    width: 100%;
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
}
.hentry {
	border: none;
    padding: 0;
    margin: 0;
}
.home .entry-header {
    display: none;
}
ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* ----------common----------*/
a:hover {
    text-decoration: none;
}
.entry-content > section { position: relative; }
.entry-footer { display: none; }
.wrap {
    display: block;
    position: relative;
    width: 1120px;
    padding: 0;
    margin: 0 auto;
}
.fullwidht { width: 100%; }

.bg-wh     { background-color: #fff    !important; }
.bg-bk     { background-color: #000    !important; }
.bg-pink   { background-color: #ffb4a5 !important; }
.bg-ivory  { background-color: #fbeee4 !important; }
.bg-green2 { background-color: #e9f4f2 !important; }
.bg-ivory2 { background-color: #fbeee4 !important; }
.bg-pink2  { background-color: #f6e5e4 !important; }
.bg-grey   { background-color: #fbfafa !important; }


.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }
.text-space-1p { letter-spacing: -1px !important; }
.bold { font-weight: bold; }
.fw-normal { font-weight: normal; }

.underline { text-decoration: underline !important; }
.line-yellow { background: linear-gradient(transparent 60%, #fff4c1 60%); display: inline-block; line-height: 1; }
.line-orange { background: linear-gradient(transparent 60%, #ffe3cb 60%); display: inline-block; line-height: 1; }
.line-pink   { background: linear-gradient(transparent 60%, #ffb4a5 60%); display: inline-block; line-height: 1; }
.line-wh   { background: linear-gradient(transparent 60%, #fff 60%); display: inline-block; line-height: 1; }

.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-36 { font-size: 36px !important; }
.fs-30 { font-size: 30px !important; }
.fs-28 { font-size: 28px !important; }
.fs-26 { font-size: 24px !important; }
.fs-24 { font-size: 24px !important; }
.fs-22 { font-size: 22px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }

.fc-bk    { color: #000    !important; }
.fc-wh    { color: #fff    !important; }
.fc-pink  { color: #ffb4a5 !important; }
.fc-green { color: #9dcbc3 !important; }

.mt-15 { margin-top   :15px !important; }
.mr-15 { margin-right :15px !important; }
.ml-15 { margin-left  :15px !important; }
.mt-0  { margin-bottom:0    !important; }
.mb-15 { margin-bottom:15px !important; }
.mb-30 { margin-bottom:30px !important; }
.mb-60 { margin-bottom:60px !important; }

.pt-15 { padding-top   :15px !important; }
.pr-15 { padding-right :15px !important; }
.pb-15 { padding-bottom:15px !important; }
.pl-15 { padding-left  :15px !important; }

.position { position: absolute !important; }

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex_center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullwidth-center-img {
	display: block;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}

.btn,
.btn-line {
    display: block;
    width: 318px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-color: #ffb4a5;
    border: 3px solid #ffb4a5;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    padding: 0;
    margin: 0 auto;
    transition: all 0.5s
}
.btn.wide {
	width: 640px;
}
.btn-line {
	background-color: #00b900;
	border: 3px solid #00b900;
}
.btn:hover {
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #ffb4a5;
    color: #ffb4a5;
    transition: all 0.5s
}
.btn-line:hover {
    text-decoration: none;
    background-color: #fff;
    border: 3px solid #00b900;
    color: #00b900;
    transition: all 0.5s
}

.btn::after,
.btn-line::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 30px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    transition: all 0.5s
}
.btn:hover::after {
    border-top: solid 1px #ffb4a5;
    border-right: solid 1px #ffb4a5;
    transition: all 0.5s
}
.btn-line:hover::after {
    border-top: solid 1px #00b900;
    border-right: solid 1px #00b900;
    transition: all 0.5s
}

.section-title {
    width: 1280px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: #fbeee4;
    margin: 0 auto -9% auto;
    padding: 7% 0 12.5% 0;
}
.section-title > span::after {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 5px solid #9dcbc3;
    padding: 0 0 1% 0;
    margin: 0 auto;
}
.half-width {
    display: block;
    width: 50%;
}
.bor-green > span::after {
    border-color: #9dcbc3;
}
.bor-pink > span::after {
    border-color: #ffb4a5;
}

/* ---------- header ----------*/
.site .site-header,
.site .site-header.header-scrolled {
    width: 100%;
    background-color: #fff;
    border-bottom:none;
    padding: 0;
    margin: 0;
}
.site-header .container {
    width: 1280px;
    padding: 0;
}
.site-header .site-branding {
    width: 296px;
    padding: 29px 0;
    margin: 0;
}
.site-header .site-branding a {
    transition: all 0.5s;
}
.site-header .site-branding a:hover {
    opacity: 0.7;
    transition: all 0.5s;
}
.site-header .site-branding img {
    width: 100%;
}

/* main-menu */
.site-header .main-navigation {
    width: 80%;
    padding: 30px 0;
    margin: 0 0 0 auto;
}
.site-header .main-navigation ul {
    width: auto;
}
.site-header .main-navigation li {
    width: auto;
    text-align: center;
    letter-spacing: 1px;
    padding: 1em 24px 0 24px;
    margin: 0;
}
.site-header .main-navigation a {
    font-size: 16px;
    color: #000;
    padding: 0 0 16px 0;
}
.site-header .main-navigation a:hover {
    color: #ffb4a5;
    padding: 0 0 12px 0;
    border-bottom: 4px solid #9dcbc3;
    transition: all 0.2s;
}
.site-header .main-navigation li a::before {
	border-top: 1px solid transparent;
}
.site-header .main-navigation li a::after {
	border-bottom: 1px solid transparent;
}

/* main-menu btn */
.site-header .btn-yoyaku {
    padding: 0;
    margin: 0;
}
.site-header .btn-yoyaku a {
    display: block;
    width: 156px;
    text-align: center;
    background-color: #ffb4a5;
    border: 2px solid #ffb4a5;
    color: #000;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 0;
}
.site-header .btn-yoyaku a:hover {
    background-color: #fff;
    border: 2px solid #ffb4a5;
    color: #ffb4a5;
    transition: all 0.5s
}

/* main-menu sub */
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff!important;
}

.main-navigation ul ul a{
	width : 250px;
}
#mainnav-mobi .main-navigation ul ul a{
	width : 100%!important;
}
.btn-submenu{
	position: relative;
	top: 0px;
	font-family: "FontAwesome";
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	padding: 0px;
	margin-left:0px;
}
.btn-submenu:before{
	color:#ffb4a5;
}


/* ---------- top ----------*/
#swiper-container {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.swiper-pagination {
    position: relative;
	padding-top:30px;
}

#top-img,
#top-text .wrap,
#top-gallery .wrap,
#top-square .wrap,
#top-bloglist .wrap {
    margin-bottom: 5%;
}
#top-text {
    margin-bottom: 0;
}
#top-text .flex {
    justify-content: space-between;
}
#top-text .shop-text {
    position: relative;
    width: 58%;
}
#top-text .shop-text .btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}
#top-gallery .section-title {
	margin-bottom: 0;
}
/*
#top-gallery .flex,
#top-bloglist .flex {
    justify-content: space-between;
}*/
#top-gallery .flex {
    justify-content: space-between;
}
#top-square .flex{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top-square .flex > a {
        width: 48%;
        margin-bottom: 4%;
    }
#top-gallery .btn {
    margin-top: 5%;
}
#top-special {
    margin-bottom: 10%;
}
#top-special .wrap {
    padding-top: 4%;
}
#top-special .section-title {
    background: none;
    padding: 4% 0 0 0;
    margin: 0 auto;
}
#top-special .flex {
    justify-content: space-around;
}
#top-special ul li {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
#top-special ul li h3 {
    margin: 24px 0 10px 0;
}
#top-special ul li > p {
	padding: 0 0.5em;
}
#top-instagram .btn {
    background-image: url(/wp-content/uploads/2019/03/btnicon-insta.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 5% center;
    margin-top: 3%;
}
#top-instagram .btn:hover {
    background-image: url(/wp-content/uploads/2019/03/btnicon-insta2.png);
}

/* top-bloglist */
#top-bloglist .su-posts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
#top-bloglist .su-posts .su-post {
    width: 33.3%;
    padding: 0 1em;
}
#top-bloglist .su-posts .su-post .post-thum {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
#top-bloglist .su-posts .su-post a.flex {
    justify-content: center;
}
#top-bloglist .su-posts .su-post a:hover p {
    color: #ffb4a5;
    transition: all 0.5s;
}
#top-bloglist .su-posts .su-post .post-thum img {
    width: auto;
    max-width: none;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    margin: auto;
}
#top-bloglist .su-posts .su-post a > p {
    text-align: center;
    color: #000;
    line-height: 1.3;
    margin: 1em 0 2em 0;
}
#top-bloglist .su-posts .su-post a > p > span {
    display: block;
    margin-bottom: 0.5em;
}

/* social-link */
#social-link {
    margin-bottom: 10%;
}
#social-link .section-title {
    background: none;
    padding: 4% 0 0 0;
    margin: 0 auto;
}
#social-link .wrap {
    padding-top: 4%;
}
#social-link ul {
    width: 50%;
    margin: 0 auto;
}
#social-link .flex {
    justify-content: space-between;
}
#social-link ul li {
    width: 25%;
}
#social-link ul li a:hover img {
    opacity: 0.7;
    transition: all 0.5s
}
#social-link ul li img {
    width: 100%;
}
/* bn-area */
.bn-area img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}


.home .section-title {
	margin: 0 auto 2% auto;
	padding: 4% 0;
}

@media only screen and (max-width: 768px) {
	.home .entry-content section {
		padding: 0;
	}
	.home section .wrap {
		padding: 0 4%;
	}
	.home .section-title {
		margin: 0 auto 4% auto;
		padding: 7% 0;
	}
}

/* ----------static page common----------*/
.entry-content section {
    margin: 0 0 10% 0;
}
.entry-content section .wrap h2 {
	margin: 10px 0;
}
.entry-content section .wrap .page-topimg {
    width: 100%;
    margin: 0 0 5% 0;
}

/* ----------static page : about ----------*/
#about .flex {
    justify-content: space-between;
    margin-bottom: 5%;
}
#about .text-area {
    letter-spacing: 5px;
    line-height: 3;
}
#about .about-img1 {
    width: 277px;
    height: 100%;
}
#about .line-yellow {
    line-height: 1.8;
}
#about #about-facial {
    border: 8px solid #9dcbc3;
    padding: 3%;
}
#about #about-facial h2 {
    letter-spacing: 4px;
    margin: 5% 0;
}
#about #about-facial .about-img2,
#about #about-facial .about-img3,
#about #about-facial p {
    margin: 0 0 5% 0;
}
#about #about-facial p {
    line-height: 2;
}
#about #about-facial .btn {
    width: 60%;
    margin-bottom: 4%;
}

/* ----------static page : access ----------*/
#access .wrap .flex {
    justify-content: space-between;
}
#access .wrap .flex .text-area {
    width: 48%;
}
#access .wrap .flex .img-area {
    width: 50%;
}
#access .wrap dt {
    font-weight: bold;
    border-bottom: 2px solid #000;
    line-height: 2;
    padding: 0;
    margin: 0;
}
#access .wrap dd {
    line-height: 2;
    padding: 4% 0;
    margin: 0;
}

/* ----------static page : gallery ----------*/
#gallery .section-title {
    background: none;
}
#gallery .flex {
    justify-content: space-between;
    margin-bottom: 5%;
}
#gallery .flex li {
    margin-bottom: 1em;
}
#gallery .flex li p {
    margin-bottom: 0;
}
#gallery .flex li a img {
    width: 100%;
}
#gallery #eyelash {
    padding-top: 160px;
    margin-top: -300px;
}
#gallery #eyebrow {
    padding-top: 160px;
    margin-top: -160px;
}

/* ----------static page : menupage ----------*/
#menupage h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
#menupage h3::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 40%;
    right: 0;
	width: 70%;
    border-bottom: 2px solid #000;
}
#menupage dl {
    margin: 3% 0;
    align-items: center;
}
#menupage dt {
	width: 70%;
    padding: 0;
    margin: 0;
    display: block ;
    position: relative ;
}
#menupage dt::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 45%;
    right: 1em;
    width:26%;
    border-bottom: 2px dotted #000;
}
#menupage dd {
	padding: 0;
	margin: 0;
}
/*
#menupage a {
    width: 60%;
    margin: 3% auto 5% auto;
}
*/
/* ----------static page : recruit ----------*/
#recruit h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
#recruit h3::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 40%;
    right: 0;
	width: 71%;
    border-bottom: 2px solid #000;
}
#recruit dl {
    margin: 3% 0;
}
#recruit dt {
	width: 40%;
    padding: 0;
    margin: 0;
    display: block ;
    position: relative ;
}
#recruit dt::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 45%;
    right: 1em;
    border-bottom: 2px dotted #000;
}
#recruit dd {
	width: 100%;
    padding: 0;
    margin: 0;
}
#recruit a {
    width: 60%;
    margin: 3% auto 5% auto;
}
#recruit i {
	margin-right:5px;
}

/* ----------static page : lunart ----------*/
#lunart h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
#lunart h3::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 40%;
    right: 0;
	width: 71%;
    border-bottom: 2px solid #000;
}
#lunart dl {
    margin: 3% 0;
}
#lunart dt {
	width: 70%;
    padding: 0;
    margin: 0;
    display: block ;
    position: relative ;
}
#lunart dt::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 45%;
    right: 1em;
    width: 30%;
    border-bottom: 2px dotted #000;
}
#lunart dd {
	width: 25%;
	padding: 0;
	margin: 0;
}
#lunart a {
	width: 37%;
    margin: 3% auto 5% auto;
}

/* ----------static page : valla ----------*/
#valla h3 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}
#valla h3::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 40%;
    right: 0;
	width: 70%;
    border-bottom: 2px solid #000;
}
#valla dl {
    margin: 3% 0;
}
#valla dt {
	width: 70%;
    padding: 0;
    margin: 0;
    display: block ;
    position: relative ;
}
#valla dt::after {
    content: "";
    display: inline-block ;
    position: absolute ;
    top: 45%;
    right: 1em;
    width: 20%;
    border-bottom: 2px dotted #000;
}
#valla dd {
	width: 30%;
    padding: 0;
    margin: 0;
}

#valla .valla-img {
    width: 300px;
	margin: 5%;
    height: 100%;
}
#valla .info {
 	background-color:#dee4ec;
	margin:5% auto;
	padding:3% 3% 1% 3%;
}
#valla .info a{
  	color: #bd607a;
}


/* ----------static page : menu_ex ----------*/
#menu_ex .flex {
    justify-content: space-between;
    margin-bottom: 5%;
	display: flex;
}

#menu_ex .menuex-img1 {
	padding-left:3%;
}

#menu_ex .menuex_about {
	border: 8px solid #9dcbc3;	
	background-color: #fbfafa;
	margin:3% 0%;
	padding:3%;
}

#menu_ex .menuex_about h2 {
    letter-spacing: 4px;
	margin: 3% 0;
}
#menu_ex .menuex_about .menuex-img2,
#menu_ex .menuex_about .menuex-img3,
#menu_ex .menuex_about p {
    margin: 0 0 5% 0;
}

.menuex_about ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuex_about ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.menuex_about ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.notes {
 	background-color:#ecd9d2;
	margin:3%;
	padding:3%;
	font-size:80%;
}

.notes li{
	list-style: square;
	padding-right: 10px;
}

/* ----------static page : blog ----------*/
#bloglist .section-title {
    background: none;
}
#bloglist .su-post {
    margin: 0 0 1.5% 0;
}
#bloglist .su-post > a {
    width: 100%;
    align-items: center;
    transition: all 0.5s;
}
#bloglist .su-post > a:hover p {
    color: #ffb4a5;
    transition: all 0.5s;
}
#bloglist .su-post > a:hover .post-thum > img {
    opacity: 0.7;
    transition: all 0.5s;
}
#bloglist .su-post .post-thum {
    position: relative;
    width: 200px;
    height: 71px;
    overflow: hidden;
    margin: 0 1em 0 0;
}
#bloglist .su-post .post-thum > img {
    height: 71px;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
#bloglist .su-post > a > p {
    color: #000;
    margin: 0;
}
#bloglist .su-post > a > p > span {
    display: inline-block;
    margin-right: 1em;
}

/* ----------static page : contact (contact form7) ----------*/
#contact .wpcf7 .wpcf7-form div {
    margin: 0 0 2% 0;
}
#contact .wpcf7 .wpcf7-form div > p {
    margin: 0;
}
#contact .wpcf7 span.wpcf7-list-item {
    display: block;
    margin: 0 0 1% 0;
}
#contact .wpcf7 input[type="text"],
#contact .wpcf7 input[type="email"],
#contact .wpcf7 input[type="url"],
#contact .wpcf7 input[type="password"],
#contact .wpcf7 input[type="search"],
#contact .wpcf7 input[type="tel"],
#contact .wpcf7 textarea,
#contact .wpcf7 .wpcf7-form-control {
    line-height: 1;
    padding: 1%;
}
#contact .wpcf7 textarea {
    line-height: 1.5 !important;
}
#contact .wpcf7 .wpcf7-date.hasDatepicker {
    width: 24.5%;
}
#contact .wpcf7 .radio-205 > .wpcf7-radio {
    padding: 0;
}
#contact .wpcf7 input[type="submit"] {
    margin-top: 5%;
    border: 3px solid #ffb4a5 !important;
    background-color: #ffb4a5;
    color: #fff;
    font-size: 22px;
}
#contact .wpcf7 input[type="submit"]:hover {
    color: #ffb4a5;
    background-color: #fff;
}
.ui-datepicker table .ui-datepicker-week-end:first-of-type a {
    background: none;
    background-color: #fff;
    border: none;
    pointer-events: none;
}
/* ---------- footer ----------*/
.footer-wrapper .site-footer {
    padding: 4% 0 0 0;
}
.footer-wrapper .shop-info {
	text-align: center;
	border-bottom: solid 1px #ea9e8e;
	padding: 0 0 4% 0;
}
.footer-wrapper .shop-info .flex_center > p {
	margin: 0;
}
.footer-wrapper .site-footer .container {
    width: 1120px;
    padding: 4% 0 0 0;
    margin: 0 auto;
}
.footer-wrapper .site-info .footer-logo {
    text-align: center;
    max-height: none;
}
.footer-wrapper .site-info .footer-logo a:hover img {
    opacity: 0.7;
}
.footer-wrapper .site-info .footer-navigation {
    width: 100%;
    float: none;
    padding: 4% 0 1.5% 0;
    margin: 0 auto;
}
.footer-wrapper .site-info .footer-navigation .menu-footer-menu-container {
    text-align: center;
}
.footer-navigation li {
	padding: 0 1em 0 0;
}
.footer-navigation li:last-of-type {
    padding: 0;
}
.footer-navigation li a {
    color: #000;
}
.footer-navigation li a:hover {
    color: #fff;
}
.site-copyright {
    width: 100%;
    float: none;
    padding: 3.5% 0 4% 0;
    margin: 0;
}
.site-copyright .jec-logo {
    margin-bottom: 1%;
}
.site-copyright p {
    margin: 0
}
.footer-widgets{
	padding:30px 0;
	border:solid 1px #ea9e8e!important;
}
.footer-widgets .sidebar-column { padding: 0 8px;}


/* ---------- blog page ----------*/
.single .content-area#primary {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.single .section-title {
    font-weight: normal;
    margin-bottom: -12%;
}
.single .entry-meta {
    width: 1280px;
    border-bottom: none;
    border-top: none;
    padding: 0;
    margin: 0 auto;
}
.single .entry-meta > p {
    margin: 0 0 1.4% 0;
}
.single .single-thumb {
    width: 1120px;
    text-align: center;
    margin: 0 auto;
}
.single .entry-content {
    width: 1120px;
    margin: 0 auto 5% auto;
}
.single .entry-content ol,
.single .entry-content ul {
    padding: 0;
    margin: 0 0 1em 0;
}
.single .entry-content ul li {
    list-style-type: square;
}
.single .entry-content ol li {
    list-style-type: decimal;
}
.single .entry-content li {
    padding-left: 1em;
    list-style-position: inside;
}


/* ------------------- header  : -------------------*/
@media only screen and (max-width: 1024px) {
    .site .site-header {
        height: auto;
    }
    .site-header .container {
        width: 100%;
        position: relative;
    }
    .site-header .site-branding {
        width: 50%;
        max-width: 296px;
        float: none;
        padding: 24px 0;
        margin: 0 auto;
    }    
    .site-header .btn-menu {
        position: absolute;
        float: none;
        width: 64px;
        height: 64px;
        left: 4%;
        top: 0;
        bottom: 0;
        color: #000;
        padding: 15px;
        margin: auto;
    }
    .site-header .btn-yoyaku {
        position: absolute;
        right: 4%;
        top: 0;
        bottom: 0;
        width: 64px;
        height: 64px;
        margin: auto;
    }
    .site-header .btn-yoyaku a {
        width: 64px;
        height: 64px;
    }
    .site-header .btn-yoyaku .pc_item  { display: none; }
    .site-header .btn-yoyaku .sp_item { display: block;  }

    .site-header .main-navigation {
        padding: 0;
    }

    #mainnav-mobi {
        background-color: #fff;
    }
    #mainnav-mobi ul {
        border-top: 1px solid #ffb4a5;
    }
    #mainnav-mobi li {
        border-bottom: 1px solid #ffb4a5;
        padding: 0;
        margin: 0;
    }
    #mainnav-mobi a {
        display: block;
        width: 100%;
        color: #000;
        padding: 0.5em 0;
        margin: 0;
    }
    #mainnav-mobi a:hover {
        color: #fff;
        background-color: #ffb4a5;
        border-bottom: none;
    }
}

/* ---------- SP / PC Chenge Class ----------*/
@media only screen and (min-width: 768px) {
    .pc_item  { display: block; }
    .sp_item { display: none;  }
}
@media only screen and (max-width: 768px) {
    .pc_item  { display: none; }
    .sp_item { display: block;  }
}

/* ------------------- SP : -------------------*/
@media only screen and (max-width: 768px) {
    /* ----------top page (initialize) ----------*/
    .site-content {
        min-width: auto;
        margin: 0;
    }
    .entry-content section {
        padding: 0 4%;
    }
    
    /* ----------SP : common items  ----------*/
    #main .entry-header { display: none; }
     p { font-size: 2.6vw; }

    .fs-72 { font-size: 8vw   !important; }
    .fs-48 { font-size: 4.8vw !important; }
    .fs-36 { font-size: 4.5vw !important; }
    .fs-30 { font-size: 4.3vw !important; }
    .fs-28 { font-size: 4.0vw !important; }
    .fs-26 { font-size: 3.8vw !important; }
    .fs-24 { font-size: 3.1vw !important; }
    .fs-22 { font-size: 2.8vw !important; }
    .fs-20 { font-size: 2.6vw !important; }
    .fs-18 { font-size: 2.4vw !important; }
    .fs-16 { font-size: 2.2vw !important; }
    .fs-14 { font-size: 2vw   !important; }
    .fs-12 { font-size: 1.8vw !important; }

	.mb-15 { margin-bottom:2% !important; }
	.mb-30 { margin-bottom:4% !important; }
	.mb-60 { margin-bottom:8% !important; }

    .btn,
	.btn-line {
        width: 100%;
        font-size: 4vw;
        border: 2px solid #ffb4a5;
    }
	.btn.wide {
		width: 100%;
	}
	.btn-line {
		border: 2px solid #00b900;
	}
    .btn::after,
	.btn-line::after {
        width: 0.8em;
        height: 0.8em;
        right: 6%;
    }
    .btn:hover {
        border: 2px solid #ffb4a5;
    }
	.btn-line:hover {
		border: 2px solid #00b900;
	}

    .wrap {
        width: 100%;
        padding: 0;
    }
    .section-title {
        width: 100%;
        padding: 17% 0 34% 0;
        margin: 0 auto -17% auto;
    }
    .section-title > span::after {
        width: 7em;
    }
    
    /* ---------- SP top ----------*/
    #top-text .shop-img {
        width: 60%;
        margin: 4% auto;
    }
    #top-text .shop-text {
        width: 100%;
    }    
    #top-text .shop-text > p {
        margin-bottom: 4%;
    }
    #top-text .shop-text .btn {
        position: inherit;
    }
    #top-gallery .wrap > img {
        width: 48%;
        height: 100%;
        margin-bottom: 4%;
    }
    #top-bloglist .wrap ul li {
        width: 48%;
        margin-bottom: 4%;
    }
    #top-bloglist .wrap ul li > img {
        width: 100%;
    }
    #top-bloglist .wrap ul li > p {
        margin: 0;
    }
    #top-special .flex {
        justify-content: center;
    }
    #top-special ul li {
        width: 64vw;
        height: 64vw;
        margin: 0 0 8% 0;
    }
    #top-special ul li h3 {
        margin: 10% 0 3% 0;
    }
    #top-special ul li p {
        font-size: 3.8vw !important;
    }
    
    /* top-bloglist */
    #top-bloglist .su-posts {
        background-color: #fff;
        padding: 1em 0 0 0;
        margin: 0 0 4% 0;
    }
    #top-bloglist .su-posts .su-post {
        width: 100%;
    }
    #top-bloglist .su-posts .su-post a.flex {
        justify-content: left;
        align-items: center;
    }
    #top-bloglist .su-posts .su-post .post-thum {
        width: 64px;
        height: 64px;
    }
    #top-bloglist .su-posts .su-post .post-thum img {
        height: 64px;
        max-width: none;
    }
    #top-bloglist .su-posts .su-post a > p {
        text-align: left;
        margin: 0 0 0 1em;
    }
    
    /* social-link */
    #social-link ul {
        width: 100%;
    }
    /* ----------SP : static page common----------*/


    /* ----------SP : static page : about ----------*/
    #about .text-area {
        text-align: justify;
        letter-spacing: 3px;
    }
    #about .about-img1 {
        width: 50%;
        margin: 0 auto;
    }
    #about #about-facial h2 {
        letter-spacing: 0;
        font-size: 3.8vw !important;
    }
    #about #about-facial .about-img2,
    #about #about-facial .about-img3 {
        width: 100%;
        height: 100%;
    }
    #about #about-facial .btn {
        width: 100%;
        font-size: 3.2vw;
        padding: 1.2vw 0;
    }
    
    /* ----------SP : static page : gallery ----------*/
    #gallery .section-title {
        margin-bottom: -25%;
    }
    #gallery .flex {
        margin-bottom: 12%;
    }
    #gallery .flex li {
        width: 48%;
        height: 100%;
    }
    #gallery #eyelash {
        padding-top:0px;
        margin-top: 0px;
    }
    #gallery #eyebrow {
        padding-top: 0px;
        margin-top: 0px;
    }
    #gallery #eyebrow .flex li {
        margin-bottom: 4%;
    }

    /* ----------SP : static page : Menu ----------*/
    #menupage .wrap .page-topimg,
    #menupage .wrap h2 {
        margin-bottom: 10%;
    }
    #menupage h3::after {
		width:40% !important;
    }
    #menupage dl {
        margin: 5% 0;
    }
    #menupage dt {
        width: 80%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #menupage dt::after {
        width: 20%;
    }
    #menupage dd {
        width: 20%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #menupage dl .sp-smalltext {
        font-size: 2.2vw;
        letter-spacing: 0;
    }
/*
    #menupage a {
        width: 100%;
        margin: 5% auto 10% auto;
    }
*/	
    /* ----------SP : static page :recruit ----------*/
    #recruit .wrap .page-topimg,
    #recruit .wrap h2 {
        margin-bottom: 10%;
    }
    #recruit h3::after {
        width: 55vw;
    }
    #recruit dl {
        margin: 5% 0;
    }
    #recruit dt {
		width: 20%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #recruit dt::after {
        width: 20%;
    }
    #recruit dd {
		width: 80%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #recruit dl .sp-smalltext {
        font-size: 2.2vw;
        letter-spacing: 0;
    }
    #recruit a {
        width: 100%;
        margin: 5% auto 10% auto;
    }

	/* ----------SP : static page : menuex ----------*/

    #menu_ex .menuex-img1 {
        width: 100%;
		height: 100%;
		padding:10px 0;
	}
	#menu_ex .menuex_about {
		border: 6px solid #9dcbc3;	
		margin:2% !important;
		padding:3% !important;
	}
	#menu_ex .menuex_about h2 {
        letter-spacing: 0;
        font-size: 3.8vw !important;
    }
	#menu_ex .menuex_about .menuex-img2,
	#menu_ex .menuex_about .menuex-img3 {
        width: 100%;
        height: 100%;
    }
    /* ----------SP : static page : lunart ----------*/
    #lunart .wrap .page-topimg,
    #lunart .wrap h2 {
        margin-bottom: 10%;
    }
    #lunart h3::after {
		width:50% !important;
    }
    #lunart dl {
        margin: 5% 0;
    }
    #lunart dt {
        width: 80%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #lunart dt::after {
        width: 20%;
    }
    #lunart dd {
        width: 20%;
        margin-bottom: 3%;
        line-height: 1.3;
    }
    #lunart dl .sp-smalltext {
        font-size: 2.2vw;
        letter-spacing: 0;
    }
    #lunart a {
        width: 100%;
        margin: 5% auto 10% auto;
    }
     /* ----------SP : static page : valla ----------*/
     #valla .wrap .page-topimg,
     #valla .wrap h2 {
         margin-bottom: 10%;
     }
     #valla h3::after {
         width:50% !important;
     }
     #valla dl {
         margin: 5% 0;
     }
     #valla dt {
         width: 80%;
         margin-bottom: 3%;
         line-height: 1.3;
     }
     #valla dt::after {
         width: 20%;
     }
     #valla dd {
         width: 20%;
         margin-bottom: 3%;
         line-height: 1.3;
     }
     #valla dl .sp-smalltext {
         font-size: 1.5vw;
         letter-spacing: 0;
     }
     #valla .valla-img {
        width: 50%;
        margin: 0 auto;
    }
    #valla .info {
       padding:6% 3% 1% 3%;
   }
	
    /* ----------SP : static page : access ----------*/
    #access .wrap .flex .text-area,
    #access .wrap .flex .img-area {
        width: 100%;
    }
    #access .wrap .flex .img-area {
        height: 100%;
    }
    #access .wrap .flex .text-area .icon-gmap {
        display: block;
        width: 25%;
        margin: 2% 0 0 0;
    }
    
    /* ----------SP : static page blog page----------*/
    #bloglist .section-title {
        margin-bottom: -25%;
    }
    #bloglist .su-post > a {
        flex-wrap: nowrap;
    }
    #bloglist .su-post .post-thum {
        width: 64px;
        height: 64px;
    }
    #bloglist .su-post .post-thum > img {
        height: 64px;
        max-width: none;
    }
    #bloglist .su-post > a > p > span {
    display: block;
    margin-right: 0;
    }

    /* ----------SP : static page : Contact (Contact Form7) ----------*/
    #contact .wpcf7 .wpcf7-form div {
        margin-bottom: 4%;
    }
    #contact .wpcf7 .wpcf7-date.hasDatepicker {
        width: 55%;
    }
    #contact .wpcf7 input[type="submit"] {
        border: 2px solid #ffb4a5 !important;
        font-size: 4.5vw;
    }
    #contact .wpcf7 input[type="submit"]:hover {
        border: 2px solid #ffb4a5 !important;
    }

    /* ---------- SP : footer ----------*/
    .footer-wrapper .site-footer {
        padding: 8% 0 5% 0;
    }
    .footer-wrapper .site-footer .container {
        width: 100%;
    }
	.footer-wrapper .shop-info {
		padding: 0 0 8% 0;
	}
	.footer-wrapper .shop-info .flex_center {
		display: block;
	}
	.footer-wrapper .site-footer .container {
	    padding: 8% 0 12% 0;
	}
    .footer-wrapper .site-info .footer-logo {
        padding: 0 4%;
		margin-bottom: 4%;
    }
    .footer-wrapper .site-info .footer-logo img {
        width: 100%;
    }
    .site-info .footer-navigation {
        padding: 8% 4% 6% 4%;
    }
    .site-copyright {
        padding: 6% 0;
    }
    .footer-bar {
        width: 100%;
        position: fixed;
        bottom: 0;
		border-top: 2px solid #000;
        background-color: #fff;
        padding: 2% 4%;
        margin: 0;
        z-index: 999;
    }
	.footer-bar > p {
		line-height: 1;
		font-size: 3vw;
		margin: 0 0 8px 0;
	}
	.footer-bar .flex {
		justify-content: space-between;
	}
	.footer-bar .btn-line,
	.footer-bar .btn-form {
		display: block;
		text-align: center;
		width: 49%;
		border-radius: 5px;
		font-size: 4vw;
		color: #fff;
		padding: 0.3em 1em;
		transition: opacity 0.5s;
	}
	.footer-bar .btn-line:hover,
	.footer-bar .btn-form:hover {
		opacity: 0.8;
	}
	.footer-bar .btn-form {
		background-color: #d0265a;
	}
	.footer-bar .btn-line {
		background-color: #00b900;
	}
    
    /* ---------- SP : blog page ----------*/
    .single .content-area#primary {
        width: 100%;
        padding: 0 4%;
    }
    .single #main .entry-header {
        display: block;
    }
    .single .section-title {
        margin-bottom: -32%;
    }
    .single .entry-meta > p {
        margin-bottom: 10.6%;
    }
    .single .entry-meta,
    .single .single-thumb,
    .single .entry-content {
        width: 100%;
    }
    .single .entry-content h1 { font-size: 5.5vw !important; }
    .single .entry-content h2 { font-size: 5.0vw !important; }
    .single .entry-content h3 { font-size: 4.5vw !important; }
    .single .entry-content h4,
    .single .entry-content h5,
    .single .entry-content h6 { font-size: 14px; }

}

/* ------------------- iPhone : -------------------*/
@media only screen and (max-width: 414px) {

    /* ---------- iPhone : common ----------*/
        p { font-size: 3.5vw; }

        .fs-24 { font-size: 3.7vw !important; }
        .fs-20,
        .fs-18,
        .fs-16,
        .fs-14 { font-size: 3.5vw !important; }
        .fs-12 { font-size: 3.2vw !important; }

    /* ---------- iPhone : menu ----------*/
    #menupage dt,
    #menupage dd {
        letter-spacing: 0;
    }
    #menupage dl .fs-16 {
        font-size: 2.2vw !important;
    }
}

/* 更新日:2025-11-21 / 作者:mako */
/* 韓国VALLAコンセプトブロック → 余白増強版 */

#valla-concept {
  padding: 8% 0; /* 上下の余白を増加 */
}

.harumina-valla-concept {
  line-height: 2;
  color: #444;
  padding-left: 4%;  /* 左余白追加 */
  padding-right: 4%; /* 右余白追加 */
}

.hv-box {
  background-color: #fff;
  border: 1px solid #f0ded8;
  border-radius: 8px;
  padding: 32px 30px; /* 上下・左右ともに余白を増やす */
  margin: 36px 0;     /* ボックス上下の余白増加 */
}

@media only screen and (max-width: 768px) {
  #valla-concept {
    padding: 12% 0;
  }
  .harumina-valla-concept {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hv-box {
    padding: 24px 20px;
    margin: 28px 0;
  }
}

/* recruit内 見出し下線の位置を下げる */
#recruit h3 {
  position: relative;
  padding-bottom: 18px; /* ← 余白を増やす */
  border-bottom: none !important;
}

#recruit h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;  /* ← ここで下にずらす */
  width: 100%;
  height: 2px;
  background: #000;
}

/* 募集要項 dtの折り返し防止 */
#recruit dl dt {
  white-space: nowrap;
}

/* 募集要項のdt後ろの・・・削除 */
#recruit dl dt::after {
  content: none !important;
}

/* 更新日: 2026-03-13 / 作者: mako */

#partner-links h2{
  margin: 50px 0 15px;
}

#partner-links ul{
  margin-top: 10px;
  margin-bottom: 30px;
}