@charset "UTF-8";
/* CSS Document */

html {
    font-family: "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",  "Meiryo", "MS P Gothic",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
}
body {
	font-weight: 400;
	color: #686868;
}
/* menu custom */
@media (min-width: 420px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
  }
}
/* TOP　page custom */
.main_bg {
	background-image: url(../img/bg_main2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    min-height: calc(100vh - 50px);
}
div.content_area {
	position:absolute;
	padding-top: 100px;
	padding-bottom: 50px;
    height: calc(100vh - 50px);
    color: #ffffff;
	overflow: scroll;
	font-size: 16px;
	line-height: 180%;
}
div.content_area h3{padding-top: 30px;}
div.content_area a{
text-decoration: none;
color: #ffffff;
}
div.content_area a:hover{
	color: #77B8DA;
}
div.content_area p.faq{
position: absolute;
bottom: 50px;
}

@media (max-width: 420px) {
div.content_area p.faq{
position: relative;
bottom:0;
right:0;
left:0;
line-height: 300%;
}
}
footer {
text-align: center;
background-color:rgba(255,255,255,0.75);
color: #333333;
font-size: 13px;
position: absolute;
bottom: -5px;
width: 100%;
}
footer a:link{
text-decoration: none;
color: #333333;
}
footer a:hover{
	color: #77B8DA;
	font-weight: bold;
	text-decoration: none;
}
/*top page custum bootstrap*/
.navbar-top{
background-color: rgba(48,48,48,0.89)
}
.navbar-header {
 background-color:rgba(220,220,220,0.00);
}
.navbar-top button{
margin-top: 35px;
}
.navbar-top .navbar-nav{
 background-color: #ffffff;
}
@media (min-width: 421px) {
 .navbar {
    display:block;
  }
.navbar-top{
 background-color:rgba(220,220,220,0.00);
 border-bottom: none;
}
.navbar-logo {
 background-color:rgba(220,220,220,0.00);
}
.navbar-top .navbar-nav{
    background-color:rgba(220,220,220,0.00);
	border:none;
	color: #ffffff;
    height: 100px;
	padding-top: 35px;
}
.navbar-top .navbar-nav > li > a {
  color: #ffffff;
  font-size:115%;
}
.navbar-top .navbar-nav > li > a:hover,
.navbar-top .navbar-nav > li > a:focus {
  color: #686868;
　 background-color: rgba(220,220,220,0.00); 
}
	
}

div.content_area {
    background-color: rgba(0,0,0,0.45);
	}
footer {padding-bottom: 15px;}


/*custum bootstrap*/
  .navbar {
    display:block;
	padding-top:30px;
  }
.navbar-vifa{
	background-color:#ffffff;
	border:none;
}
.navbar-vifa2 {
background:rgba(117,114,114,0.2)
}
.navbar-vifa .navbar-nav > li > a {
  color: #333333;
  font-size:115%;
}
.navbar-vifa .navbar-nav > li > a:hover,
.navbar-vifa .navbar-nav > li > a:focus {
  color: #686868;
  background-color: transparent;
}

/*custum for about page*/
.about-header{
	font-size:20px;
	padding:10px 10px 30px;
	text-align: center;
}
.about h4 {
    font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}
.about p {
   line-height: 170%;
   text-align: justify;
}
.about img {
padding-top: 15px;
}

/*custum for news-page*/
h3.news-header{
	font-size:24px;
	padding:10px;
}
dl.event dt{
    float: left;
    width: 85px;
    padding-left: 15px;
	padding-bottom: 5px;
}
dl.event dd{
padding-left: 100px;
padding-bottom: 5px;
}

dl.event_long dt{
    width: 145px;
}
dl.ebent_long dd{
	padding-left: 150px;
}
.date {
	text-align:right;
}

/*custum for STORE-page*/
.container-vifa{min-height: 100vh;}

.store-header{
	font-size:20px;
	padding:10px 0 0 5px;
}

.store-panel {
	display: block;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	height: calc(100vh - 100px);
	border: none;
	border-top: 2px solid #686868;
	border-bottom: 2px solid #686868;
	box-sizing: border-box;
    background-color:#ffffff;
	overflow: scroll;
}
.store-panel ul{
padding: 0;
}
.store-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #686868;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}
.store-wrapper p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #000000;
}
.store-wrapper a {
	text-decoration:none;
}
.store-wrapper a :hover{
	background-color:#E3E3E3;
}
.store-wrapper .inuit-media {
	display: block;
	padding-top: 12px;
}
.store-wrapper .inuit-media_img {
	float: left;
	margin-right: 18px;
	padding: 18px;
	padding-right: 0;
}
.store-wrapper .inuit-media_img > img {
	display: block;
}
.store-wrapper .inuit-media_body {
	border-left: 1px solid #686868;
	margin-left: 60px;
}
.store-list {
	list-style: none;
}
/*custum for FAQ-page*/

.faq-header{
	font-size:24px;
	padding:10px;
}
ul.faq-list {
	padding:15px;
}
.faq-list li{
	font-weight:bold;
	padding-top:10px;
	list-style: none;
}
.faq-list p {
	font-weight:normal;
	padding:5px 20px;
}