@charset "utf-8";
/*
Theme Name: 理容ミュージアム
Description: 2026年制作
Author: lobo Workstation／（有）ロボ
Version: 1.0
*/

body {
	color: #353535;
	font: 500 16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background-color: #EFF1ED;
	background-image:url("image/bg-pattern.png");/*image/gbws.jpg*/
	/*background-size: cover;*/
	
}


.page-header{
	text-align: center;
}


/* Section Separator---------------------------------------------------------

　ヘッダー

----------------------------------------------------------------------------*/
.header{
	/*background: #F4F4F4;*/
	position: relative;
	z-index: 99;
}

.header-inner{
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #DCDCDC;
}

.header h1{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1;
	font-feature-settings: "palt" 1;
}
.header nav{
	display: none;
}
@media (min-width:768px){
	.overlayMenuBtn{
		display: none;
	}
	.header-inner{
		max-width: 1800px;
		display: flex;
		justify-content: space-between;
		padding: 40px 20px 40px 20px;
		margin: 0 auto;
	}
	.site-logo{
		width: 288px;
	}
	.header nav{
		display: block;
		font-size: 1.5rem;
		font-weight: 800;
		margin-top: 5px;/*ナビ位置微調整*/
	}
	.header nav ul{
		display: flex;
		gap: 0 40px;
	}
}
@media (min-width:1260px){
	.header-inner{
		/*margin: 0 auto;*/
	}
}

.site-logo{
	width: 200px;
}
@media (min-width:768px){
	.site-logo{
		width: 288px;
	}
}

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

	メイソンリー

=====================================*/
.grid {
  width: 100%;
}

.grid-sizer,
.grid-item {
	/*width: calc( 50% - 10px);*/ /* 2列の場合 */
	width: calc( ( 100% - 30px ) / 2 );
}
@media (min-width:620px){
	.grid-sizer,.grid-item {
		/* width: 33.333%; 3列の場合 */
		/*width: calc( 33.33% - 13.3px );*/ /* 3列の場合 */
		/*width: 33.33%;*/
		width: calc( ( 100% - 60px ) / 3 );
	}
}
@media (min-width:1000px){
	.grid-sizer,
	.grid-item {
		/*width: calc( 25% - 12px );*/ /* 4列の場合 25% - 12px */
		/*width: 25%;*/
		width: calc( ( 100% - 90px ) / 4 );
	}
}
@media (min-width:1200px){
	.grid-sizer,
	.grid-item {
		width: calc( ( 100% - 120px ) / 5 );
	}
}
@media (min-width:1600px){
	.grid-sizer,
	.grid-item {
		width: calc( ( 100% - 150px ) / 6 );
	}
}

/*メイソンリーのマス*/
.grid-item {
	margin-bottom: 40px;
	position: relative;
}
.grid-item a{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/*メイソンリーの写真*/
.grid-item figure{
	border-radius: 7px;
	overflow: hidden;
	background: #333;
	box-shadow : 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 10px;
}
.grid-item img{
	display: block;
	transition-duration: 0.3s;
}
.grid-item a:hover img{
	opacity: 0.4;
}

/*メイソンリーのタグ*/
.tags_mason{
	font-feature-settings: "palt" 1;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 10px 0;
}
.tag_mason{
	font-size: 1.1rem;
	letter-spacing: 0;
	display: block;
	line-height: 1;
	background: #C4C4C4;
	color: #FFFFFF;
	padding: 0.3em;
	border-radius: 2px;
}

/*メイソンリーのテキスト*/
.grid-item p{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0.3em;
	font-feature-settings: "palt" 1;
}

/*確認用のID*/
.grid-item .id-list{
	position: absolute;
	top: 0;
	right: 0;
	color: #AEAEAE;
	font-size: 1.0rem;
	margin: 4px 7px;
}




/* Section Separator---------------------------------------------------------

　基本

----------------------------------------------------------------------------*/
.pw{
	width: 100%;
	max-width: 1200px;/*1200*/
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.base{
	font-size: 1.6rem;
}
.base p{
	line-height: 1.8;
	letter-spacing: 0.03em;
}
/* Section Separator---------------------------------------------------------

　フッター

----------------------------------------------------------------------------*/
.footer{
	max-width: 1800px;
	padding: 50px 0px;
	margin: 20px 0;
	border-top: 1px solid #DCDCDC;
}
.copyright{
	font-size: 1rem;
	color: #6B6B6B;
	margin: 50px 0 0;
	text-align: center;
}
.copyright a:hover{
	text-decoration: underline;
}
@media (min-width:1260px){
	.footer{
		margin: 50px auto 0;
	}
}

/*ロゴとメニューのフレックス（縦）*/
.footer-inner{
	display: flex;
	flex-direction: column;
	gap: 55px 0 ;
	padding: 0 20px;
}
/*ロゴ*/
.footer-logo img{
	display: block;
	width: 240px;
	margin: 0 auto;
}
/*ロゴ／住所*/
.footer-logo address{
	font-size: 1.2rem;
	text-align: center;
	margin: 1.5em 0 0;
}

/*ナビ（flex子）*/
.footer-inner ul{
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	font-weight: 600;
}

@media (min-width:768px){
	/*ロゴとメニューのフレックス（横）*/
	.footer-inner{
		flex-direction: row-reverse;
		justify-content: space-between;
		padding-right: 40px;
	}
	/*ロゴ*/
	.footer-logo img{
		width: 300px;
	}
	/*ロゴ／住所*/
	.footer-logo address{
		text-align: left;
	}
	/*ナビ／間隔設定*/
	.footer-inner ul{
		flex-direction: row;
		gap: 0 2vw;
		justify-content: flex-start;/*初期値に戻す*/
	}
}

/* Section Separator---------------------------------------------------------

　カテゴリー一覧

----------------------------------------------------------------------------*/
.categories.top{
	margin-top: 10px;
	margin-bottom: 10px;
}
.categories.top ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0.5em;
	font-size: 1.2rem;
	line-height: 1.4;
}
.categories.top ul li{
	border: 1px solid #ACACAC;
	border-radius: 50px;
}
.categories.top ul li a{
	display:block;
	padding: 0.3em 0.6em;
}

/* Section Separator---------------------------------------------------------

　アーカイブのヘッダー

----------------------------------------------------------------------------*/
.page-header_block{
	margin-top: 30px;
	margin-bottom: 50px;
}
/*カテゴリーのタイトルデザイン*/
.page-header_block h1{
	font-size: 3.6rem;
	font-family: "Yu Mincho Light", "YuMincho-Light", "YuMincho", "游明朝体", "游明朝", serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; /* Macでの見え方を整える */
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-feature-settings: "palt" 1;
}
@media (min-width:768px){
	.page-header_block h1{
		font-size: 4.2rem;
	}
}
/*カテゴリーのタイトルデザイン（タグ）*/
.page-header_block .cate-tag{
	font-family: "Yu Mincho Light", "YuMincho-Light", "YuMincho", "游明朝体", "游明朝", serif;
	/*background: #AAA;
	width: fit-content;*/
	line-height: 1;
	color: #333;
	font-size: 1.2rem;
	padding: 0 10px 5px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.40);
	width: fit-content;
}
.page-header_block .cate-tag:before{
	content: '\e2c7';
	font-family: 'Material Icons';
	margin: 0 3px 0 0;
	color: #7E7E7E;
}

.page-header_block .tag-tag{
	border: 1px solid #999;
	line-height: 1;
	font-size: 1.2rem;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	background: #FFF;
}
.page-header_block .tag-tag:before{
	content: '\f05b';
	font-family: 'Material Icons';
	color: #999;
	margin: 0 5px 0 0;
}
/*タイトル下にカテゴリーdescriptionを表示*/
.cate_description{
	margin: 10px 0 0;
	font-size: 1.4rem;
}

.is-style-custom{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.is-style-custom a{
	font-size: 1.2rem!important;
	border: 1px solid #999;
	color: #333!important;
	border-radius: 3px;
	line-height: 1;
	padding: 7px 10px;
	font-feature-settings: "palt" 1;
}
.is-style-custom a::before{
	content: '\f05b';
	font-family: 'Material Icons';
	color: #999;
	vertical-align: -2px;
	margin: 0 5px 0 0;
}
.is-style-custom a:hover{
	text-decoration: none!important;
	background: #FFF;
}
@media (min-width:768px){
	.is-style-custom a{
		font-size: 1.4rem!important;
	}
}


/* Section Separator---------------------------------------------------------

　アーカイブ等のページ下のクラウドとカテゴリのナビ

----------------------------------------------------------------------------*/
.items-nav h2{
	font-size: 1.8rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin: 1em 0;
}
.items-nav{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
@media (min-width:768px){
	.items-nav{
		flex-direction: row;
		gap: 0 30px;
	}
	.items-nav--child{
		flex: 1;
	}
}


/* Section Separator---------------------------------------------------------

　NF404

----------------------------------------------------------------------------*/
.nf404{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width:450px){
	.nf404{
		height: calc( 100vh - 350px );/* PCようにここだけ調整*/
	}
}
.nf404 .inner{
	width: fit-content;

	padding: 50px 0;
}
.nf404 .title{
	font-size: 4rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	color: #999;
	line-height: 1.2;
}
.nf404 .title-jp{
	font-weight: 600;
	margin: 0 0 1em;
}
.nf404 .txt{
	font-size: clamp(12px, 3.2vw, 15px);
	line-height: 1.6;
}
.btn_nf404{
	margin: 20px 0 0;
}
.btn_nf404 a{
	font-feature-settings: "palt" 1;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 600;
	display: block;
	width: fit-content;
	border:1px solid #999;
	padding: 0.75em 1.6em;
	border-radius: 999px;
}
.btn_nf404 a:hover{
	background: #999;
	color: #FFF;
}




















