@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #3e3e3e;
}
a {
	color: #3e3e3e;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 102px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
display: none;
}
.header-logo {
	position: absolute;
	top: 25px;
	left: -2px;
}
.header-sns {
    position: absolute;
    right: 0;
    top: 45px;
	line-height: 1.0;
}
.gnav {
	position: absolute;
	top: 42px;
	right: 45px;
}

/* droppy */
.gnav-list {
    position: relative;
    zoom: 1;
    display: flex;
    gap: 25px;
	font-weight: bold;
}

.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1;}
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }

.gnav-list a:hover {
    text-decoration: none;
    opacity: .7;
}

/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: -102px auto 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	/* margin: 0 calc((-1920px + 1080px)/ 2); */
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	/* float: right;
	width: 740px; */
	text-align: left;
}

#main-inner {
    width: 1080px;
    margin: 0 auto 71px;
    margin-top: 22px;
}
.template-type-blog #main-inner {
    float: right;
    width: 840px;
}
.home #main-inner {
    box-shadow: 0 0px 25px 0 rgb(0 0 0 / 15%);
}
.template-type-blog #main-inner{
    margin-top: 0;
}
.home #content-inner {
	width: 100%;
	padding: 0;	
}
.main-seram {
    background: url(/images/default/main-bg1.png) no-repeat,url(/images/default/main-bg2.png)bottom no-repeat;
    background-color: #f3f3f5;
	padding-bottom: 84px;
}
.main-seram-title {
    text-align: right;
    padding: 79px 194px 82px 0;
}
.main-area {
    background: url(/images/default/border-bg.jpg) no-repeat center /cover;
    width: 800px;
    margin: 0 auto 22px;
    padding: 8px;
    border-radius: 10px;
	position: relative;
	box-shadow: 0 0px 20px 0 rgb(0 0 0 / 15%);
}
.main-area-inner {
    background: #fff;
    border-radius: 10px;
    padding: 34px 34px 132px;
    display: flex;
    gap: 40px;
	justify-content: space-between;
}
.main-area-textarea {
    width: 400px;
    line-height: 1.5;
	font-weight: bold;
}
.main-area-textarea img {
    margin-bottom: 15px;
}
.main-area-more {
    position: absolute;
    bottom: 45px;
    left: 45px;
}
.main-worries {
    width: 800px;
    margin: 0 auto;
    background: url(/images/default/border-bg1.png) no-repeat center 0, url(/images/default/border-bg3.png) no-repeat center bottom;
    background-color: #ffffff9c;
    padding: 55px 0;
	border-radius: 10px;
	box-shadow: 0 0px 20px 0 rgb(0 0 0 / 15%);
}
.main-worries-inner {
    background: url(/images/default/border-bg2.png) repeat-y center;
}
h3.main-worries-title {
    text-align: center;
    margin: 2px 0 17px;
}
.main-worries h4 {
    text-align: center;
    width: 596px;
    margin: 0 auto 15px;
    background: url(/images/default/main-worries-bg.jpg) no-repeat center /cover;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}
.main-worries h4 span {
	position: relative;
}
.main-worries h4 span:before {
    content: '';
    background: url(/images/default/main-worries-icon.png)no-repeat;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.main-worries-text {
    width: 740px;
    margin: 0 auto -15px;
    text-align: center;
    line-height: 1.6;
}
.main-it {
    background: url(/images/default/main-bg3.png) no-repeat top/cover;
    padding: 95px 0 54px;
}
.main-it-title {
    margin-left: 42px;
	margin-bottom: 45px;
}
.main-it-inner {
    padding: 0 91px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
}
.main-it-once {
    background: #fff;
    text-align: center;
    display: table;
    font-size: 18px;
    padding: 18.5px 5px;
    color: #1b7b90;
    font-weight: bold;
	box-shadow: 0 0px 25px 0 #1b7b9070;
	letter-spacing: -1px;
}
.main-it-text {
    display: table-cell;
    vertical-align: middle;
}
.main-soap {
    background: url(/images/default/main-bg4.png) no-repeat,url(/images/default/main-bg2.png)bottom no-repeat;
    background-color: #f3f3f5;
    padding-bottom: 84px;
}
.main-soap-title {
    padding: 79px 0 15px 133px;
}
.main-soap-text {
    color: #1b7b90;
    font-size: 11px;
    margin: 0 133px 25px;
    line-height: 1.7;
}
.main-shampoo {
    background: url(/images/default/main-bg5.png) no-repeat,url(/images/default/main-bg2.png)bottom no-repeat;
    background-color: #f3f3f5;
    padding-bottom: 84px;
}
.main-shampoo-title {
    padding: 79px 152px 82px 0;
    text-align: right;
}
.main-conditioner {
    background: url(/images/default/main-bg6.png) no-repeat,url(/images/default/main-bg2.png)bottom no-repeat;
    background-color: #f3f3f5;
    padding-bottom: 84px;
}
.main-conditioner-title {
    padding: 79px 0 31px 131px;
}

.main-gallery {
    background: #d1eaef url(/images/default/main-bg7.png) no-repeat;
    padding: 44px 0 88px;
}
.main-gallery-title {
    margin-bottom: 40px;
    text-align: center;
}
.main-gallery-inner {
    width: 800px;
    margin: 0 auto;
}
.main-gallery-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
	margin-bottom: 48px;
}
.main-gallery-area {
    width: 452px;
}
.main-gallery-list-item {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    background: #fff;
    padding: 54px 42px 48px;
	position: relative;
}
.main-gallery-list-item:before {
    content: '';
    background: url(/images/default/main-gallery-icon.png)no-repeat;
    position: absolute;
    top:0;
    left: 0;
    width: 30px;
    height: 30px;
}
.main-gallery-list-img {
    width: 234px;
    height: 234px;
}
.main-gallery-list-img img {
    width: 234px;
    height: 234px;
	object-fit: cover;
}
.main-gallery-list-title {
    font-size: 18px;
    border-bottom: solid 1px #a3ccd4;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
	font-weight: bold;
}
.main-gallery-list-title a:hover{
    text-decoration: none;
    opacity: .7;
}
.main-gallery-more {
    text-align: center;
}
.main-shop {
    background: url(/images/default/main-bg8.png) no-repeat center/cover;
    text-align: center;
    padding: 41px 0 37px;
}
h2.main-shop-title {
    margin-bottom: 21px;
}
.main-about {
    background: url(/images/default/main-bg9.png) no-repeat top center/cover;
    padding: 53px 0 88px;
}
.main-about-inner {
    width: 800px;
    margin: 0 auto;
}
.main-about-title {
    text-align: center;
    margin-bottom: 25px;
}
.main-about-text {
    text-align: center;
    margin-bottom: 40px;
}
.main-about-img {
    text-align: center;
	margin-bottom: 48px;
}
.main-about-textarea h3 {
    background: url(/images/default/main-about-title-bg.jpg) no-repeat;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 13px 20px;
}
.main-about-textarea p {
    margin-bottom: 25px;
}
.main-about-textarea ul {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
	margin-bottom: 20px;
}
.main-about-textarea li {
    padding-left: 25px;
	position: relative;
}
.main-about-textarea li:before {
    content: '';
    background: url(/images/default/li-icon.png)no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 20px;
}
.main-supplement {
    background: url(/images/default/main-bg10.png) no-repeat,url(/images/default/main-bg2.png)bottom no-repeat;
    background-color: #f3f3f5;
    padding-bottom: 84px;
}
.main-supplement-title {
    padding: 79px 91px 82px;
    text-align: right;
}
.main-estrogen {
    background: url(/images/default/main-bg11.png)bottom no-repeat,url(/images/default/main-bg13.jpg) no-repeat;
    padding: 117px 0 95px;
}
.main-estrogen-top {
    width: 800px;
    margin: 0 auto;
    background: url(/images/default/border-bg1.png) no-repeat center 0, url(/images/default/border-bg3.png) no-repeat center bottom;
    background-color: #ffffff9c;
    padding: 55px 0;
    border-radius: 10px;
}
.main-estrogen-top-inner {
    background: url(/images/default/border-bg2.png) repeat-y center;
    padding: 0 58px 65px;
}
.main-estrogen-top-title {
    text-align: center;
    margin-bottom: 35px;
}
h2.main-estrogen-title {
    margin: 120px 140px 25px 0;
    text-align: right;
}
.main-estrogen-text {
    width: 520px;
    margin-left: 450px;
}
.main-recommended {
    background: #ebf3f2 url(/images/default/main-bg12.png) no-repeat;
    padding: 91px 0 106px;
}
h2.main-recommended-title {
    margin: 0 0 39px 128px;
}
.main-recommended-inner{
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.main-recommended-once {
    background: #fff;
    border-radius: 20px;
    padding: 40px 66px;
}
.main-recommended-title2 {
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
	margin-bottom: 3px;
	position: relative;
}
.main-recommended-title2:before {
    content: '';
    background: url(/images/default/main-recommended-icon.png)no-repeat;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}



.main-blog {
	position: relative;
	padding: 41px 0 82px;
	width: 800px;
	margin: 0 auto;
}
.main-blog-title {
	margin-bottom: 33px;
	text-align: center;
}
.main-blog-inner {
}
.main-blog-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 35px;
}
.main-blog-list-item {

}
.main-blog-list-img {
	height: 188px;
	width: 191px;
	background: #eee;
	margin-bottom: 15px;
}
.main-blog-list-img img{
	height: 188px;
	width: 191px;
	object-fit: cover;
}
.main-blog-list-title {
	margin-bottom: 3px;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	font-size: 15px;
}
.main-blog-list-title > a:hover{
	text-decoration: none;
    opacity: .7;
}
.main-blog-list-date {
    font-size: 15px;
    color: #878787;
	margin-bottom: 20px;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-more {
    text-align: center;
}


/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #3e3e3e;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background:#e1f2f5;
}
#footer-inner {
	position: relative;
	width: 1080px;
	padding: 50px 0 93px;
	margin: 0 auto;
}

.footer-nav {
}
.footer-nav li {
	display: inline-block;
	font-weight: bold;
}
.footer-nav li a {
	color: inherit;
}
.footer-nav li ul {
	display: none;
}
ul.footer-nav-list {
    display: flex;
    gap: 20px;
    margin: 0 0 60px;
    justify-content: center;
}
.footer-nav li a:hover {
	text-decoration: none;
    opacity: .7;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-tel {
    font-size: 20px;
    font-weight: bold;
}
.footer-tel a{
    font-size: 32px;
	margin-left: 5px;
	line-height: 1;
}
.footer-tel a:hover {
    text-decoration: none;
    opacity: .7;
}
.footer-bottom {
    margin: 27px 0px 0;
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: center;
}
.footer-copyright {
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #238b9c;
    padding: 26px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 80px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
    margin: 0 0 15px 0;
    padding: 87px 15px;
    background-color: #3f8e9f;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.entry-title, .entry-content h2:not([class]) {
	padding: 27px;
    background: #eef6f8;
    font-size: 24px;
    border: #d7e9ed solid;
    font-weight: bold;
	margin-bottom: 25px;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
    padding: 24px;
    border-left: solid #327c8f;
    background: #eef6f8;
    font-size: 18px;
    font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.h4:before, .entry-content h4:not([class]):before {
    content: '';
    background: url(/images/default/h4.png)no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb a{
	color: #e87b97;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #e87b97;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-group {
	margin-top: 25px;
    width: 200px;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #202020;
	background-color: #2e2e2e;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #3e3e3e;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #3e3e3e;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
