@charset "UTF-8";
/* NewsBox調整 */

.txtBox .comment h1,
.txtBox .comment h2,
.txtBox .comment h3,
.txtBox .comment h4,
.txtBox .comment h5,
.txtBox .comment h6,
.txtBox .comment h7 {
	font-size: 100%!important;
	text-align: left;
	padding: 0;
	margin: 0;
}

.NewsBoxDate {
	color: #999999;
}

/* 一覧（カード形式）*/
#NewsBox_index .newsBoxContents a {
	width: calc(1200px / 5 - 20px);
	margin: 0 10px 20px 10px;
	background-color: #ffffff;
}

#NewsBox_index .newsBoxContents {
	display: flex;
	flex-flow: wrap;
}

#NewsBox_index .newsBoxContents a  {
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.6);
}

#NewsBox_index .newsBoxContents a .main_photoBox {
	width: 100%;
	height: calc(1200px / 5);
	overflow: hidden;
	background-color: #ebf0ef;
}

#NewsBox_index .newsBoxContents a .main_photoBox .main_photo {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}

#NewsBox_index .newsBoxContents a:hover .main_photoBox .main_photo {
	opacity: 0.7;
	transform: scale(1.1);
	transition: 0.2s;
}

#NewsBox_index .newsBoxContents a .txtBox {
	background-color: #ffffff;
}
#NewsBox_index .newsBoxContents a .txtBox .title {
	overflow: hidden;
	border: #ebf0ef solid;
	border-width: 10px 0;
	background-color: #ebf0ef;
	color: #ffffff;
	padding: 0 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 4.8em;
	line-height: 1.3em;
}
#NewsBox_index .newsBoxContents a .txtBox .comment {
	padding: 10px 20px;
	line-height: 1.5em;
}

/*ディテールページ*/
h2.DetailTitle {
	text-align: left!important;
	padding: 10px!important;
}

#NewsBox_Detail .photo_box {
	text-align: center;
	padding: 10px 0;
}

#NewsBox_Detail .photo_box img {
	max-width: 100%;
	max-height: 400px;
}

.DetailList {
	width: 20%;
	display: inline-block;
	padding: 0 20px 0 0;
	border: #000000 solid;
	border-width: 0 1px 0 0;
}

.DetailList_sp {
	display: none;
}

.DetailList .ListBox {
	width: 100%;
	line-height: 1.3em;
	font-size: 90%;
	vertical-align: top;
	background-color: transparent;
	padding: 0 0 20px 0;
	margin: 0 10px 0 0;
}

.DetailList .ListBox a {
	text-decoration: none;
}

.DetailList a .sideBox {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-color: #000000;
	margin: 0 auto 5px auto;
	border: #cccccc solid;
	border-width: 1px;
	border-radius: 100px;
	transition: 0.5s;
}

.DetailList a:hover .sideBox {
	border-radius: 5px;
	transition: 0.5s;
}

.DetailList a img {
	width: 100%;
}

.DetailList a:hover .sideBox img {
	opacity: 0.6;
}

.DetailList a .sideListtxt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	text-align: center;
}

#DetailBox {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#DetailBox h2.DetailTitle {
	background-color: transparent;
	text-align: left;
	padding: 0 0 8px 20px!important;
	font-size: 40px;
	color: #000000;
    font-weight: 100;
	margin: 0;
	overflow: hidden;
}


#DetailBox h2.DetailTitle .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-style: normal;
	display: block;
}

.mainPhotoBox {
	width: 100%;
	height: calc(1200px * 0.8 * 0.521);
	text-align: center;
	border: #cccccc solid;
	border-width: 0 1px 1px 1px;
}

#DetailBox .mainPhoto {
	max-width: 100%;
	max-height: 100%;
}

#NewsBox_Detail .btnBox {
	margin: 10px auto 30px auto;
}

/*SP個数を隠す*/
.count_sp {display: none;}


#DetailBox .Sub_photo {
	display: inline-block;
	width: calc(100% / 5 - 10px);
	height: 94px;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 0 5px;
	border: #dedede solid;
	border-width: 1px;
	background-color: #000000;
}

#DetailBox .Sub_photo a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	text-align: center;
}

#DetailBox .Sub_photo a img {
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#DetailBox .Sub_photo a:hover img {
	opacity: 0.6;
	transform: translateY(-50%) scale(1.1);
}

#DetailBox .comment_box {
	margin: 20px 0 20px 20px;
	background-color: #ffffff;
	padding: 0;
}

#DetailBox .otherPhoto {
	margin: 20px 0 20px 20px;
}

#DetailBox .otherPhoto strong {
	margin: 0 0 10px 0;
	display: inline-block;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
#NewsBox_index .newsBoxContents a {
    width: calc(100% / 5 - 20px);
}

#NewsBox_index .newsBoxContents a .main_photoBox  {
	height: calc(100vw / 5 - 50px);
}
	
#DetailBox .Main_photo .chMain_photo {
	text-align: center;
	height: calc(100vw * 0.4);
	width: 100%;
	background-color: #cccccc;
}

#DetailBox .Sub_photo {
	height: calc(100vw * 0.0714);
	background-color: #ffffff;
}

.mainPhotoBox {
	height: calc(100vw * 0.8 * 0.574 - 100px);
}

#DetailBox h2.DetailTitle {
	font-size: calc(100vw * 0.03);
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */
/*SP個数を入れ替える*/
.count_sp {display: inline;}
.count_pc {display: none;}

#NewsBox_index .newsBoxContents a {
    width: calc(100% / 2 - 20px);
}

#NewsBox_index .newsBoxContents a .main_photoBox  {
	height: calc(100vw / 3);
}

.mainPhotoBox {
	height: calc(100vw * 0.8 * 0.602 - 100px);
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
/*SP個数を入れ替える*/
.count_sp {display: inline;}
.count_pc {display: none;}

#DetailBox .Main_photo .chMain_photo {
	text-align: center;
	height: calc(100vw * 0.8);
	width: 100%;
	background-color: #cccccc;
}

.DetailList_pc {
	display: none;
}

.DetailList_sp {
	display: inline-block;
	margin: 20px auto 0 auto;
}

.DetailList {
	width: 100%;
	padding: 0;
	margin: 0;
	border-width: 0;
	}

#DetailBox {
	width: 100%;
	margin: 0;
}

#DetailBox .ListBox {
	padding: 0;
	width: calc(25% - 10px);
	display: inline-block;
	margin: 0 5px 10px 5px;
	line-height: 1em;
}

.DetailList a .sideBox {
	margin: 0;
	height: calc(100vw * 0.25 * 0.625 - 20px);
	background-color: #ffffff;
}

#NewsBox_index .newsBoxContents a .txtBox {
	font-size: 80%;
}
	
#NewsBox_index .newsBoxContents a .txtBox .comment {
	padding: 10px;
}

.mainPhotoBox {
	height: calc(100vw * 0.574 - 50px);
	border-width: 0;
	margin: 10px auto 0 auto;
}

#DetailBox .otherPhoto {
    margin: 20px 0;
}

#DetailBox .Sub_photo {
	width: calc(100% * 0.25 - 10px);
	height: calc(100vw * 0.25 * 0.5);
}


#DetailBox h2.DetailTitle {
	padding: 0 0 8px 0!important;
	font-size: calc(100vw * 0.04);
	border-width: 0 0 5px 0;
}

#DetailBox .comment_box {
	margin: 20px 0 20px 0;
}

}