@charset "utf-8";

/******************************************************************
company
********************************************************************/

/********** メイン画像 **********/
#company h1 {
	padding: 0 0 40px;
}

/********** ページ内リンク **********/
#company .page-link {
	padding: 0 0 72px;
	letter-spacing: 0.07em;
	font-size: 18px;
	font-weight: 400;
}
#company .page-link ul {
}
#company .page-link ul li {
	margin: 0 0 20px 0;
}
#company .page-link ul li:last-child {
	margin: 0 0 0 0;
}
#company .page-link ul li a {
	display: flex;
	align-items: center;
	
	border-radius: 8px;
	padding: 17px 0 17px 11px;
	font-size: 14px;
	font-weight: bold;
	color: #744128;
	background: #f2e1c8 url(/img/shopping_guide/arrow_down.png) no-repeat calc(100% - 10px) 50%;
	background-size: 10px auto;
}

/* アイコン */
#company .page-link ul li a i {
	width: 35px;
	min-height: 25px;
	display: block;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 25px auto;
}

/* セイコー珈琲のご紹介 */
#company .page-link ul li.page-link-intro a i {
	background-image: url(/img/company/icon_shop.png);
}
/* 会社概要 */
#company .page-link ul li.page-link-outline a i {
	background-image: url(/img/company/icon_company.png);
}
/* アクセスマップ */
#company .page-link ul li.page-link-access a i {
	background-image: url(/img/company/icon_map.png);
}

/********** 共通中見出し **********/
#company h2 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.07em;
	color: #744128;
	padding-bottom: 10px;
	position: relative;
	padding-left: 40px;
}

#company h2::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	transform: translateY(-50%);
}
#company h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #744128;
	position: absolute;
	bottom: 0;
	left: 0;
}



/* ----------------------------------------
セイコー珈琲のご紹介
---------------------------------------- */
#company #section-intro {
	scroll-margin-top: calc(26.6666666667vw + 10px);
	letter-spacing: 0.07em;
	font-size: 18px;
	font-weight: 400;
}
#company #section-intro h2::before {
	background: url(/img/company/icon_shop.png) no-repeat 0 50%;
	background-size: 100% auto;
}
#company .intro-txt {
	padding: 0 0 10px;
	font-size: 17px;
}
#company .intro-txt h3 {
	padding: 0 0 5px;
	letter-spacing: 0.08em;
	font-size: 18px;
}
#company .intro-txt p {
	padding: 0 0 35px;
	line-height: 1.9;
	letter-spacing: 0.15em;
	font-size: 14px;
}

/* ----------------------------------------
こだわり
---------------------------------------- */
#company #section-intro .kodawari-section {
	padding: 0 0 60px;
}

#company #section-intro .kodawari-section .kodawari-3 .txt-img {
	padding: 0 0 40px;
}

/* こだわりアイコン */
#company #section-intro .kodawari-section .icon-kodawari {
	width: 215px;
	padding: 0 0 12px;
}

/* こだわり内の見出し */
#company #section-intro .kodawari-section h3 {
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.07em;
	padding-left: 15px;
	padding-block: 4px;
	position: relative;
}
#company #section-intro .kodawari-section h3::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background-color: #EF8E2C;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* txt-img */
#company #section-intro .kodawari-section .txt-img {
	padding: 0 0 54px 0;
}
#company #section-intro .kodawari-section .txt-img .img {
	padding: 5px 0 0;
}
#company #section-intro .kodawari-section .txt-img .txt {
	padding: 0 0 33px;
}


/* 文章 */
#company #section-intro .kodawari-section p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.07em;
	font-size: 14px;
}

/* 鑑定士のブログはこちら */
#company #section-intro .kodawari-section .btn-details {
	padding: 25px 0 0;
}
#company #section-intro .kodawari-section .btn-details a {
	display: flex;
	align-items: center;
	width: 340px;
	height: 48px;
	padding: 0 0 0 67px;
	box-sizing: border-box;
	border-radius: 50px;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #cc473c url(/img/common/f_guide_arrow_circle_right_white.png) no-repeat calc(100% - 18px) 50%;
	background-size: 20px 20px;
}

/* セイコー珈琲コーポレートサイト */
#company #section-intro .btn-corporate a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	height: 70px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.07em;
	color: #ffffff;
	background-color: #744128;
	border-radius: 100px;
	padding: 0 50px 0 20px;
	margin-inline: auto;
	text-align: center;
	transition: all 0.3s;
	position: relative;
}
#company #section-intro .btn-corporate a::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url(/img/shopping_guide/arrow_right.png);
	background-size: 6px 10px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#company #section-intro .btn-corporate a::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url(/img/shopping_guide/arrow_right.png);
	background-size: 6px 10px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}





/* ----------------------------------------
会社概要
---------------------------------------- */
#company #section-outline {
	scroll-margin-top: calc(26.6666666667vw + 10px);
	padding: 0 0 65px;
	letter-spacing: 0.07em;
	font-size: 18px;
	font-weight: 400;
}
#company #section-outline h2::before {
	margin: 0 0 35px;
	background: url(/img/company/icon_company.png) no-repeat 0 50%;
	background-size: 100% auto;
}
#company .tbl-1 table {
	width: 100%;
	border-bottom: solid 1px #dbc5b9;
	font-size: 14px;
}
#company .tbl-1 table th {
	width: 120px;
	padding: 17px 0;
	border-top: solid 1px #dbc5b9;
	text-align: center;
	font-weight: 500;
	background: #f2e1c8;
}
#company .tbl-1 table th br.device-sp {
	display: block;
}
#company .tbl-1 table td {
	width: calc(100% - 120px);
	padding: 17px 15px 17px 15px;
	border-top: solid 1px #dbc5b9;
	line-height: 1.88;
	letter-spacing: 0.05em;
	background: #fff;
}
#company .tbl-1 table td a {
	border-bottom: solid 1px #9d8074;
	color: #744128;
}




/* ----------------------------------------
アクセスマップ
---------------------------------------- */
#company #section-access {
	scroll-margin-top: calc(26.6666666667vw + 10px);
	letter-spacing: 0.07em;
	font-size: 18px;
	font-weight: 400;
}
#company #section-access .map {
	padding: 0 0 40px;
}
#company #section-access h2::before {
	margin: 0 0 30px;
	background: url(/img/company/icon_map.png) no-repeat 0 50%;
	background-size: 100% auto;
}
#company #section-access h4 {
	font-weight: 700;
}
#company #section-access a {
	border-bottom: solid 1px #9d8074;
	color: #744128;
}


/*
各アクセス
レイアウト
-------------------- */
#company #section-access .access-details .access-detail {
	margin: 0 0 43px;
	padding: 0 0 16px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
	background: #fff;
}
#company #section-access .access-details .access-detail h3 {
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.07em;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	background-color: #A76642;
	padding: 8px 20px;
	font-size: 16px;
}
#company #section-access .access-details .access-detail .access-detail-box {
	padding: 20px 20px;
	border-bottom: dotted 4px #dbc5b9;
	line-height: 1.8;
}
#company #section-access .access-details .access-detail .access-detail-box:last-child {
	border-bottom: none;
}
#company #section-access .access-details .access-detail .access-route {
	padding: 0 0 10px;
}
#company #section-access .access-details .access-detail .access-route-3 {
	padding: 0 0 0;
}
#company #section-access .access-details .access-detail h4 {
	font-weight: 700;
}
#company #section-access .access-details .access-detail .access-route-2 h4,
#company #section-access .access-details .access-detail .access-route-3 h4 {
	padding: 0 0 5px;
}
#company #section-access .access-details .access-detail h4 .mark-1 {
	font-size: 20px;
	color: #fdb170;
}
#company #section-access .access-details .access-detail h5 {
	font-weight: inherit;
}
#company #section-access .access-details .access-detail .access-route-2 h5,
#company #section-access .access-details .access-detail .access-route-3 h5 {
	padding: 0 0 0;
}
#company #section-access .access-details .access-detail .mark-2 {
	color: #cc473c;
}


/* 安浦店 */
#company #section-access .access-details .access-detail .txt-yasuura {
	padding: 0 0 20px;
}
#company #section-access .access-details .access-detail .bnr-shop {
	padding: 0 0 10px;
}












