@charset "UTF-8";


/* Noto Sans JP コメントを外して使用してください */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap'); 

/* Noto Serif JP コメントを外して使用してください */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap'); */

/*
　※Noto Sans JP、Noto Serif JPのfont-weightの値
   Regular　→ 　400
   Medium　 → 　500
   Bold   　→　 700
   Black　  →   900
*/

body {
	color: #341001;
	line-height: 1.8;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 2px;
	/* 明朝体セット */
	/* コメントを外して使用してください */
	/*font-family: 'Noto Serif JP', serif;*/
	/* ゴシック体セット */
	/* コメントを外して使用してください */
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#wrapper {
	margin: 0 auto;
}

@media screen and (min-width: 480px) {
	#wrapper {
		min-width: calc( 1080px + 5%);
		max-width: 1920px;
	}
}

@media screen and (max-width: 480px) {
	#wrapper {
		min-width: 375px;
	}
}



/* ==================================================
タグ
================================================== */


/* リンク
-------------------------------------------------- */

a,
a img {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}

a:hover,
a:hover img {
	opacity: .6;
}

a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 480px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}


/* 端末別表示非表示設定
-------------------------------------------------- */

@media screen and (max-width: 480px) {
	.pc-only {
		/* PCでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}

@media screen and (min-width: 480px) {
	.sp-only {
		/* スマホでの閲覧時にのみ表示したいコンテンツにつける */
		display: none !important;
	}
}


/* 改行
-------------------------------------------------- */

.app-br {
	display: block;
}


/* box-sizing
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* ==================================================
テーブル
================================================== */

.styled-table01 {
	width: 100%;
	margin-right: 10px;
	line-height: 1.7;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 12px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #6b4116;
	background: #fff;
}

.styled-table01 th {
	width: 35%;
	font-weight: normal;
	background: #341001;
	color: #fff;
}

.styled-table01 thead th {
	background: #e6e6e6;
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}


/* ==================================================
ヘッダー
================================================== */

.header-inner {
	max-width: 100%;
	margin: 0 auto 0;
	padding: 4px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.h_right_cont {
	margin-top: 10px;
}



/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */

.header-fix-area-wrap {
	height: 109px;
	/* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	/* ヘッダーの固定部分の背景 */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}


/* h1
-------------------------------------------------- */

.header-description {
	width: 100%;
	padding: 0 0 8px 0;
	line-height: 1.2;
	font-size: 11px;
	font-weight: 300;
}
@media screen and (max-width: 480px) {
	.header-description {
		padding-right: 40px;
		line-height: 1.5;
	}
}


/* 問い合わせ
-------------------------------------------------- */

.header-contacts {
	line-height: 30px;
	display: flex;
	justify-content: flex-end;
}

.header-contacts li {
	margin: auto 10px;
}


/* 電話番号 */

.header-contacts .tel a {
	text-decoration: none;
	font-size: 25px;
	line-height: initial;
}

.header-contacts .tel span {
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	color: #341001;
}

/* メール */
.header-contacts .mail a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	background: #cab39b;
	padding: 2px 24px;
	color: #fff;
	font-weight: 400;
}

.header-information {
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-information .header-address {
	margin-left: 20px;
}


/* スマホメニュー時 お問い合わせ関係設定
-------------------------------------------------- */

.header-contacts-sp {
	border-bottom: 0;
	padding: 20px;
}

.h_right_cont_sp .header-contacts {
	display: block;
	padding: 0 20px;
}

.h_right_cont_sp .header-contacts .tel a {
	font-size: 24px;
	padding: 20px 0;
}


/* メール */

.h_right_cont_sp .header-contacts .mail a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	background: #cab39b;
	padding: 2px 24px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

/* Instagram */

.h_right_cont_sp .header-contacts .instagram a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	background: #cab39b;
	padding: 2px 24px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

.h_right_cont_sp .header-contacts .mail a:active {
    transform: translateY(3px);
    border-bottom: none;
}


.sns_box{
	display: flex;
	justify-content: center;
}

.header-information-sp {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.header-information-sp .header-address {
	display: flex;
}
@media screen and (max-width: 480px) {
	.header-information-sp .header-address {
		display: block;
	}
}


/* グローバルナビ
-------------------------------------------------- */

.header-nav {
	background: #fff;
}

.header-nav > div > ul {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav > div > ul > li {
	flex-grow: 1;
	position: relative;
}

.header-nav a {
	padding: 0 0 0 20px;
	line-height: 40px;
	color: #341001;
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 500;
}

.header-nav a:hover {
	color: #cab39b;
}



/* ドロップダウンメニュー
------------------------- */

.header-nav li ul {
	width: 100%;
	background: #cfcfcf;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 80%;
	z-index: 100;
	pointer-events: none;
}

.header-nav li:hover ul {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}



/* メインビジュアル
-------------------------------------------------- */
.main_vis{
    position: relative;
	width: 100%;
	height: 380px;
	background: url("../img/sb_vis.png") center/ cover;
	overflow: hidden;
}

.sb_ttl{
	width: 100%;
	display: flex;
    align-items: center;
    position: absolute;
	height: 380px;
	justify-content: center;
	font-size: 38px;
	color: #fff;
}

@media screen and (max-width: 768px) {
.main_vis{
	height:380px;
	background: url("../img/sb_vis.png")right;
}
}


/* サイトマップ
-------------------------------------------------- */
#sitemap{
	background:  url("../img/kabegami_bg.png") repeat fixed;
}

.sitemap_link{
	display: flex;
	justify-content: center;
}

.sitemap_link li{
	margin-right: 50px;
}

.sitemap_link li:last-child{
	margin-right:0;
}

/* スマホ
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.table-column-wrap {
		display: block;
	}

	.table-column-wrap .table-column {
		width: auto;
		margin: 0 0 30px;
	}

	.table-column-wrap .map-column {
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.header-inner {
		margin: 0;
		padding: 10px;
		display: block;
	}

	.h_right_cont {
		display: none;
	}

	.header-contacts li {
		margin: 0;
	}

	/* ロゴ */
	.header-logo {
		text-align: center;
	}

	/* スマホ　ハンバーガーボタン */
	#menuBtn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1500;
		width: 45px;
		height: 45px;
		padding: 7px;
		border: none;
		outline: none;
		background-color: #341001;
		transition: right 0.25s;
	}

	#menuBtn span {
		display: block;
		position: absolute;
		width: 31px;
		height: 4px;
		background-color: #fff;
		transition: transform 0.25s;
	}

	#menuBtn span:nth-child(1) {
		top: 11px;
	}

	#menuBtn span:nth-child(2) {
		top: 21px;
	}

	#menuBtn span:nth-child(3) {
		top: 31px;
	}

	#menuBtn.is-active {
		right: 80%;
	}

	#menuBtn.is-active span {
		top: 20px;
	}

	#menuBtn.is-active span:nth-child(1) {
		transform: rotate(45deg);
	}

	#menuBtn.is-active span:nth-child(2) {
		display: none;
	}

	#menuBtn.is-active span:nth-child(3) {
		transform: rotate(-45deg);
	}

	/* スマホ　メニュー */
	.header-navInner {
		overflow-y: scroll;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1250;
		width: 80%;
		height: 100%;
		background-color: #fff;
		transform: translateX(100%);
		transition: transform 0.25s;
	}

	.header-navInner.is-active {
		transform: translateX(0);
	}

	.header-nav > div > ul {
		display: block;
	}

	.header-nav > div > ul a,
	.header-nav > div > ul span {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 100%;
		margin: 0 0 -1px;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		line-height: 1.2;
		font-size: 13px;
	}

	.header-nav > div > ul li:first-child a {
		border-top: none;
	}

	.header-nav li ul {
		display: none;
		opacity: 1;
		position: static;
		top: 0;
		transition: none;
		background: #f9f9f9;
	}

	.header-pullbtn {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 56px;
		outline: none;
		border: none;
		background: rgba(0, 0, 0, 0.1);
		transition: All .4s ease;
	}

	.header-pullbtn:before,
	.header-pullbtn:after {
		content: "";
		background: #2f2f2f;
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		transition: All .4s ease;
		width: 16px;
	}

	.header-pullbtn:after {
		transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	}

	.header-pullbtn.is-active:after {
		transform: translateY(-50%) translateX(-50%);
	}

	.h_right_cont_sp .header-contacts .tel a {
		padding: 20px 0 0;
		font-size: 22px;
	}

	/* overlay */
	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
	}

	.overlay.is-active {
		display: block;
	}
}




/* ==================================================
フッター
================================================== */

.global-footer {
	background: #fff;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.footer-inner {
		padding: 20px;
		flex-direction: column;
		justify-content: center;
	}
}


/* ロゴ
-------------------------------------------------- */

.footer-logo {
	margin: 0 0 20px;
}


/* 会社概要
-------------------------------------------------- */

.footer-about li {
	margin: 0 0 8px;
	line-height: 1.2;
}


/* 電話番号 */

.footer-about .tel {
	font-size: 22px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}



/* コピーライト
-------------------------------------------------- */

.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 12px;
	display: block;
	background: #341001;
	color: #fff;
}

.footer-copyright a {
	color: inherit;
}


/* ==================================================
セクション
================================================== */

.section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 109px 0;
}

.salon-inner{
	max-width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

@media screen and (max-width: 480px) {
	.section-inner {
		padding: 50px 20px;
	}
	
	.salon-inner {
		padding: 50px 20px;
	}
}

/* 見出し
-------------------------------------------------- */

.styled-title01 {
	margin: 0 0 50px;
	text-align: center;
	font-weight: bold;
}

.styled-title02 {
	margin-bottom: 30px;
	color: #341001;/*文字色*/
    padding: 0.2em 0;/*上下の余白*/
    border-top: solid 1px #341001;/*上線*/
    border-bottom: solid 1px #341001;/*下線*/
	text-align: center;
	font-size: 24px;
}

.styled-title03{
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: 10px 0;
	font-weight: 400;
}

.styled-title04{
	color: #341001;
	font-size: 28px;
	margin-bottom: 20px;
}

.styled-title04:before{
    content: url("../img/salon_ttl_icon.png");
	vertical-align: middle;
	margin-right: 10px;
}

.styled-title05{
  background: linear-gradient(to right, #341001, #6b4116);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px;
  border-top: 4px double #fff;
  border-bottom: 4px double #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
.styled-title01 {
	margin: 0 0 40px;
	text-align: center;
	font-weight: bold;
}
	
.styled-title02 {
	margin-bottom: 20px;
	font-size: 22px;
}
	
.styled-title04{
	color: #341001;
	font-size: 24px;
	margin-bottom:8px;
}
}

/* お知らせ・コラム
-------------------------------------------------- */
#news{
	background:url("../img/news_deco.png") top left no-repeat, url("../img/news_bg.png") no-repeat top center / cover fixed;
}

.news_box{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 40px;
	margin-bottom: 50px;
}

.news_box li{
	margin-bottom: 20px;
}
.news_box li a{
	background: #e9e1d9;
	padding: 10px 20px;
	display: block;
}

.news_box li span{
	color: #6b4116;
	margin-right: 15px;
}

.news_box li:last-child{
	margin-bottom: 0;
}

.btn a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    background: #cab39b;
    padding: 8px 24px;
    color: #fff;
    font-weight: 400;
	width: 160px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.news_box{
		padding: 20px;
		margin-bottom: 40px;
	}
	.news_box li span {
		display: block;
	}
}

#news_detail {
	background: url(../img/kabegami_bg.png) repeat fixed;
}
#news_detail .article-date {
	margin-bottom: 30px;
}

/* pagenation
-------------------------------------------------- */
.pagenation {
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.pagenation li {
	font-size: 14px;
	margin: 3px;
	display: inline-block;
}
.pagenation li span,
.pagenation li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.pagenation .current span,
.pagenation li a:hover {
	background: #cab39b;
}

@media screen and (max-width: 768px) {
	.pagenation {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		justify-content: center;
	}
	.pagenation li a:hover {
		background: #eee;
	}
}

/*  page navigation
------------------------------------ */
.page_navi {
	font-size: 14px;
	margin: 50px 0 0;
}
.page_navi::before,
.page_navi::after {
	content: '';
	display: table;
}
.page_navi::after {
	clear: both;
}
.page_navi .back {
	text-align: center;
	margin: 0 100px;
}
.page_navi .next {
	float: left;
}
.page_navi .prev {
	float: right;
}
.page_navi a {
	text-decoration: none;
	padding: 5px 20px;
	background: #cab39b;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	position: relative;
}

@media screen and (max-width: 768px) {
	.page_navi a:hover {
		background: #f9f9f9;
	}
}
