@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/*background: url(../img/trancepercent.png);*/

}
li {
	list-style-type: none;
}
a img {
border: none;
	list-style-type: none;
}
html {
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 16px;
line-height: 1.3;
font-family:Roboto Slab, Garamond , Times New Roman, 游明朝, Yu Mincho, ;
font-weight:300;
/*background-image:url(../../img/main_bg2.png);*/
background-image:url(../../img/bg.png);
background-size:100%;
background-position:center;
background-repeat:repeat;
background-attachment:fixed;

}
a {
color: #bd0f06;

}
a:hover {
color: #cba100;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body > header + div,
body [id*="bg"] > header + div {
width: 1100px;
margin: 0 auto;
padding: 0 100px;
background: rgba(255, 255, 255, .8);

}
.ie8 body > header + div,
.ie8 body [id*="bg"] > header + div {
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF',GradientType=0 );*/
}
body > header:after,
body > header + div:after,
body [id*="bg"] > header + div:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}

/*ヘッダー
-----------------------------------------*/
body > header {
/*background-image:url(../../img/main_bg2.png);*/
background-position:center;
background-repeat:repeat-y;
background-repeat:repeat-x;
background-attachment:fixed;
}
#main-img {
background: ;
background-image:url(../../img/bg.png);
background-size:1100px;
background-position:center;
overflow: hidden;
background-repeat:no-repeat;
height:1556px;

}
/*#main-img img {
	position: absolute;
	top: 0;
	left: 575px;
	margin-left: -550px;
}*/
#site-info {
background: #073f76;
}
#site-info > div {
display: table;
width: 800px;
margin: 0 auto;
}
#site-info h1 {
font-size: 80px;
font-weight: normal;
padding: 5px 2% 5px 0;
display: table-cell;
vertical-align: middle;
color: #FFF;
}
#site-info h1 a,
#site-info h1 a:hover {
color: #FFF;
text-decoration: none;
}
#site-info h1 + div {
font-size: 16px;
color: #e6e6e6;
font-weight: normal;
width: 1%;
padding: 0 2% 0 0;
display: table-cell;
white-space: nowrap;
vertical-align: middle;
}
#site-info h1 + div p {
margin: 0;
color: #e6e6e6;
line-height: 1;
display: inline;
}
#site-info h1 + div p.address {
}
#site-info h1 + div p.tel {
font-size: 24px;
}
/*ヘッダー:メニュー
-----------------------------------------*/
#navigation {
	background-image:url(../../img/bn_bg.png);
width: 100%;
/*position: relative;
*/}
#navigation:after {
content: "";
position: absolute;
/*background: url(../img/nav01.png) no-repeat center top;*/
background-size: 100% 25px;
left: 0;
right: 0;
width: 100%;
height: 25px;
}
nav {
width: 1100px;
margin: 0 auto;
}
nav:after,
nav > ul:after {
content: "";
display: block;
clear: both;
}
nav > ul {
border-left: 1px dotted #FFF;
float: right;
}
nav > ul > li {
float: left;
border-right: 1px dotted #FFF;
position: relative;
}
nav > ul > li > a {
display: block;
width: 100%;
padding: 25px 13px;
color: #000;
text-decoration: none;
text-align: center;
line-height: 1;
position: relative;
font-size:22px;
font-weight:bold;
}
nav > ul > li > a:hover,
nav > ul > li.here > a {
color: #026897;
}




/*フッター
-----------------------------------------*/
footer {
clear: both;
margin: 0;

}
footer small {
display: block;
font-size: 12px;
text-align: center;
line-height: 50px;
width: 100%;
color: #FFF;
font-family:メイリオ,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック';
background: #2ab0fd;
background-image:url(../../img/footer.png);
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 20px 0px;
}
body section {
padding: 30px 0;
margin: 0;
position: relative;
}

body section2 {
padding: 50px 0;
margin: 0;
position: relative;
}


section.imgList {
padding: 30px 0 0;
/*border-bottom: 1px dotted #b3b3b3;*/
}
body section + section {

}
article {
margin: 0 0px 25px 25px;
padding-bottom: 10px;
position: relative;
width:94%;
font-size:16px;
		list-style-type: none;

/*border-bottom: 1px dotted #b3b3b3;*/
}


article2 {
margin: 0 0px 25px 25px;
padding-bottom: 10px;
position: relative;
width:200px;
/*border-bottom: 1px dotted #b3b3b3;*/
}


section.imgList article,
section.access article {
border-bottom: none;
}
article:last-child {
margin: 0;
}
main:after,
section:after,
article:after {
content: "";/*IE対策のため全角スペース*/
display: block;
clear: both;
}
.clear {
clear: both;
}

/*大見出し
-----------------------------------------*/
section > header,
section > header h1 {
}
section > header {
}
section > header h1 {
background: url(../img/midashi01.png) no-repeat bottom left;
font-size: 36px;
font-weight: normal;
padding: 10px 0 0 10px;
margin: 50px 0 35px;
height: 74px;
color: #FFF;
}
section > header h1 span {
font-size: 18px;
}

/*中見出し
-----------------------------------------*/
section header {
margin: 0 0 0px;
font-weight: normal;
position: relative;
clear: both;;
}
section header h2 {
padding: 0 0 0 10px;
font-size: 20px;
font-weight: normal;
color: #ed1e79;
border-left: 5px solid #ed1e79;
}
section article header h2 {
margin: 0 100px 0 0;
}
section article header time {
font-size: 12px;
color: #231815;
position: absolute;
bottom: 0;
right: 10px;
}
section.color1 header h2 {
}
section.color2 header h2 {
}
section.color3 header h2 {
}

section > header h5 {
background: url(../img/midashi01.png) no-repeat bottom left;
font-size: 36px;
font-weight: normal;
padding: 10px 0 0 10px;
margin: 50px 0 35px;
height: 74px;
color: #FFF;
}


/*平文
-----------------------------------------*/
p {
margin-bottom: 1em;
line-height: 160%;
}
section p {
clear: both;
}
section > div,
.theme-tmp + div {
display: block;
clear:both;
margin: 20px 35px 2em;
}
section > div {
margin: 0 0 3.5em;
}

/*画像
-----------------------------------------*/
main img {
margin: 0 0px 10px;
vertical-align: bottom;
list-style: none;
}
main section > img {
margin: 0 0 20px;
list-style: none;
}







/* テーブル
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0px 20px 50px 0;
padding: 0px 20px 50px 0;
font-size: 16px;
}
table caption {
text-align:left;
font-weight: bold;
font-size: 16px;
}
td, th {
border-bottom: 1px #b3b3b3 dotted;
padding: 20px 5px 10px;
font-size: 16px;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight:normal;
font-size: 16px;

}

/* テーブル2
-----------------------------------------*/
table2 {
border-spacing: 0;
border-collapse: collapse;
margin: 0px 20px 50px 0;
padding: 0px 20px 50px 0;
font-size: 16px;
}
table2 caption {
text-align:left;
font-weight: bold;
font-size: 16px;
}
td, th {
padding: 20px 5px 10px;
font-size: 16px;
}
th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight:normal;
font-size: 16px;

}


/* Shop用
-----------------------------------------*/
section.access {
margin-bottom: 0px;
	list-style-type: none;
}
section.access div.mapData {
float: left;
width: 480px;
margin: 0 5px 25px 0;
}

/* スペシャル追加
-----------------------------------------*/

section.access div.youtube {
float: left;
width: 650px;
margin: 0 5px 25px 0;
}

section.access div.twitter {
float: left;
max-width: 300px;
margin: 0 5px 25px 0;
}

/* 
-----------------------------------------*/

section.access div.mapData img {
float: left;
margin: 0;
}
section.access div.mapData img[width="230"] {
margin: 20px 20px 0 0;
}
section.access div.mapData img[width="230"] + img {
margin: 20px 0 0 0;
}
section.access div.infoData {
float: let;
width: 400px;
margin: 0 0 25px;
}
section.access div.infoData table {
margin: 0 0 25px;
}
section.access div p {
clear: both;
display: block;
}

.mini {
font-size: 12px;
}

.fixed {
position: fixed;
top: 0;
z-index: 9999;
}

/*パララックス背景 #bg3が手前、#bg1が奥
-----------------------------------------*/
#bg1 {
background:  url(../img/back01.png);
}
#bg2 {
background:  url(../img/back02.png);
}
#bg3 {
background:  url(../img/back03.png);
}

/*文字設定
-----------------------------------------*/

.auto-style1 {
	color: rgb(255, 0, 0);
	font-size:30px;
	font-weight:bold;
}

.auto-style2 {
	color:#444;
	font-size:16px;
}

.auto-style3 {
	color:#2318c5;
	font-size:20px;
	font-weight:bold;
}


.auto-style4 {
	color:#bd3033;
	font-size:18px;
	font-weight:bold;
}


.auto-style5 {
	color: rgb(255, 0, 0);
	font-size:14px;
	font-weight:bold;
}



body section3 {
padding: 50px 0;
margin: 0;
position: relative;
width:1000px;
}




.no_copy{
    background:url('../img/bg001.jpg');
    background-size:contain;

}

.img-guard{
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}


@media print {
    * {
        display: none;
        opacity: 0;
        background: #fff;
    }

    img {
        display: none;
        opacity: 0;
        background: #fff;
    }
}



