@charset "utf-8";.Main .Article .inner {
    overflow: hidden;
   max-width: 720px;
   margin: 0 auto;
 box-sizing: border-box;
 font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'futura', 'Century Gothic', sans-serif;
 margin-bottom: 100px;
}
.Main .Article .scroll-fade {
 opacity: 0;
}
.inner .head-content {
  padding-top: 20px;
  padding-bottom: 50px;
}
.inner .head-content .date {
  font-size: 14px;
    color: #555555;
 margin-bottom: 20px;
    font-weight: bold;
}
.inner .head-content h2 {
    text-align: center;
    font-size: 24px;
    color: #555555;
}
.inner .head-content h2 .h2-date {
  display: block;
 font-size: 12px;
    color: #555555;
}
.heading-title, .heading-profile, .point-title, .staff-list{
	font-family: 'Cardo', serif;
	font-style: italic;
}
.inner .subtitle h3 {
   text-align: center;
 font-size: 24px;
    color: #555555;
 padding-bottom: 20px;
}
.inner .description-image {
   margin-bottom: 80px;
}
.inner .description-inner-image {
  margin-bottom: 7px;
}
.inner .description-top-image {
 margin-bottom: 80px;
}
.inner .description .images {
  display: flex;
  padding-bottom: 50px;
}
.inner .description .images .left-img {
   padding-right: 20px;
}
.inner .description .images .right-img {
   padding-left: 20px;
}
.inner .description .description-text {
	font-family: 'Noto Sans JP', sans-serif;
    width: 92%;
    padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
    font-size: 18px;
    line-height: 32px;
    color: #555555;
    text-align: center;
    z-index: 0;
}
.inner .heading-title {
		font-size: 52px; 
		text-align: center; 
		margin-bottom: 80px;
}
.inner .description .stylist-name {
 font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
 color: #555555;
}
.inner .flex {
  display: flex;
}
.inner .flex > div {
 width: 50%;
}

.inner .description .read-title {
	font-size: 24px;
}
.inner .description .description-info {
 padding-top: 40px;
  padding-left: 30px;
}
.inner .description .description-info .description-text:first-of-type {
 text-align: left;
   padding-bottom: 40px;
   word-break: break-all;
}
.inner .goodslist .slider > li {
 display: inline-block;
  width: 50%;
 padding: 0 20px 20px 20px;
}
.inner .goods-description {
  font-size: 24px;
    color: #555555;
 text-align: left;
   font-weight: bold;
  margin-bottom: 7px;
}
.inner .title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
}
.inner .foot-content {
 padding-top: 50px;
}
.inner .foot-content .button {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    height: 40px;
   padding-top: 12px;
}
.inner .foot-content .button.jsScrollTop {
   background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.displayPC {
 display: block;
}
.displaySP {
    display: none;
}
.text-center {
   text-align: center;
}

/*---------------------------------
タイトルつき囲み枠
--------------------------------*/
.point-box {
  position: relative;
  border: 2px solid; /* 枠の太さ・種類・色 */
  /* margin: 1.8em 1em; 枠外の余白 */
  margin-bottom: 80px;
  padding: 50px 0px;
}
.point-box p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  width: 90%;
}

.point-title {
    display: block;
    position: absolute;
    padding: 0 0.5em;
    top: -20px; /* タイトルの位置を調整 */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #555555; /* タイトルの文字色 */
    /* font-weight: bold; */
    /* font-size:0.9em; タイトルの文字サイズ */
    font-size: 24px; /* タイトルの文字サイズ */
    background-color: #ffffff;
}

.profile-contents {
    display: flex;
	margin-bottom: 60px;
}

.left-image {
    width: 30%;
	padding-right: 50px;
}

.right-description {
	font-family: 'Noto Sans JP', sans-serif;
    width: 70%;
}

.style-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 60px;
}

.style-items .item-image{
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
}

.staff-list {
	padding-top: 80px;
	font-size: 18px;
}
.staff-list h3, .staff-list p{
	font-size: 18px;
	margin-bottom: 20px;
}
.inner .heading-item {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 28px; 
	text-align: center; 
	margin-bottom: 80px;
}

.detail-pager {
	text-align: center;
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: 'futura', 'Century Gothic', sans-serif;
	margin-bottom: 100px;
	margin-top: 15%;
}

.detail-pager .next {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/blog/pager_next.png) no-repeat right center;
	padding-right: 25px;
}

.detail-pager .prev {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/blog/pager_prev.png) no-repeat 0 center;
	padding-left: 25px;
}

.sp-only{
    display: none;
}

@media screen and (max-width:751px) {
    .pc-only{
        display: none;
    }
	.sp-only{
        display: inline;
    }
    .Main .Article .inner {
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 10px;
   }
   .inner .head-content {
	   padding-bottom: 20px;
	}
	.inner .head-content .date {
		font-size: 10px;
    }
	.inner .description-top-image {
		margin-bottom: 40px;
	}
   .inner .description .description-text {
       text-align: left;
       padding-bottom: 30px;
       word-break: break-all;
	   width: 100%;
	   font-size: 14px;
	   line-height: 24px;
  }
	.inner .description .read-title {
		text-align: center;
		font-size: 16px;
	}
   .inner .description .images {
       display: block;
 }
   .inner .description .images .left-img {
     padding-right: 0;
       padding-bottom: 20px;
   }
   .inner .description .images .middle-img {
       padding-bottom: 20px;
   }
   .inner .description .images .right-img {
        padding-left: 0;
    }
   .inner .description.goods .description-image {
      padding-bottom: 20px;
   }
   .inner .heading-title {
		font-size: 32px; 
		text-align: center; 
		margin-bottom: 20px;
   }
   .inner .goods-description {
		font-size: 16px;
		color: #555555;
		text-align: left;
		margin-bottom: 40px;
		padding-bottom: 0px;
   }
   .inner .flex .description-image {
       width: 50%;
 }
   .inner .description .description-info {
     padding-top: 0;
     padding-left: 10px;
     width: 60%;
 }
   .inner .description .description-info .description-text {
       letter-spacing: -0.5px;
 }
   .inner .description-image {
		width: 100%;
		margin-bottom: 20px;
    }
   .inner .title {
    text-align: center;
 }
   .inner .goodslist .slider .slick-dots li button::before {
       font-family: sans-serif;
        font-size: 35px;
    }
   .inner .foot-content .button {
      max-width: 100%;
        padding-top: 10px;
  }
   .displayPC {
        display: none;
  }
   .displaySP {
        display: block;
 }
 .point-box {
	 margin-top: 20px;
	 padding: 25px 0px;
 }
 .point-box p {
	 font-size: 14px;
 }
 .point-title {
	 font-size: 20px;
	 white-space: nowrap
 }
 .profile-contents {
	 flex-direction: column;
 }
 
 .profile-contents .left-image {
	 padding: 0px;
	 width: 80%;
	 margin-bottom: 20px;
 }
 
 .right-description {.Main .Article .inner {
    overflow: hidden;
   max-width: 720px;
   margin: 0 auto;
 box-sizing: border-box;
 font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'futura', 'Century Gothic', sans-serif;
 margin-bottom: 100px;
}
.Main .Article .scroll-fade {
 opacity: 0;
}
.inner .head-content {
  padding-top: 20px;
  padding-bottom: 50px;
}
.inner .head-content .date {
  font-size: 14px;
    color: #555555;
 margin-bottom: 20px;
    font-weight: bold;
}
.inner .head-content h2 {
    text-align: center;
    font-size: 24px;
    color: #555555;
}
.inner .head-content h2 .h2-date {
  display: block;
 font-size: 12px;
    color: #555555;
}
.heading-title, .heading-profile, .point-title, .staff-list{
	font-family: 'Cardo', serif;
	font-style: italic;
}
.inner .subtitle h3 {
   text-align: center;
 font-size: 24px;
    color: #555555;
 padding-bottom: 20px;
}
.inner .description-image {
   margin-bottom: 80px;
}
.inner .description-inner-image {
  margin-bottom: 7px;
}
.inner .description-top-image {
 margin-bottom: 80px;
}
.inner .description .images {
  display: flex;
  padding-bottom: 50px;
}
.inner .description .images .left-img {
   padding-right: 20px;
}
.inner .description .images .right-img {
   padding-left: 20px;
}
.inner .description .description-text {
	font-family: 'Noto Sans JP', sans-serif;
    width: 90%;
    padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
    font-size: 18px;
    line-height: 32px;
    color: #555555;
    text-align: center;
    z-index: 0;
}
.inner .heading-title {
		font-size: 52px; 
		text-align: center; 
		margin-bottom: 80px;
}
.inner .description .stylist-name {
 font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
 color: #555555;
}
.inner .flex {
  display: flex;
}
.inner .flex > div {
 width: 50%;
}

.inner .description .read-title {
	font-size: 24px;
}
.inner .description .description-info {
 padding-top: 40px;
  padding-left: 30px;
}
.inner .description .description-info .description-text:first-of-type {
 text-align: left;
   padding-bottom: 40px;
   word-break: break-all;
}
.inner .goodslist .slider > li {
 display: inline-block;
  width: 50%;
 padding: 0 20px 20px 20px;
}
.inner .goods-description {
  font-size: 24px;
    color: #555555;
 text-align: left;
   font-weight: bold;
  margin-bottom: 7px;
}
.inner .title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
}
.inner .foot-content {
 padding-top: 50px;
}
.inner .foot-content .button {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    height: 40px;
   padding-top: 12px;
}
.inner .foot-content .button.jsScrollTop {
   background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.displayPC {
 display: block;
}
.displaySP {
    display: none;
}
.text-center {
   text-align: center;
}

/*---------------------------------
タイトルつき囲み枠
--------------------------------*/
.point-box {
  position: relative;
  border: 2px solid; /* 枠の太さ・種類・色 */
  /* margin: 1.8em 1em; 枠外の余白 */
  margin-bottom: 80px;
  padding: 50px 0px;
}
.point-box p{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  width: 90%;
}

.point-title {
    display: block;
    position: absolute;
    padding: 0 0.5em;
    top: -20px; /* タイトルの位置を調整 */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #555555; /* タイトルの文字色 */
    /* font-weight: bold; */
    /* font-size:0.9em; タイトルの文字サイズ */
    font-size: 24px; /* タイトルの文字サイズ */
    background-color: #ffffff;
}

.profile-contents {
    display: flex;
	margin-bottom: 60px;
}

.left-image {
    width: 30%;
	padding-right: 50px;
}

.right-description {
	font-family: 'Noto Sans JP', sans-serif;
    width: 70%;
}

.style-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 60px;
}

.style-items .item-image{
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
}

.staff-list {
	padding-top: 80px;
	font-size: 18px;
}
.staff-list h3, .staff-list p{
	font-size: 18px;
	margin-bottom: 20px;
}
.inner .heading-item {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 28px; 
	text-align: center; 
	margin-bottom: 80px;
}

@media screen and (max-width:751px) {
    .Main .Article .inner {
    padding: 0 20px;
    margin-bottom: 0;
    margin-top: 10px;
   }
   .inner .head-content {
	   padding-bottom: 20px;
	}
	.inner .head-content .date {
		font-size: 10px;
    }
	.inner .description-top-image {
		margin-bottom: 40px;
	}
   .inner .description .description-text {
       text-align: left;
       padding-bottom: 30px;
       word-break: break-all;
	   width: 100%;
	   font-size: 14px;
	   line-height: 24px;
  }
	.inner .description .read-title {
		text-align: center;
		font-size: 16px;
	}
   .inner .description .images {
       display: block;
 }
   .inner .description .images .left-img {
     padding-right: 0;
       padding-bottom: 20px;
   }
   .inner .description .images .middle-img {
       padding-bottom: 20px;
   }
   .inner .description .images .right-img {
        padding-left: 0;
    }
   .inner .description.goods .description-image {
      padding-bottom: 20px;
   }
   .inner .heading-title {
		font-size: 32px; 
		text-align: center; 
		margin-bottom: 20px;
   }
   .inner .goods-description {
		font-size: 16px;
		color: #555555;
		text-align: left;
		margin-bottom: 40px;
		padding-bottom: 0px;
   }
   .inner .flex .description-image {
       width: 50%;
 }
   .inner .description .description-info {
     padding-top: 0;
     padding-left: 10px;
     width: 60%;
 }
   .inner .description .description-info .description-text {
       letter-spacing: -0.5px;
 }
   .inner .description-image {
		width: 100%;
		margin-bottom: 20px;
    }
   .inner .title {
    text-align: center;
 }
   .inner .goodslist .slider .slick-dots li button::before {
       font-family: sans-serif;
        font-size: 35px;
    }
   .inner .foot-content .button {
      max-width: 100%;
        padding-top: 10px;
  }
   .displayPC {
        display: none;
  }
   .displaySP {
        display: block;
 }
 .point-box {
	 margin-top: 20px;
	 padding: 25px 0px;
 }
 .point-box p {
	 font-size: 14px;
 }
 .point-title {
	 font-size: 20px;
	 white-space: nowrap
 }
 .profile-contents {
	 flex-direction: column;
 }
 
 .profile-contents .left-image {
	 padding: 0px;
	 width: 80%;
	 margin-bottom: 20px;
 }
 
 .right-description {
	 width: 100%;
	 font-size: 14px;
 }
 .right-description-name {
	font-size: 14px;
 }
 .right-description-text {
	font-size: 14px;
 }
	.inner .heading-item {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.style-items .item-image {
		width: 50%;
		margin-bottom: 24px;
	}
	.staff-list {
		padding-top: 0px;
	}

	.staff-list .description-text {
		font-size: 16px;
	}
}
	 width: 100%;
	 font-size: 14px;
 }
 .right-description-name {
	font-size: 14px;
 }
 .right-description-text {
	font-size: 14px;
 }
	.inner .heading-item {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.style-items .item-image {
		width: 50%;
		margin-bottom: 24px;
	}
	.staff-list {
		padding-top: 0px;
	}

	.staff-list .description-text {
		font-size: 16px;
	}
	.detail-pager {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	.detail-pager .next {
		background-size: 8px auto;
		padding-left: 15px;
	}
	.detail-pager .prev {
		background-size: 8px auto;
		padding-left: 15px;
	}
}