/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #eae3d8;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 300;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
	
}

/* Titles */
h1, h2, h3, h4, h5, h6 {

    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

#map {
    height: 576px;
    width: 100%;
}


.navbar {

	font-size: 14px;

	background-color: #1e1e1d;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #1e1e1d;
}

.navbar-brand {

	padding-top: 15px;
	padding-bottom: 0px;
	width:40%;

}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {

	padding-top: 0px;
	padding-bottom: 0px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #eae3d8;
	padding-top: 20px;
	margin-bottom: 0px;
}

#green img {
	width:50%;
	text-align:center;
}

#green p {
	padding: 15px;
	
}

/* Green */
#green01 {
	background-color: #eae3d8;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#green01 img {
	width:100%;
	text-align:center;
}

#green01 p {
	
	margin:0px 15px 15px; 
	
}




/* Skills */
#skills {
	background-color: #eae3d8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-left: 15px;
padding-right: 15px;
}



/* footer logo */
#footer_logo {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image:url(../img/bg_footer.gif);
	font-size: 12px;
    text-align: center;
	color:#fff;
}

#footer_logo img{
	width:30%;
}

#footer_logo h1{
	text-align: center;
}

#footer_logo a{
	color:#fff;
}

#footer_logo p{
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
}


/* Footer */
#f {
    padding-top: 10px;
    background-color: #241a18;


}

#f p {
	color: white;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 10px;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

/* PLUS */
.center {
	text-align:center;
}

.right {
	text-align:right;
	
}

.font10 {
	font-size:10px;	
}

li {
	margin-bottom: 10px;
}




/* button */
.button {
	display: inline-block;
	width: 150px;
	height: 34px;
	text-align: center;
	text-decoration: none;

	border: 1px solid #fff;
	color: #333;
	line-height: 34px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button:hover {
	border-style: dashed;
}

.button01 {
	display: inline-block;
	width: 200px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	background-color: #332b28;
	border: 1px solid #332b28;
	color: #fff;
	line-height: 34px;
	outline: none;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button01:hover {
	border-style: dashed;

}


/*運動公園*/

table.basic_table07 {
    border-collapse: collapse;
    border: 1px solid #cccccc;
	margin: 15px !important;

	margin-bottom: 10px !important;
}

table.basic_table07 th {
    border-collapse: collapse;
    padding: 5px 7px 5px 7px;
    font-size: 0.9em;
line-height: 110%;
    border: 1px solid #cccccc;
    background-color: #A48E6B;
    text-align: center;
    color: #fff;
}

table.basic_table07 td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px 7px 5px 7px;
    font-size: 0.9em;
    text-align: left;
    background-color: #EAE3D8;
		line-height: 26px;
}

/*お問合せ*/

#form_box {
	margin: 15px;
}

#form_box dt{
	font-weight: nomal;
}

#form_box dd{
	margin: 5px 0px 10px 5px;
}

.red01 {
    color: #F00;
}

/*ご利用案内*/
table.basic_table06 {
    border-collapse: collapse;
    border: 1px solid #cccccc;
	margin: 15px !important;
	line-height: 26px;
	margin-bottom: 10px !important;
}

table.basic_table06 th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px 7px 5px 7px;
    font-size: 0.9em;

    background-color: #BD6B8D;
    text-align: center;
    color: #fff;
}

table.basic_table06 td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px 7px 5px 7px;
    font-size: 0.9em;

    text-align: left;
    background-color: #F2D6E1;
}


/*top_info*/

#info_box {
	background-color: #fff;
margin-left: 15px;
margin-right: 15px;
padding: 15px;
	margin-bottom: 30px;
}


#info_right dt{
    font-size: 12px;
}

#info_right dd{
padding-left: 10px;
margin: 0px 0px;
}