/*
Theme Name: Acc-GL SP
Description: 青森カントリー倶楽部 スマートフォン用
Version: 1.0
Template: acc-gl
*/


/* ==========================================================================
   reset
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}html{overflow-y:scroll;font-family:'メイリオ',Meiryo,Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProO','ＭＳ ゴシック','ＭＳ Ｐゴシック',sans-serif;height:100%;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}address{font-style:normal;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   custom styles
   ========================================================================== */
a{
	text-decoration:underline;
	color: #0C6D3A;
}
a:hover {
	text-decoration:none;
	color: #0C6D3A;
}
a:active {
	text-decoration: none;
	color: #EC9100;
}
a:focus {
	-moz-outline-style: none;
}
.red{
	color:#F00;
}
.big{
	font-size:18px;
	font-weight:bold;
}
.small{
	font-size:0.8em;
}
strong{
	font-weight:bold;
}

body{
	width:100%;
	font-size:14px;
	line-height:1.8;
	position:relative;
	z-index:1;
	zoom:1;
	_display: inline;
	_zoom:1;
	overflow:hidden;
}
#wrapper{
	width: 100%;
	margin:0 auto;
	background:url(images/bg_wrapper.jpg) 0 100% repeat-x;
}

#global-header{
	width: 100%;
	margin: 0;
	padding-top: 15px;
	color: #FFFFFF;
	background: url(images/bg_head.jpg) repeat-x 50% 50%;
	background-size: auto 100%;
	text-align: center;
}
#global-header h1{
}
#global-header h1 a{
	display: block;
	background:url(images/logo_head.svg) no-repeat 50% 15%;
	background-size: 100% auto;
	width: 90%;
	height: 0;
	max-height: 80px;
	padding: 0 0 19% 0;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 0 auto;
}
#global-header address{
	width: 98%;
	line-height: 1.8em;
	margin: 0 auto 15px auto;
}
#global-header address a{
	font-size: x-large;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#global-header .tel{
	display: inline-block;
	background:url(images/ico_tel.png) no-repeat 0 0;
	background-size: 25px 25px;
	padding: 0 0 0  30px;
}

/* nav */
#global-nav{
	width:100%;
	border-top: 2px solid #eeedcb;
	background-color: #ffffff;
}
	#global-nav li {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		margin-top: 1px;
	}

	#global-nav li.nav-reservation,
	#global-nav li.nav-facilities {
		border-right: none;
		border-left: none;
	}
	#global-nav li:nth-child(even) {
		border-left: 1px solid #FFFFFF;
	}

		#global-nav li a {
			display: block;
			padding: 0.8em 0.3em;
			margin: auto;
			min-height: 3em;
			color: #FFFFFF;
			font-size: small;
			line-height: 1.2em;
			text-decoration: none;
			height: 100%;
			clear: both;
			vertical-align: middle;
			background-color: #373737;
		}

		#global-nav li a:hover {
			background-color: #111111;
		}
#global-nav li.nav-course a {
	padding: 0.4em 0.3em;
}

@media ( min-width : 300px ) {
	#global-nav li {
		width: 33.333333%;
		border-left: 1px solid #FFFFFF;
	}
		#global-nav li a {
			min-height: 3em;
			font-size: medium;
		}
/*
		#global-nav li:nth-child(even) {
			border-left: none;
		}
*/
/*
		#global-nav li.nav-reservation,
		#global-nav li.nav-facilities {
			border-right: 1px solid #FFFFFF;
			border-left: 1px solid #FFFFFF;
		}
*/
		#global-nav li.nav-course,
		#global-nav li.nav-access {
			border-right: 1px solid #FFFFFF;
		}
		

		#global-nav li a {
			padding: 1em 0.3em;
		}


}
@media ( min-width : 420px ) {
#global-nav li.nav-course a {
padding: 1em 0.3em;
}
}


/* contents */
#contents{
	width: 100%;
	margin:0 auto;
	padding:20px 10px 30px 10px;
}


.bg-pagetop{
	background:url(images/bg_foot.png) 100% 100% no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	max-height: 80px;
	padding: 2% 0 21.43% 0;
	white-space:nowrap;
	text-align: center;
}

.bg-pagetop a{
	color: #333333;
	padding: 1em;
	display: inline-block;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
	padding: 4px 10px;
	font-weight: normal;
    background-color: rgba(193,229,247,0.5);
	text-decoration: none;
}

.bg-pagetop a:hover{
    background-color: rgba(193,229,247,0.8);
}




/* footer */
#global-footer{
	color:#fff;
	text-align: center;
}
#global-footer a{
	color:#fff;
}
#global-footer .bg-pagetop{
	width:100%;
	height:200px;
	margin:0 auto;
	position:relative;
}
#global-footer .bg-pagetop a{
	display:block;
	width:64px;
	height:100px;
	position:absolute;
	right:0;
	bottom:0;
	padding:20px 0 0 10px;
}
.bg-footer{
	background:#373737;
}
.footer-inner{
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
	overflow:auto;
	background:#373737;
}

.footer-inner .foot-logo{
	display: block;
	background:url(images/logo_foot.svg) no-repeat 50% 50%;
	background-size: 100% auto;
	width: 90%;
	height: 0;
	max-height: 70px;
	padding: 0 0 12% 0;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 0 auto;
}
.footer-inner address{
	width:90%;
	font-size: small;
	margin: 15px auto;
}

.footer-inner address img{
	max-width: 230px;
	margin: 10px auto 0;
	clear: both;
}

.footer-inner address img.a_mail{
	margin: 5px auto 0;
}

.contact-link {
	width:96%;
	margin: 15px auto 0;
	border-top: 1px solid #FFFFFF;
}

.contact-link li {
	width: 48%;
	margin: 1em 0;
	display: inline-block;
}
.contact-link .back_home { border-right: 1px solid #FFFFFF;}

.contact-link li a {
	display: block;
	background-position: 50%50%;
	background-repeat: no-repeat;
	background-size: 70% auto;
	width: 100%;
	height: 0;
	padding: 0 0 13% 0;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
}

.contact-link .back_home a { background-image: url(images/a_home.jpg);}
.contact-link .back_pc a { background-image: url(images/a_pc.jpg);}
.bg-copy{
	background:#056636;
}
.bg-copy .copy-inner{
	width:100%;
	margin:0 auto;
	padding:22px 64px;
	color:#fff;
	font-size:11px;
}



/*********************************/
/* COMMON */
/*********************************/
img{ max-width:100%;height:auto; }

a img:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.more {
	text-align: right;
}
.more a {
	width: 100%;
	margin: 0;
	color: #FFFFFF;
	background: url(images/icon_arrow.png) no-repeat 0 50%;
	background-size: 15px 15px;
	color: #e98e00;
	padding: 3px 5px 3px 20px;
	text-decoration: none;
}
.more a:hover {
	color: #FCB13D;
	text-decoration: underline;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*********************************/
/* top page */
/*********************************/

/* mainimg */
#mainimg{
	position:relative;
}

.nav-visitor{
	width: 75%;
	max-width: 480px;
	overflow:auto;
	margin:0 auto 10px;
}
	.nav-visitor li{
		margin: 0 0 10px 0;
	}

/* SLIDER IMAGES */
.top-slider img{
	width:auto;
}
.top-slider{
	background:#fff;
	box-shadow:0 0 8px 0 #aaa;
	border:1px #aeaeae solid;
	border-radius:5px;
	margin:0 0 20px 0;
	padding:8px 0;
	position:relative;
	clear:both;
}
.top-slider li{
	position:relative;
}
.top-slider li a,
.top-slider li a:hover{
	color:#fff;
}
.top-slider .bx-wrapper{
	margin: 0 40px !important;
}

.top-slider .bx-prev,
.top-slider .bx-next{
	position:absolute;
	top: 45px;
	width: 30px;
	height: 30px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.top-slider .bx-prev{
	left:5px;
	background:url(images/bg_slide-nav.png) left bottom no-repeat;
	background-size: 60px 60px;
}
.top-slider .bx-prev:hover{
	background-position:left top;
}
.top-slider .bx-next{
	right:5px;
	background:url(images/bg_slide-nav.png) right bottom no-repeat;
	background-size: 60px 60px;
}
.top-slider .bx-next:hover{
	background-position:right top;
}
.top-slider li .text{
	width: 100%;
	position:absolute;
	bottom:0;
	padding:5px 10px;
	font-size:11px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	background:rgba(20,107,59,0.8);
}
.lt-ie9 .top-slider li .text{
	background:#146b3b;
}

/* TAB BOX */
/*{
	overflow:auto;
}*/
#informations{
	width: 100%;
	border:1px #8b8c8c solid;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom:15px;
}
#informations .tab{
	overflow:auto;
}
#informations .tab li{
	cursor:pointer;
}

#informations .tab li {
	width: 50%;
	min-height:30px;
	float:left;
	text-indent:100%;
	height:0;
	margin:0 auto;
	padding-top: 15%;
	background-size: 90% auto;
	overflow:hidden;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#informations .tab-info {
	background:#585656 url(images/info_news.png) 50% 50% no-repeat;
}
#informations .tab-competition {
	background:#146b3b url(images/info_competition.png) 50% 50% no-repeat;
}

#informations .tab li.active {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


.tab-area ul,
.inner-box ul.info {
	padding: 0;
	overflow: auto;
	margin: 0;
}

.tab-area ul li,
.inner-box ul.info li {
	clear:both;
	background-image: none;
	border-bottom:1px #dfdfdf dotted;
	padding: 0;
}

.tab-area ul li a,
.inner-box ul.info li a {
	display: block;
	padding: 10px 8px 8px;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
}

.tab-area ul li a:hover,
.inner-box ul.info li a:hover {
	background-color: #ececec;
}

.tab-area ul li a span,
.inner-box ul.info li a span {
	display: inline-block;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
	margin-right: 8px;
/*
	padding: 4px 10px;
*/
	font-weight: normal;
	font-size: small;
}

/*
#tab-info ul li a span {
	background-color: #cccccc;
	color: #FFFFFF;
}

#tab-competition ul li a span {
	background-color: #59AF82;
	color: #FFFFFF;
}
*/

.tab-area ul li a strong,
.inner-box ul.info li a strong {
	display: block;
	font-weight: normal;
}


#informations .area{
	display:none;
}

.tab-area .more {
	padding: 10px 0;
}


.fb{ width: 90%; margin: 10px auto;}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }

/* other pages */

.breadcrumbs {
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
	margin: 0 auto 15px;
	padding: 4px 10px;
	font-weight: normal;
	font-size: small;
	background-color: #eeedcb;
}

.page #contents{
	overflow:auto;
	margin-top: 0;
}
.page h1.page-title{
	border-left: 8px #056636 solid;
	background:#efefef;
	font-size: large;
	padding: 8px 15px;
	margin:0 0 15px 0;
	color:#056636;
}


.inner-box h1{
	font-size:22px;
	margin:0 0 12px 0;
	line-height:1.4;
	background:#056636;
	padding:10px 15px 8px 15px;
	color:#fff;
}
.inner-box h2{
	font-size:18px;
	margin:0 0 10px 0;
	padding:8px 5px 6px 5px;
	line-height:1.4;
	color:#056636;
	border-bottom:1px #056636 dashed;
}
.inner-box h2:before{
	content:"◎";
}
.inner-box h3{
	font-size:16px;
	margin:0 0 10px 0;
	padding:8px 15px 6px 15px;
	line-height:1.4;
	background:#373737;
	color:#fff;
}
.inner-box h4{
	margin:0 0 8px 0;
	padding:8px 10px 6px 10px;
	line-height:1.4;
	color:#056636;
	border:1px #056636 solid;
}
.inner-box p{
	margin:0 0 1em 0;
}
.inner-box ul{
	margin:0 1em 1em 0.8em;
}
.inner-box ol{
	margin:0 1em 1em 2.5em;
}
.inner-box ul li,
.inner-box ol li{
	line-height:1.4;
	margin:0 0 5px 0;
}
.inner-box ul li{
	background:url(images/ico_li.png) no-repeat 0 2px;
	padding:0 0 0 18px;
}
.inner-box dl{
	margin:0 0 1em 0;
}
.inner-box dt{
	border-bottom:1px #E78200 dotted;
	padding:8px 8px 3px 20px;
	font-weight:bold;
	color:#E78200;
	background:url(images/ico_dt.png) 0 13px no-repeat;
}
.inner-box dd{
	padding:3px 1em;
	margin:0 0 0.5em 0;
}




.page .nav-visitor{
	margin: 30px auto 10px;
}

ul.info{ border-top: 1px #dfdfdf dotted;}

/* gallery */
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
.gallery{
	margin:0 0 20px 0 !important;
	clear:both;
	overflow:auto;
}
.gallery-item dt{
	background:none !important;
	border-bottom:none !important;
	padding:8px 8px 3px 8px !important;
}
.gallery-item img{
	width:100% !important;
	height:auto !important;
	border:none !important;
	display:block;
	margin:0 auto;
}
.wp-caption-text.gallery-caption{
	text-align:left !important;
	max-width:96% !important;
	margin:11px auto 0 auto !important;
	box-sizing:border-box;
}
dt.gallery-icon.portrait.first-child{
	margin:0 !important;
	padding:0;
	border-bottom:none;
}

/*** pager ***/
.pager{
	text-align: center;
	padding:0;
	margin: 16px 0;
	font-size: medium;
	clear:both;
}
.pager span.current {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 8px;
	margin: 2px;
	background: #056636;
	color: #fff;
}
.pager a {
	border: 1px solid #BFBFBF;
	background: #fff;
	padding: 3px 8px;
	margin: 2px;
	text-decoration: none;
}
.pager a:hover {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	background: #f39800;
	color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.alignleft {
	float:left;
	width:auto;
	height:auto;
	margin:0 20px 20px 0;
}
.alignright {
	width:auto;
	float:right;
	margin:0 0 20px 20px;
}
.align-center {
	text-align:center;
	font-size:0.9em;
	padding:3px 0 0 0;
	color:#7c7c7c;
	margin:0 0 1em 0;
}
.aligncenter{
	display:block;
	margin:0 auto;
}
.clear {
	clear:both;
}
.hide{
	position:absolute !important;
	left:-9999px !important;
}
.text-right{
	text-align:right;
}