@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

会社概要

------------------------------------------------------------ */

.wrap_company {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto 100px;
}

.tbl_company01 {width: 100%;}

.tbl_company01 tr:nth-of-type(odd) {background: #EAF0FB;}

.tbl_company01 th,
.tbl_company01 td{
	line-height: 2.0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.tbl_company01 th {
	width: 280px;
	padding: 15px 20px;
	font-weight: 700;
}

.tbl_company01 td {
	width: calc(100% - 280px);
	padding: 15px 20px 15px 0; 
}

.tbl_company01 tr.area td p:first-of-type {margin-bottom: 10px;}

.sec_company:not(:last-of-type){margin-bottom: 100px;}

.sec_company .ttl{
	background: #193661;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.location_list {
	max-width: 1200px;
	padding: 60px 40px 0;
	margin: 0 auto;
}

.location_list .item:not(:last-of-type) {margin-bottom: 80px;}

.location_list .item h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.2em;
	padding: 0 0 5px 20px;
	position: relative;
	border-bottom: 4px solid #193661;
	margin-bottom: 20px;
}

.location_list .item h3::before {
	content: "";
	background: #193661;
	width: 10px;
	height: 10px;
	position: absolute;
    top: 15px;
    left: 0;
}

.location_list .item .item_inner {
	display: flex;
	margin-bottom: 20px;
}

.location_list .item .item_inner .col_l {width: 380px;}

.location_list .item .item_inner .col_l .image {margin-bottom: 10px;}

.location_list .item .item_inner .col_l .image img{
	width: 100%;
	height: auto;
}

.location_list .item .item_inner .col_l .btn a {
    display: block;
    width: 300px;
    line-height: 1.8;
    color: #333;
    background: #EBDE67;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 1.5rem;
	font-weight: 700;
    transition: background .3s;
	margin: 0 auto;
}

.location_list .item .item_inner .col_l .btn a:hover {background: #88CEC9;}

.location_list .item .item_inner .col_r {
	width: calc(100% - (380px));
	padding-left: 40px;
} 

/* 個々の店舗　テーブル */
.tbl_location01 {width: 100%;}

.tbl_location01 tr:first-of-type {border-top: 1px solid #CDD3CD;}

.tbl_location01 tr {border-bottom: 1px solid #CDD3CD;}

.tbl_location01 th,
.tbl_location01 td{
	line-height: 2.0;
	padding: 10px 20px;
}

.tbl_location01 th {
	width: 200px;
	border-left: 1px solid #CDD3CD;
	border-right: 1px solid #CDD3CD;
}

.tbl_location01 td {border-right: 1px solid #CDD3CD;}

.tbl_location01 td br {display: none;}

/* 個々の店舗　地図 */
.location_list .item .map {
    position: relative;
    padding-top: 300px;
}

.location_list .item .map iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
	border: none;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	.location_list .item .item_inner {display: block;}
	
	.location_list .item .item_inner .col_l {
		width: 100%;
		margin-bottom: 20px;
	}

	.location_list .item .item_inner .col_l .image {
		max-width: 690px;
		margin: 0 auto 20px;
	}

	.location_list .item .item_inner .col_l .btn a {
		width: 220px;
		border-radius: 50px;
		padding: 10px;
		font-size: 1.3rem;
		margin-bottom: 20px;
	}

	.location_list .item .item_inner .col_r {
		width: 100%;
		padding: 0;
	} 


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	会社概要

	------------------------------------------------------------ */
	
	.wrap_company {padding: 0 15px;}

	.tbl_company01 th,
	.tbl_company01 td{
		font-size: 1.1rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	.tbl_company01 th {
		width: 150px;
		padding: 10px 5px;
	}

	.tbl_company01 td {padding: 10px 5px 10px 0;}

	.tbl_company01 .area td p:first-of-type {margin-bottom: 25px;}

	.sec_company .ttl{
		padding: 30px 0;
		font-size: 1.7rem;
	}

	.location_list {padding: 30px 15px 0;}

	.location_list .item h3 {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		border-bottom: 3px solid #193661;
		margin-bottom: 10px;
	}
	
	.location_list .item h3::before {top: 10px;}

	/* 個々の店舗　テーブル */
	.tbl_location01 th,
	.tbl_location01 td{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
		padding: 8px 5px;
	}

	.tbl_location01 th {width: 110px;}

	.tbl_location01 td br {display: block;}

	/* 個々の店舗　地図 */
	.location_list .item .map {
		position: relative;
		padding-top: 56.231%;
	}


}/*--@media--*/

