/*
Theme Name: http://www.a-course.co.jp/
Description:http://www.a-course.co.jp/オリジナルテーマ
Theme URI: http://www.a-course.co.jp/
Author: http://www.a-course.co.jp/
Author URI: http://www.a-course.co.jp/
Version: 1
*/


@charset "utf-8";
/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#203b39;
}
a:link{
}
a:visited{
	color:#203b39;
}
a:hover{
	transition:0.3s;
	opacity:0.5;
	color:#203b39;
}

/* layout */
body{
	margin:0;
	text-align:center;
	color:#333333;
	line-height:1.6;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:100%;
	background-image:url(images/bg_au.jpg) ;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size:11pt;
}

#header{
	text-align:left;
	margin:0 auto 40px;
	background:rgba(255,255,255,0.8);
	width:100%;
	top:0;
}
#change {
	background:rgba(255,255,255,0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
}
div.container{
	max-width:1000px;
	margin:0 auto 0;
	clear:both;
	text-align:left;
}

div.sideWrap{
	float:left;
	width:210px;
}
div.side{
	width:210px;
}
div.main{
	text-align:left;
	float:right;
	width:750px;
}



/* header */

.header_in{
	max-width:1000px;
	margin:0 auto;
	padding:20px 0 10px;
}
.h_navi{
	float:left;
	width:350px;
	margin:30px 10px 0 0;
}
header h1{
	font-size:90%;
	font-weight:normal;
	margin-bottom:5px;
}
header h2{
	float:left;
}
.header_tel{
	float:right;
	margin-top:20px;
}

.g_navi_box{
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	height:54px;
	clear:both;
}
ul.g_navi{
	max-width:1000px;
	margin:auto;
	height:54px;
}


ul.g_navi li{
	float:left;
	text-indent:-9999px;
}

.g_navi01 a, .g_navi02 a, .g_navi03 a, .g_navi04 a, .g_navi05 a, .g_navi06 a, .g_navi07 a{
	background:url(images/g_navi.png) no-repeat;
	display:block;
	height:54px;
	width:143px;
}
li.g_navi01 a{ background-position:0 0;  }
li.g_navi02 a{ background-position:-143px 0;}
li.g_navi03 a{ background-position:-286px 0;}
li.g_navi04 a{ background-position:-429px 0;}
li.g_navi05 a{ background-position:-572px 0;}
li.g_navi06 a{ background-position:-715px 0;}
li.g_navi07 a{ background-position:-858px 0; width:142px;}

ul.g_navi li a:hover{
	transition:0.3s;
	opacity:0.5;
}

/*--------------------------------------------------------------------
/////プルダウン/////
--------------------------------------------------------------------*/

.g_navi li ul {
	display: none;
	position: absolute;
	z-index: 1000;
	text-align:left;
}

.g_navi li ul li {
	float: none;
	text-align:center;
}

.g_navi li ul li a{
	text-indent: 0;
	color: #faee33;
	height:35px;
	line-height:35px;
	margin-top:4px;
	text-decoration:none;
	background: #203b39;
	font-size:12px;
	background-image:none;
	font-size:90%;
	opacity:0.8;
}
.g_navi li ul li a:hover{
	opacity:1;
	color: #faee33;
}
/*----------------------------*/



.page_title{
	text-align:center;
	margin-bottom:40px;
}


/*----------------------------*/

/* footer */
footer{
	max-width:1000px;
	margin:100px auto 20px;
	clear:both;
}

footer h1{
	float:left;
}

.footer_right{
	float:right;
	margin-bottom:20px;
}
nav.f_navi{
	text-align:right;
	margin-bottom:20px;
}
nav.f_navi a{
	color:#333;
}
.f_banner img{
	margin-left:10px;
}
.copy{
	text-align:center;
	clear:both;
}
/* side */


/*-----------------------------------*/

/* main */

section{
	margin-bottom:60px;
	clear:both;
	border-bottom:dotted 3px #1888ab;
	padding-bottom:20px;
}
.no_border{
	border-bottom:none;
	padding-bottom:0;
}
section h1{
	margin-bottom:30px;
	text-align:center;
	font-size:200%;
	font-weight:normal;
	background:url(images/title_bg.png) no-repeat center;
	padding:75px 0 0;
	min-height:55px;
}
section h2{
	margin:0 0 20px;
	font-size:180%;
	font-weight:normal;
}
section h3{
	margin-bottom:10px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:170%;
}
section p{
	margin-bottom:20px;
}

.font_red{
	color:#C00;
	font-weight:bold;
}
.scroll{}


.table01{
	margin-bottom:20px;
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.table01 th{
	font-weight:normal;
	padding:15px;
	width:25%;
	background:#EFEFEF;
	border: solid 1px #CCCCCC;
}
.table01 td{
	padding:15px;
	background:#FFF;
	border: solid 1px #CCCCCC;
}
.table01 td p:last-child{
	margin-bottom:0;
}
hr{
	border: 0;
	border-top: 1px solid #203b39;
	margin-bottom:20px;
}
.t_left{
	text-align:left;
}
.t_right{
	text-align:right;
}

.box01{
	background:#FFF;
	border-radius:20px;
	padding:20px;
	margin-bottom:20px;
}
.box02{
	background:#FFF;
	border-radius:20px;
	padding:40px 100px;
	margin:40px 0;
}
ul.line2 li{
	float:left;
	margin:0 20px 20px 0;
	width:480px;
}
ul.line2 li:nth-child(2n){
	margin:0 0 20px 0;
}
ul.line2 li:nth-child(2n+1){
	clear:both;
}
ul.line3 li{
	float:left;
	margin:0 20px 20px 0;
	width:320px;
}
ul.line3 li:nth-child(3n){
	margin:0 0 20px 0;
}
ul.line3 li:nth-child(3n+1){
	clear:both;
}
ul.line4 li{
	float:left;
	margin:0 18px 20px 0;
	width:236px;
}
ul.line4 li:nth-child(4n){
	margin:0 0 20px 0;
}
ul.line4 li:nth-child(4n+1){
	clear:both;
}


/* index */
.slide_container{
	position:relative;
	width:1084px;
	margin:0 auto 40px;
}
.slide_on{
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
}
.main_flash{
	float:left;
}
.fb-page{
	float:right;
	width:365px;
}
.top_news{
	background:url(images/news_bg.png) no-repeat;
	padding:40px 80px 60px;
	min-height:143px;
}

dl.news{
	clear:both;
}
dl.news img{
	float:left;
	margin:-10px 20px 0 0;
}
dl.news dt{
	text-align:left;
	float:left;
	width:120px;
	clear:both;
	margin-bottom:10px;
}
dl.news dd{
	float:left;
	width:720px;
	margin-bottom:10px;
}

.more{
	background:url(images/more.png) no-repeat;
	width:113px;
	height:29px;
	text-indent:-9999px;
	display: inline-block;
	margin:0 0 20px 0;
	float:right;
}
/*-----------------------------------------*/

/*-----------------------
	トップへ戻るボタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page_top a {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
/*
#page_top a img{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
}
*/
#page_top a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}

/*-----------------------------------------*/

.banner img{
	margin-right:10px;
}
.img_left{
	float:left;
	margin:0 20px 20px 0;
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
}


/*-----------------------------------*/

.btn01 a, .btn01 input{
	display: inline;
	padding:10px;
	width:200px;
	border:none;
	margin:20px 10px;
	color:#FFF;
	text-decoration:none;
	background:#8cc633;
	text-align:center;
	font-size:100%;
	border-radius:10px;
	border:solid 2px #FFF;
	float:left;
}
.btn01 a:hover, .btn01 input:hover{
	opacity:0.5;
	transition:0.3s;
}
.btn02 a{
	display: block;
	padding:10px;
	width:200px;
	border:none;
	margin:20px auto;
	color:#FFF;
	text-decoration:none;
	background:#8cc633;
	text-align:center;
	font-size:100%;
	border-radius:10px;
	border:solid 2px #FFF;
}
.btn01 a:hover, .btn01 input:hover{
	opacity:0.5;
	transition:0.3s;
}

table.formTable{
	margin-bottom:20px;
	width:100%;
	border-top: solid 1px #CCCCCC;
	border-collapse:collapse;
	text-align:left;
}
table.formTable th{
	font-weight:normal;
	padding:15px 30px 15px 0;
	border-bottom:solid 1px #CCCCCC;
	width:30%;
	text-align:left;
}
table.formTable td{
	padding:15px 0;
	border-bottom:solid 1px #CCCCCC;
}
.need{
	background:#900;
	color:#FFF;
	padding:3px 5px;
	border-radius:3px;
	margin-left:10px;
}

.privacy{
	margin-bottom:20px;
	height:300px;
	overflow:auto;
	padding:20px;
	border:solid 1px #CCC;
	margin-bottom:20px;
	text-align:left;
}
.privacy_title{
	font-weight:bold;
	font-size:150%;
}
.privacy dl{
	}
.privacy dt{
	margin-bottom:10px;
}
.privacy dd{
	margin-bottom:20px;
}
.privacy p{
	margin-bottom:20px;
}


/*-----------------------------------*/

/* wp */
.tablenav {
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	clear:both;
}

a.page-numbers, .tablenav .current {
	color: #000000;
	padding: 2px 5px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
	background:white;
}

a.page-numbers:hover {
	color:white;
	background: #000000;
}

.tablenav .current {
	color: white;
	background: #000000;
	border-color: #000000;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}
.post{
	margin-bottom:20px;
	text-align:left;
}


.nav-below{
	padding-top:20px;
}
.nav-below a{
	background:#80cd97;
	color:#000;
	padding:5px 20px;
	border-radius:20px;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
.p_navi{
	text-align:right;
	clear:both;
}
.p_navi a{
	background:#FFF;
	color:#000;
	padding:5px 10px;
	border-radius:2px;
}
.p_navi a:hover{
	background:#AAA;
	text-decoration:none;
	transition:0.3s;
}
.blog_info{
	margin-bottom:20px;
}


/* link */
.link img{
	max-width:90px;
	max-height:60px;
	float:left;
	margin-right:20px;
}
.widgettitle{
	display:none;
}
ul.xoxo li{	
	margin-bottom:20px;
}
ul.xoxo li a{
	display:block;
	padding:10px;
	height:60px;
	line-height:60px;
	border: solid 5px #DDD;
	text-align:left;
}
ul.xoxo li a:hover{
	border-color: #203b39;
	text-decoration:none;
}


li.widget{ list-style:none;}
li.widget_links{}



/*-----------------------------------*/
/* facilities */
.facilities01{
	background:url(images/facilities01.png) no-repeat;
	height:566px;
}
.facilities01 p{
	padding:510px 250px 0 0;
}
	
/* hotspring */
.hotspring01{
	background:url(images/hotspring01.png) no-repeat;
	height:566px;
}
.hotspring01 p{
	padding:510px 250px 0 0;
}

.hotspring02{
	background-color:#eeeeee;
	background-image:url(images/hotspring04.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	padding:20px 100px 20px 30px;
	border-radius:10px;
	border:solid 1px #cbcbcb;
}

/* pamphlet */
ul.pamphlet li{
	float:left;
	padding:10px;
	text-align:center;
}



