@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		min-height: 50vh;
		display: block;
	}

	.inner_wrap {
		position: relative;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_top {
		position: relative;
	}
	.main_top_in {
		position: relative;
	}
}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 80px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #533a1d;
		font-weight: 700;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 8vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 60vw;
		background-color: #533a1d;
		font-weight: 700;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	いつまでもいつもの床屋で在り続ける。

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row01 {
		background: url(../img/bg_top01.jpg) right top / auto 100% no-repeat;
		padding: 6.25vw 40vw 8.33vw 7.7vw;
	}
	.row01 .left {
		width: 22% !important;
	}
	.row01 .right {
		width: 78% !important;
		padding: 6vw 0 0 3.65vw;
	}

	/* 見出し */
	.row01 .left img {
		width: 100%;
		height: auto;
	}

	/* テキスト */
	.row01 .text {
		font-size: 1.354vw;
	}


	/* リンク */
	.row01 .link_common {
		margin-top: 2em;
	}
	.row01 .link_common ul {
		text-align: left;
	}
	.row01 .link_common ul li {
		font-size: 1.19vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row01 {
		background: url(../img/bg_top_sp01.jpg) center bottom / 82vw auto no-repeat;
		padding: 16vw 8vw 92vw;
	}
	.row01 .left {
	}
	.row01 .right {
	}

	/* 見出し */
	.row01 .left img {
		width: 40%;
		height: auto;
	}

	/* テキスト */
	.row01 .text {
		font-size: 3.9vw;
		margin-top: 8vw;
	}


	/* リンク */
	.row01 .link_common {
		margin-top: 2em;
	}
}





/* ================================================================================

	MENU

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row02 {
		background: url(../img/bg_wood.jpg) center top / 90.625vw auto repeat;
		padding: 160px 0;
	}

	/* 見出し */
	.title01 {
		text-align: center;
		color: #ffffff;
	}
	.title01 h2 {
		background: url(../img/icon_hasami01.png) center top / 22px auto no-repeat;
		font-size: 44px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		padding-top: 30px;
	}
	.title01 p {
		font-size: 23px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0;
	}


	/* 料金ボックス
	----------------------------------------------- */
	.row02_in {
		margin-top: 40px;
	}
	.row02_in .left {
		padding-right: 20px;
	}
	.row02_in .right {
		padding-left: 20px;
	}

	.price_box {
		position: relative;
		background-color: #fffcf7;
		border: 4px solid #e7d9c0;
		text-align: center;
		padding: 40px 0;
	}
	.price_box::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/top_corner.png) center top / contain no-repeat;
		width: 54px;
		height: 54px;
		top: -4px;
		left: -4px;
	}
	.price_box h3 {
		font-size: 38px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #533a1d;
	}
	.price_text {
		font-size: 23px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 35px;
	}
	.price_text2 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #c51b53;
	}


	/* リンク */
	.row02 .link_common ul li a {
		background-color: #fffcf7;
		color: #533a1d;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row02 {
		background: url(../img/bg_wood_sp.jpg) center top / 100% auto repeat;
		padding: 16vw 8vw;
	}

	/* 見出し */
	.title01 {
		text-align: center;
		color: #ffffff;
	}
	.title01 h2 {
		background: url(../img/icon_hasami01.png) center top / 4vw auto no-repeat;
		font-size: 6vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		padding-top: 6vw;
	}
	.title01 p {
		font-size: 3.5vw;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0;
	}


	/* 料金ボックス
	----------------------------------------------- */
	.row02_in {
		margin-top: 8vw;
	}
	.row02_in .left {
	}
	.row02_in .right {
		margin-top: 8vw;
	}

	.price_box {
		position: relative;
		background-color: #fffcf7;
		border: 1vw solid #e7d9c0;
		text-align: center;
		padding: 8vw 0;
	}
	.price_box::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/top_corner.png) center top / contain no-repeat;
		width: 10vw;
		height: 10vw;
		top: -1vw;
		left: -1vw;
	}
	.price_box h3 {
		font-size: 6vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #533a1d;
	}
	.price_text {
		font-size: 4vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 6vw;
	}
	.price_text2 {
		font-size: 5vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #c51b53;
	}


	/* リンク */
	.row02 .link_common ul li a {
		background-color: #fffcf7;
		color: #533a1d;
	}
}





/* ================================================================================

	STYLE

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row03 {
		padding: 160px 0;
	}

	/* 見出し */
	.title02 {
		text-align: center;
	}
	.title02 h2 {
		background: url(../img/icon_hasami02.png) center top / 22px auto no-repeat;
		font-size: 44px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		padding-top: 30px;
	}
	.title02 p {
		font-size: 23px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0;
	}

	/* ギャラリー */
	.gallery_box {
		margin-top: 30px;
	}
	.gallery_box .gallery-item {
		padding: 10px;
	}
	.gallery_box .gallery-item img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}

	/* リンク */
	.row03 .link_common {
		margin-top: 40px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row03 {
		padding: 16vw 8vw;
	}

	/* 見出し */
	.title02 {
		text-align: center;
	}
	.title02 h2 {
		background: url(../img/icon_hasami02.png) center top / 4vw auto no-repeat;
		font-size: 6vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		padding-top: 6vw;
	}
	.title02 p {
		font-size: 3.5vw;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0;
	}


	/* ギャラリー */
	.gallery_box {
		margin-top: 6vw;
	}
	.gallery_box .gallery-item {
		width: 50%;
		padding: 2vw;
	}
	.gallery_box .gallery-item img {
		width: 100%;
		height: 38vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
}





/* ================================================================================

	ACCESS/RESERVATION

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row04 {
		background: url(../img/bg_wood.jpg) center top / 90.625vw auto repeat;
		padding: 160px 0;
	}


	/* ACCESS
	----------------------------------------------- */
	.row04_in {
		margin-top: 40px;
	}

	.row04_in .left {
		width: 50% !important;
	}
	.row04_in .right {
		width: 50% !important;
		background-color: #fffcf7;
		padding: 100px 40px 0;
	}


	/* リンク */
	.row04_in .right .link_common {
		margin-top: 2em;
	}
	.row04_in .right .link_common ul {
		text-align: right;
	}



	/* RESERVATION
	----------------------------------------------- */
	.title01b {
		padding-top: 80px;
		margin-top: 80px;
	}

	.row04_in2 {
		margin-top: 40px;
	}
	.row04_in2 .left {
		padding-right: 20px;
	}
	.row04_in2 .right {
		padding-left: 20px;
	}

	.re_box {
		position: relative;
		background-color: #fffcf7;
		border: 4px solid #e7d9c0;
		text-align: center;
		padding: 70px 54px;
	}

	/* 電話ボックス */
	.re_box01 {
		background: url(../img/bg_top02.jpg) center top / cover no-repeat;
		color: #ffffff;
	}
	.re_tel {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	.re_tel a {
		pointer-events: none;
		font-size: 2em;
		letter-spacing: 0.05em;
		color: #ffffff;
		margin-left: 0.1em;
	}

	.re_text1 h3 {
		font-size: 23px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #fee3b0;
		margin-top: 0.2em;
	}
	.re_text1 p {
		font-size: 23px;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0.2em;
		line-height: 1.5;
	}

	.re_text2 {
		font-size: 18px;
		color: #fee3b0;
		margin-top: 1em;
	}

	/* LINE公式ボックス */
	.re_box02 {
		padding-top: 80px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row04 {
		background: url(../img/bg_wood_sp.jpg) center top / 100% auto repeat;
		padding: 16vw 8vw;
	}


	/* ACCESS
	----------------------------------------------- */
	.row04_in {
		margin-top: 6vw;
	}

	.row04_in .left {
	}
	.row04_in .right {
		background-color: #fffcf7;
		padding: 6vw;
	}


	/* リンク */
	.row04_in .right .link_common {
		margin-top: 2em;
	}



	/* RESERVATION
	----------------------------------------------- */
	.title01b {
		padding-top: 8vw;
		margin-top: 8vw;
	}

	.row04_in2 {
		margin-top: 6vw;
	}
	.row04_in2 .left {
	}
	.row04_in2 .right {
	}

	.re_box {
		position: relative;
		background-color: #fffcf7;
		border: 1vw solid #e7d9c0;
		text-align: center;
		padding: 12vw 6vw;
	}

	/* 電話ボックス */
	.re_box01 {
		background: url(../img/bg_top02.jpg) center top / cover no-repeat;
		color: #ffffff;
	}
	.re_tel {
		font-size: 4vw;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	.re_tel a {
		font-size: 2em;
		letter-spacing: 0.05em;
		color: #ffffff;
		margin-left: 0.1em;
	}

	.re_text1 h3 {
		font-size: 5vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		color: #fee3b0;
		margin-top: 0.2em;
	}
	.re_text1 p {
		font-size: 4vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin-top: 0.2em;
		line-height: 1.5;
	}

	.re_text2 {
		font-size: 3.5vw;
		color: #fee3b0;
		margin-top: 1em;
	}

	/* LINE公式ボックス */
	.re_box02 {
	}


	/* リンク */
	.row04_in2 .link_common ul li a {
		background-color: #fffcf7;
		color: #533a1d;
		width: 100%;
		padding: 1em 0;
		font-size: 5vw;
		border: 1vw solid #e7d9c0;
	}
	.row04_in2 .link_common ul li a span {
		position: relative;
		display: inline-block;
		padding-left: 9vw;
	}
	.row04_in2 .link_common ul li a span::before {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/icon_navi02.png) center top / contain no-repeat;
		width: 7vw;
		height: 7vw;
		top: 0.5vw;
		left: 0;
	}
}





/* ================================================================================

	NEWS

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.row05 {
		padding: 160px 0;
	}


	/* NEWS
	----------------------------------------------- */
	.post_wrap {
		margin-top: 40px;
	}
	.post_wrap ul {
		text-align: left;
	}
	.post_wrap ul li {
		display: block;
		font-size: 0;
		letter-spacing: -.4em;
		border-bottom: 1px solid #252525;
		padding: 10px;
	}
	.post_wrap ul li:first-of-type {
		margin-top: 0;
	}
	.post_date {
		display: inline-block;
		vertical-align: middle;
		width: 13%;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	.post_title {
		display: inline-block;
		vertical-align: middle;
		width: 87%;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0.05em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.post_title a {
		color: #252525;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.row05 {
		padding: 16vw 6vw;
	}


	/* NEWS
	----------------------------------------------- */
	.post_wrap {
		margin-top: 6vw;
	}
	.post_wrap ul {
		text-align: left;
	}
	.post_wrap ul li {
		display: block;
		font-size: 0;
		letter-spacing: -.4em;
		border-bottom: 1px solid #252525;
		padding: 10px;
	}
	.post_wrap ul li:first-of-type {
		margin-top: 0;
	}
	.post_date {
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	.post_title {
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	.post_title a {
		color: #252525;
	}
}
