@charset "UTF-8";
/* CSS Document */
body {
	background: #e5eaed;
	color: #00314d;
}
#all {
	font-size: 1.2em;
	line-height: 1.5;
	background: url(../img/all_bg.gif) repeat-x left 530px;
}
a {
	color: #00314d;
}
a:hover {
	text-decoration: none;
}
a.hover,
img.alpha {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
a.hover:hover,
a:hover img.alpha {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}



/*--------------------------------------------------*/
/* flashcontent */
/*--------------------------------------------------*/
#flashcontent {
	width: 100%;
	height: 450px;
	background: #806040 url(../img/visual.jpg) no-repeat top center;
	text-align: center;
	overflow: hidden;
}
#flashcontent div {
	width: 900px;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#flashcontent div img {
	position: absolute;
	top: 0;
	left: -150px;
}
/*--------------------------------------------------*/
/* MV */
/*--------------------------------------------------*/
#mv{
	width: 100%;
	height: 450px;
	height: 530px;
	position: relative;
	overflow: hidden;
	background: #fff;
	min-width: 900px;
}
#mv img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*--------------------------------------------------*/
/* contents */
/*--------------------------------------------------*/
#contents {
	background: url(../img/contents_bg.gif) no-repeat left top;
	width: 900px;
	margin: 0 auto;
	padding: 35px 0 30px 0;
}
/*--------------------------------------------------*/
/* logo */
#contents .logo {
	float: left;
	padding: 9px 0 0 0;
	padding:0px;
	position:relative;
	top:-9px;
}
#contents .logo ul {
	margin-top:46px;
}
#contents .logo ul li {
	margin-top:10px;
}

#contents .logo #instafeed{
	word-break : break-all;
}
#contents .logo #instafeed h3{
	font-size: 20px;
	text-align: center;
	padding: 0 0 5px;
}

#contents .logo #instafeed h3 > img{
	vertical-align: middle;
	margin-right: 5px;
}

#contents .logo #instafeed{
	width: 231px;
	display: inline-block;
	margin-top: 15px;
	box-sizing: border-box;
	background-color: #fff;
	color:#333;
	padding: 10px;
	border-radius: 5px;
}

#contents .logo #instafeed a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	transition-duration: 0.5s;
}

#contents .logo #instafeed a{
	color:#333;
	text-decoration: none;
}

#contents .logo #instafeed a:visited{
	color:#333;
}

#contents .logo #instafeed a > img{
	width: 100%;
}

#contents .logo #instafeed div{
	box-sizing: border-box;
	width: 100%;
}

#contents .logo #instafeed div p{
	margin: 5px 0 20px;
}

#contents .logo #instafeed div ul{
	margin-top: 10px;
	font-weight: bold;
}

#contents .logo #instafeed div ul li{
	margin: 0;
	display: inline-block;
	margin-right: 5px;
}

#contents .logo #instafeed div div{
	text-align: center;
	margin-bottom: 10px;
}

#contents .logo #instafeed div div a{
	color: #fff;
	text-align: center;
	font-size: 12px;
	background-color: #00314d;
	padding: 5px 10px;
	border-radius: 5px;
}

#contents .logo #instafeed div div a i{
	margin-right: 5px;
	text-decoration: none;
}

#contents .logo #instafeed div div a:hover{
	text-decoration: none;
}

#contents .logo #instafeed div div a:visited{
	color: #fff;
}

/*--------------------------------------------------*/
/* main */
#contents .main {
	float: right;
	width: 630px;
	width: 628px;
}
#contents .main .long_bnr {
	border-bottom: #cfd9e0 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contents .main .long_bnr ul{

}
#contents .main .long_bnr ul li{
	vertical-align: bottom;
}
#contents .main .long_bnr ul li img{

}
#contents .main .long_bnr ul li+ li{
	margin-top: 10px
}

/* btns */
#contents .main ul.btns {
	overflow:hidden;
}
#contents .main ul.btns li {
	float:left;
	margin-bottom:10px;
}
#contents .main ul.btns li:nth-child(2n){
	float: right;
}

/* news */
#contents .main .news {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	margin: 0;
}
#contents .main .news2 {
	background: #fff;
	padding: 5px 15px;
}
#contents .main .news-scroll {
	overflow-y: scroll;
	height: 270px;
}
#contents .main .news-scroll .c-fix:after{
	line-height: 0;
}
#contents .main .news2 h2 {
/*	float: left;
	padding: 7px 0 0 0;*/
	background: url(../img/dot.gif) repeat-x left bottom;
	padding:14px 0px;
	margin-bottom:4px;
}
#contents .main .news2 .text {
/*	float: right;
	width: 462px;*/
}
#contents .main .news table {
	width: 100%;
	border-collapse: collapse;
}
#contents .main .news table tr + tr {
	background: url(../img/dot.gif) repeat-x left top;
}
/*#contents .main .news table tr.last {
	background: none;
	padding-bottom: 5px;
}*/
#contents .main .news table tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
	padding: 5px 6px 6px 0;
}
#contents .main .news table tr td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0 6px 0;
}


#contents .main .news .rec_bt{
	border:#e9cfb2 1px solid;
	border-radius:4px;
	background:#e9cfb2;
	margin:10px 0;
}

#contents .main .news .rec_bt a{
	border:#fbf2e8 1px solid;
	display:block;
	padding:10px;
	text-decoration:none;
	border-radius:3px;
	color:#53362d;
	font-weight:bold;
	background:#e9cfb2 url(../img/a_rec.png) no-repeat 10px center;
	padding-left:25px;
}
#contents .main .news .rec_bt:hover{
	filter:alpha(opacity=50); opacity:0.5;
}


#contents .main .h2_btn{
	position: relative;
}
#contents .main .h2_btn a{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 3px;
}


.yt{
	margin:10px auto;
	position: relative;
	width: 100%;
	height: 0;
	/*padding-top: 30px;*/
	padding-bottom: 56.25%;
	overflow: hidden;
}
.yt iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* insta */
#contents .main .insta {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	margin: 10px 0 20px;
}

#contents .main .insta-inner {
	background: #fff;
	padding: 5px 15px;
}

#contents .main .insta-title {
	background: url(../img/dot.gif) repeat-x left bottom;
	padding:8px 0px;
	margin-bottom:4px;
}

#contents .main .insta-list {
	margin: 0 0 0 -15px;
	letter-spacing: 0;
	font-size: 0;
	float: left;
	display: block;
	width: calc(100% + 14px);
}

#contents .main .insta-list li{
	margin: 15px 0 0 14px;
	width: calc(25% - 14px);
	display: inline-block;
	padding: 0;
	letter-spacing: normal;
	font-size: 1.0rem;
}

#contents .main .insta-list a{
	width: 100%;
	display: inline-block;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#contents .main .insta-list a::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#contents .main .insta-list a:hover{
	opacity: .6;
}

#contents .main .insta-list img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#contents .main .insta-link {
	text-align: center;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}

/*--------------------------------------------------*/
/* footer */
#contents #footer {
	border-top: 1px solid #cfd9e0;
	padding: 15px 0 0 0;
	/*position:relative;*/
}
#contents #footer .links{
	/*position:absolute;
	right:0;
	bottom:0;*/
	text-align: right;
}
#contents #footer address{
	margin-top:5px;
}



#contents #footer .links_sns a+a {
	margin-left:7px;
}
#contents #footer .links_sns {
	float:left;
	margin:0;
}
