/* CSS Document */

/* 初期化   *****************************************************/
body {
	font-family: "Helvetica", "Arial", "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo",
		"メイリオ", "sans-serif";
	color: #151515;
	line-height: 160%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

section,
footer {
	margin: 0px;
	padding: 0px;
}

a {
	color: #c4a560;
}
a:hover {
	color: #9fd6d2;
}

/****************************************************************/
/* 共通   *******************************************************/
/****************************************************************/

/* クリア関連  **************************************************/
.clear {
	clear: both;
}

.clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto !important;
}

.width_max {
	box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	width: 100%;
}

/* ヘッダー  ****************************************************/
header {
	background: #f0e6e0;
}

#head_line {
	text-align: center;
	font-size: 0.7em;
	color: #fff;
	background: #2b0000;
	line-height: 130%;
	padding: 2px;
}

/* ヘッダーメニュー */
header .head_menu {
	text-align: center;
	background: #fff;
	border-radius: 2px;
	height: 35px;
	padding: 3px 4px 4px 4px;
}
header a {
	color: #151515;
	text-decoration: none;
}
header .head_menu .mark {
	line-height: 25px;
	font-size: 25px;
}
header .desc {
	border: none;
	line-height: 8px;
	font-size: 8px;
	font-weight: bold;
}

/* Menu-map */
header #head_map.head_menu {
	width: 32px;
}

/* Menu-tel */
header #head_tel {
	text-align: center;
	background: url(../img/head_tel_bg8.gif) repeat-x 0 bottom;
	-webkit-background-size: 4px 60px;
	width: 104px;
	height: 31px;
	padding: 3px 4px 4px 4px;
	box-shadow:
		0 0 0 1px #ccc,
		0 0 0 2px #fff;
}
header #head_tel i {
	font-size: 1.4em;
}
header #head_tel .desc {
	padding-top: 1px;
}
header #head_tel .tel {
	font-size: 0.9em;
}

@media print {
	#gnavi {
		visibility: hidden;
	}
}

/* パンくずリスト ***********************************************/
#page_title {
	text-align: center;
}
#page_title a {
	color: #d6bf8d;
}
#page_title h1,
#page_title strong {
	font-family: "Arial Black", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ",
		"sans-serif";
	font-size: 2em;
	color: #fff;
	display: block;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#page_title ul {
	padding: 0;
}
#page_title ul li {
	font-size: 0.9em;
	display: inline; /*横に並ぶように*/
	list-style: none;
	color: #fff;
}
#page_title ul li:after {
	/* >を表示*/
	content: " > ";
	padding: 0 3px;
}
#page_title ul li:last-child:after {
	content: "";
}

/* コンテンツエリア  ********************************************/
.cts_area {
	background: #fff;
}
.cts_area_bg {
	background: #f0e6e0;
}

.cts_area h1,
.cts_area h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin: 28px 0;
}

.cts_area .desc {
	line-height: 170%;
	color: #797979;
}

.cts_area .link {
	width: 75%;
	margin: 16px auto;
	padding: 16px;
	text-align: center;
	border: 3px solid #ccc;
	background: #fff;
}

/* キャプション */
.caption {
	font-size: 0.9em;
	text-align: center;
}

/* 新着 */
.new {
	font-size: 0.8em;
	color: #fff;
	background: #d64452;
	font-weight: bold;
	border-radius: 2px; /* 角丸 */
	padding: 2px 8px 1px 8px;
	margin: 0 4px;
}

/* 特記事項 */
.attention {
	font-weight: bold;
	color: #d64452;
}

/* 店舗情報 */
table.salon_info {
	border-collapse: collapse;
	font-size: 0.9em;
	box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	width: 100%;
	margin: 0 0 40px 0;
	border-top: 1px solid #b9adac;
}
table.salon_info tr {
}
table.salon_info th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 16px 8px;
	margin: 0;
	border-bottom: 1px solid #b9adac;
}
table.salon_info td {
	vertical-align: top;
	padding: 16px 8px;
	margin: 0;
	border-bottom: 1px solid #b9adac;
}
img.mail_address {
	width: 180px;
	height: 24px;
}

/* インドアビュー */
.indoor_view {
	border: 1px solid #b9adac;
	padding: 1px;
	margin-bottom: 24px;
	box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	width: 100%;
}

/* トップへ戻るボタン  ****************************************/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 4px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9fd6d2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 地図  ********************************************************/
#gmap {
	padding: 0;
	margin: 0;
}

/* フッター  ****************************************************/
footer {
	clear: both;
	margin: 0;
}
#foot_info {
	color: #fff;
	background: #413636;
	padding: 24px 16px;
}
#foot_info h2 {
	font-family: "Arial Black", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ",
		"sans-serif";
	letter-spacing: 2px;
	padding-bottom: 16px;
	font-size: 1.2em;
	border-bottom: 1px solid #968787;
}
#foot_info div,
#foot_info #foot_nav {
	font-size: 0.8em;
}
#foot_info div.indent {
	margin-bottom: 64px;
}
#foot_info div i {
	color: #968787;
	margin-right: 4px;
}
#foot_nav {
	padding: 0;
}
#foot_nav li {
	list-style: none;
}
#foot_nav a {
	color: #fff;
	text-decoration: none;
}
#copyright {
	color: #968787;
}

/****************************************************************/
/* ハンバーガーメニュー *****************************************/
/****************************************************************/
nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: none;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.6s;
}

@media (max-width: 959px) {
	nav.globalMenuSp {
		overflow: scroll;
		height: 100%;
		width: 100%;
	}
}
@media (min-width: 960px) {
	nav.globalMenuSp {
		width: 30%;
		border: 4px solid #000;
		border-radius: 2px;
	}
}

nav.globalMenuSp ul {
	background: #f0e6e0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	text-align: right;
	font-size: 1.1em;
	list-style-type: none;
	padding: 0 16px;
	-moz-box-sizing: border-box; /* border・paddingも幅に含める */
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 8px 0;
	text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

/* メニュー線 */
.navToggle {
	display: block;
	position: fixed; /* bodyに対しての絶対位置指定 */
	left: 12px;
	top: 32px;
	width: 40px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	background: #fff;
	border-radius: 2px;
	text-align: center;
}

.navToggle span {
	display: block;
	position: absolute; /* .navToggleに対して */
	width: 26px;
	border-bottom: solid 2px #2b0000;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	left: 7px;
	top: 0px;
}

.navToggle span:nth-child(1) {
	top: 6px;
}

.navToggle span:nth-child(2) {
	top: 13px;
}

.navToggle span:nth-child(3) {
	top: 20px;
}

.navToggle span:nth-child(4) {
	border: none;
	font-size: 8px;
	font-weight: bold;
	top: 20px;
}

/* タップした後のcss */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*****************************************************************
*****************************************************************/

/* 両脇に中央線 **************************************************
*****************************************************************/
.lines-on-sides,
h2,
.cts_area h1 {
	display: table;
	text-align: center;
	white-space: nowrap;
}
.lines-on-sides:after,
.lines-on-sides:before,
h2:after,
h2:before,
.cts_area h1:after,
.cts_area h1:before {
	content: "";
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(
		transparent 50%,
		#ccc 10%,
		#ccc -webkit-calc(10% + 1px),
		transparent -webkit-calc(10% + 1px)
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(10%, #ccc),
		color-stop(#ccc calc(10% + 1px)),
		to(transparent calc(50% + 1px))
	);
	background: linear-gradient(transparent 50%, #ccc 10%, #ccc calc(10% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.lines-on-sides:after,
h2:after,
.cts_area h1:after {
	border-left: 1.5em solid transparent;
}
.lines-on-sides:before,
h2:before,
.cts_area h1:before {
	border-right: 1.5em solid transparent;
}
/*****************************************************************
*****************************************************************/

/****************************************************************/
/* レスポンシブ ◆960px未満◆   *********************************/
/****************************************************************/
@media (max-width: 959px) {
	/* 共通   *****************************************************/
	/* 強制非表示 */
	.sp_hidden {
		display: none !important;
	}

	/* ヘッダー  **************************************************/
	#head {
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		width: 100%;
		padding: 14px 8px 8px 8px;
		margin: 0;
		background: url(../img/head_bg8.gif) 0 bottom repeat-x;
		-webkit-background-size: 4px 200px;
		/*border-bottom: 3px double #2b0000;*/
	}
	#head_left {
		float: left;
		width: 32%;
	}
	#navToggle,
	#head_map {
	}
	#head_map {
		margin: 0 4px 4px 52px;
	}
	#head_map img {
		width: 40px;
		height: 42px;
		border-radius: 2px;
	}
	#head_logo {
		float: left;
		width: 30%;
		text-align: center;
	}
	#head_logo img {
		width: 126px;
	}
	/* Menu-tel */
	#head_tel {
		margin: 2px;
	}
	#head_tel {
		float: right;
		width: 38%;
	}

	/* メイン画像  ************************************************/
	#main_img {
		background: #f0e6e0;
		padding: 8px 0;
	}

	/* パンくずリスト ***********************************************/
	#page_title {
		background: url(../img/pkz_bg1800.jpg) 50% 0 no-repeat;
		-webkit-background-size: 900px 160px;
		height: 112px;
		padding: 24px;
	}

	/* コンテンツエリア *******************************************/
	.cts_area {
		padding: 24px 16px;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		width: 100%;
	}

	.cts_area .desc {
		font-size: 0.8em;
	}

	dl.salon_info dt {
		width: 35%;
	}
	dl.salon_info dd {
		width: 65%;
	}

	/* インドアビュー */
	.indoor_view {
		height: 280px;
	}

	/* 埋め込み動画 */
	.video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.caption {
		font-size: 0.8em;
		text-align: center;
	}

	/* フッター ***************************************************/
	/* 地図 */
	#gmap {
		width: 100%;
		height: 240px;
		border-top: 1px solid #968787;
	}

	/* 店舗情報 */
	#foot_info {
		width: 100%;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	}
	#foot_nav li {
		width: 50%;
		float: left;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	}
}

/****************************************************************/
/* レスポンシブ ◆960px以上(PC)◆   *****************************/
/****************************************************************/
@media (min-width: 960px) {
	/* 共通   *****************************************************/
	/* 強制非表示 */
	.pc_hidden {
		display: none !important;
	}

	body {
		background: #f6f6f6;
	}

	/* ヘッダー  **************************************************/
	header {
		background: #fff;
	}

	#head {
		width: 752px;
		margin: 0 auto !important;
		padding-top: 8px;
	}
	#head_logo {
		float: left;
		width: 50%;
	}
	#head_logo img {
		width: 140px;
		height: 60px;
	}
	#head_tel {
		float: right;
		width: 38%;
		margin-top: 8px;
	}
	#head_tel .desc {
		font-size: 9px;
	}

	/* メイン画像  ************************************************/
	#main_img {
		background: #f0e6e0;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	#main_img img {
		padding: 0;
		margin: 0 auto;
	}

	/* パンくずリスト ***********************************************/
	#page_title {
		background: url(../img/pkz_bg1800.jpg) 50% -32px no-repeat;
		height: 240px;
		padding: 24px;
	}
	#page_title h1 {
		padding-top: 64px;
		color: #fff;
	}

	/* コンテンツエリア *******************************************/
	.cts_area {
		padding: 40px 64px 24px 64px;
		width: 752px;
		margin: 0 auto !important;
	}
	.cts_area .desc {
		font-size: 0.9em;
	}
	dl.salon_info dt {
		width: 30%;
	}
	dl.salon_info dd {
		width: 70%;
	}

	/* インドアビュー */
	.indoor_view {
		height: 480px;
	}

	/* 埋め込み動画 */
	.video {
		width: 400px;
		margin: 10px auto;
	}
	.video iframe {
		width: 400px;
		height: 300px;
	}

	/* フッター ***************************************************/
	footer {
		margin: 0;
	}

	/* 地図 */
	#gmap {
		width: 50%;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		float: left;
	}
	#gmap iframe {
		height: 524px;
	}

	/* 店舗情報 */
	#foot_info {
		width: 50%;
		min-height: 524px;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
		float: right;
	}
	/* コンテンツナビ */
	#foot_nav li {
		width: 25%;
		float: left;
		box-sizing: border-box; /* 余白やボーダーも含めた幅指定 */
	}
}

/*インスタグラム*/

.insta_list {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 20px;
	padding: 0;
	margin: 0;
}

.insta_list li {
	position: relative;
	width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 750px) {
	.insta_list li {
		width: calc((100% - 20px) / 2);
	}
}

.insta_list li::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.insta_list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.insta_btn {
	background-color: #413636;
	padding: 0.5em 1em;
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 120px;
}

.insta_btn a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}


.square-content p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgb(21, 21, 21);
	line-height: 1.4;
	margin: 0;
	font-size: 0.8em;
	color: #797979;
}
.square-content p:nth-child(3) {
	text-align: right;
	font-size: 12px;
}

.insta {
	padding-block: 20px;
}
.insta_list li {
	list-style: none;
}
.insta_list li a {
	text-decoration: none;
	transition: 0.3s;
}


@media (any-hover: hover) {
    /* ホバー可能なデバイスのスタイルをここに書く */
	.insta_list li a:hover,
	.insta_btn:hover{
		opacity: 0.7;
	}

}


