@charset "utf-8";
/* CSS Document */

body:not(.page-top) .pane-main { padding-top: 0;}
.pane-left-menu,main,footer { -webkit-text-stroke-width: .2px !important;}
.pane-contents { width: 100%!important;	background-color: #f8f7f4;}
.container { width: 100%; max-width: 1200px; margin: 0 auto;}
.pane-footer { margin: 0;}

.contents-title { width: 94%; max-width: 1120px; margin: 0 auto 30px;}
.contents-title img { width: 143px; height: auto;}

.contents-title2 { width: 143px; margin: 0 auto 30px;}
.contents-title2 img { width: 100%; height: auto;}

/* =============================================================

================================================================ */
[class*="blk_peops"] * { box-sizing: border-box;}

[class*="blk_peops"] {

	/* block size (max-width) */
	--p-block-ss: 640px;/* 86% ページ内リンク用 */
	--p-block-s: 800px;/* 90%　People */
	--p-block-m: 960px;/* 96%　Shop */	
	--p-block-l: 1080px;/* 100%　ノーマルセクション */
	--p-block-ll: 1120px;/* 100%　メインビジュアル */	

	/* margin-bottom */
	--p-margin-xs: 10px;/* 補助見出し用 */
	--p-margin-s: 15px;/* 小見出し補助 */
	--p-margin-m: 25px;/* 本文区切り */
	--p-margin-l: 30px;/* セクション区切り */
	--p-margin-ll: 50px;/* ブロックエンド */

	/* font-sise */
	--p-font-s: 10px;/* 補助テキスト */
	--p-font-base: 13px;/* 本文 */
	--p-font-l: 14px;/* セクション小見出し */
	--p-font-ll: 16px;/* セクション大見出し */
	--p-font-xl: 18px;/* ページタイトル */

}
@media screen and (min-width: 900px) {

	[class*="blk_peops"] {

		/* margin-bottom */	
		--p-margin-xs: 15px;/* 補助見出し用 */
		--p-margin-s: 30px;/* 小見出し補助 */
		--p-margin-m: 50px;/* 本文区切り */
		--p-margin-l: 60px;/* セクション区切り */
		--p-margin-ll: 100px;/* ブロックエンド */

		/* font-sise */
		--p-font-s: 14px;/* 補助 */
		--p-font-base: 16px;/* 本文 */	
		--p-font-l: 20px;/* セクション小見出し */
		--p-font-ll: 26px;/* セクション大見出し */
		--p-font-xl: 30px;/* ページタイトル */
	}
	
	[class*="blk_peops"] br.spbr { display: none;}
	
}

/* block
------------------------------------------ */
[class*="blk_peops"] {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto var(--p-margin-ll);
}
[class*="blk_peops"]:last-child {
	margin-bottom: 0;
	padding-bottom: var(--p-margin-ll);

}
[class*="blk_peops"] img { width: 100%; height: auto;}

/*.blk_peops_mv {	max-width: var(--p-block-ll);}*/
.blk_peops_section { width: 100%; max-width: var(--p-block-l);}
.blk_peops_info01 { width: 96%; max-width: var(--p-block-m); background-color: #fff;}
.blk_peops_info02 { width: 86%; max-width: var(--p-block-s); background-color: #fff;}


/* title
------------------------------------------ */
/* ページタイトル */
[class*="blk_peops"] .page-title {
	font-size: var(--p-font-xl);
	padding: 0 .6em .4em;
/*	margin-bottom: .6em;*/
	line-height: 2em;
	letter-spacing: .14em;
	border: none;
}
[class*="blk_peops"] .sub-heading01 {
	font-size: var(--p-font-ll);
	margin-bottom: 2.2em;
	text-align: center;
	letter-spacing: .14em;
}

/* お名前 */
[class*="blk_peops"] .ttl-person {
	font-size: var(--p-font-base);
	letter-spacing: .12em;
	margin: 0 1em 1.5em;
}
/* 更新日 */
[class*="blk_peops"] .update {
	font-size: var(--p-font-s);
	margin-bottom: 0 0.5em 1em;
	text-align: right;
	letter-spacing: .12em;
}
@media screen and (min-width: 1120px) {
	[class*="blk_peops"] .page-title,
	[class*="blk_peops"] .ttl-person,
	[class*="blk_peops"] .update {
		padding: 0 0 .4em;}
}

/* title bar (separator) */
[class*="blk_peops"] .separator {
/*	width: 96%;*/
	height: 26px;
	margin: 0 5px var(--p-margin-l);
	border-top: 1px solid #ccc;
}
[class*="blk_peops"] .separator img {
	height: 26px!important;
	width: auto;
	margin-top: -13px;
	background-color: #f8f7f4;
}
@media screen and (min-width: 900px) {
	[class*="blk_peops"] .separator { width: 100%; margin: 0 0 var(--p-margin-l);}
}

/* text
------------------------------------------ */
[class*="blk_peops"] p {
	line-height: 2.2em;
	border: 0;
	vertical-align: bottom;
	letter-spacing: .2em;
}
[class*="blk_peops"] .sec-text {
	width: 86%;
	max-width: var(--p-block-s);
	margin: 0 auto 2.2em;
	font-size: var(--p-font-base);
}

/* link
------------------------------------------ */
[class*="blk_peops"] a {
	text-decoration: underline;
	text-underline-offset:0.8em;
	text-decoration-color: #ccc;
/*	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ccc;
	text-decoration: none;*/
}
[class*="blk_peops"] a:hover {
	text-decoration: none;
/*	border-color: transparent;*/
}


/* 基本のボタン */
[class*="blk_peops"] .btn-pps01 a {
	display: block;
	width: 80%;
	max-width: 500px;
	padding: 16px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 6px;
}
[class*="blk_peops"] .btn-pps01 a:hover {
	border-color: #555;
}

/* ページ送りボタン */
[class*="blk_peops"] .itemBox_2-2 {
	width: 96%;
	max-width: 500px;
	margin: 0 auto;
}
[class*="blk_peops"] .itemBox_2-2 .btn-h_bdr01 a {
	font-size: var(--p-font-base);
	text-decoration: none;
}

[class*="blk_peops"] .btn-h_bdr01 a {
	width: 98%;
	max-width: 460px;
	margin: 0 auto 20px;
	text-decoration: none;
}
@media screen and (min-width: 900px) {
	[class*="blk_peops"] .itemBox_2-2 {	flex-direction: row!important;}
}


/* Photo
------------------------------------------ */
[class*="blk_peops"] [class*="photo-"] { margin: 0 auto var(--p-margin-l);}

[class*="blk_peops"] .photo-hero {
	width: 100%; max-width: var(--p-block-ll);}/* mv/section-mv */
[class*="blk_peops"] .photo-l {
	width: 100%; max-width: var(--p-block-l);}/* normal */
[class*="blk_peops"] .photo-m {
	width: 96%;	max-width: var(--p-block-m);}/* small */
[class*="blk_peops"] .photo-s {
	width: 90%;	max-width: var(--p-block-s);}/* extra-small */

/* P horizonal(2-1) */
[class*="blk_peops"] .photo-horizon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
[class*="blk_peops"] .photo-horizon li {
	width: 100%; margin: 2px auto;}
@media screen and (min-width: 900px) {
	[class*="blk_peops"] .photo-horizon li {
		width: 49.5%;
		width: calc(100%/2 - 5px);
	}
}

/* =============================================================
	個別設定
================================================================ */

/* ---------------------------------------
	Anchor-Index
------------------------------------------ */
[class*="blk_peops"] .page-index {
	width: 86%;
	max-width: var(--p-block-ss);
	margin: 0 auto var(--p-margin-m);
}
[class*="blk_peops"] .page-index li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: var(--p-font-base);
	font-size: var(--p-font-base);
	letter-spacing: .2em;
}
[class*="blk_peops"] .page-index li img {
	width: 40px;
	height: auto;
	vertical-align: middle;
	border: 0;
	margin-right: 1.5em;
}
[class*="blk_peops"] .page-index li a {
	line-height: 2.4em;
}


/* ---------------------------------------
	information box
------------------------------------------ */
[class*="blk_peops_info"] [class*="box_info"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 90%;
/*	max-width: var(--p-block-s);*/
	padding: var(--p-margin-m) 1px;
	margin: 0 auto var(--p-margin-m);
/*	background-color: #fff;*/
}

/* subheadint */
[class*="blk_peops_info"] .subheading {
	width: 100%;
	padding: var(--p-margin-m) 0 0;
	font-size: var(--p-font-base);
	text-align: center;
	letter-spacing: .2em;
}

[class*="blk_peops_info"] [class*="box_info"] .photo img {
	width: 100%; height: auto;
}


/*  */
[class*="blk_peops_info"] [class*="box_info"] .introduction {
/*	width: 100%;*/
	font-size: var(--p-font-s);
	letter-spacing: .2em;
}
/*[class*="blk_peops_info"] [class*="box_info"] .introduction dl {
	width: auto;
}*/

[class*="blk_peops_info"] [class*="box_info"] .introduction dt,
[class*="blk_peops_info"] [class*="box_info"] .introduction dd {
	font-size: var(--p-font-s);
	margin-bottom: 1em;
	line-height: 2em;
}
[class*="blk_peops_info"] [class*="box_info"] .introduction dt:first-child,
[class*="blk_peops_info"] [class*="box_info"] .introduction dt:first-child {
	font-size: var(--p-font-l);}
	
[class*="blk_peops_info"] .box_info-shop .introduction dd ~ dt,
[class*="blk_peops_info"] .box_info-gcc .introduction dd ~ dt {
	padding-top: var(--p-font-base);}


/* People(interviewee)
------------------------- */
[class*="blk_peops_info"] .box_info-people {
	align-items: center;
	width: 86%;
	max-width: var(--p-block-s);
}
[class*="blk_peops_info"] .box_info-people .photo {
	width: 128px;
	margin: 0 auto 20px;
	text-align: center;
}

/*[class*="blk_peops_info"] .box_info-people .introduction {
	width: auto;
}*/
[class*="blk_peops_info"] .box_info-people .introduction dt:first-of-type,
[class*="blk_peops_info"] .box_info-people .introduction dd:first-of-type {
	text-align: center}


@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-people .introduction {
		width: 60%;
		width: calc(100% - 200px);
		margin: 0 auto;
	}
	[class*="blk_peops_info"] .box_info-people .introduction dt,
	[class*="blk_peops_info"] .box_info-people .introduction dd {
		text-align: left!important;}

}


/* Shop information
------------------------- */
[class*="blk_peops"] .box_info-shop {
	width: 90%;
	max-width: var(--p-block-m);
}
[class*="blk_peops_info"] .box_info-shop .photo {
	margin: 0 auto 20px;
}

@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-shop .photo,
	[class*="blk_peops_info"] .box_info-shop .introduction {
		width: 48%;
		width: calc(100%/2 - 36px);
		margin: 0 auto;
	}
}

/* GCC information
------------------------- */
[class*="blk_peops"] .box_info-gcc {
	width: 90%;
	max-width: var(--p-block-m);
}
[class*="blk_peops_info"] .box_info-gcc .photo {
	margin: 0 auto 20px;
}

@media screen and (min-width: 800px) {
	[class*="blk_peops_info"] .box_info-gcc .photo {
		width: 32%;
/*		width: calc(100%/3 - 25px);*/
		margin: 0 auto 0!important;
	}
	[class*="blk_peops_info"] .box_info-gcc .introduction {
		width: 60%;
/*		width: calc((100%/3)*2 - 25px);*/
		margin: 0 auto 0!important;
	}
}




/* =============================================================

================================================================ */
[class*="blk_peops"] .blk_album {
	width: 96%;
	max-width: 1008px;
	padding: 30px 12px 20px;
	margin: 0 auto;
	background-color: #fff;
}
[class*="blk_peops"] .blk_album .ttl_ppsalbum {
	text-align: center;
	font-size: var(--p-font-base);
	font-weight: bold;
	margin-bottom: 2em;
	letter-spacing: .2em;
}
[class*="blk_peops"] .swiper-container { text-align: center;}
[class*="blk_peops"] .swiper-slide {
	width: 100%;
	padding: 0 0 50px;
	box-sizing: border-box;
}

@media(min-width: 1080px){
[class*="blk_peops"] .blk_album { padding: 30px 12px 0;}

    [class*="blk_peops"] .swiper-wrapper { flex-wrap:wrap;}
    [class*="blk_peops"] .swiper-slide {
        width: 33.3%;
        padding: 0 12px 15px;
    }
    [class*="blk_peops"] .swiper-button-prev,.swiper-button-next,.swiper-pagination { display: none;}
}
[class*="blk_peops"] .swiper-container .swiper-slide img {
	width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
[class*="blk_peops"] .prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}


.swiper-container .swiper-wrapper .swiper-slide {
	margin-top: 0!important;
}




/*@media screen and (min-width: 1200px) {

[class*="blk_peops"] .blkAbout01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
	[class*="blk_peops"] .blkAbout01 > div:first-child { width: 53%;} 
	[class*="blk_peops"] .blkAbout01 > div:last-child { width: 45%;}

}
*/

/* 矢印アイコン付リンク（暮通/topにもある）
------------------------------------ */
.oyakudachi_sitemap {
	width: 96%;
	max-width: 1000px;
	padding: 30px 20px 0;
	margin: 30px auto 50px;
	border-top: 1px solid rgba(34,24,21,0.2);
}
.oyakudachi_sitemap a {
    display: block;
    padding-left: 10px;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.3em;
	letter-spacing: 0.1em;
    position: relative;	
}

.oyakudachi_sitemap a:before {
    content: "";
    border-left: 4px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 5px;
    left: 0;
}
.oyakudachi_sitemap a:hover {
	text-decoration: underline;
}
.oyakudachi_sitemap [class^="menulink"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 900px) {
	.oyakudachi_sitemap [class^="menulink"] >li {
		width: 24.5%;
		width: calc(100%/4 - 5px);
	}
}

