/* kirincou2024
   PC
***************************************************  */

/* -------------------------------------------------------------------
** 共通設定（文字／色／配置）
** ------------------------------------------------------------------- */
.honbun {
	font-size: 1.52rem;
	font-weight: 600;
	line-height: 1.94;
}

.aka {
	color: #ff4500;
}

.posi_fix {
	position: fixed;
}


.sp1_on,
.sp2_on {
	display: none;
}



/* -------------------------------------------------------------------
** header（グローバルメニュー）
** ------------------------------------------------------------------- */
header {
	width: 100%;
	background-color: #f9f5f5;
	top: 0;
	left: 0;
	z-index: 999;
}

.header_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	height: 0;
	width: 86%;
	margin: auto;
}

#nav_pc {
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav_pc li a {
	font-size: 1.36rem;
	font-weight: 600;
	letter-spacing: 0.24rem;
	margin: 1.3rem;
}

h1 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.42rem;
}



/* -------------------------------------------------------------------
** パララックス
** ------------------------------------------------------------------- */
/* ------------  共通  ---------- */
	/*	div {
			box-sizing: border-box;
			align-items: center;
			justify-content: center;
		}	*/

/* ------------  画像の背景  ---------- */
body,
html {
	height: 100%;
}

.parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 72%;
}
.mainv {
	background-image: url('img/img_mainv.jpg');
	height: 100%;
}
.vbg1 {
	background-image: url('img/img_vbg1.jpg');
}
.vbg2 {
	background-image: url('img/img_vbg2.jpg');
}
.vbg3 {
	background-image: url('img/img_vbg3.jpg');
}
.mov-vbg {
	display: none;
}

/* ------------  コンテンツ部分の背景  ---------- */
.sectionbox {
	background-color: #f9f5f5;
}



/* -------------------------------------------------------------------
** 共通設定（コンテンツ）
** ------------------------------------------------------------------- */
.sectionbox {
	width: 64%;
	padding: 140px 0 180px 0;
	margin: 0 auto;
}

h2 {
	font-size: 5.4rem;
	letter-spacing: 0.36rem;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
}

.h2cap {
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	font-weight: 600;
	line-height: 1.0;
	padding: 70px 0 100px;
	text-align: center;
}

/* ------------  news,worksの底部タグリスト  ---------- */
.news_tags,
.works_tags {
	padding-top: 9.6rem;
}

.news_tags_h,
.works_tags_h {
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.14rem;
	margin: 0;
}

.news_alltag_list,
.works_alltag_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 0.6rem;
}

.news_alltag_list a,
.works_alltag_list a {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.34rem;
	font-weight: 600;
	margin-right: 2.24rem;
	padding: 0.16rem 0rem;
	color: #251E1C;
	display: inline-block;
	border-bottom: 1px solid #251E1C;
}








/* -------------------------------------------------------------------
** news
** ------------------------------------------------------------------- */
.h2_news {
	padding: 78px 0 64px;
}

.news_box {
	width: 64%;
	padding: 0px 0 170px 0;
	display: grid;
	line-height: 2.2;
	margin: 0 auto;
}

.news_box ul {
	font-size: 1.6rem;
	letter-spacing: 0.02rem;
}


.news_box li {
	display: inline-flex;
}

.news_time {
	font-size: 94%;
	padding-right: 2.0rem;
	letter-spacing: 0.2rem;
}



/* -------------------------------------------------------------------
** about
** ------------------------------------------------------------------- */
.about_box {
	display: flex;
	padding-bottom: 80px;
	align-items: baseline;
}

.about_b_l {
	width: 30%;
}

.about_b_r {
	flex: 1;
	padding-left: 70px;
}

.h3_about {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	padding: 6.4px 14px 7.2px;
	text-align: center;
}
.iro1 {
	background-color: #add2d7;
}
.iro2 {
	background-color: #ffe681;
}
.iro3 {
	background-color: #f8c1bd;
}
.iro4 {
	background-color: #b9d9a3;
}



/* -------------------------------------------------------------------
** service
** ------------------------------------------------------------------- */
.service_p {
	text-align: center;
	padding-bottom: 70px;
}

.service_box {
	border-top: solid 1px #251e1c;
	padding: 66px 0;
	text-align: center;
}

.service_box p {
	font-size: 1.64rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	line-height: 1.9;
}

.h3_service {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 1.0;
	padding: 0 0 40px;
}

.service_b_end {
	border-bottom: solid 1px #251e1c;
}



/* -------------------------------------------------------------------
** works
** ------------------------------------------------------------------- */





/* -------------------------------------------------------------------
** contact
** ------------------------------------------------------------------- */





/* -------------------------------------------------------------------
** footer（profile）
** ------------------------------------------------------------------- */
.footer_pac {
	background-color: #99978b;
	/*	border-top: 1px #8d8c85;	*/
}

.profile_box {
	width: 64%;
	padding: 80px 0 60px;
	margin: 0 auto;
}

.profile_box h2 {
	font-size: 2.9rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
}

.f_h2cap {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.16rem;
	line-height: 1.0;
	padding: 40px 0 30px;
	text-align: center;
}

.profile_table {
	width: 100%;
	margin: 0 auto;
}

.profile_table table {
	width: fit-content;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.28rem;
	font-weight: 600;
	letter-spacing: 0.06rem;
	line-height: 1.8;
	margin: 0 auto;
}

.profile_table thead {
	display: none;
}

.profile_table th {
	text-align: left;
	padding-right: 3.2rem;
}

/* ------------  copyright  ---------- */
.footer_cr {
	background-color: #222222;
	text-align: center;
}

.footer_cr p {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #bbbbbb;
	font-size: 1.06rem;
	padding: 5px 0;
	letter-spacing: 0.03rem;
}



/* -------------------------------------------------------------------
** news詳細（下層/固定）
** ------------------------------------------------------------------- */
.news_content {
	width: 64%;
	padding: 60px 0 170px 0;
	margin: 0 auto;
}

.news_pac {
	padding-top: 9.6rem;
}

.news_p_days {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
}

.news_p_title {
	font-size: 1.84rem;
	font-weight: 500;
	letter-spacing: 0.08rem;
	padding: 1.6rem 0 1.7rem;
}

.yasumi {
	background-color: antiquewhite;
	padding: 0 0.4rem;
}




































































/* -------------------------------------------------------------------
** スペース調整
** ------------------------------------------------------------------- */
.top_spm50 {
	margin-top: 5.0rem;
}

.btm_spp0 {
	padding-bottom: 0;
}

