@charset "utf-8";

/*下層共通パーツCSS*/
.st-dash-design{
	display: contents;
}
/*------------------------------------------------
色関連
------------------------------------------------*/

.bg-gradation01 {
/* 	background-image: -moz-linear-gradient(160deg, #f3601a 0%, #ff4c6a 48%, #ff7f41 100%);
	background-image: -webkit-linear-gradient(160deg, #f3601a 0%, #ff4c6a 48%, #ff7f41 100%);
	background-image: -ms-linear-gradient(160deg, #f3601a 0%, #ff4c6a 48%, #ff7f41 100%);
	background-color: #f3601a; */
}
.bg-gradation02 {
	background-image: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/background.png)
}
.bg-brown {
	background-color: #f1e9e2;
}
.bg-white {
	background-color: #fff;
}

/*------------------------------------------------
btn
------------------------------------------------*/

.linkbtn01 {
	width: 340px;
	height: 65px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #f3601a;
	color: #fff;
	letter-spacing: 0.05em;
	border-radius: 5px;
	transition: 0.5s;
	position: relative;
	transition: background-color 0.25s ease,opacity 0.25s;
}

/* ---- PC only ---- */
@media screen and (min-width: 768px) {
	.linkbtn01:hover {
		background-color: #fe4c69;
		opacity: 0.8;
	}
} /* PC only ------------ */

.linkbtn01-bnr {
	margin: 0px auto;
	display: block;
	width: 410px;
	height: 100px;
}
/* option ------------*/
.linkbtn01--pk {
	background-color: #ff4c68;
}
.linkbtn01--br {
	background-color: #493930;
}
/* /option -----------*/

/* pc-only ------------*/
@media screen and (min-width: 768px) {
	/*	.linkbtn01:hover{
		background-color: #493930;
	}*/
	.linkbtn01--br:hover {
		background-color: #f3601a;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
第2下層メイン 右に希ちゃん
------------------------------------------------*/

.pmain01 {
	width: 100%;
	height: 350px;
	background: url(../img/parts/pmain01/bg_01.jpg) no-repeat center / cover;
}
.pmain01__in {
	width: 900px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
.pmain01__ttl-wrap {
	position: relative;
}
.pmain01__ttl-wrap::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	left: 0;
	top: -80px;
}
.pmain01__sub-ttl {
	position: relative;
	z-index: 1;
	line-height: 1;
}
.pmain01__sub-ttl-img {
	position: relative;
	z-index: 1;
}
.pmain__ttl {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #493930;
	line-height: 1;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.pmain01__img {
	position: absolute;
	right: 60px;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------------------------------
第2下層メイン FAQとか会社概要と
か------------------------------------------------*/

.pmain02 {
	width: 100%;
	height: 250px;
	background: url(../img/parts/pmain02/bg_01.jpg) no-repeat center / cover;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pmain02::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pmain02__in {
	text-align: center;
}
.pmain02__en {
	width: 200px;
	line-height: 1;
	display: inline-block;
}
.pmain02__ttl {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

/*------------------------------------------------
第3下層メイン about以下
------------------------------------------------*/

.pmain03 {
	width: 100%;
	height: 230px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	background: #fafbfc url(../img/pmain/bg_01.jpg) no-repeat center center / contain;
}
.pmain03--area {
	background: url(../img/parts/pmain03/bg_01.jpg) no-repeat center top / cover;
}
.pmain03::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pmain03__ttl-wrap {
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	min-width: 400px;
}
.pmain03__head {
}
.pmain03__head-ttl-en {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}
.pmain03__head-ttl {
	font-size: 22px;
	margin-top: 13px;
	letter-spacing: 0.1em;
}
.pmain03__ttl {
	min-width: 100%;
	margin-top: 30px;
	font-size: 36px;
	padding: 15px 0;
	display: inline-block;
	border-top: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	letter-spacing: 0.05em;
}

/*------------------------------------------------
英語背景 3点リーダー付タイトル
------------------------------------------------*/

.block-ttl01 {
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.3;
	color: #493930;
	position: relative;
}
.block-ttl01::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: auto;
}
.block-ttl01::after {
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	margin: 20px auto 0;
	background: url(../img/parts/block-ttl/dots.png) no-repeat center / cover;
}

/*------------------------------------------------
第3下層メイン datsumou配下
------------------------------------------------*/

.pmain04 {
	width: 100%;
	height: 230px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	background: url(../img/parts/pmain01/bg_01.jpg) no-repeat center center / cover;
}
.pmain04--area {
	background: url(../img/parts/pmain03/bg_01.jpg) no-repeat center top / cover;
}
.pmain04::after {
	content: "";
	display: block;
	width: 317px;
	height: 230px;
	position: absolute;
	left: 60%;
	top: 0;
}
.pmain04__ttl-wrap {
	text-align: left;
	font-weight: bold;
	color: #493930;
	line-height: 1;
	min-width: 700px;
}
.pmain04__head {
}
.pmain04__head-ttl-en {
	width: 110px;
}
.pmain04__head-ttl {
	font-size: 22px;
	margin-top: 13px;
	letter-spacing: 0.1em;
}
.pmain04__ttl {
	min-width: 100%;
	margin-top: 30px;
	font-size: 36px;
	padding: 15px 0;
	display: inline-block;
	letter-spacing: 0.05em;
}
/*------------------------------------------------
キャンペーンブロック（修正版）
------------------------------------------------*/

.campaign {
	padding: 0 0 70px;
}

@media screen and (min-width: 768px) {
	/* ---- PC ---- */
	.campaign__in {
		overflow: hidden;
		padding-top: 70px;
	}
}

/* PC時の設定 */
.campaign-list {
	margin: 45px 0 90px;
	width: 100%;
	justify-content: center;
	align-items: stretch;
}

.campaign-list__item {
	margin-right: 15px;
	margin-left: 15px;
	width: 330px;
	height: 440px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/* スマホ時の修正 */
@media screen and (max-width: 767px) {
	.campaign-list {
		margin: 25px 0 27px;
		position: relative;
	}
	
	.campaign-list__item {
		width: calc(100vw - 100px) !important; /* centerPaddingを考慮 */
		max-width: 330px;
		min-width: 280px;
		height: 440px; /* 高さを自動調整 */
		margin: 0 auto;
		box-sizing: border-box;
		transform: scale(0.85); /* 左右のカードを少し小さく */
		transition: transform 0.3s ease, opacity 0.3s ease;
		/*opacity: 0.6;  左右のカードを薄く */
	}
	
	/* 中央（アクティブ）のカードのスタイル */
	.campaign-list .slick-slide.slick-center .campaign-list__item {
		transform: scale(1); /* 中央のカードは等倍 */
		/*opacity: 1;  中央のカードは濃く */
	}
}

/* Slick設定の修正 */
.campaign-list .slick-list {
	overflow: hidden !important; /* 重要：visibleからhiddenに変更 */
	padding: 0;
}

@media screen and (max-width: 767px) {
	.campaign-list .slick-list {
		overflow: hidden !important; /* スマホでも確実にhidden */
	}
}

.campaign-list .slick-dots {
	width: 100%;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.campaign-list .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.campaign-list .slick-dots li button {
	text-indent: 100%;
	background: #c9c9c9;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

.campaign-list .slick-dots li.slick-active button {
	background: rgb(156,49,49);
}

/* スマホでのドット調整 */
@media screen and (max-width: 767px) {
	.campaign-list .slick-dots {
		bottom: -40px;
		margin-top: 30px;
	}
	
	.campaign-list .slick-dots li {
		margin: 0 8px;
		width: 12px;
		height: 12px;
	}
	
	.campaign-list .slick-dots li button {
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}
	
	.campaign-list .slick-dots li.slick-active button {
		width: 14px;
		height: 14px;
	}
}

.campaign-list__item:last-child {
	margin-right: 0;
}

.campaign-list__item a {
	display: block;
	width: 100%;
	height: 100%;
}

.campaign-list__img {
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

/* スマホでの画像調整 */
@media screen and (max-width: 767px) {
	.campaign-list__img {
		height: 180px; /* スマホでは少し小さく */
		border-radius: 12px 12px 0 0;
	}
}

.campaign-list__img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: center;
	transition: all 0.25s ease;
}

@media screen and (min-width: 768px) {
	/* ---- PC ---- */
	.campaign-list__item a:hover .campaign-list__img span {
		transform: scale(1.1);
	}
}

.campaign-list__content {
	padding: 17px 25px 0;
}

/* スマホでのコンテンツ調整 */
@media screen and (max-width: 767px) {
	.campaign-list__content {
		padding: 15px 20px 20px;
	}
}

.campaign-list__title {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
    color: #7b6660;
	margin-bottom: 10px;
}

/* スマホでのタイトル調整 */
@media screen and (max-width: 767px) {
	.campaign-list__title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 8px;
	}
}

.campaign-list__time {
	font-size: 14px;
	line-height: 14px;
	color: #493930;
	font-weight: bold;
	margin-bottom: 3px;
}

.campaign-list__text {
	font-size: 14px;
	line-height: 26px;
	color: #493930;
	overflow: hidden;
}

/* スマホでのテキスト調整 */
@media screen and (max-width: 767px) {
	.campaign-list__text {
		font-size: 13px;
		line-height: 20px;
	}
}

.campaign .block-ttl01::before {
	width: 209.5px;
	height: 54px;
	background: url(../img/campaign/ttl_bg.png) no-repeat left top / cover;
}

.campaign-btn {
	width: 726px;
	margin: 0 auto;
	justify-content: center;
}

/* スマホでのボタン調整 */
@media screen and (max-width: 767px) {
	.campaign-btn {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.campaign-btn__item {
	width: 340px;
	height: 80px;
}

/* スマホでのボタンアイテム調整 */
@media screen and (max-width: 767px) {
	.campaign-btn__item {
		width: 100%;
		max-width: 340px;
	}
}

.campaign-btn__item a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(156,49,49);
	border-radius: 10px;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	transition: all 0.25s ease;
}

.counseling__btn a {
	background:url(../img/campaign/ico_02.png) no-repeat center left 50px /19px #f3601a;
	padding-left: 25px;
}

@media screen and (min-width: 768px) {
	/* ---- PC ---- */
	.campaign-btn__item a:hover {
		background: #493930;
	}
	.campaign-btn__item.counseling__btn a:hover {
		background:url(../img/campaign/ico_02.png) no-repeat center left 50px /19px #493930;
	}
	.campaign-btn__item--store {
		margin-left: 30px;
	}
}

.campaign-btn__item--store a {
	background: #493931;
	padding-top: 13px;
}

.campaign-btn__item--store a span {
	display: block;
	width: 290px;
	height: 23px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	background: #fff;
	border-radius: 8px;
	color: #493931;
	line-height: 23px;
	font-size: 12px;
	margin: auto;
	font-weight: bold;
}

.campaign-btn__item--store a::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 20px;
	margin-right: 13px;
	background: url(../img/campaign/ico_01.png) no-repeat left top / cover;
	position: relative;
	top: 3px;
}

@media screen and (min-width: 768px) {
	/* ---- PC ---- */
	.campaign-btn__item--store a:hover {
		background: #f3601a;
	}
}

.slick-prev::before {
	position: relative;
	content: "\f104";
	font-family: FontAwesome;
	padding: 10px;
	opacity: 1;
}

.slick-next::before {
	position: relative;
	content: "\f105";
	font-family: FontAwesome;
	padding: 10px;
	opacity: 1;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.slick-prev {
	left: 80px;
}
.slick-next {
	right: 80px;
}

/*------------------------------------------------
FAQ
------------------------------------------------*/

.faq__list {
	width: 100%;
}
.faq__item {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.faq__item:not(:last-child) {
	margin-bottom: 25px;
}
/*------------ faq__item-q ------------*/
.faq__item-q {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 20px 60px 20px 20px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.faq__item-q::after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	height: 1em;
	line-height: 1;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 25px;
	transition: 0.3s;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.faq__item-q:hover {
		opacity: 0.7;
	}
}
/* /pc-only -----------*/
.faq__item-q.active {
	border-radius: 10px 10px 0 0;
}
.faq__item-q.active::after {
	transform: rotate(-180deg);
}
.faq__item-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #493930;
	font-size: 24px;
	line-height: 1;
}
.faq__item-icon img {
	width: 100%;
}
.faq__item-q-txt {
	width: calc(100% - 40px);
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
/*------------ faq__item-a ------------*/
.faq__item-a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #fff6e6;
	border-radius: 0 0 10px 10px;
	padding: 20px 40px 20px 20px;
}
.faq__item-icon--or {
	background-color: #ec6941;
}
.faq__item-a-txt {
	width: calc(100% - 40px);
	padding-left: 20px;
}
.faq__item-a-txt-link {
	color: #ec6941;
	cursor: pointer;
	text-decoration: underline;
}
.faq__item-a-txt-link:hover {
	text-decoration: none;
}
.faq__item img {
	width: 100%;
}

/*------------------------------------------------
お問い合わせブロック
------------------------------------------------*/

.contact01 {
	background-color: #f4ece5;
	margin-top: 20px;
}
.contact01__in {
	font-weight: bold;
	padding: 20px 0 40px;
	position: relative;
}
.contact01__ttl {
	color: #fff;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 23px;
	border-radius: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -25px;
}
.contact01__ttl::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #ff4c6a transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}
.contact01__block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.contact01__tel-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
}
.contact01__tel-ico {
	width: 18px;
	margin-right: 10px;
}
.contact01__tel {
	font-size: 36px;
}
.contact01__tel-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5px;
}
.contact01__tel-txt span {
	width: 100px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	background-color: #e60012;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	margin-right: 20px;
}
.contact01__tel-txt p {
}
.contact01__tel-btn img {
	width: 26px;
	margin-right: 10px;
}
.contact01__tel-btn {
	width: 505px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	transition: 0.3s;
	display: block;
	/* margin-left: 30px; */
	color: #7b6660;
	font-size: 20px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 24px 0 14px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.contact01__tel-btn:hover {
		opacity: 0.6;
	}
}
/* /pc-only -----------*/

.contact01__lead {
	display: block;
	width: fit-content;
	margin: 0 auto;
	background-color: #F3601A;
	padding: 1px 30px;
	border-radius: 100vw;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
.contact01__sep {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

/*------------------------------------------------
about(datsumou)下層
------------------------------------------------*/

/*------------ a-lead ------------*/

.a-lead {
}
.a-lead__in {
}
.a-lead__ico {
	width: 65px;
	margin-right: auto;
	margin-left: auto;
}
.a-lead__ttl {
	color: #7b6660;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-top: 10px;
}
.a-lead__txt {
	font-size: 16px;
	margin-top: 20px;
}

/*------------------------------------------------
about下層 共通ナビ a-nav
------------------------------------------------*/

.a-nav {
	padding: 50px 0;
}
.a-nav__in {
}
.a-nav__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.a-nav__item {
	width: calc((100% - 30px) / 3);
	margin-bottom: 15px;
}
.a-nav__link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #ff7f41;
	border-radius: 10px;
	padding: 15px 20px;
	transition: 0.5s;
	height: 100%;
}
.a-nav__link.active {
	background-color: #493931;
}
.a-nav__item-ico {
	width: 60px;
}
.a-nav__item-txt {
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	line-height: 1.5;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.a-nav__link:hover {
		background-color: #493930;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
about下層 a-check
------------------------------------------------*/

.a-check {
	padding: 120px 0 40px;
	margin-top: 20px;
}
.a-check__in {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.a-check__head {
	position: relative;
	background-color: #fff;
	padding: 35px 40px 40px;
	text-align: center;
}
.a-check__head::before {
	content: "";
	display: block;
	width: 421.5px;
	height: 154px;
	background: url(../img/parts/datsumou/img_check.png?240918) no-repeat center / cover;
	position: absolute;
	top: -154px;
	left: 0;
	right: 0;
	margin: auto;
}
.a-check__head-ttl {
	color: #7b6660;
	font-size: 23px;
	text-align: center;
	line-height: 1.5;
	display: inline;
	text-align: center;
	background: linear-gradient(transparent 70%, yellow 70%);
}
.a-check__head-ttl span {
	color: #000;
	font-size: 18px;
}
.a-check__head-txt {
	margin-top: 15px;
	text-align: left;
}
.a-check__block {
	background-color: #fff6e6;
}
.a-check__block-ttl {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	line-height: 1.6;
}
.a-check__block-in {
	padding: 20px 40px 30px;
}
.a-check__block-top-txt {
	text-align: center;
	font-size: 18px;
}
.a-check__block-img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------
店舗エリアトップ area
------------------------------------------------*/
.area {
	padding-bottom: 35px;
}
.area__list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.area__item {
	width: 48%;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 4%;
	padding: 25px 30px;
	line-height: 1.6;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.area__item:nth-child(2n) {
		margin-left: 30px;
	}
}
.area__item-ttl {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #7b6660;
}
.area__item-table {
	margin: 15px 0 40px;
}
.area__item-dl {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.area__item-dt {
	font-weight: bold;
	padding: 10px 5px;
	width: 100px;
	border-top: 1px solid #493930;
}
.area-info-btn {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #493930;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	transition: all 0.25s ease;
}
.area-info-btn img {
	height: 20px;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -5px;
}
.area__red{
	color: #e60012;
	font-weight: bold;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.area-info-btn:hover {
		background: #f3601a;
	}
}
/* /pc-only -----------*/
.area__item-dd {
	padding: 10px;
	width: calc(100% - 100px);
	border-top: 1px solid #ecebea;
}
.area__item-dl:last-child .area__item-dt {
	border-bottom: 1px solid #493930;
}
.area__item-dl:last-child .area__item-dd {
	border-bottom: 1px solid #ecebea;
}
.area__item-dd--tel {
	text-decoration: underline;
	color: #7b6660;
	font-weight: bold;
}
.area__item .linkbtn01 {
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 55px;
}
.area__item-dd .line,
.area__item-dd .inst {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inst{
	transition: 0.25s;
}
.inst:hover{
	opacity: 0.5;
}
.inst_img {
	width: 38px;
	margin: 0 10px;
	box-sizing: border-box;
}
.inst_txt{
	text-decoration: underline;
}
.line_img {
	width: 60px;
	margin-right: 5px;
}
.area__seo {
	padding: 30px 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.area__seo-txt {
}
.area__item-btn {
	height: 80px !important;
	padding-top: 25px;
}
.area__item-btn span {
	background-color: #493931;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	padding: 5px 0;
	text-align: center;
	max-width: 260px;
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	border-radius: 8px;
	margin: auto;
	transition: 0.3s;
}
/* .area__item-btn span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #493931;
	border-right: 5.5px solid transparent;
	border-left: 5.5px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	transition: 0.3s;
} */
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.area__item-btn:hover span {
		background-color: #f3601a;
	}
	.area__item-btn:hover span::after {
		border-top: 10px solid #f3601a;
	}
}
.area__item-attention {
	color: #e60012;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
/* /pc-only -----------*/

/*------------------------------------------------
店舗一覧
------------------------------------------------*/
.cmn-shop {
	width: 1000px;
	margin: 0 auto;
}
.cmn-shop__h {
	margin-top: 70px;
	font-size: 30px;
	line-height: 1;
	color: #493930;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.cmn-shop__h::after {
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	margin: 20px auto 0;
	background: url(../img/parts/block-ttl/dots.png) no-repeat center / cover;
}
.cmn-shop__list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cmn-shop__item {
	width: 100%;
}
.cmn-shop__item:not(:first-of-type) {
	margin-top: 85px;
} /* :not(:first-of-type) ------------ */
.cmn-shop__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #ff7f41;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 10px 30px 10px;
	border-radius: 10px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	transition: background-color 0.3s ease;
	position: relative;
}
.cmn-shop__ttl::after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	height: 1em;
	line-height: 1;
	font-size: 28px;
	margin-left: 45px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.cmn-shop__ttl:hover {
		background-color: #493930;
	}
}
/* /pc-only -----------*/
.cmn-shop-cnt {
	margin-top: 45px;
}
.cmn-shop-cnt-block:not(:first-of-type) {
	margin-top: 40px;
} /* :not(:first-of-type) ------------ */
.cmn-shop-cnt-block__sep {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.cmn-shop-cnt-block__img {
	width: 460px;
	height: 273px;
}
.cmn-shop-cnt-block__info {
	flex: 1;
	margin-left: 40px;
}

.cmn-shop-cnt-block__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #595959;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__link:hover {
		color: #ff7f41;
	}
	.cmn-shop-cnt-block__link:hover ::after {
		color: #fff;
	} /* after ------------*/
	.cmn-shop-cnt-block__link:hover .cmn-shop-cnt-block__icon {
		border-color: #ff7f41;
		background-color: #ff7f41;
	}
} /* PC only ------------ */
.cmn-shop-cnt-block__detail {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0;
}
.cmn-shop-cnt-block__address {
	margin-top: 16px;
}
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__address p br {
		display: none;
	}
} /* PC only ------------ */
.cmn-shop-cnt-block__icon {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #463A31;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.cmn-shop-cnt-block__icon::after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	position: absolute;
	height: 1em;
	width: fit-content;
	line-height: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 20px;
	transition: color 0.3s ease;
} /* after ------------*/
.cmn-shop-cnt-block__time {
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__time br {
		display: none;
	}
	.cmn-shop-cnt-block__time .brdb {
		display: block;
	}
} /* PC only ------------ */

.cmn-shop-cnt-block__btnarea {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.cmn-shop-cnt-block__btn {
	display: block;
	position: relative;
	width: 202px;
	border-radius: 5px;
	padding: 10px 25px;
	border: 1px solid #F3601A;
	color: #463A31;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__btn:hover {
		background-color: #ff7f41;
		background-color: #ff7f41;
		color: #fff;
	}
	.cmn-shop-cnt-block__btn:hover::after {
		color: #fff;
	}
	.cmn-shop-cnt-block__btn:hover .ico_blog .svg-path {
		fill: #fff;
	}
} /* PC only ------------ */
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__btn::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		margin: auto;
		transition: color 0.3s ease;
	}
} /* PC only ------------ */

.cmn-shop-cnt-block__btn::after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	height: 1em;
	width: fit-content;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
	color: #7b6660;
} /* after ------------*/
.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog::after {
	content: none;
} /* after ------------*/
@media screen and (min-width: 768px) {
	.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog .ico_blog {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto;
	}
} /* PC only ------------ */
.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog .ico_blog {
	width: 15px;
	height: 15px;
}
.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog .ico_blog .svg-path {
	transition: fill 0.3s ease;
}
.cmn-shop__attention {
	padding: 0;
	margin-top: 5px;
	font-size: 12px;
	color: #e60012;
	line-height: 1.5;
	font-weight: bold;
}
.cmn-shop__attention__item {
	text-indent: -1em;
	margin-left: 1em;
}
.cmn-shop__attention__item:not(:last-child) {
	margin-bottom: 5px;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	/*------------------------------------------------
	btn
	------------------------------------------------*/

	.linkbtn01 {
		width: 300px;
		max-width: 300px;
		width: 100%;
		height: 60px;
		padding: 0 10px;
	}

	.linkbtn01-bnr {
		max-width: 100%;
		height: auto;
		padding: 10px 15px;
	}

	/*------------------------------------------------
	第2下層メイン
	------------------------------------------------*/

	.pmain01 {
		height: 175px;
		background: url(../img/parts/pmain01/sp/bg_01.jpg) no-repeat left / cover;
	}
	.pmain01__in {
		width: 100%;
		padding: 50px 20px 0;
	}
	.pmain01__ttl-wrap::before {
		top: -45px;
	}
	.pmain__ttl {
		font-size: 21px;
		line-height: 1.4;
		margin-top: 15px;
	}
	.pmain01__img {
		right: 15px;
	}

	/*------------------------------------------------
	SPのみ ページ内リンク
	------------------------------------------------*/

	.sp-pagelink {
		width: 100%;
	}
	.sp-pagelink__list {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.sp-pagelink__item {
		width: 50%;
		background-color: #ff7f41;
	}
	.sp-pagelink__item:nth-child(odd) {
		border-right: 1px solid #ffba99;
	}
	.sp-pagelink__item:not(:nth-last-child(-n + 2)) {
		border-bottom: 1px solid #ffba99;
	}
	.sp-pagelink__link {
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 10px 30px 10px 20px;
		position: relative;
	}
	.sp-pagelink__link::after {
		content: "\f107";
		font-family: fontawesome;
		height: 1em;
		line-height: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
	}

	/*------------------------------------------------
	第2下層メイン FAQとか会社概要とか
	------------------------------------------------*/

	.pmain02 {
		height: 85px;
		padding-bottom: 10px;
	}
	.pmain02__en {
		width: 100px;
	}
	.pmain02__ttl {
		font-size: 20px;
		margin-top: 3px;
	}

	/*------------------------------------------------
	第3下層メイン about以下
	------------------------------------------------*/

	.pmain03 {
		height: 145px;
		padding-bottom: 10px;
	}
	.pmain03__ttl-wrap {
		line-height: 1;
		min-width: 200px;
	}
	.pmain03__head-ttl-en {
		width: 69px;
	}
	.pmain03__head-ttl {
		font-size: 14px;
		margin-top: 8px;
	}
	.pmain03__ttl {
		margin-top: 15px;
		font-size: 20px;
		padding: 10px;
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		line-height: 1.3;
	}

	/*------------------------------------------------
	第3下層メイン datsumou配下
	------------------------------------------------*/

	.pmain04 {
		height: 145px;
		padding-bottom: 10px;
	}
	.pmain04::after{
		height: 145px;
		left: 30%;
	}
	.pmain04__ttl-wrap {
		line-height: 1;
		min-width: 300px;
	}
	.pmain04__head-ttl-en {
		width: 69px;
	}
	.pmain04__head-ttl {
		font-size: 14px;
		margin-top: 8px;
	}
	.pmain04__ttl {
		margin-top: 15px;
		font-size: 20px;
		padding: 0;
		line-height: 1.3;
	}

	/*------------------------------------------------
	英語背景 3点リーダー付タイトル
	------------------------------------------------*/
	.block-ttl01 {
		font-size: 21px;
	}
	.block-ttl01::after {
		margin: 15px auto 0;
	}

	/*------------------------------------------------
	キャンペーンブロック
	------------------------------------------------*/
	.campaign {
		padding: 30px 0 45px;
	}
	.campaign__in {
		width: 100%;
		margin: 0 auto;
	}
	.campaign-list {
		margin: 25px 0 27px;
		height: 415px;
		position: relative;
	}
	.campaign-list .slick-dots {
		width: 100%;
		margin-top: 20px;
		font-size: 0;
		text-align: center;
	}
	.campaign-list .slick-list {
		overflow: visible;
	}
	.campaign-list .slick-dots li {
		display: inline-block;
		margin: 0 10px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		overflow: hidden;
	}
	.campaign-list .slick-dots li button {
		text-indent: 100%;
		background: #c9c9c9;
		display: block;
		width: 100%;
		height: 100%;
	}
	.campaign-list .slick-dots li.slick-active button {
		background: rgb(156,49,49);
	}

	.campaign-list__item {
		/*margin-right: 30px;*/
		width: 280px;
		height: 385px;
		border-radius: 10px;
		box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.campaign-list__img {
		height: 175px;
	}
	.campaign-list__content {
		padding: 15px 20px 0;
	}
	.campaign-list__title {
		font-size: 18px;
		line-height: 25px;
	}
	.campaign-list__time {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.campaign-list__text {
		font-size: 13px;
		line-height: 23px;
		height: 91px;
	}

	.campaign-btn {
		width: 300px;
	}
	.campaign-btn__item {
		width: 300px;
		height: 60px;
		margin-bottom: 27.5px;
	}
	.campaign-btn__item:last-child {
		margin-bottom: 0;
	}
	.campaign-btn__item a {
		border-radius: 5px;
		line-height: 60px;
		font-size: 16px;
	}
	.counseling__btn a {
		background:url(../img/campaign/ico_02.png) no-repeat center left 45px /15px #f3601a;
	}
	.campaign-btn__item--store {
		height: 75px;
	}
	.campaign-btn__item--store a {
		line-height: 75px;
		padding-top: 10px;
	}
	.campaign-btn__item--store a span {
		width: 260px;
		height: 20px;
		top: 10px;
		border-radius: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.campaign-btn__item--store a::before {
		width: 20px;
		height: 18px;
		margin-right: 12px;
		top: 3px;
	}
	.campaign-btn__item--store a span::after {
		border-top: 8.2px solid #fff;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		bottom: -8.2px;
	}

	/*------------------------------------------------
	FAQ
	------------------------------------------------*/

	.faq__list {
	}
	.faq__item {
	}
	.faq__item:not(:last-child) {
		margin-bottom: 15px;
	}

	/*------------ faq__item-q ------------*/

	.faq__item-q {
		padding: 15px 45px 15px 20px;
	}
	.faq__item-q::after {
		right: 20px;
		font-size: 20px;
	}
	.faq__item-icon {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.faq__item-q-txt {
		width: calc(100% - 30px);
		padding-left: 15px;
		font-size: 15px;
	}

	/*------------ faq__item-a ------------*/
	.faq__item-a {
		padding: 15px 20px;
	}
	.faq__item-a-txt {
		font-size: 13px;
		line-height: 23px;
		width: calc(100% - 30px);
		padding-left: 15px;
	}
	.faq__item-a-txt-link:hover {
		text-decoration: underline;
	}

	/*------------------------------------------------
	お問い合わせブロック
	------------------------------------------------*/

	.contact01 {
		margin-top: 0;
	}
	.contact01__in {
		padding: 35px 20px 20px;
	}
	.contact01__ttl {
		width: 70%;
		height: 25px;
		font-size: 13px;
		top: -12.5px;
	}
	.contact01__ttl::after {
		border-width: 8px 6px 0 6px;
		bottom: -8px;
	}
	.contact01__block {
		display: block;
		margin-top: 0;
	}
	.contact01__tel-wrap {
		line-height: 1;
	}
	.contact01__tel-ico {
		width: 14px;
	}
	.contact01__tel {
		font-size: 28px;
	}
	.contact01__tel-txt {
		margin-top: 5px;
	}
	.contact01__tel-txt span {
		width: 80px;
		height: 23px;
		font-size: 12px;
		margin-right: 10px;
	}
	.contact01__tel-txt p {
	}
	.contact01__tel-btn img {
		width: 16px;
	}
	.contact01__tel-btn {
		width: 265px;
		font-size: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
		padding: 15.5px 0 8.5px;
	}
	.contact01__lead {
		padding: 0px 30px;
		font-size: 11px;
		letter-spacing: 0.03em;
	}
	.contact01__sep {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2px;
		font-size: 15px;
	}
	/*------------------------------------------------
	about下層
	------------------------------------------------*/

	/*------------ a-lead ------------*/

	.a-lead {
		padding: 30px 20px 50px;
	}
	.a-lead__in {
	}
	.a-lead__ico {
		width: 60px;
	}
	.a-lead__ttl {
		font-size: 18px;
		margin-top: 15px;
		line-height: 1.4;
	}
	.a-lead__txt {
		font-size: 14px;
		margin-top: 10px;
	}

	/*------------------------------------------------
	about下層 共通ナビ a-nav
	------------------------------------------------*/

	.a-nav {
		padding: 30px 20px 25px;
	}
	.a-nav__item {
		width: 49%;
		margin-bottom: 2%;
	}
	.a-nav__link {
		border-radius: 5px;
		padding: 8px 5px;
	}
	.a-nav__item-ico {
		width: 40px;
	}
	.a-nav__item-txt {
		font-size: 14px;
		margin-top: 5px;
	}

	/*------------------------------------------------
	about下層 a-check
	------------------------------------------------*/

	.a-check {
		padding: 65px 20px 30px;
		margin-top: 0;
	}
	.a-check__in {
	}
	.a-check__head {
		padding: 20px 15px 30px;
	}
	.a-check__head::before {
		width: 216.5px;
		height: 79px;
		top: -79px;
	}
	.a-check__head-ttl {
		font-size: 23px;
	}
	.a-check__head-ttl span {
		font-size: 15px;
	}
	.a-check__head-txt {
		margin-top: 10px;
		line-height: 1.6;
	}
	.a-check__block-ttl {
		font-size: 20px;
		padding: 3px 10px;
	}
	.a-check__block-in {
		padding: 15px 15px 20px;
	}
	.a-check__block-top-txt {
		font-size: 14px;
		line-height: 1.6;
	}
	.a-check__block-img {
	}

	/*------------------------------------------------
	店舗エリアトップ area
	------------------------------------------------*/
	.area {
		padding: 30px 20px;
	}
	.area__list {
		display: block;
	}
	.area__item {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 20px;
		padding: 20px 15px;
	}
	.area__item-ttl {
		font-size: 19px;
	}
	.area__item-table {
		margin: 15px 0 20px;
	}
	.area__item-dl {
		font-size: 12px;
		line-height: 1.3;
	}
	.area__item-dt {
		padding: 10px 5px;
		width: 90px;
	}
	.area-info-btn {
		width: 100%;
		max-width: 170px;
		height: 32px;
		line-height: 32px;
	}
	.area-info-btn img {
		height: 17.5px;
		margin-left: 10px;
		margin-top: -3px;
	}
	.area__item-dd {
		padding: 10px 7px;
		width: calc(100% - 90px);
	}
	.area__item .linkbtn01 {
		width: 100%;
		max-width: 280px;
		height: 55px;
		padding-top: 25px;
	}
	.area__item-dd .line {
		display: block;
	}
	.inst_img {
		width: 40px;
		margin-left: 0;
	}
	.line_img {
		width: auto;
		margin: 0;
		margin-bottom: 5px;
	}
	.area__seo {
		padding: 20px 20px;
		width: 100%;
	}
	.area__seo-txt {
		line-height: 1.5;
	}
	.area__item-attention {
		font-size: 12px;
		line-height: 1.3;
		margin-top: 5px;
	}
	/*------------------------------------------------
	店舗一覧
	------------------------------------------------*/
	.cmn-shop {
		width: 100%;
		padding: 0 15px;
	}
	.cmn-shop__h {
		margin-top: 40px;
		font-size: 17px;
		margin-bottom: 15px;
	}
	.cmn-shop__h::after {
		margin: 15px auto 0;
	}
	.cmn-shop__list {
		display: block;
	}
	.cmn-shop__item {
		width: 100%;
	}
	.cmn-shop__item:not(:first-of-type) {
		margin-top: 50px;
	} /* :not(:first-of-type) ------------ */
	.cmn-shop__ttl {
		padding: 10px;
		font-size: 20px;
	}
	.cmn-shop__ttl::after {
		line-height: 1;
		font-size: 24px;
		margin-left: 12px;
	}
	.cmn-shop-cnt {
		margin-top: 35px;
	}
	.cmn-shop-cnt-block:not(:first-of-type) {
		margin-top: 30px;
	} /* :not(:first-of-type) ------------ */
	.cmn-shop-cnt-block__sep {
		display: block;
	}
	.cmn-shop-cnt-block__img {
		width: 100%;
		height: auto;
	}
	.cmn-shop-cnt-block__info {
		margin-left: 0;
		margin-top: 20px;
	}

.cmn-shop-cnt-block__link {
	align-items: flex-start;
	padding-bottom: 13px;
	font-size: 20px;
}
.cmn-shop-cnt-block__detail {
	font-size: 14px;
}
.cmn-shop-cnt-block__address {
	margin-top: 13px;
}
.cmn-shop-cnt-block__icon {
	width: 34px;
	height: 34px;
}
.cmn-shop-cnt-block__icon::after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	position: absolute;
	height: 1em;
	width: fit-content;
	line-height: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 20px;
} /* after ------------*/

.cmn-shop-cnt-block__btnarea {
	gap: 11px;
	margin-top: 15px;
}

.cmn-shop-cnt-block__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: calc((100% - 11px ) / 2);
	padding: 9px;
	font-size: 13px;
}
.cmn-shop-cnt-block__btn::after {
	content: "\f105";
	font-family: fontawesome;
	display: block;
	height: 1em;
	width: fit-content;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
	color: #7b6660;
} /* after ------------*/
.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog::after {
	content: none;
} /* after ------------*/

.cmn-shop-cnt-block__btn.cmn-shop-cnt-block__btn--blog .ico_blog {
	width: 15px;
	height: 15px;
}




	.cmn-shop__attention {
		padding: 0 20px 15px;
		margin-bottom: 10px;
		margin-top: 0;
	}
}
