﻿@charset "utf-8";


.pc_header .introduction {
	background: #735e2f;
}
.pc_header .introduction:hover,
.pc_header .introduction:active:hover {
	background: #e5c67f;
}
.pc_header .introduction p {
	color: #fff;
}


.main {
	margin-bottom: 200px;
}


/* *** 施設の概要と施設の特徴で共有 *** */
.main .facility_list {
	max-width: 980px;
	width: 80%;
	margin: auto;
	list-style: none;
}

.main .facility_list {
	display: block;
}




/* *** 施設の概要 *** */
.main .facility_overview {
	margin-top: 110px;
}



/* *** 概要表(table_style) *** */

.table_box table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 930px;
    font-size: 14px;
	border: 1px solid #10693b;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '小塚ゴシック Pro','Kozuka Gothic Pro', sans-serif;
}

.table_box table ul{
	list-style: none;
    margin-bottom: 0;
	padding: 0;
	padding-left: 20px;
}

.table_box table ul li:before {
    content:  "";
    width: 3px;
    height: 3px;
    vertical-align: middle;
    display:  inline-block;
    background-color: #3e3a39;
    border-radius:  50%;
    margin-right: 7px;
}

.table_box table thead{
	background: #2bb572;
	color: #fff;
}

.table_box table thead th{
	padding: 10px;
	border: 1px solid #565656;
    font-weight: normal;
    font-size: 16px;
}

.table_box table thead th:first-child{
	width: 145px;
}

.table_box table tr td{
	border: 1px solid #10693b;
    vertical-align: top;
	padding: 10px;
}

.table_box table tr td:first-child{
	padding-left: 10px;
}

.facility_scale {
	display: inline-block;
}

.facility_scale p .label_s{
	display: inline-block;
	width: 65px;
}
.facility_scale p .p_line_span{
    width: 8em;
    display: inline-block;
}
.facility_scale p .p_size_span{
	margin-left: 0px;
}
.attention{
	font-size: 10px;
    vertical-align: top;
    margin-left: 5px;
}



/* *** 処理フロー *** */
.main .processing_flow {
	margin-top: 150px;
}

.main .processing_flow_box {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	margin-top: 90px;

	position: relative;
}

.main .flow_img {
	width: 100%;

	position: relative;
}
.main .flow_img img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}


/* *** ポップアップの閉じる *** */
.body_hidden {
	height: 100%;
	overflow: hidden;
}
.lightbox_kai {
	display: none;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.8);
	overflow-x: hidden;
	overflow-y: auto;

	position: absolute;
}
.lightboxOverlay {
	width: 100% !important;
	height: 100% !important;
}
.lightbox {
	padding: 50px 0;
	
	position: relative;
	top: 0 !important;
	left: 0 !important;
}
.lb-outerContainer {
	max-width: 1600px;
	width: 90% !important;
	height: auto !important;
}
.lb-outerContainer .lb-container {
	width: 100%;
}
.lightbox .lb-image {
	width: 100% !important;
	height: auto !important;
	border: none;
}
.lb-dataContainer {

	margin-top: 65px;

	position: absolute;
    top: 0;
	left: calc(50% - 15px);

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

	z-index: 10;
}
.lb-data .lb-details {
	display: none;
}
.lb-data .lb-close {
	background: url(../plugins/lightbox/images/close2.png) top right no-repeat;
	background-size: 30px 30px;
}


/* *** IE用 *** */
@media all and (-ms-high-contrast: none) {
	.main .facility_title,
	.main .facility_contents,
	.main .overview_equipment span {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	}
	.main .facility_title.overview {
		min-width: 98px;
	}
}

/* *** Edge用 *** */
@supports (-ms-ime-align:auto) {
	.main .facility_title,
	.main .facility_contents,
	.main .overview_equipment span {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	}
	.main .facility_title.overview {
		min-width: 98px;
	}
}

/* スマホレイアウトに切り替え */
@media screen and (max-width: 900px) {
	.table_box table{
		max-width: 85%;
	}
}

/* iPad */
@media screen and (max-width: 768px) {
}

/* iPhone6/7/8 Plus */
@media screen and (max-width: 480px) {

	.main {
		margin-bottom: 100px;
	}

	.main .facility_overview,
	.main .facility_features,
	.main .processing_flow {
		margin-top: 60px;
	}

	.main .facility_overview_box,
	.main .facility_features_box,
	.main .processing_flow_box {
		margin-top: 20px;
	}

	.main .facility_title.overview,
	.main .facility_contents.overview,
	.main .facility_list .equipment_system {
		display: block;
	}
	.main .facility_list.overview li {
		margin-top: 10px;
	}
	.main .facility_list.features li {
		margin-bottom: 10px;
	}
	.table_box table thead th:first-child {
    	width: 90px;
	}
	.table_box table tr td p{
		font-size: 3.4vw;
	}
	.table_box table ul{
		font-size: 3.4vw;
		padding: 5px;
	}
	.facility_scale p .label_s{
		display: block;
		width: auto;
	}
	.facility_scale p .p_line_span {
	    width: 9em;
	}
	.facility_scale p .p_size_span{
		margin-left: 10px;
	}
}

/* iPhone6/7/8/X */
@media screen and (max-width:375px) {
}

/* iPhone5 */
@media screen and (max-width:320px) {
}
