@charset "utf-8";
/* CSS Document */
@-ms-viewport {width: device-width;}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
}

body {
	height: 90%;
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #fff;
	font-size: 12px;
}

.carousel-caption h1 {
	padding-top:1em;
}

h2 {
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 1.5em;
}

a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

.alpha_img {
  opacity: 0.9;
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
}

.row  {
	padding-top:1em;
	padding-bottom: 2em;
}

.menu {
	margin:0px;
	padding:0px;
}

.menu li {
	border-left:solid 1px #ccc;
	font-size:16px;
}
.menu li:last-child {
	border-right:solid 1px #ccc;
}
.menu li:hover {
	background-color:#999;
}

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.bi {
	font-weight:bold;
	font-style:italic;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.headintro {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	border-radius: 0.2em;
	cursor: pointer;
	border: 0;
	color: #000000;
	font-size: 1.5em;
	text-align: left;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: rgba(255,255,255,0.5);
	margin: 0em auto 0em auto;
	padding:1em 3em 0em 3em;
}

.intromenu {
	background-color: rgba(255,255,255,0.5);
	border: solid #999 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 10px;
	padding: 8px;
	text-align: center;
}



.koya_info {
	background-color:#fff;
	line-height:1.5em;
	font-size:1.5em;
	padding-bottom: 1em;
}

.koya2_info {
	background-color:#D5FFD3;
	line-height:1.5em;
	font-size:1.5em;
	padding-bottom:1em;
}

.koya3_info {
	background-color:#E2DD99;
	line-height:1.5em;
	font-size:1.5em;
	padding-bottom:1em;
}


.koya4_info {
	background-image: url(../img/img_snowmanbarright.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin:0;
	line-height:1.5em;
	font-size:1.5em;

}
	
	
.photo_box {
	margin: 10px auto 10px auto;
	padding: 5px;
	text-align:center;
	
}
.photo_boxs {
	border: 5px solid #CC9;
}

.sectioninfo h2 {
	margin: 2em 0 1em 1em;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.table_box {
	background-color: #FFF;
	width: 90%;
	margin-top: 1em;
}

.table_box th, td {
	border: #999 solid 1px;
	padding:0.5em;
}

.marklist {
	width: 100%;
	height: 1.5em;
	padding-left: 45px;
	font-size: 1.5em;
	font-style: italic;
	color: #4A2C69;
}

	
.marklist0 {
	background-image: url(../img/box_whitewhite.gif);
	line-height:1.5em;
	padding:5px 5px 5px 10px; border-radius: 15px;
	text-align:center;
}
	
.marklist1 {
	background-image: url(../img/mark_train.png);
	background-repeat: no-repeat;
	background-position: left;
}

.marklist2 {
	background-image: url(../img/mark_car.png);
	background-repeat: no-repeat;
	background-position: left;
}

.marklist3 {
	background-image: url(../img/mark_leaf.png);
	background-repeat: no-repeat;
	background-position: left;
}

.marklist4 {
	background-image: url(../img/box_yellow.gif);
	padding:5px 5px 5px 10px; border-radius: 15px;
}

.footer {
	background-color:#fff;
    width: 100%;
	background-image: url(../img/box_yellow.gif);
	background-image: url(../img/box_yellow.gif);
}

.footer .p {
	font-size:10px;
	line-height:1em;
}

.img_center	{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
	vertical-align: bottom;
}

.left_flower {
	background-image: url(../img/kuroyuri_logo.gif);
	height: 37px;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-top: 1em;
}

.page_top {
	position:fixed;
	bottom:20px;
	right:5px;
	padding:25px 20px;
	color:#000;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background:rgba(255,204,204,0.5);
	width: 90px;
	height: 90px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	z-index:1;
	
}

.page_top:hover {
	background:#363;
}

@media(max-width:600px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
	
	.photo_boxs {
		max-width: 100px;
		height: auto;
		border: 1px solid #999;
}

  .page_top {
	position:fixed;
	bottom:30px;
	right:1px;
	padding:20px 20px;
	color:#333;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	background:rgba(255,255,255,0.5);
	max-width: 60px;
	height: auto;
	z-index:1;	
}

.page_top:hover {
	background:#363;
}
}


@media screen and (max-width: 480px) {
  .container{padding:0}
  div[class^="col-"] {padding:0}
  .row {margin:0;}
  
  .page_top {
	position:fixed;
	bottom:30px;
	right:1px;
	padding:10px 10px;
	color:#333;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	background:rgba(255,255,255,0.5);
	max-width: 60px;
	height: auto;
	z-index:1;	
}

.page_top:hover {
	background:#363;
}
  
}
@media screen and (max-width: 320px) {
  .container{padding:0}
  div[class^="col-"] {padding:0}
  .row {margin:0;}
  

}

