@charset "utf-8";
/*====================================
	for construction.html
	Date of 2015.01.16
====================================*/

.sekouWrap{
	display: grid;
	grid-template-columns: 400px 1fr;
  gap: 40px;
}
.sekouImg{
	width:400px;
}
.sekouComment{
	border-top:1px solid #CCCCCC;
}
.sekouDetail dl{
	width:100%;
	display:table;
	border-bottom:1px solid #CCCCCC;
}
.sekouDetail dt,
.sekouDetail dd{
	font-size: 1.4rem;
	line-height: 1.8em;
	display:table-cell;
	padding:15px;
}
.sekouDetail dt{
	width:110px;
	background:#EEEEEE;
}
.sekouDetail dd{
	width:calc(100% - 110px);
}
.sekouListItem{
	list-style-type:decimal;
	margin-left:15px;
}
.sekouSubList{
	margin-left: 15px;
}
.sekouSubListItem{
	list-style-type: disc;
}
.sekouBtn{
    display:none;
}
.thumbnail{
    overflow: hidden;
    width: 100%;
}
.thumbnail li{
    float: left;
	margin-right:7px;
	margin-bottom: 5px;

}
.thumbnail li:last-child{
	margin-right:0;
}
.thumbnail li img{
    width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
.thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.main_photo{
    position: relative;
    height: 265px;
	margin-bottom:15px;
}
.main_photo img{
    position: absolute;
    top:0;
    width: 100%;
}
.constructionBtn{
	width:100%;
	height:80px;
	margin-bottom:70px;
	background:#07265A;
}
.constructionBtn a{
	width:100%;
	height:80px;
	font-size: 2.5rem;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	display:block;
	overflow:hidden;
	position:relative;
	background:url(../images/btn_icon_construction.png) right center no-repeat;
}
.constructionBtn a span{
	top:20px;
	left:35%;
	position:absolute;
}
#constructionOldList {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
#constructionOldList li{
	font-size: 1.4rem;
	line-height:1.5;
}
#constructionOldList li a{
	color:#333333;
	text-decoration:none;
}
#constructionOldList li a:hover{
	color:#689032;
	text-decoration:underline;
}
#constructionOldList li a{
	&::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	background: #689032;
  height: calc(tan(60deg) * 15px / 2);
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}


/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.slideShow .thumbNail ul li {

	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../images/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../images/btnNext.png) no-repeat center center;
}


@media screen and (max-width: 767px){
.sekouWrap{
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	gap: 30px;
}
.sekouImg{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.sekouImg img{
	width:100%;
}
.sekouComment{
	width:100%;
	float:none;
	border-top:none;
}
.sekouBtn{
    display:block;
    border:#CCCCCC 4px solid;
    cursor:pointer;
	margin-bottom:15px;
	padding:15px 0;
	text-align:center;
}
.fa-angle-down{
	font-size: 1.8rem;
	display:inline-block;
	margin-right:5px;
	color:#07265A;
}
.sekouDetail{
	display:none;
}
.constructionBtn{
	margin-bottom:70px;
}
.constructionBtn a{
	font-size:1.5rem;
}
.constructionBtn a span{
	top:30px;
	left:10%;
	position:absolute;
}

#constructionOldList {
	display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
}