@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

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;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
}

input[type=checkbox]{
	position:relative;
	top:-1px;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	width:100%;
	height:auto;
}

.opacity {
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}

/* padding */
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}

.pr10 { padding-right: 10px;}
.pr20 { padding-right: 20px;}
.pr30 { padding-right: 30px;}

.pb10 { padding-bottom: 10px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}

.pl10 { padding-left: 10px;}
.pl20 { padding-left: 20px;}
.pl30 { padding-left: 30px;}

/* font-size */
.font10 { font-size: 84%;}
.font11 { font-size: 92%;}
.font12 { font-size: 100%;}
.font13 { font-size: 109%;}
.font14 { font-size: 117%;}
.font15 { font-size: 125%;}
.font16 { font-size: 134%;}
.font17 { font-size: 142%;}
.font18 { font-size: 150%;}
.font19 { font-size: 159%;}
.font20 { font-size: 167%;}
.font21 { font-size: 175%;}
.font22 { font-size: 184%;}
.font23 { font-size: 192%;}
.font24 { font-size: 200%;}
.font25 { font-size: 209%;}
.font26 { font-size: 217%;}
.font27 { font-size: 226%;}

/* editor */
#editor{
	font-size:117%;
	line-height:1.6;
}

#editor *{ line-height:1.6;}

#editor img{
	max-width:100%;
	height:auto!important;
}

#editor iframe{
	width:100%!important;
}

#editor table{ width:100%!important;}
#editor table,
#editor caption,
#editor tbody,
#editor tfoot,
#editor thead,
#editor tr,
#editor th,
#editor td {
	border: 1px solid gray;
    border-spacing: 2px;
	border-collapse: separate;
}

#editor strong * { font-weight: bold;}
#editor a:hover { text-decoration: underline;}



/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header{
	width:100%;
	max-width:980px;
	margin:0 auto;
	position:relative;
}

#hdInner{
	width:auto;
	overflow:hidden;
	padding:25px 0;
	position:relative;
}

.siteLogo{
	line-height:34px;
}

.siteName{
	font-size:150%;
}

.siteName a{ color:#333;}

.siteName strong{
	font-size:184%;
	line-height:34px;
	padding-right:15px;
}

#gNavi a{
	display:block;
	font-size:125%;
	line-height:20px;
	padding:10px 0;
}

#header #gNavi #menu{
	width:auto;
	padding:10px 2px;
	overflow:hidden;
}

#header #gNavi #menu li{
	width:16.666%;
	float:left;
}

#header #gNavi #menu a{
	text-align:center;
	position:relative;
}

#header #gNavi #menu  a:before{
	display:block;
	content:"";
	width:0;
	height:20px;
	border-right:1px solid;
	position:absolute;
	top:10px;
	right:0;
}

#header #gNavi #menu li:nth-child(6n) a:before{ display:none;}

#contents #gNavi{ width:24.5%;}

#contents #gNavi li{
	width:100%;
	border-bottom:1px solid #fff;
}

#contents #gNavi a{
	text-indent:20px;
	line-height:60px;
}

#sns{
	float:right;
	overflow:hidden;
}

#sns li{
	width:33px;
	float:left;
	margin-left:15px;
}

/* sp */

#navBtn{
	display:none;
	position:absolute;
	top:50%;
	right:10px;
	z-index:100;
	width:24px;
	height:26px;
	margin-top:-18px;
}

#navBtn a{
	display:block;
	width:100%;
	height:100%;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 24px;
	height: 2px;
	margin-top: 10px;
	background-color: #000;
	-webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left:0;
}

.middle-bar{
	webkit-transition: opacity 0s .15s linear;
	-moz-transition: opacity 0s .15s linear;
	-ms-transition: opacity 0s .15s linear;
	-o-transition: opacity 0s .15s linear;
	transition: opacity 0s .15s linear;
	top: 7px;
}

.bottom-bar{ top: 14px;}

.open .top-bar{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.open .middle-bar{ opacity: 0;}

.open .bottom-bar{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

#gNavi-sns{
	display:none;
	width:auto;
	padding:0 10px 10px;
	overflow:hidden;
}

#gNavi-sns li{
	width:33px!important;
	height:33px;
	float:left;
	margin-right:10px;
	border:none!important;
}

#gNavi-sns a{
	line-height:33px!important;
	text-indent:0!important;
}


/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

/* slider */

#slideArea{
	width:100%;
	position:relative;
}

#slider{
	width:100%;
	position:relative;
	overflow:hidden;
	top:0;
	left:0;
	padding:1px 0;
}

#slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#slider li:first-child {
	position: relative;
	display: block;
	float: left;
}

#slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_tabs{
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:90;
}

.rslides_tabs li{
	display:inline-block;
	width:16px;
	height:16px;
	margin:10px;
}

.rslides_tabs li a{
	display:block;
	width:16px;
	height:16px;
	background:#ccc;
	text-align:center;
	line-height:16px;
	text-indent:-9999px;
	border-radius:50%;
}



/* contents */
#contents {
	width:auto;
	max-width:980px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
	margin-top:40px;
}

#bannerList{ width:24.48979591836735%;}
#bannerList li{ margin-bottom:20px;}

#mainColumn{ width:70.81632653061224%;}

.sectionHd{
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #E1E1E1;
	overflow:hidden;
}

.sectionHd h2{
	float:left;
	line-height:20px;
	padding:5px 0 5px 12px;
	font-size:134%;
	border-left:4px solid;
}

.sectionHd p{
	width:110px;
	height:30px;
	float:right;
}

.sectionHd a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:30px;
	font-size:117%;
	color:#000;
	background:#E1E1E1;	
	border-radius:5px;
}


/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/ 

/* 
	カラム配置
	.style1：2カラム　左バナー、右メイン
	.style2：2カラム　左メイン、右バナー
	.style3：3カラム　左バナー、中央メイン、右ナビ
	.style4：3カラム　左ナビ、中央メイン、右バナー
*/

#contents.style1 #mainColumn{ float:right;}
#contents.style1 #bannerList{ float:left;}


#contents.style2 #mainColumn{ float:left;}
#contents.style2 #bannerList{ float:right;}


#contents.style3 #mainColumn{
	width:42.8%;
	float:left;
	margin:0 4.1%;
}
#contents.style3 #bannerList{ float:right;}
#contents.style3 #gNavi{ float:left;}


#contents.style4 #mainColumn{
	width:42.85714285714286%;
	float:right;
	margin:0 4.07163265306122%;
}
#contents.style4 #bannerList{ float:left;}
#contents.style4 #gNavi{ float:right;}


/*------------------------------------------------------------ 
    3カラム
------------------------------------------------------------*/  

@media screen and (min-width: 789px){

#contents.style3 #photoList,
#contents.style4 #photoList{ padding-bottom:20px;}

#contents.style3 #photoList li,
#contents.style4 #photoList li{
	display:block;
	width:100%;
	letter-spacing: normal;
	margin:0 0 20px;
	overflow:hidden;
}

#contents.style3 #photoList .photoImg,
#contents.style4 #photoList .photoImg{
	width:35.7%;
	float:left;
}

#contents.style3 #photoList .photoInfo,
#contents.style4 #photoList .photoInfo{
	width:59.5%;
	float:right;
}

#contents.style3 #photoList .photo-date,
#contents.style4 #photoList .photo-date{
	padding-top:0;
}

}

#contents.style3 #access,
#contents.style4 #access{
	width:100%;
	float:none;
}

#contents.style3 #gmapArea,
#contents.style4 #gmapArea{
	width:100%;
	float:none;
	margin-top:20px;
}

#contents.style3 #profileImg,
#contents.style4 #profileImg{
	width:210px;
	float:none;
}

#contents.style3 #profile,
#contents.style4 #profile{
	width:100%;
	float:none;
	margin-top:20px;
}



/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#footer{
	width:auto;
	margin:0 auto;
	overflow:hidden;
}

#pagetop{
	width:auto;
	height:56px;
	text-align:right;
	margin:100px 0 35px;
	padding-right:10px;
	position:relative;
	border-bottom:1px solid #E1E1E1;
}

#pagetop a{
	display:inline-block;
	width:30px;
	height:100%;
	text-align:center;
	line-height:56px;
	font-size:125%;
	font-weight:bold;
	border-radius:3px;
}

#footer .siteLogo,
#footer .siteName{ padding-left:10px;}

#copyright{
	width:100%;
	margin-top:35px;
	text-align:center;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:117%;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (max-width: 989px){

#hdInner{ padding:25px 10px 25px 0px;}
#pagetop{ padding:0 10px 10px;}

.siteName,
.siteLogo{ padding-left:10px;}


}

/* TABLET */
@media screen and (min-width: 789px){

#gNavi { display:block!important;}

}

@media screen and (max-width: 788px){

#hdInner{
	padding:10px 44px 10px 0;
	min-height:24px;
}

#sns{ display:none;}
#gNavi-sns,
#navBtn{ display:block;}

.siteLogo img{
	height:24px;
}

.siteName{
	font-size:100%;
}


#gNavi{
	display:none;
	position:absolute;
	left:0;
	float:noen!important;
	width:100%!important;
	padding:0!important;
	margin:0;
	z-index:100;
	opacity: .9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity: .9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .9;
}

#gNavi #menu li{
	width:100%!important;
	float:none!important;
	border-bottom:none!important;
}

#gNavi #menu a{
	padding:0 10px;
	font-size: 117%;
	line-height: 40px;
	text-indent:0!important;
	text-align:left!important;
	background:url(../img/icon-arrow-navi.png) no-repeat right 10px top 50%;
	background-size:10px 17px;
}

#header #gNavi #menu li a:before{
	display:none;
}


/* contents */

.rslides_tabs{
	position:static;
	bottom:5px;
	right:10px;
	z-index:90;
	width:100%;
	text-align:center;
}

#contents {
	margin-top:20px;
}

#mainColumn,
#bannerList{
	width:100%!important;
	float:none!important;
	margin:0!important;
}

#bannerList{
	letter-spacing:-.40em;
	padding-top:30px;
}

#bannerList > li{
	display:inline-block;
	vertical-align:top;
	width:48%;
	margin:4% 4% 0 0;
	letter-spacing:normal;
}

#bannerList > li:nth-child(2n){ margin-right:0;}


/* footer */

#ftLogo{
	width:142px;
	height:17px;
}

#pagetop{ margin-bottom:17px;}
#copyright{ margin-top:17px;}

#pagetop a{ width:45px;}

}


/* SP */
@media screen and (max-width: 560px){

.siteName strong{
	display:block;
	font-size:150%;
	line-height:20px;
	margin-bottom:5px;
}


}

@media screen and (max-width: 320px){

#bannerList > li{
	display:block;
	width:100%;
	margin:4% 0 0;
}

}
