@charset "utf-8";
/* about.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#annai_area {
	padding-top: 150px;
	background-image: url(../images/bg_maru_02.png);
	background-repeat: no-repeat;
	background-position: -50px 30px;
}

/* -- リード ----------------------------------------------- */
#lead {
	text-align: center;
	margin-bottom: 100px;
}
#lead_pic {
	margin-top: 30px;
}
#lead_pic img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

/* -- 概要 ----------------------------------------------- */
#gaiyou h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
#gaiyou h4 span {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 5px;
}

/* テーブル */
#prof_tbl table {
	border-top: 1px solid #AFAFAF;
}
#prof_tbl table tr {
	border-bottom: 1px solid #AFAFAF;
}
#prof_tbl th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	width: 250px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#prof_tbl td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 所在地 */
.shozaichi {
}
.shozaichi dt {
	background-color: #989898;
	color: #FFFFFF;
	font-size: 15px;
	border-radius: 3px;
	font-weight: 600;
	line-height: 1.4em;
	float: left;
	text-align: center;
	width: 80px;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-top: 3px;
}
.shozaichi dd {
	font-weight: 600;
	float: right;
	width: 710px;
}

/* -- 写真 ----------------------------------------------- */
#gaiyou_pic {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
#gaiyou_pic img  {
	width: 100%;
	height: auto;
	border-radius: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service_area {
	padding-bottom: 150px;
	padding-top: 150px;
	background-image: url(../images/bg_maru_01.png);
	background-repeat: no-repeat;
	background-position: right -50px top 50px;
}
.service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border: 3px solid #DBDBDB;
	border-radius: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
}

/* -- サムネイル ----------------------------------------------- */
.sv_thumb {
	width: 400px;
}
.sv_thumb img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* -- データ ----------------------------------------------- */
.sv_data {
	width: 600px;
}

/* 施設名 */
.sv_data h4 {
	font-size: 30px;
	font-weight: 900;
	color: #00B2FC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #00B2FC;
	padding-left: 80px;
	background-image: url(../images/mark_logo_w120.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
	margin-top: 10px;
}
.sv_data h4 span {
	font-size: 16px;
	display: block;
	color: #525252;
	line-height: 1em;
	margin-bottom: 8px;
}

/* 文章 */
.sv_info {
	padding-left: 80px;
}

/* 住所 */
.sv_adrs {
	margin-top: 15px;
	background-color: #9A9A9A;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}
















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#annai_area {
	padding-top: 80px;
	background-image: url(../images/bg_maru_02.png);
	background-position: -50px 10px;
	background-size: 300px auto;
}

/* -- リード ----------------------------------------------- */
#lead {
	text-align: center;
	margin-bottom: 60px;
}
#lead_pic {
	margin-top: 20px;
}
#lead_pic img {

}

/* -- 概要 ----------------------------------------------- */
#gaiyou h4 {
	font-size: 26px;
	margin-bottom: 30px;
}
#gaiyou h4 span {
	font-size: 12px;
	line-height: 1.2em;
}
	
/* テーブル */
#prof_tbl table {
	border-top: 1px solid #AFAFAF;
}
#prof_tbl table tr {
	border-bottom: 1px solid #AFAFAF;
}
#prof_tbl th {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #AFAFAF;
	padding-right: 10px;
	display: block;
	background-color: #EBEBEB;
}
#prof_tbl td {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

/* 所在地 */
.shozaichi {
	margin-bottom: 8px;
}
.shozaichi dt {
	font-size: 13px;
	border-radius: 3px;
	line-height: 1.4em;
	width: 70px;
	margin-top: 2px;
	float: none;
}
.shozaichi dd {
	width: 100%;

}
	
/* -- 写真 ----------------------------------------------- */
#gaiyou_pic {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
#gaiyou_pic img  {
	border-radius: 20px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service_area {
	padding-bottom: 80px;
	padding-top: 80px;
	background-position: right -50px top 50px;
	background-size: 250px auto;
}
.service_list {
	display: inherit;
	margin-bottom: 20px;
	border: 2px solid #DBDBDB;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* -- サムネイル ----------------------------------------------- */
.sv_thumb {
	width: 100%;
	margin-bottom: 20px;
}

/* -- データ ----------------------------------------------- */
.sv_data {
	width: 100%;
}

/* 施設名 */
.sv_data h4 {
	font-size: 22px;
	border-bottom: 4px solid #00B2FC;
	padding-left: 60px;
	background-size: 45px auto;
	margin-top: 0px;
}
.sv_data h4 span {
	font-size: 14px;
	line-height: 1em;
}

/* 文章 */
.sv_info {
	padding-left: 60px;
	padding-right: 10px;
}

/* 住所 */
.sv_adrs {
	margin-top: 15px;
	background-color: #9A9A9A;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
}
}
