@charset "utf-8";
@import "../css/common.css";

/*-----------------------------------------------
	index
-----------------------------------------------*/

/* secEvent */
.secEvent .tit{
	padding:66px 0 0;
	text-align:center;
}

.Topview {
	background: url(../img/content/titIndex.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 90px 0;
}
.Topview .tit {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.3;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
	letter-spacing: -1.5px;
}

.secEvent .boxTab{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	height: 100%;
	padding-top:20px;
}
.secEvent .boxTab li{
	display:block;
	width:90px;
}
.secEvent .boxTab li:nth-child(2){
	margin:auto 12px;
}
.secSideInfo .boxList,
.secEvent .boxList{
	padding:0px 20px 0;
}
.secSideInfo .boxList li,
.secEvent .boxList li{
	padding:0 0 20px;
}
.secSideInfo .boxList a,
.secEvent .boxList a{
	display:block;
	background:#fff;
	padding:14px 10px 16px 15px;
	border:5px solid #E5E5DC;
}
.secEvent .boxNews a{
	display:block;
	background:#fff;
	padding:14px 10px 34px 10px;
}
.secEvent .boxBlog a{
	display:block;
	background:#fff;
	padding:14px 10px 34px 10px;
}
.secSideInfo .boxBtn,
.secEvent .boxBtn{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;	
	padding:0 25px;
	height:100%;
}
.secSideInfo .boxBtn ul,
.secEvent .boxBtn ul{
	display:table;
}

.secSideInfo .boxBtn ul li,
.secEvent .boxBtn ul li{
	display:table-cell;
	width:80px;

}
.secSideInfo .boxBtn ul li:nth-child(2),
.secEvent .boxBtn ul li:nth-child(2){
	padding: 0 15px;
}

.secSideInfo .boxBtn .btnNews,
.secEvent .boxBtn .btnNews{
	display:block;
	width:48%;
	line-height:40px;
	vertical-align:middle;
	float:right;
	background:#F06537;
	color:#fff;
	text-align:center;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;	
	border-radius:20px;
}

.secIndex .tit{
}
.secIndex .txt01{
	padding:30px 0 15px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	font-weight: bold;
}
.secIndex .txt01 .txtTop{
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
}
.secIndex .txt01 .txt{
	font-size: 16px;
	line-height: 1.64;
	margin-top: 20px;
	letter-spacing: 0.3px;
	font-weight: bold;
}
.secIndex .txt02{
	padding:13px 0 32px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.secIndex .txt02 .txt{
	font-size: 14px;
	line-height: 1.6;
}
.secIndex .txt02 .txtLarge{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 40px;
}
.secIndex .txt01 img,
.secIndex .txt02 img{
	width:100%;
	height:auto;
}
.secIndex .tit img,
.secIndex .img img{
	width:100%;
	height:auto;
}

/* slider */
#slider .txtSlider{
	height:210px;
	display:table;
	width:100%;
}
#slider .txtSlider .inner{
	display:table-cell;
	background:#F4F4F0;
	text-align:center;
	vertical-align:middle;
	line-height:180%;
	font-size:12px;
	color:#000000;
	padding:0 5%;
}
#slider .imgSlider img{
	width:100%;
	height:auto;
}
#pager{
	padding:20px 0;
	font-size:0;
	text-align:center;
}
#pager li{
	display:inline-block;
	margin:0 4px;
}
#pager li a{
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:8px;
	background:#E5E5DC;
}
#pager li a.active{
	background:#000000;
}
.secIndex .bx-controls{
	position:relative;
}
.secIndex .bx-prev.disabled,
.secIndex .bx-next.disabled{
	display:none;
}
.secIndex .bx-prev{
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/index/btnPrev.gif) center center no-repeat;
	background-size:10px 21px;
	-moz-background-size:10px 21px;
	-webkit-background-size:10px 21px;
	-o-background-size:10px 21px;
	-ms-background-size:10px 21px;
}
.secIndex .bx-next{
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/index/btnNext.gif) center center no-repeat;
	background-size:10px 21px;
	-moz-background-size:10px 21px;
	-webkit-background-size:10px 21px;
	-o-background-size:10px 21px;
	-ms-background-size:10px 21px;
}

.secIndex .reader{
	margin-bottom:50px;
	padding: 55px 0 55px 9%;
	background: url(../img/content/imgTop.jpg) top right no-repeat;
	background-size: cover;
}

.secIndex .reader .txtName {
	font-size: 18px;
	line-height: 1.8;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}
@media only screen and (max-width: 374px) {
	.secIndex .reader .txtName {
		font-size: 16px;
	}
}
@media only screen and (max-width: 340px) {
	.secIndex .reader .txtName {
		font-size: 14px;
	}
}

/*-----------------------------------------------
	details01.html
-----------------------------------------------*/
.details01 .titDetails{
	padding:27px 0 20px;
	text-align:center;
}
.details01 .txt01{
	font-size:12px;
	color:#333333;
	line-height:160%;
	text-align:center;
	padding:0 8% 20px;
}
.details01 .txt02{
	font-size:12px;
	color:#333333;
	line-height:160%;
	text-align:center;
	padding:20px 8%;
}
.details01 .imgDetails01 img{
	width:100%;
	height:auto;
}

/* secBtnDetails */
.secBtnDetails .titBtnDetails{
	padding:48px 0 30px;
	text-align:center;
}
.secBtnDetails a img{
	width:100%;
	height:auto;
}

/*-----------------------------------------------
	details02.html
-----------------------------------------------*/
.details02 .titDetails{
	padding:27px 0 20px;
	text-align:center;
}
.details02 .imgDetails01 img{
	width:100%;
	height:auto;
}
.details02 .secTxt01{
	background:#F4F4EC;
	padding:20px 0;
}
.details02 .txt01{
	font-size:12px;
	color:#000000;
	line-height:180%;
	padding:0 4%;
	letter-spacing:1px;
}
.details02 .txt02{
	background:url(../img/content/bgHealth01.jpg) left 5px no-repeat;
	background-size:46% auto;
	padding:0 4% 0 50%;
	margin-top:15px;
	letter-spacing:1px;
	color:#000000;
	line-height:180%;
}
.details02 .tit img{
	width:100%;
	height:auto;
}
.details02 .imgDetails02 img{
	width:100%;
	height:auto;
}
.details02 .titHealth{
	font-size:16px;
	line-height:160%;
	padding:15px 4% 10px;
	letter-spacing:2.2px;
}
.details02 .txtHealth{
	font-size:12px;
	color:#333333;
	letter-spacing:2.2px;
	line-height:180%;
	padding:0 4% 30px;
}
.details02 .bnrHouse{
	margin-top:1px;
}
.details02 .bnrHouse img{
	width:100%;
	height:auto;
}

/*-----------------------------------------------
	details03.html
-----------------------------------------------*/
.details03 .titDetails{
	padding:27px 0 20px;
	text-align:center;
}
.details03 .imgFit01{
	padding-bottom:16px;
}
.details03 .imgFit01 img{
	width:100%;
	height:auto;
}
.details03 .txtFit01{
	color:#000000;
	line-height:180%;
	padding:20px 5% 15px;
	border-top:#EFEFE2 solid 1px;
	font-size:12px;
	letter-spacing:1.5px;
}
.details03 .txtFit02 img{
	width:100%;
	height:auto;
}
.details03 .imgFit02{
	padding-top:10px;
}
.details03 .imgFit02 img{
	width:100%;
	height:auto;
}
.details03 .txtFit03{
	padding:15px 5% 15px;
	font-size:12px;
	letter-spacing:1.5px;
	line-height:180%;
	color:#000000;
}