@charset 'UTF-8';

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Slider */
.slick-loading .slick-list
{
background: #fff url('../parts/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;

src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}



/* ---------------------------------------------------------------- *
施工事例　詳細　ブロックエディター
* ---------------------------------------------------------------- */
.has-nested-images {
/*opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
zoom: 1;*/
margin-top: 0px;
margin-bottom: 0px;
}

.has-nested-images .wp-block-image {
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 20px;
}

.has-nested-images .wp-block-image a {
display: block;
cursor: pointer;
}
.has-nested-images .wp-block-image img {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.has-nested-images .wp-block-image figcaption {
line-height: 1.5em;
font-size: 14px;
padding: 10px;
text-align: center;
font-weight: 300;
}
@media screen and (max-width: 767px) {
.has-nested-images {
margin-bottom: 0px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.has-nested-images .wp-block-image figcaption {
font-size: 3.5vw;
}
}





/*戻る、次へ矢印の位置*/
.has-nested-images .slick-prev,.has-nested-images .slick-next {
top: 50%;
transform: translateY(-60%);
position: absolute;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: rgba(0,0,0,0.30);
font-weight: bold;
text-decoration: none;
border-radius: 50%;
cursor: pointer;
z-index: 1;
transition: all 0.3s;
}
.has-nested-images .slick-prev {
left: -20px;
}
.has-nested-images .slick-next {
right: -20px;
}
.has-nested-images .slick-prev span{
position: relative;
padding-left: 10px;
}
.has-nested-images .slick-prev span::before,.has-nested-images .slick-next span::before{
content: "";
position: absolute;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin-top: -5px;
z-index: 1;
}
.has-nested-images .slick-prev span::before{
left: 0.2em;
}
.has-nested-images .slick-next span::before{
left: 0.1em;
}
.has-nested-images .slick-prev span::before{
transform: rotate(-135deg);
}
.has-nested-images .slick-next span::before{
transform: rotate(45deg);
}
.has-nested-images .slick-next span{
position: relative;
padding-left: 15px;
}
.has-nested-images .slick-prev.on,
.has-nested-images .slick-next.on {
opacity: 1;
filter: alpha(opacity=100);
}
.has-nested-images .slick-prev:hover,
.has-nested-images .slick-next:hover {
opacity: 0.7;
width: 70px;
height: 70px;
line-height: 70px;
}
.has-nested-images .slick-prev:hover {
left: -25px;
}
.has-nested-images .slick-next:hover {
right: -25px;
}
@media screen and (max-width: 767px) {
.has-nested-images .slick-prev,.has-nested-images .slick-next {
width: 50px;
height: 50px;
line-height: 50px;
}
.has-nested-images .slick-prev span::before,.has-nested-images .slick-next span::before{
width: 6px;
height: 6px;
margin-top: -3px;
}
.has-nested-images .slick-prev span::before{
left: 0.1em;
}
.has-nested-images .slick-next span::before{
left: 0.0em;
}
.has-nested-images .slick-prev span{
padding-left: 5px;
}
.has-nested-images .slick-next span{
padding-left: 10px;
}
.has-nested-images .slick-prev:hover,
.has-nested-images .slick-next:hover {
width: 50px;
height: 50px;
line-height: 50px;
}
.has-nested-images .slick-prev {
left: -15px;
}
.has-nested-images .slick-next {
right: -15px;
}
.has-nested-images .slick-prev:hover {
left: -15px;
}
.has-nested-images .slick-next:hover {
right: -15px;
}
}


/* Dots */
.has-nested-images .slick-slider { margin-bottom: 30px; }

.has-nested-images .slick-dots {
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.has-nested-images .slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.has-nested-images .slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.has-nested-images .slick-dots li button:hover, .has-nested-images .slick-dots li button:focus { outline: none; }
.has-nested-images .slick-dots li button:hover:before, .has-nested-images .slick-dots li button:focus:before { opacity: 1; }
.has-nested-images .slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 12px;
line-height: 20px;
text-align: center;
color: #CCCCCC;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.has-nested-images .slick-dots li.slick-active button:before {
color: #CCCCCC;
opacity: 0.75;
}


/*100%複数表示スライダー*/
.has-nested-images .slick-list {overflow:visible;}
@media screen and (max-width: 767px) {
.has-nested-images .slick-list {overflow:visible;}
}









/* ---------------------------------------------------------------- *
施工事例　詳細　クラシック　ブロックエディター　
* ---------------------------------------------------------------- */
.blocks-gallery-grid {
/*opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
zoom: 1;*/
margin-top: 0px;
margin-bottom: 0px;
}

.blocks-gallery-grid .blocks-gallery-item {
margin-right: 10px;
margin-left: 10px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 20px;
}

.blocks-gallery-grid .blocks-gallery-item a {
display: block;
cursor: pointer;
}
.blocks-gallery-grid .blocks-gallery-item img {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
line-height: 1.5em;
font-size: 14px;
padding: 10px;
text-align: center;
font-weight: 300;
}
@media screen and (max-width: 767px) {
.blocks-gallery-grid {
margin-bottom: 0px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
font-size: 3.5vw;
}
}





/*戻る、次へ矢印の位置*/
.blocks-gallery-grid .slick-prev,.blocks-gallery-grid .slick-next {
top: 50%;
transform: translateY(-60%);
position: absolute;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: rgba(0,0,0,0.30);
font-weight: bold;
text-decoration: none;
border-radius: 50%;
cursor: pointer;
z-index: 1;
transition: all 0.3s;
}
.blocks-gallery-grid .slick-prev {
left: -20px;
}
.blocks-gallery-grid .slick-next {
right: -20px;
}
.blocks-gallery-grid .slick-prev span{
position: relative;
padding-left: 10px;
}
.blocks-gallery-grid .slick-prev span::before,.blocks-gallery-grid .slick-next span::before{
content: "";
position: absolute;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin-top: -5px;
z-index: 1;
}
.blocks-gallery-grid .slick-prev span::before{
left: 0.2em;
}
.blocks-gallery-grid .slick-next span::before{
left: 0.1em;
}
.blocks-gallery-grid .slick-prev span::before{
transform: rotate(-135deg);
}
.blocks-gallery-grid .slick-next span::before{
transform: rotate(45deg);
}
.blocks-gallery-grid .slick-next span{
position: relative;
padding-left: 15px;
}
.blocks-gallery-grid .slick-prev.on,
.blocks-gallery-grid .slick-next.on {
opacity: 1;
filter: alpha(opacity=100);
}
.blocks-gallery-grid .slick-prev:hover,
.blocks-gallery-grid .slick-next:hover {
opacity: 0.7;
width: 70px;
height: 70px;
line-height: 70px;
}
.blocks-gallery-grid .slick-prev:hover {
left: -25px;
}
.blocks-gallery-grid .slick-next:hover {
right: -25px;
}
@media screen and (max-width: 767px) {
.blocks-gallery-grid .slick-prev,.blocks-gallery-grid .slick-next {
width: 50px;
height: 50px;
line-height: 50px;
}
.blocks-gallery-grid .slick-prev span::before,.blocks-gallery-grid .slick-next span::before{
width: 6px;
height: 6px;
margin-top: -3px;
}
.blocks-gallery-grid .slick-prev span::before{
left: 0.1em;
}
.blocks-gallery-grid .slick-next span::before{
left: 0.0em;
}
.blocks-gallery-grid .slick-prev span{
padding-left: 5px;
}
.blocks-gallery-grid .slick-next span{
padding-left: 10px;
}
.blocks-gallery-grid .slick-prev:hover,
.blocks-gallery-grid .slick-next:hover {
width: 50px;
height: 50px;
line-height: 50px;
}
.blocks-gallery-grid .slick-prev {
left: -15px;
}
.blocks-gallery-grid .slick-next {
right: -15px;
}
.blocks-gallery-grid .slick-prev:hover {
left: -15px;
}
.blocks-gallery-grid .slick-next:hover {
right: -15px;
}
}


/* Dots */
.blocks-gallery-grid .slick-slider { margin-bottom: 30px; }

.blocks-gallery-grid .slick-dots {
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.blocks-gallery-grid .slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.blocks-gallery-grid .slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.blocks-gallery-grid .slick-dots li button:hover, .blocks-gallery-grid .slick-dots li button:focus { outline: none; }
.blocks-gallery-grid .slick-dots li button:hover:before, .blocks-gallery-grid .slick-dots li button:focus:before { opacity: 1; }
.blocks-gallery-grid .slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 12px;
line-height: 20px;
text-align: center;
color: #CCCCCC;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.blocks-gallery-grid .slick-dots li.slick-active button:before {
color: #CCCCCC;
opacity: 0.75;
}


/*100%複数表示スライダー*/
.blocks-gallery-grid .slick-list {overflow:visible;}
@media screen and (max-width: 767px) {
.blocks-gallery-grid .slick-list {overflow:visible;}
}













/* ---------------------------------------------------------------- *
施工事例　詳細
* ---------------------------------------------------------------- */
.list_case {
/*opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "alpha(opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
zoom: 1;*/
margin-bottom: 50px;
margin-top: 50px;
}

/*taxonomy用　スライダーなし*/
.list_case.taxonomy {
display: grid;
gap: 40px 40px;
grid-template-columns: 1fr 1fr;
}
.list_case.taxonomy .item {
margin: 0px;
background-color: #FFFFFF;
padding: 0px;
}
.list_case.taxonomy .item img {
border-radius: 10px;
}

/*シングルページ用*/
.list_case.single {
display: grid;
gap: 40px;
grid-template-columns: 1fr;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.list_case.single figure {
padding: 40px;
}

.list_case .item {
margin-right: 18px;
margin-left: 18px;
background-color: #FFFFFF;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 10px;
margin-bottom: 20px;
/*-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
-moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);
box-shadow: 0 1px 15px 0 rgba(0,0,0,0.15);*/
}
/*キャンペーン用*/
.list_case.Campaign .item {
padding: 10px;
}


.list_case .item a {
display: block;
cursor: pointer;
}
.list_case .item img {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
}
.list_case .item figcaption {
line-height: 1.5em;
font-size: 14px;
padding: 10px;
text-align: center;
font-weight: 300;
}
@media screen and (max-width: 767px) {
.list_case {
margin-bottom: 30px;
margin-top: 30px;
width: 86%;
margin-left: auto;
margin-right: auto;
}
.list_case .item figcaption {
font-size: 3.5vw;
}
/*キャンペーン用*/
.list_case.Campaign .item {
padding: 7px;
}

/*施術メニュー詳細ページ内*/
.list_case.Cases2 {
margin-bottom: 30px;
margin-top: 30px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

/*taxonomy用　スライダなし*/
.list_case.taxonomy {
width: 100%;
gap: 40px;
grid-template-columns: 1fr;
}

/*シングルページ用*/
.list_case.single {
gap: 20px;
width: 100%;
}
.list_case.single figure {
padding: 0px;
}
}





/*戻る、次へ矢印の位置*/
.list_case .slick-prev,.list_case .slick-next {
top: 50%;
transform: translateY(-60%);
position: absolute;
display: block;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: rgba(0,0,0,0.30);
font-weight: bold;
text-decoration: none;
border-radius: 50%;
cursor: pointer;
z-index: 1;
transition: all 0.3s;
}
.list_case .slick-prev {
left: -20px;
}
.list_case .slick-next {
right: -20px;
}
.list_case .slick-prev span{
position: relative;
padding-left: 10px;
}
.list_case .slick-prev span::before,.list_case .slick-next span::before{
content: "";
position: absolute;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin-top: -5px;
z-index: 1;
}
.list_case .slick-prev span::before{
left: 0.2em;
}
.list_case .slick-next span::before{
left: 0.1em;
}
.list_case .slick-prev span::before{
transform: rotate(-135deg);
}
.list_case .slick-next span::before{
transform: rotate(45deg);
}
.list_case .slick-next span{
position: relative;
padding-left: 15px;
}
.list_case .slick-prev.on,
.list_case .slick-next.on {
opacity: 1;
filter: alpha(opacity=100);
}
.list_case .slick-prev:hover,
.list_case .slick-next:hover {
opacity: 0.7;
width: 70px;
height: 70px;
line-height: 70px;
}
.list_case .slick-prev:hover {
left: -25px;
}
.list_case .slick-next:hover {
right: -25px;
}
@media screen and (max-width: 767px) {
.list_case .slick-prev,.list_case .slick-next {
width: 50px;
height: 50px;
line-height: 50px;
}
.list_case .slick-prev span::before,.list_case .slick-next span::before{
width: 6px;
height: 6px;
margin-top: -3px;
}
.list_case .slick-prev span::before{
left: 0.1em;
}
.list_case .slick-next span::before{
left: 0.0em;
}
.list_case .slick-prev span{
padding-left: 5px;
}
.list_case .slick-next span{
padding-left: 10px;
}
.list_case .slick-prev:hover,
.list_case .slick-next:hover {
width: 50px;
height: 50px;
line-height: 50px;
}
.list_case .slick-prev {
left: -15px;
}
.list_case .slick-next {
right: -15px;
}
.list_case .slick-prev:hover {
left: -15px;
}
.list_case .slick-next:hover {
right: -15px;
}
}


/* Dots */
.list_case .slick-slider { margin-bottom: 30px; }

.list_case .slick-dots {
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.list_case .slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.list_case .slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0;
font-size: 0;
color: transparent;
padding: 5px;
cursor: pointer;
}
.list_case .slick-dots li button:hover, .list_case .slick-dots li button:focus { outline: none; }
.list_case .slick-dots li button:hover:before, .list_case .slick-dots li button:focus:before { opacity: 1; }
.list_case .slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "•";
width: 20px;
height: 20px;
font-family: "slick";
font-size: 12px;
line-height: 20px;
text-align: center;
color: #CCCCCC;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.list_case .slick-dots li.slick-active button:before {
color: #CCCCCC;
opacity: 0.75;
}


/*100%複数表示スライダー*/
.list_case .slick-list {overflow:visible;}
@media screen and (max-width: 767px) {
.list_case .slick-list {overflow:visible;}
}



