@charset "UTF-8";
/* 各CSSの読み込み */
@import url("news.css");
@import url("topics.css");
@import url("menu.css");
@import url("concept.css");
@import url("hair_catalog.css");
@import url("staff.css");
@import url("faq.css");
@import url("recruit.css");
/* アクセス時のフェードイン */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: "游ゴシック",YuGothic,"游ゴシック体","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.fadein {
	opacity : 1;
	transform: translateY(-5px);
	transition: all 1s;
}
.center {
	width: 90%;
	margin: 0 auto;
}
.center img { 
	width: 99%;
	height: auto;
}
.thumbnail {
	width: 90%;
	margin: 0 auto 5px;
}
.thumbnail img,.thumbnail-thumb img{
	width: 100%;
}
.thumbnial-thumb .slick-next {
	right: 20px;
	z-index: 100;
}
.thumbnail-thumb .slick-prev {
	left: 15px;
	z-index: 100;
}
.thumbnail-thumb .slick-current {
	opacity: 0.5;
}
.thumbnail-thumb div div div {
	cursor: pointer;
}
/* 特殊 hr */
.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #EFE4B0;
}
.cp_hr02 {
	margin-top: 2px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DD0000;
}
.sub-title {
	font-family: "Sawarabi Mincho";
	color: #9F7C12;
	font-size: 30px;
}
.blur, .blur > img {
    margin: 0; padding: 0;
    border: 0;
}
/*############################*/
/* 951px以上                  */
/*############################*/
@media (min-width : 951px ) {
	/* スマホのみ表示 */
	.pc_delete {
		display: none;
	}
	/* コンテナ定義 */
	.container {
		background-color: #FFFFFF;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	/* header */
	.primary_header {
		margin-bottom: 10px;
	}
	/* hedder-ロゴ */
	.left_article {
		background-color: #FFFFFF;
		width: 20%;
		float: left;
		margin-top: 8px;
		margin-bottom: 12px;
	}
	/* hedder-TEL,ACCESS,BTN */
	.right_article {
		width: auto;
		margin-top: 8px;
		float: right;
	}
	.right_article a[href^="tel:"] {
		position: relative;	
		z-index: 1;
		float: left;
		margin-top: 5px;
		font-size: 17px;
		color: black;
	}
	.btn-success {
		position: relative;	
		z-index: 1;
		float: left;
		width: 140px;
		height: 43px;
		line-height: 42px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background-color: #DD0000;
		border-color: #DD0000;
		border-radius: 3px;
		text-decoration: none;
	}
	.btn-success:hover {
		background-color: #A32222;
	}
	/* hedder-コンテンツリスト */
	header .secondary_header {
		width: 100%;
		height: 39px;
		background-color: #DD0000;
		clear: left;
		margin: auto;
	}
	header .secondary_header ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	header .secondary_header ul li {
		list-style: none;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: center;
		width: 10.5%;
		display: inline-block;
		margin: 0 10px 0 0;
		background-color: #DD0000;
	}
	header .secondary_header ul li:hover {
		color: #000000;
		background-color: #ffffff;
		cursor: pointer;
	}
	header .secondary_header ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		display: block;
		transition: all 0.3s linear;
		background-color: #DD0000;
		color: #fff;
	}
	header .secondary_header ul li a:hover {
		background-color: #fff;
		color: #000;
	}
	header .secondary_header ul .social_icon {
    display: none;
	}
	.navToggle {
		display: none;
	}
	/* sub */
	#sub {
		width: 20%;
		float: right;
	}
	#sub .sitemap-parts {
		padding-top: 3px;
		padding-bottom: 35px;
		background-color: #EFE4B0;
	}
	.sitemap-parts headline {
		float: left;
		font-size: 95%;
		padding-left: 5%;
		padding-top: 5px;
	}
	#sub .sitemap-list {
		margin-top: 10px;
	}
	#sub .sitemap-list a {
		color: black;
	}
	#sub .sitemap-list a:hover {
		color: darkgray;
		text-decoration: none;
	}
	#sub .news-parts {
		padding-top: 11px;
		padding-bottom: 39px;
		background-color: #EFE4B0;
	}
	.news-parts headline {
		float: left;
		font-size: 95%;
		padding-left: 5%;
		padding-top: 5px;
	}
	.news-parts .btn-news {
		float: right;
		margin-right: 10px;
		width: 40%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 80%;
		color: #fff;
		background-color: #DD0000;
		border-color: #DD0000;
		border-radius: 3px;
		text-decoration: none;
	}
	.news-parts .btn-news:hover {
		background-color: #A32222;
	}
	#sub .news-list {
		max-height: 350px;
		overflow-y: scroll;
	}
	#sub .news-list a {
		color: black;
	}
	#sub .news-list a:hover {
		color: darkgray;
		text-decoration: none;
	}
	#sub #sub_form_info {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#sub #line_qr {
		width: 80%;
	}
	#sub #sub_social_icon {
		background-color: aqua;
		width: 40%;
		margin: 0 auto;
		margin-top: 14px;
	}
	#sub #sub_social_icon a[href*="instagram.com"] {
		float: left;
    background-color: #6b8ca9;
    background-image: linear-gradient(155deg,#1400c8,#b900b4,#f50000);
		border: 0;
	}
	#sub #sub_social_icon a[href*="facebook.com"] {
		float: right;
    background-color: #1778f2;
		border: 0;
	}
	#sub .fab, .far {
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		overflow: hidden;
		line-height: 1;
		font-size: 120%;
		color: #fff;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 100px;
		transition: 235ms ease;
	}
	.fab {
		font-family: "Font Awesome 5 Brands";
	}
	.fa, .fab, .fad, .fal, .far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
	/* main */
	#main {
		float: left;
		width: 79.5%;
	}
	/* main-見出し定義 */
	#main .headline {
		background-color: #EFE4B0;
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 1px;
		padding-left: 10px;
	}
	/* main-INFOMATION */
	.infomation {
		text-align: center;
		color: #9F7C12;
		font-size: 19px;
		line-height: 20px;
	}
	/* main-INFOMATION 予約 */
	#info_reserve {
		display: inline-block;
		width: 65%;
		margin: 0 auto;
	}
	/* main-INFOMATION 予約 LINE */
	#info_reserve_line {
		float: left;
	}
	/* main-INFOMATION 予約 電話 */
	#info_reserve_tel {
		float: right;
		margin-right: 10%;
	}
	/* main-TOPICS */
	.topics {
		display: flex;
		width: 100%;
	}
	.topics>div {
		width: calc(100% / 3);/* 3等分 */
		text-align: center;
		padding: 5px;/* 必要に応じて */
	}
	.topics>div>img {
		max-width: 100%;
		height: auto;
	}
	.topics a img {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	.topics a:hover img {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	/* main-instagram */
	#main .instagram {
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* main-map */
	#map {
		margin-top: 10px;
	}
	/* footer */
	footer{
		widows: 100%;
		clear: both;
			bottom: 0; /*下に固定*/
		left: 0;
	}
	footer .secondary_header {
		bottom: 0;
		width: 100%;
		height: 39px;
		background-color: #DD0000;
		clear: right;
		margin: auto;
	}
	footer .secondary_header ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	footer .secondary_header ul li {
		list-style: none;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: center;
		width: 10%;
		display: inline-block;
		margin: 0 10px 0 0;
		background-color: #DD0000;
	}
	footer .secondary_header ul li:hover {
		color: #000000;
		background-color: #ffffff;
		cursor: pointer;
	}
	footer .secondary_header ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		display: block;
		transition: all 0.3s linear;
		background-color: #DD0000;
		color: #fff;
	}
	footer .secondary_header ul li a:hover {
		background-color: #fff;
		color: #000;
	}
	footer .copyright {
		bottom: 0;
		text-align: center;
		background-color: #EFE4B0;
		color: #000000;
		padding: 8px;
		font-family: "Source Sans Pro";
	}
	.contact {
		display: none;
	}
	/* 上に戻るボタン */
	.pagetop {
		display: none;
		position: fixed;
		bottom: 4.2rem;
		right: 0.1rem;
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		border-radius: 3.3rem;
		cursor: pointer;
	}
/* 951px以上 終了 */
}
/*############################*/
/* 950px以下                   */
/*############################*/
@media (max-width : 950px ) {
	/* PCのみ表示 */
	.sp_delete {
		display: none;
	}
	/* コンテナ定義 */
	.container {
		background-color: #FFFFFF;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		border-bottom-width: 0px;
		padding-left: 0px;
		padding-top: 50px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	/* TOP コンセプト */
	#top_concept {
		font-size: 14px;
	}
	/* TOP 住所 */
	#top_address {
		font-size: 14px;
	}
	/* header */
	.primary_header {
		margin-bottom: -70px;
	}
	/* hedder-ロゴ */
	.left_article {
		background-color: #FFFFFF;
		text-align: center;
	}
	/* hedder-TEL,ACCESS,BTN */
	.right_article {
		width: 95%;
		margin: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	.right_article a[href^="tel:"] {
		position: relative;	
		z-index: 1;
		float: left;
		font-size: 17px;
		color: black;
	}
	.right_article info {
		display: none;
	}
	.btn-success {
		float: right;
		position:relative;	
		z-index: 1;
		margin: 0 auto;
		top: 35px;
		width: 140px;
		height: 43px;
		line-height: 42px;
		font-size: 14px;
		color: #fff;
		background-color: #DD0000;
		border-color: #DD0000;
		border-radius: 3px;
		text-decoration: none;
	}
	.btn-success:hover {
		background-color: #A32222;
	}
	/* hedder-コンテンツリスト */
	header .secondary_header {
		position: fixed;
		z-index: 2;
		top: 40px;
		left: 0;
		background: #fff;
		color: #fff;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}
	header .secondary_header ul {
		background: #DD0000;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	header .secondary_header ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #333;
	}
	header .secondary_header ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	header .secondary_header ul li a {
		display: block;
		color: #fff;
		transition: all 0.3s linear;
		padding: 1em 0;
	}
	header .secondary_header ul li a:hover {
		color: #000;
		background-color: #fff;
	}
	header .secondary_header.active {
		transform: translateY(0%);
	}
	header .secondary_header ul .social_icon {
		background: #EFE4B0;
    text-align: center;
		display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	}
	header .secondary_header ul a[href*="instagram.com"] {
		margin: 5px;
    position: relative;
    background-color: #6b8ca9;
    background-image: linear-gradient(155deg,#1400c8,#b900b4,#f50000);
		border: 0;
		float: left;
	}
	header .secondary_header ul a[href*="facebook.com"] {
		margin: 5px;
    background-color: #1778f2;
		border: 0;
	}
	header .secondary_header ul .fab, .far {
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 1px;
		overflow: hidden;
		line-height: 1;
		font-size: 120%;
		color: #fff;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 100px;
		transition: 235ms ease;
	}
	.fab {
		font-family: "Font Awesome 5 Brands";
	}
	.fa, .fab, .fad, .fal, .far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}
	.navToggle {
		position: fixed;
		display: block;
		width: 100%;
		height: 40px;
		cursor: pointer;
		z-index: 3;
		background: #EFE4B0;
		text-align: center;
	}
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 30px;
		border-bottom: solid 3px #333;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.navToggle span:nth-child(1) {
		top: 9px;
	}
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	.navToggle span:nth-child(3) {
		top: 27px;
	}
	/* 最初のspanをマイナス45度に */
	.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);
	}
	/* sub */
	#sub {
		width: 100%;
	}
	#sub .news-parts {
		padding-top: 11px;
		padding-bottom: 30px;
		background-color: #EFE4B0;
	}
	.news-parts headline {
		float: left;
		font-size: 15px;
		padding-left: 5%;
	}
	.news-parts .btn-news {
		float: right;
		margin-top: -5px;
		margin-right: 10px;
		width: 110px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		background-color: #DD0000;
		border-color: #DD0000;
		border-radius: 3px;
		text-decoration: none;
	}
	.news-parts .btn-news:hover {
		background-color: #A32222;
	}
	#sub .news-list {
		max-height: 240px;
		overflow-y: scroll;
	}
	#sub .news-list a {
		color: black;
	}
	#sub .news-list a:hover {
		color: darkgray;
		text-decoration: none;
	}
	/* main */
	#main {
		width: 100%;
	}
	/* main-見出し定義 */
	.headline {
		background-color: #EFE4B0;
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 1px;
		padding-left: 10px;
	}
	/* main-INFOMATION */
	.infomation {
		text-align: center;
		color: #9F7C12;
		font-size: 14px;
		line-height: 20px;
	}
	/* main-TOPICS */
	.topics {
		display: flex;
		width: 100%;
	}
	.topics>div {
		width: calc(100% / 3);/* 3等分 */
		text-align: center;
		padding: 5px;/* 必要に応じて */
	}
	.topics>div>img {
		max-width: 100%;
		height: auto;
	}
	.topics a img {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	.topics a:hover img {
		opacity: .5;
		-webkit-opacity: .5;
		-moz-opacity: .5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	/* main-instagram */
	#main .instagram {
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: -120px;
	}
	/* main-map */
	#map {
		margin-top: 10px;
	}
	/* footer */
	footer{
		widows: 100%;
		clear: both;
		bottom: 0; 
		left: 0;
	}
	footer .secondary_header {
		bottom: 0;
		width: 100%;
		height: 117px;
		background-color: #DD0000;
		clear: right;
		margin: auto;
	}
	footer .secondary_header ul {
		display: table;
		width:100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	footer .secondary_header > li:nth-child(3n+1) {
			clear: both;
	}
	footer .secondary_header ul li {
		list-style: none;
		text-align: center;
		width: 33.3%;
		display: inline-block;
		margin: 0;
		background-color: #DD0000;
	}
	footer .secondary_header ul li:hover {
		color: #000000;
		background-color: #ffffff;
		cursor: pointer;
	}
	footer .secondary_header ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		display: block;
		transition: all 0.3s linear;
		background-color: #DD0000;
		color: #fff;
	}
	footer .secondary_header ul li a:hover {
		background-color: #fff;
		color: #000;
	}
	footer .copyright {
		bottom: 0;
		text-align: center;
		background-color: #EFE4B0;
		color: #000000;
		padding: 8px;
		font-family: "Source Sans Pro";
	}
	.contact {
		position: fixed;
		width: 100%;
		padding-top: 3%;
		padding-bottom: 4%;
		bottom: 0;
		font-size: 12px;
		font-weight: bold;
		background: rgba(244,244,244,0.9);
		text-align: center;
		transition: .5s;
	}
	.contact.hide{
    transform: translateY(100%);
	}
	.contact i{
		font-size: 30px;
		padding-bottom: 4px;
	}
	/* 上に戻るボタン */
	.pagetop {
		display: none;
		position: fixed;
		bottom: 5rem;
		right: 0;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		border-radius: 3.3rem;
		cursor: pointer;
		transition: .5s;
	}
	.pagetop.hide{
		transform: translateY(200%);
	}
	/* 1081px以上 終了 */
}
