@charset "utf-8";

/* 共通設定 */
body{
	margin: 0;
	padding: 0;
	color: #333;
}

a{
	color: #b7a077;
}

a:visited {
	/*color: #a6a6a6;*/
}

a:hover{
	color: #988564;
	/*font-weight: bold;*/
	text-decoration: none;
}

a img{
	transition: opacity 0.2s linear;
}

a:hover img{
	opacity: 0.7;
}

h1,h2,h3,h4,h5,h6{
	margin-top: 0;
}

p{
	margin-top: 0;
	line-height: 1.6;/*単位はつけない！*/
}

img{
	vertical-align: bottom;
}

/* 共通mainコンテンツ */
#main h1{
	background: url(../images/header_bg.jpg);
	padding: 30px 30px 30px 20px;
	font-size: 26px;
	border-bottom: 1px solid #8b7348;
}

#main h2{
	font-size: 22px;
	border: 1px solid #b7a077;
	padding:  11px 22px;
	border-radius: 5px;
}

#main h3{
	font-size: 18px;
	border-left: 3px solid #b7a077;
	padding: 4px 9px 4px 14px;
}

/* headerエリア */
header{
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

header h1{
	float: left;
	margin: 5px 0 10px;
}

header #header_contact{
	float: right;
	margin: 35px 0 0;
}

/* global navi エリア */
#global_nav_wrap{
	width: 100%;
	background: #352b23;
	clear: both;
}
#global_nav {
	width: 980px;
	clear: both;
	overflow: hidden;
	margin: 16px auto;
}

#global_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#global_nav ul li{
	width: 195px;
	float: left;
	margin-right: 1px;
	text-align: center;
}

#global_nav ul li a{
	display: block;
	padding: 16px;
	background: #352b23;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	transition: background-color 0.3s linear;
}

#global_nav ul li:last-child a{
	border-right: 1px solid #fff;
}

#global_nav ul li.current a{
	background: #b7a077;
}

#global_nav ul li a:hover{
	background: #8c7a5b;
}

/* wrapper設定・メインコンテンツ*/
#wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#main{
	width: 730px;
	float: left;
}

#sidebar{
	width: 220px;
	float: right;
}

/* asideエリア設定 */
#side_banner{
	margin-bottom: 30px; 
}

#side_banner h2{
	background: #716161;
	color: #fff;
	padding: 7px;
	font-size: 14px;
	text-align: center;
}

#side_banner ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_banner ul li{
	margin-bottom: 10px;
}

#side_contact{
	border: 1px solid #b7a077;
	color: #7f7259;
	text-align: center;
}

#side_contact h2{
	background: #b7a077;
	color: #fff;
	padding: 7px;
	font-size: 14px;
}

#side_contact address{
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
}

#side_contact address img{
	vertical-align: middle;
	margin-right: 5px;
}

#side_contact .contact_button{
	display: inline-block;
	background: #f1ede4;
	background: -webkit-gradient(linear,left top,left bottom color-stop(0%,#ffff), color-stop(100%,#f1ede4));
	background: -webkit-linear-gradient(top, #fff 0%,#f1ede4 100%);
	background: linear-gradient(to bottom, #fff 0%,#f1ede4 100%);
	color: #b7a077;
	padding: 10px;
	border: 1px solid #b7a077;
	border-radius: 5px;
	text-decoration: none;
	/*transition: background-color 0.3s linear;*/
}

#side_contact .contact_button:hover{
	background: #b7a077;
	background: -webkit-gradient(linear,left top,left bottom color-stop(0%,#b7a077), color-stop(100%,#e2cda7));
	background: -webkit-linear-gradient(top, #b7a077 0%,#e2cda7 100%);
	background: linear-gradient(to bottom, #b7a077 0%,#e2cda7 100%);
	color: #fff;
}

/* フッターエリア設定 */
footer{
	background: #352b23;
	text-align: center;
}

footer #footer_nav{
	background: #efefef;
	padding: 10px 0;
}

footer #footer_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer #footer_nav ul li{
	display: inline-block;
	border-left: 1px solid #aaa;
	margin-left: 8px;
	padding-left: 8px;
	font-size: smaller;
}

footer #footer_nav ul li:last-child{
	border-right: 1px solid #aaa;
	padding: 0 8px;
}

footer small{
	display: block;
	padding: 8px 0;
	color: #fff;
}

/* パンくずリスト */
#breadcrumb ol li{
	display: inline;
}

#breadcrumb ol li::after{
	content: ">";
	padding-left: 7px;
}

#breadcrumb ol li:last-child::after{
	content: none;
}

#breadcrumb{
	font-size: smaller;
}

#breadcrumb ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* index.html設定” */
#main_visual{
	width: 980px;
	/*height: 440px;*/
	margin: 0 auto 30px;
}

#point{
	margin-bottom: 30px;
}

#point section {
	margin-bottom: 10px;
	overflow: hidden;
}

#point figure{
	float: right;
	margin: 0 0 0 16px;
}

#point figure figcaption {
	font-size: 12px;
	color: #9c9686;
	text-align:center;
}

#news dl{
	overflow: hidden;
}

#news dt{
	float: left;
	width: 8px;
	margin-bottom: 10px;
	clear: both;
}

#news dl dd{
	margin-left: 8em;
	margin-bottom: 10px;
}

/* course.html設定 */
#course table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px
}

#course table th,#course table td{
	border: 1px solid #c7c7c7;
	padding: 8px;
}

#course table th{
	background: #f1ede4;
	text-align: left;
	width: 5em;
}

/* gallery.html設定 */
#gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery ul li{
	width: 220px;
	float: left;
	margin:0 30px 30px 0;
	padding: 10px 0;
	border: 1px solid #ccc;
	text-align: center;
	color: #b7a077;
	font-weight: bold;
	box-shadow: 2px 2px 3px rgba(0,0,0,1);
}

#gallery ul li:nth-child(3n){
	margin-right: 0;
}

/* contact.html */
#entry dl{
	background: #f1ede4;
	border: 1px solid #ddd;
	border-top: none;
}

#entry dl dt,#entry dl dd{
	padding: 10px;
	border-top: 1px solid #ddd;
}

#entry dl dt{
	width: 13em;
	float: left;
	clear: both;
	font-weight: bold;
}

#entry dl dd{
	background: #fff;
	border-left: 1px solid #ddd;
	margin-left: 13em;
}

#entry .must{
	color: #f00;
}

#entry #name{
	width: 15em;
	padding: 3px;
}

#entry #email{
	width: 25em;
	padding: 3px;
}

#entry #category2,#entry #category3,
#entry #questionnaire2,#entry #questionnaire3{
	margin-left: 15px;
}

#entry #deatail{
	width: 36em;
	height: 15em;
}

#entry #submit_button_cover{
	text-align: center;	
}

#entry #submit_button{
	margin: 0 auto;
	background: #b7a077;
	border: 1px solid #b7a077;
	padding: 15px 100px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.2s linear;	
}

#entry #submit_button:hover{
	background: #c7ae81;
}

/* トップへ戻るボタンの設定 */
#scrollTop a{
	display: block;
	background: #ddd;
	opacity: 0.9;
	width: 5em;
	height: 2em;
	line-height: 2;
	border-radius: 3px;
	position: fixed;
	bottom: 100px;
	right: 100px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

/*********************************
*		responsive 設定	
*********************************/
@media screen and (max-width:767px){
	img{
		max-width: 100%;
	}
	
	header,#global_nav,
	#sidebar,#wrapper{
		width: 100%;
	}
	
	#global_nav_wrap{
		background: none;
	}
	
	header h1{
		float: none;
		text-align: center;
	}
	
	header img{
		width: 50%;
		height: auto;
	}
	
	header #header_contact{
		display: none;
	}
	
	#global_nav ul li{
		width: 50%;
		padding: 0.5px;
		margin: 0;
		box-sizing: border-box;
	}
	
	#global_nav ul li a{
		margin: 0;
	}
	
	#global_nav ul li:last-child{
		width: 100%;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#main{
		width: 90%;
		padding: 0 5%;
	}
	
	#main figure{
		text-align: center;
	}
	
	#main_visual{
		width: 100%;
	  height: auto;
	}
	
	#main_visual img{
		width:100%;
		height: auto;
	}
	
	#point figure{
		float: none;
		margin: 0 0 11px 0;
	}
	
	#side_banner ul li{
		text-align: center;
		margin: 11px auto;
	}
	
	#side_contact address img{
		width: 14px;
		height: 20px;
	}
	
	#scrollTop a{
		position: fixed;
		bottom: 20px;
		right: 10px;
	}
	#entry dl{
		margin: 0;
		padding: 0;
	}
	#entry dl dt{
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	
	#entry dl dd{
		width: 100%;
		margin: 0;
		border-left: none;
		box-sizing: border-box;
	}
	
	#entry #name,#entry #email,#entry #interest{
		max-width: 100%;
	}
	
	#entry #deatail{
		max-width: 100%;
		box-sizing: border-box;
	}
	
	#gallery ul li{
		width: 100%;
		float: none;
		text-align: center;
		margin-right: 0px
	}
	
	
}





