@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;
	overflow: hidden;
}

@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:middle;
	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: 750px;
	background: url("../img/main_vis.png") center/ cover;
	overflow: hidden;
}

.catch{
	width: 100%;
	display: flex;
    align-items: center;
    position: absolute;
	height: 750px;
	justify-content: center;
}

.catch img{
	max-width: 100%;
}


@media screen and (max-width: 768px) {
.main_vis{
	height:350px;
	background: url("../img/main_vis.png") cover;
}
	
.catch{
	height:350px;
}
	
.catch img{
	max-width: 90%;
}
}


/* ごあいさつ
-------------------------------------------------- */
#greeting{
	background:url("../img/greeting_left_img.png") left top no-repeat,url("../img/greeting_deco.png") top right no-repeat,url("../img/kabegami_bg.png") repeat fixed;
}

.greeting_txt_box{
	display: flex;
	justify-content: flex-end;
	/*background: linear-gradient(to right, #341001, #481b0a);
	padding: 40px;*/
}

.c_b_icon{
	display: flex;
	justify-content: space-between;
}

.countermeasures_box{
	background: #e9e1d9;
	padding: 50px;
	margin-top: 100px;
}

.countermeasures_box p{
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
#greeting{
	background:url("../img/greeting_deco.png") top right no-repeat,url("../img/kabegami_bg.png") repeat fixed;
}
.countermeasures_box{
	padding: 20px;
	margin-top: 50px;
	text-align: center;
}
	
.countermeasures_box p{
	margin-bottom: 20px;
	text-align: left;
}
.c_b_icon{
	display: inline-block;
}
	
.c_b_icon li{
	margin-bottom: 10px;
}
.c_b_icon li:last-child{
	margin-bottom: 0;
}
}


/* Laviereの特徴
-------------------------------------------------- */
#future{
	background:url("../img/wood_bg.png") repeat fixed;
}

.future-list {
	display: flex;
	flex-wrap: wrap;
}

.future-list li {
	width: calc((100% - 90px) / 3);
	margin: 0 45px 0 0;
}

.future-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.future-list li {
		width: calc((100%) / 1);
		margin: 0 0 40px 0;
	}
	
	.future-list li:last-child {
		margin: 0 0 0 0;
	}

	.future-list li:nth-child(1n) {
		margin-right: 0;
		text-align: center;
	}
	
.future-list li p{
		text-align: left;
}
}

/* 当サロンの施術について
-------------------------------------------------- */
.column-section02 {
	max-width: none;
	margin: 0;
	background: transparent;
	display: flex;
}

.column-section02 .thumb-column {
	width: 50%;
}

.column-section02 .thumb-column img {
	width: 100%;
}

.column-section02 .text-column {
	width: 50%;
	padding: 0 10%;
	line-height: 2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.column-section02.right-thumb .thumb-column {
	order: 1;
}

@media screen and (max-width: 768px) {
.column-section02 {
	display: block;
	margin: 0 0 40px 0;
	}
	
.column-section02:last-child {
	display: block;
	margin: 0;
	}

	.column-section02 .thumb-column {
	width: auto;
}

	.column-section02 .text-column {
	width: auto;
	padding: 16px;
}
}

/* Laviereの特徴
-------------------------------------------------- */
#aboutus{
	background:url("../img/left_top_deco.png") left 10px top 10px no-repeat,
		url("../img/right_bottom_deco.png") right 10px bottom 10px no-repeat,
		url("../img/salon_deco_top.png") right 20px top 20px no-repeat,
		url("../img/salon_deco_bottom.png") left 20px bottom 20px no-repeat,
		url("../img/kabegami_bg.png") repeat fixed;
}

/* メニュー
-------------------------------------------------- */
.menu_area{
	margin-bottom: 70px;
}

.menu_area:last-child{
	margin-bottom: 0;
}

.menu_txt{
	margin: auto 40px auto auto;
}

.menu_ttl{
	font-size: 22px;
	border-bottom: 1px solid #341001;
	color: #341001;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.body_menu_box{
	padding: 40px;
	background-color: #e9e1d9;
	background: url("../img/body_menu_box_deco.png") left bottom no-repeat,#e9e1d9;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.price_flow{
	display: flex;
	margin-bottom: 20px;
}

.price_flow li{
	font-size: 18px;
	font-weight: 500;
	margin: auto 10px auto;
}


.menu_box{
	padding: 40px;
	background-color: #fff;
	background: url("../img/menu_box_deco.png") right bottom no-repeat;
	margin-bottom: 30px;
	border: 1px solid #341001;
}

.price{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	width: 14%;
}

.option_list {
	display: flex;
	flex-wrap: wrap;
}

.option_list li {
	width: calc((100% - 90px) / 3);
	margin: 0 45px 20px 0;
}

.option_list li:nth-child(3n) {
	margin-right: 0;
}

.op_price{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	text-align:left;
}

@media screen and (max-width: 768px) {
.body_menu_box{
	padding: 20px;
	background-color: #e9e1d9;
	background: url("../img/body_menu_box_deco.png") left bottom no-repeat,#e9e1d9;
	display:inline-block;
	margin-bottom: 30px;
}	
	
.menu_box{
	padding: 20px;
	background-color: #fff;
	background: url("../img/menu_box_deco.png") right bottom no-repeat;
	margin-bottom: 30px;
	border: 1px solid #341001;
}
	
.price_flow{
	display: inline-block;
	margin-bottom: 20px;
}
	
.menu_txt{
	margin: auto auto 20px auto;
}
	
.price_flow li{
	margin: 10px auto;
	text-align: center;
}
	
.price{
	width: 40%;
}
	
.option_list {
	display: inline-block;
	flex-wrap: wrap;
}
	
.option_list li {
	width: 100%;
	margin: 0 0 20px 0;
}
	
.option_list li:last-child {
	width: 100%;
	margin: 0 0 0 0;
}
}



/* オーナー紹介
-------------------------------------------------- */
#introduction{
	background:url("../img/wood_bg.png") repeat fixed;
}

.column-section01 .column-section-inner {
	display: flex;
	justify-content: space-between;
}

.column-section01.right-thumb .thumb-column {
	margin: 0 0 0 20px;
	order: 1;
}

.column-section01.left-thumb .thumb-column {
	margin: 0 20px 0 0;
}

.column-section01-content span{
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.column-section01 .column-section-inner {
		display: block;
	}

	.column-section01.right-thumb .thumb-column,
	.column-section01.left-thumb .thumb-column {
		margin: 0 0 10px;
		text-align: center;
	}
}


/* お知らせ・コラム
-------------------------------------------------- */
#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;
	}
}

/* アクセス
-------------------------------------------------- */
#access{
	background:  url("../img/kabegami_bg.png") repeat fixed;
}

.table-column-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.table-column-wrap .table-column {
	width: 580px;
}

.table-column-wrap .access_img {
	width: 580px;
	margin-left: 30px;
}

.map-column{
	border: #6b4116 solid 1px;
	margin-bottom: 30px;
	}

@media screen and (max-width: 768px) {
.table-column-wrap .access_img {
	margin-left: 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 .access_img {
		width: auto;
	}
	
	.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: 100px 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;
}
}
