@charset "utf-8";

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

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

/********** ページ内リンク **********/
#company .page-link {
	padding: 0 0 40px;
	letter-spacing: 0.07em;
	font-size: 17px;
	font-weight: 400;
}
#company .page-link ul {
	display: flex;
	
	width: 100%;
}
#company .page-link ul li {
	width: 312px;
	margin: 0 12px 0 0;
}
#company .page-link ul li:last-child {
	margin: 0 0 0 0;
}
#company .page-link ul li a {
	display: flex;
	align-items: center;
	
	height: 54px;
	border-radius: 8px;
	padding: 0 30px 0 11px;
	line-height: 1.4;
	font-size: 16px;
	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 {
	display: block;
	width: 35px;
	min-height: 25px;
	margin: 0 10px 0 0;
	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 30px;
	padding: 0 0 7px 40px;
	border-bottom: solid 1px #744128;
	font-size: 24px;
	color: #744128;
}


/*電話スマホのみ*/
#company a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
}




/* ----------------------------------------
セイコー珈琲のご紹介
---------------------------------------- */
#company #section-intro {
	scroll-margin-top: 150px;
	letter-spacing: 0.07em;
	font-size: 17px;
	font-weight: 400;

}
#company #section-intro h2 {
	background: url(/img/company/icon_shop.png) no-repeat 0 50%;
	background-size: 28px auto;
}
#company .intro-txt {
	padding: 0 0 10px;
	font-size: 17px;
}
#company .intro-txt h3 {
	padding: 0 0 20px;
	font-size: 20px;
}
#company .intro-txt p {
	padding: 0 0 30px;
	line-height: 1.8;
}

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

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

/* こだわり内の見出し */
#company #section-intro .kodawari-section h3 {
	margin: 0 0 25px;
	padding: 4px 0 4px 13px;
	border-left: solid 4px #ef8e2c;
	font-size: 20px;
}

/* txt-img */
#company #section-intro .kodawari-section .txt-img {
	display: flex;
	
	width: 100%;
	padding: 0 0 50px 0;
}
#company #section-intro .kodawari-section .txt-img .txt {
	width: 45%;
	max-width: 390px;
	padding-right: 40px;
	box-sizing: border-box;
}
#company #section-intro .kodawari-section .txt-img .img {
	width: 55%;
	max-width: 540px;
	padding: 5px 0 0;
}


/* 文章 */
#company #section-intro .kodawari-section p {
	line-height: 1.8;
}

/* 鑑定士のブログはこちら */
#company #section-intro .kodawari-section .btn-details {
	padding: 22px 0 0;
}
#company #section-intro .kodawari-section .btn-details a {
	display: flex;
	align-items: center;
	
	width: 320px;
	height: 48px;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 50px;
	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: 450px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.07em;
	color: #ffffff;
	background-color: #744128;
	border-radius: 100px;
	padding: 0 0 0 0;
	margin: 0 auto;
	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-outline {
	scroll-margin-top: 150px;
	padding: 0 0 50px;
	letter-spacing: 0.07em;
	font-size: 17px;
	font-weight: 400;
}
#company #section-outline h2 {
	margin: 0 0 40px;
	background: url(/img/company/icon_company.png) no-repeat 0 50%;
	background-size: 28px auto;
}
#company .tbl-1 table {
	width: 100%;
	border-bottom: solid 1px #dbc5b9;
}
#company .tbl-1 table th {
	width: 240px;
	padding: 12px 0;
	border-top: solid 1px #dbc5b9;
	text-align: center;
	background: #f2e1c8;
}
#company .tbl-1 table th br.device-sp {
	display: none;
}
#company .tbl-1 table td {
	width: calc(100% - 280px);
	padding: 12px 20px 12px 20px;
	border-top: solid 1px #dbc5b9;
	letter-spacing: 0.05em;
	background: #fff;
}
#company .tbl-1 table td.hanbai a {
	border-bottom: solid 1px #9d8074;
	color: #744128;
}




/* ----------------------------------------
アクセスマップ
---------------------------------------- */
#company #section-access {
	scroll-margin-top: 150px;
	letter-spacing: 0.07em;
	font-size: 17px;
	font-weight: 400;
}
#company #section-access .map {
	padding: 0 0 40px;
}
#company #section-access h2 {
	margin: 0 0 40px;
	background: url(/img/company/icon_map.png) no-repeat 0 50%;
	background-size: 28px auto;
}


/*
各アクセス
レイアウト
-------------------- */
#company #section-access .access-details .access-detail {
	margin: 0 0 43px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
#company #section-access .access-details .access-detail h3 {
	padding: 4px 20px;
	font-size: 24px;
	color: #fff;
	background: #a76642;
}
#company #section-access .access-details .access-detail .access-detail-box {
	padding: 19px 30px;
	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: 12px;
	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;
}












