@charset"UTF-8";
/******************** 全体 ********************/

body {
	font-size: 16px;
	color: #251D12;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
p {
	padding: 10px;
	line-height: 1.8;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
h1 {
	width: 305px;
	float: left;
}
#header_inner, #container, #footer_inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}
#container0 {
	overflow: hidden;
}
header {
	background: url(../images/bg.png) repeat-x;
}
h2 {
	font: 18px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/h2.png) repeat-x;
	color: #FFFFFF;
	clear: both;
	margin: 10px 0;
	font-weight: bold;
	line-height: 2em;
}
#container h3 {
	margin: 10px;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/h3_bg.png) repeat-x;
	border: 1px solid #CCCCCC;
	clear: both;
	font-weight: bold;
	line-height: 2em;
}
h2 span {
	background: url(../images/h2_mark.png) no-repeat 3px 3px;
	padding: 7px 0 7px 35px;
}
h3 span {
	background: url(../images/h3_mark.png) no-repeat 3px 3px;
	padding: 7px 0 7px 35px;
}
.mar_bottom {
	margin-bottom: 10px !important;
}
/******************** ヘッダー ********************/
header {
	border-bottom: 1px solid #ff8ceb;
}
#header_inner {
}
#header_navi {
	float: left;
}
#header_nav {
	width: 320px;
	margin-top: 15px;
	float: right;
}
.fb-like {
	width: 160px;
	float: right;
}
#header_navi ul li {
	float: left;
}
#header_navi ul li a {
	display: block;
	border-left: 1px solid #ff8ceb;
	text-decoration: none;
	color: #ff8ceb;
	padding: 0 5px 0 5px;
}
#header_navi ul li a:hover {
	color: #fc09d2;
}
/******************** ナビゲーション ********************/

#globalnavi_m {
	display: none;
}
#toggle {
	display: none;
}
#globalnavi {
	width: 750px;
	margin: 0px 0 0 0;
	float: right;
}
li#nav_01 a {
 width:;
}
li#nav_02 a {
 width:;
}
#nav_03 {
 width:
}
#nav_04 {
 width:
}
#nav_05 {
 width:
}
#globalnavi ul li {
	float: left;
	position: relative;
}
#globalnavi ul li ul li {
	float: none;
}
#globalnavi ul li ul li a {
	font-size: 14px;
	display: block;
	background-color: #ff8ceb;
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding: 10px 1px 10px 1px;
}
#globalnavi ul li ul {
	position: absolute;
	z-index: 100;
	width: 130px;
}
#globalnavi ul li a {
	display: block;
	border-right: 1px dashed #ff8ceb;
	padding: 5px 9px 5px 9px;
	text-align: center;
	text-decoration: none;
	color: #ff8ceb;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#globalnavi ul li a span {
	background: url(../images/header_nav_arrow.png) no-repeat;
	padding: 0 0 0 17px;
}
#globalnavi ul li a:hover {
	color: #fc09d2;
}
/******************** コンテナ― ********************/

#sumaho_viw {
	display: none;
}
#mainImage {
	clear: both;
	position: relative;
	margin: 0 auto;
	max-width: 1500px;
	height: 625px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#mainImage img {
	top: 0;
	left: 0;
	position: absolute;
	background: url(images/main_title.jpg);
}
#container {
	/* box-shadow */
	box-shadow: rgba(113, 135, 164, 0.156863) 0px 0px 6px 4px;
	-webkit-box-shadow: rgba(113, 135, 164, 0.156863) 0px 0px 6px 4px;
	-moz-box-shadow: rgba(113, 135, 164, 0.156863) 0px 0px 6px 4px;
}
#viw {
	position: relative;
	max-width: 1500px;
	margin: auto;
	overflow: hidden;
	width: 100%;
}
img.main_title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 25;
}
/******************** メイン ********************/

article {
}
/* 新着情報 */

dl.news {
	border: 1px solid #cccccc;
	padding: 10px;
	height: 100px;
	overflow: auto;
}
dl.news dt {
	margin: 5px 0;
	width: 80px;
	float: left;
	clear: both;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px dotted #CCCCCC;
}
.center {
	text-align: center
}
.bold {
	font-weight: bold;
	font-size: 1.2em;
}
dl.news dd {
	margin: 5px 0;
	float: left;
	width: 600px;
	border-bottom: 1px dotted #CCCCCC;
}
.sakura {
	background: url(../images/sakura_bg.png) no-repeat;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.album {
	clear: both;
	overflow: hidden;
}
.album img {
	float: left;
	margin-right: 5px;
}
section#sec1 p {
	margin: 10px 20px 0 0;
	line-height: 2em;
}
/********************  ********************/

.sponsor01 {
	width: 100%
}
.sponsor01 td {
	text-align: center;
	vertical-align: middle;
	padding: 30px 10px
}
.sponsor02 {
	width: 80%;
	margin: auto
}
.sponsor02 td {
	text-align: center;
	vertical-align: middle;
	padding: 10px
}

section#sec2 ul li {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
section#sec2 ul.kyousan1 {
}
section#sec2 ul.kyousan1 li {
	width: 360px;
	margin: 50px auto;
}
section#sec2 ul.kyousan4 li {
	width: 485px;
	margin: 0 auto;
}
ul.kyousan2 li, ul.kyousan3 li, ul.kyousan5 li {
	display: inline-block;
}
.jal {
	margin: 150px 0;
}
.bx {
	margin-left: 50px;
	margin-right: 120px;
}
.sanwa {
	margin-right: 160px;
}
.jined {
	margin-right: 140px;
	margin-left: 250px;
}
.tabikoubou {
	margin-right: 100px;
	margin-left: 10px;
}
.jv {
	margin-right: 80px;
}
.super {
	margin-right: 50px;
}
/******************** サイドバー ********************/


/******************** フッター ********************/

footer {
	clear: both;
	background: url(../images/footer_bg.png) repeat-x;
	height: 100px;
}
#footer_inner ul {
	padding: 30px 0 20px 0;
}
#footer_inner ul li {
	float: left;
	margin: 5px;
	font-size: 13px;
}
#footer_inner ul li a {
	text-decoration: none;
	color: #FF639B;
	background: url(../images/footer_arrow.png) no-repeat 0 5px;
	display: block;
	padding: 5px 6px 5px 7px;
}
#footer_inner ul li a:hover {
	color: #fc09d2;
}
/******************** 共通見出し飾り ********************/
/* 画像枠（白い） */
.flame {
	padding: 5px;
	border: 1px solid #EFEFEF;
	background-color: #FFFFFF;
}
/* 画像枠（シャドウ） */

.shadow {
	box-shadow: 0px 0px 3px;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/******************** 下層 ********************/

#mainheader {
	max-width: 1500px;
	width: 100%;
	height: 165px;
	background: url(../images/header.png) no-repeat;
}
#mainheader h2 {
	color: #FFFFFF;
	font-size: 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: none;
	width: 300px;
	margin: 0px;
	padding: 30px 0 150px 180px;
}
#viewer {
	margin: 0 auto;
	width: 1500px;
	height: 625px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/******************** 下層（スポンサー） ********************/
table.sponsar {
	width: 95%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px auto;
}
table.sponsar th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.sponsar td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.sponsar td.border {
	background-color: #fe266d;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
table.sponsar th.border2 {
	background-color: #aaaaaa;
}
/******************** 下層（概要） ********************/
table.overview {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	width: 95%;
}
table.overview th {
	white-space: nowrap;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.overview td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
/******************** 下層(コンタクト) ********************/
.gray {
	background-color: #fff9f4;
	padding: 10px;
	line-height: 1.7em;
	border-radius: 5px;
	margin: 10px 0;
}
.gray b {
}
.gray strong {
	font-size: 1.2em;
}
/******************** 下層(出店について) ********************/


table.store_title th {
	white-space: nowrap;
}
.bikou p {
	line-height: 0.1;
}
.store b {
	background: url(../images/arrow_pink.png) no-repeat 0 3px;
	clear: both;
	padding: 0 3px 0 15px;
	font-weight: bold;
	margin: 5px 0;
}
.store p {
	line-height: 0.5;
	margin: 5px 0;
}

.btn01{
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	background-color: #EDA0D2;
	border-radius: 3px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 95%;
	box-sizing: border-box
}
.btn01:hover{opacity:0.7 }

.cs01{ text-align:left; margin: 4em  0 4em; font-weight: bold; line-height: 2em; padding: 0 2em }

.cs01 .right{ text-align: right; margin-right: 5em }

.cs01 p{line-height: 1.5em}

/******************** 下層 ********************/
/******************** 下層 ********************/
/******************** 下層 ********************/
/******************** 下層 ********************/
