/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* Header */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.header{
	width: 100%;
	margin: 10px auto 20px;
}
.header__inner{
	width: 1018px;
	margin: 0 auto;
	padding-left: 73px;
	position: relative;
	box-sizing: border-box;
}

.header__logo{
	width: 73px;
	background: #fff;
	padding-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.header__logo a{
	display: block;
}
.header__logo img{
	height: 65px;
}

/*------------------------------------------------------*/
/* globalnavi */
/*------------------------------------------------------*/
.globalnavi{
	height: 65px;
	background: #1a5d9f;
	padding-left: 22px;
}
.globalnavi__item{
	height: 65px;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
	display: inline-block;
	margin: 0 8px;
	font-size: 18px;
}
.globalnavi__item:hover{
	color: #6cbae8;
}

a.globalnavi__item:link{color: #fff;}
a.globalnavi__item:visited{color: #fff;}



/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* Footer */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.footer{
	text-align: center;
	margin-top: 40px;
	padding: 10px 0 0 0;
	line-height: 1.6;
	font-size: 18px;
}
.footer__logo{
	height: 90px;
	margin-bottom: 24px;
}
.footer__title{
	color: #9fa0a0;
	font-size: 14px;
	font-weight: bold;
}
.footer_navi{
	margin: 0 10px 16px;
}
.footer_navi__item{
	line-height: 1;
	display: inline-block;
}
.footer_navi__item + .footer_navi__item::before{
	content: "/";
	color: #0067b6;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
}
.footer_navi__item a{
	font-size: 14px;
	font-weight: bold;
}
.copyright{
	color: #fff;
	font-size: 12px;
	background: #005bac;
	padding: 10px 5%;
}
.copyright p{
	margin: 5px 0;
}



/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* conteiner */

/*------------------------------------------------------*/
/*------------------------------------------------------*/
.content-title{
	text-align: center;
	line-height: 1;
	background-image: url("/assets/ichimen/images/pc_title_back.png");
	background-position: 0 50%;
	background-repeat: repeat-x;
	margin: 30px auto 0;
	display: block;
}
.content-title span{
	color: #0058aa;
	font-size: 23px;
	font-weight: bold;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.conteiner__sub .content-title{
	margin: 20px 0 0;
}
.conteiner__sub .content-title span{
	font-size: 21px;
	margin-top: -3px;
}



/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* sns */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.sns__wrap{
	text-align: center;
	margin-bottom: 16px;
	font-size: 0;
}
.sns__wrap a{
	margin: 0 8px;
}
.sns__wrap img{
	height: 30px;
}

/**/
.header__inner .sns__wrap{
	position: absolute;
	top: 17px;
	right: 26px;
}
.header__inner .sns__wrap a{
	height: 30px;
	width: 30px;
	display: inline-block;
}
.header__inner .sns__wrap a img{
	max-height: 30px;
	max-width: 30px;
	height: auto;
	width: auto;
}



/*------------------------------------------------------*/
/* hash */
/*------------------------------------------------------*/
.hash__wrap{
	background-image: url("/assets/ichimen/images/back.png");
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 8px 0;
}
.contents__sub .hash__wrap{width: 300px;}
.hash{
	margin: 7px 0 10px 8px;
}
.hash a{
	color: #0067b5;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	border-radius: 5px;
	margin: 4px 5px 0 0;
	padding: 7px;
	display: inline-block;
}
.hash a span{
	border-bottom: 1px solid #0067b5;
	padding-bottom: 2px;
}
.hash a:hover{
	color: #fff;
	background: #0081d1;
}
.hash a:hover span{
	border-bottom: 1px solid #fff;
}

.hash__title{
	background-image: url("/assets/ichimen/images/pc_title_back_only.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 8px;
	display: block;
}
.hash__title span{
	width: 110px;
	color: #1a5d9f;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	display: block;
}



/*------------------------------------------------------*/
/* photo */
/*------------------------------------------------------*/
.photo__wrap{
	margin-bottom: 20px;
}
.photo__area{
	margin: 8px 0 0;
}

/*--------------------------------------- 写真特集
---------------------------------------*/
.photo__area .slider-pro .sp-slide { background: #000000; }
.photo__area .slider-pro .sp-slide .sp-image { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 300px !important; }
.photo__area .slider-pro .sp-previous-arrow:before, .photo__area .slider-pro .sp-previous-arrow:after { left: 0; }
.photo__area .slider-pro .sp-next-arrow:before, .photo__area .slider-pro .sp-next-arrow:after { right: 0; }

.breadcrumb{padding-top: 3px;}

