/*===モーダル表示のためのcss　*/

.hide-area{/*モーダル表示をする場所をあらかじめ隠す*/
	display: none;
}

.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
	background: #ffffff;
	color: #666666;
	text-align: center;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:#666;
	right:20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#fff;
}

/*キャプション*/
.caption{
    display: block;
    padding: 10px 0;
}

/*===　サムネイル表示のためのcss　*/

.gallery{/*ベースになるギャラリーを横並びに*/
	display: flex;
    justify-content: space-between;
}

.gallery li{
	width:33.333%;
    padding: 0 10px;
	list-style:none;
}


/* gsworks_archive.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.gs_img {
	max-width:1000px;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
@media screen and (max-width: 961px) {
	.gs_img {
		width:700px;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}
@media screen and (max-width: 600px) {
	.gs_img {
		width:100%;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}

.gs_title {
	width: 1000px;
	height: auto;
	font-size: 25px;
	margin: 0 auto;
}
@media screen and (max-width: 961px) {
	.gs_title {
		width: 700px;
		height: auto;
		font-size: 20px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.gs_title {
		width: 100%;
		height: auto;
		font-size: 14px;
		margin: 0 auto;
	}
}

.gs_title_01 {
	width: 100%;
	padding: 15px 0;
	margin: 30px 0 80px 0;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
@media screen and (max-width: 600px) {
	.gs_title_01 {
		width: 100%;
		padding: 15px 0;
		margin: 30px 0 30px 0;
		border-top: 1px dotted #666666;
		border-bottom: 1px dotted #666666;
	}
}

.gs_comment {
	width: 1000px;
	height: auto;
	font-size: 15px;
	margin: 0 auto;
}
@media screen and (max-width: 961px) {
	.gs_comment {
		width: 700px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.gs_comment {
		width: 100%;
		height: auto;
		font-size: 10px;
		margin: 0 auto;
	}
}
.gs_comment_01 {
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #f3f3f3;
	font-size: 0;
}
@media screen and (max-width: 600px) {
	.gs_comment_01 {
		width: 100%;
		font-size: 0;
	}
}

.gs_comment_01_footer {
	width: 100%;
	margin: 0 0 30px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #f3f3f3;
	font-size: 0;
}

.gs_comment_01a {
	width: 198px;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
	font-size: 15px;
}
@media screen and (max-width: 961px) {
	.gs_comment_01a {
		width: 98px;
		padding: 10px 0;
		display: inline-block;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.gs_comment_01a {
		width: 100%;
		height: auto;
		padding: 2px 10px;
		display: block;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		vertical-align: top;
		background-color: #f3f3f3;
	}
}

.gs_comment_01b {
	width: 800px;
	padding: 10px 0px 10px 50px;
	display: inline-block;
	text-align: left;
	background-color: #ffffff;
	font-size: 15px;
}
@media screen and (max-width: 961px) {
	.gs_comment_01b {
		width: 600px;
		padding: 10px 20px 10px 20px;
		display: inline-block;
		text-align: left;
		background-color: #ffffff;
	}
}
@media screen and (max-width: 600px) {
	.gs_comment_01b {
		width: 100%;
		height: auto;
		padding: 5px 10px;
		display: block;
		text-align: left;
		font-size: 14px;
		background-color: #ffffff;
	}
}

.gs_comment_02 {
	width: 100%;
	margin: 0 0 40px 0;
	display: block;
	border: 1px solid #666666;
}
@media screen and (max-width: 600px) {
	.gs_comment_02 {
		width: 100%;
		display: block;
		border: 1px solid #666666;
	}
}

.gs_comment_02a {
	display: none;
}
@media screen and (max-width: 600px) {
	.gs_comment_02a {
		width: 100%;
		padding: 2px 10px;
		display: block;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		background-color: #f3f3f3;
		color: #666666;
	}
}

.gs_comment_02b {
	width: 998px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	color: #666666;
}
@media screen and (max-width: 961px) {
	.gs_comment_02b {
		width: 698px;
		padding: 20px 20px 20px 20px;
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.gs_comment_02b {
		width: 100%;
		padding: 5px 10px;
		text-align: left;
		font-size: 14px;
	}
}


/* award.html */
/*---------------------------------------------------------------------------------------------------------------------*/
.award_title {
	width: 1000px;
	height: auto;
	font-size: 25px;
	margin: 0 auto;
}
@media screen and (max-width: 961px) {
	.award_title {
		width: 700px;
		height: auto;
		font-size: 20px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.award_title {
		width: 100%;
		height: auto;
		font-size: 14px;
		margin: 0 auto;
	}
}

.award_title_01 {
	width: 100%;
	padding: 15px 0;
	margin: 30px 0 80px 0;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
@media screen and (max-width: 600px) {
	.award_title_01 {
		width: 100%;
		padding: 15px 0;
		margin: 30px 0 30px 0;
		border-top: 1px dotted #666666;
		border-bottom: 1px dotted #666666;
	}
}

.award_img {
	max-width:1000px;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
@media screen and (max-width: 961px) {
	.award_img {
		width:700px;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}
@media screen and (max-width: 600px) {
	.award_img {
		width:100%;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}


/* cinfo.html_事業所地図 */
/*---------------------------------------------------------------------------------------------------------------------*/

.jigyousyo_title {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 961px) {
	.jigyousyo_title {
		width: 700px;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.jigyousyo_title {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

.jigyousyo_title_01 {
	width: 100%;
	padding: 15px 0 0 0;
	margin: 10px 0 0px 0;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.jigyousyo_title_01 {
		width: 100%;
		padding: 15px 0;
		margin: 30px 0 30px 0;
		text-align: left;
		font-size: 20px;
		font-weight: bold;
	}
}

.jigyousyo_title_02 {
	width: 100%;
	padding: 15px 0;
	margin: 0px 0 50px 0;
	text-align: left;
	line-height: 19px;
	border-bottom: 1px dotted #666666;
}
@media screen and (max-width: 600px) {
	.jigyousyo_title_02 {
		width: 100%;
		padding: 15px 0;
		margin: 30px 0 30px 0;
		text-align: left;
		line-height: 19px;
		border-bottom: 1px dotted #666666;
	}
}

/*画像の横幅を100%にしてレスポンシブ化*/
.jigyousyo_img {
	width:1000px;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 961px) {
	.jigyousyo_img {
		width:700px;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}
@media screen and (max-width: 600px) {
	.jigyousyo_img {
		width:100%;
		height:auto;
		vertical-align: bottom;/*画像の下にできる余白を削除*/
	}
}

