@charset "UTF-8";
/** Common CSS Code**/

#height-100 {
	min-height: 100vh;
	position: relative;
	/*ヘッダー・フッターの高さ*/
	padding: 125px 0 200px 0;
}

section .contents_box {
	width: 1000px;
}

section .contents_box_small {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

section .contents_box_800 {
	width: 800px;
	margin: 0 auto;
	display: block;
}

#TopPage {
    height: calc(75vh - 80px);
	width: 100%;
	padding: 0;
}

.anchor_link {
	position: absolute;
	/* ヘッダーの高さ */
	height: 80px;
	top: -80px;
	width: 100%;
}

h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0 auto 20px auto;
	text-align: center;
}

h1 {
	padding: 0;
	margin: 0 auto 50px auto;
	text-align: center;
}

h1, h2 {
	font-size: 24px;
	/*font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
}

/*スライダー*/
#main_slide {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#main_slide a,
#NewsBox_index .newsBoxContents a {
	padding: 10px;
	background-color: #ffffff;
	border: #ffffff solid;
	border-width: 1px;
}

#main_slide a:hover,
#NewsBox_index .newsBoxContents a:hover {
	color: #000000;
	text-decoration: none;
	border: #999999 solid;
	border-width: 1px;
}

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

#main_slide a .main_photoBox,
#NewsBox_index .newsBoxContents a .main_photoBox {
	width: 100%;
	border: #cccccc solid;
	border-width: 1px;
}

#main_slide a .main_photoBox {
	height: calc(1200px / 5 - 40px);
}

#NewsBox_index .newsBoxContents a .main_photoBox {
	height: calc(1000px / 3 - 40px);
	margin: 0 auto;
}

#main_slide a:hover .main_photoBox,
#NewsBox_index .newsBoxContents a:hover .main_photoBox {
	border-radius: 0;
}

.slick-prev,
.slick-next {/*矢印上からの距離*/
    top: calc(1200px / 5 / 2 - 20px);
	z-index: 999;
}


.slick-list {/*左右チラ見せの空き*/
	padding: 0 50px!important;
}

.slick-slide {
	margin: 0 0;/*ブロックの空き*/
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 0.2;/*両サイドの薄さ*/
}

.slick-active {
	opacity: 1;/*両脇の薄さ*/
}

.slick-current {
	opacity: 1;/*中心の薄さ*/
}

.slick-dots li { /*ドットの形状*/
    margin: 0 5px;
	height: 5px;
	width: 30px;
	max-width: 50px;
	border-radius: 20px;
	overflow: hidden;
}

.slick-dots li button { /*ドットの色*/
	background-color: #dedede!important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before { /*ドットの色*/
	background-color: #666666;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before { /*ドットの色（マウスオーバー時）*/
	background-color: #cc0000;
	opacity: 1!important;
}

/*カスタム矢印*/
.slick-prev:before,
[dir='rtl'] .slick-next:before {
	content:url(../img/btn_prev.png);
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
	content:url(../img/btn_next.png);
}

.slick-prev,
[dir='rtl'] .slick-next {/*左からの距離*/
	left: 20px;
}

.slick-next,
[dir='rtl'] .slick-prev {/*右からの距離*/
    right: 20px;
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1920px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
#main_slide {
	width: 100%;
}

#main_slide a .main_photoBox {
    height: calc(100vw / 5 - 50px);
}

#height-100 {
	padding: 80px 0 270px 0;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
section .contents_box,
contents_box_small {
	 width: calc(100% - 50px);
}

#NewsBox_index .newsBoxContents a .main_photoBox {
	height: calc(100vw / 3 - 60px);
	margin: 0 auto 10px auto;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 850px) {
/* ------------------------------------------------------ */
	section .contents_box_small {
		width: calc(100% - 50px);
	}
}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */
#main_slide a .main_photoBox {
    height: calc(100vw / 3 - 60px);
}

section .contents_box_800 {
	width: calc(100% - 50px);
	margin: 0 25px;
	display: block;
}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
#main_slide a .main_photoBox {
    height: calc(100vw - 140px);
}

.slick-dots li {
	width: 10px;
}

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

#NewsBox_index .newsBoxContents a .main_photoBox {
	height: calc(100vw / 2 - 65px);
}

.anchor_link {
	/* ヘッダーの高さ */
	height: 30px;
	top: -30px;
}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 520px) {
/* ------------------------------------------------------ */
	#height-100 {
	min-height: 100vh;
	position: relative;
	/*ヘッダー・フッターの高さ*/
	padding: 70px 0 270px 0;
}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}