@charset "UTF-8";
/* CSS Document */

/* リセットスタイ
----------------------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

img,
a img {
	border-style: none;
}

html {
	height: 100%;
}

table,
td {
	border-style: none;
}

ul,
li {
	list-style: none;
}

form {
	text-align: left;
	margin-left: 10px;
}

label {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	background-color: #fef3eb;
	height: 100%;
}

/* font-family
----------------------------------------------------*/
html {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
	text-decoration: none;
	cursor: pointer;
}
	
a:link {
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: none;
}
	
a:active {
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------
#wrapper
====================================================*/
#wrapper {
	width: 100%;
    height: auto;
}

/*----------------------------------------------------
#header
====================================================*/
#header {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #fef3eb;
}

#header-box1 {
	width: 100%;
	min-width: 980px;
	height: auto;
	text-align: center;
	padding: 5px 0;
	color: #4e5346;
	font-size: 14px;
	background-color: #fef3eb;
}

#header-box2 {
	width: 980px;
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

#hb2-1 {
	width: 75px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
}

#hb2-2 {
	width: 235px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 350px;
}

#hb2-3 {
	width: 250px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	right: 0px;
}

#header-box3 {
	width: 100%;
	min-width: 980px;
	height: auto;
	background-color: #ffffff;
}

#header-box3 ul {
	display: block;
	width: 770px;
	height: 70px;
	margin: auto;
	overflow: hidden;
}

#header-box3 ul li {
	float: left;
}

#header-box4 {
	clear: both;
}






#container {
	width:100%;
	min-width: 980px;
   height: 500px;
}

/*----------------------------------------------------
#grandmenu
====================================================*/
#grandmenu {
	width: 100%;
	min-width: 980px;
	height: auto;
	margin: auto;
	background-color: #f7c1a1;
}


#gm-box1 {
	width: 980px;
	height: auto;
	margin: auto;
	padding:30px 0;
}

#gm-box1 ul li {
	display: block;
	width: 190px;
	height: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #40220f;
}

#gm-box1 ul li span {
	display: block;
	margin: auto;
}

#gm-box1 ul li span.pic {
	width: 190px;
	height: 100px;
}

#gm-box1 ul li span.title {
	width: 160px;
	height: auto;
	color: #40220f;
	font-size: 17px;
	font-weight: bold;
}

#gm-box1 ul li span.con {
	width: 160px;
	height: auto;
	text-align: left;
	color: #40220f;
	font-size: 16px;
	padding: 10px 0;
}

#gm-box1 ul li span.button {
	width: 160px;
	height: 35px;
	overflow: hidden;
}

#gm-box1:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

/*----------------------------------------------------
#mainbox
====================================================*/
#mainbox {
	width: 980px;
	height: auto;
	margin: auto;
	padding: 10px 0 30px 0;
}

#mainbox:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

/*--------------------mainbox-left --------------------*/
/*--------------------mainbox-left --------------------*/
/*--------------------mainbox-left --------------------*/
#mainbox-left {
	float: left;
	width: 320px;
	height: auto;
}

#left-eigyoujikan {
	margin: 30px 0 0 0;
}

#eventbox-1 {
	margin: 30px 0 0 0;
}

#eventbox-2 {
	margin: 30px 0 0 0;
}

#eventbox-3 {
	margin: 30px 0 0 0;
}

#leftmenu ul li {
	width: 320px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}

#leftmenu ul li.movie {
	display: none;
	width: 320px;
	height: 170px;
	overflow: hidden;
	margin-top: 30px;
}

#leftmenu ul li.kishu {
	width: 320px;
	height: 146px;
}

/*--------------------mainbox-center --------------------*/
/*--------------------mainbox-center --------------------*/
/*--------------------mainbox-center --------------------*/
#mainbox-center {
	float: right;
	width: 620px;
}

#mainbox-center:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

/*----------------------------------------------------
campaignbox-1
====================================================*/
#campaignbox-1,
#campaignbox-2,
#campaignbox-3 {
	margin: 30px 0;
}

#campaignbox-1 img,
#campaignbox-2 img,
#campaignbox-3 img {
	width: 620px;
	min-width: 620px;
	max-width: 620px;
	height: auto;
}




/*----------------------------------------------------
newsbox
====================================================*/
#center_news-title {
	width: 620px;
	height: 156px;
	margin: 0 0 -10px 0;
}

#newsbox {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 20px;
}

#newsbox ul {
	width: 90%;
	padding: 0 10px;
	margin: auto;
}

#newsbox ul li {
	margin-bottom: 30px;
}

.news-day {
	font-size: 12px;
}

.news-title {
	font-size: 16px;
}

.news-title a {
	color: #5cc1d6;
}

.news-con {
	font-size: 14px;	
}

.news-con a {
	font-size: 14px;
	color: #eb6315;
}

/*----------------------------------------------------
footer
====================================================*/
#footer-toiawase {
	clear: both;
	width: 980px;
	height: 120px;
	overflow: hidden;
	margin: auto;
}

#banner {
	padding: 20px 0;
}

.footer-banner {
	clear: both;
	width: 980px;
	height: auto;
	margin: auto;
}

.footer-banner3 {
	clear: both;
	width: 980px;
	height: auto;
	margin: auto;
}

.footer-banner4 {
	clear: both;
	margin-bottom: 30px;
}

.footer-banner ul li {
	float: left;
	width: 230px;
	height: 100px;
	padding: 10px 20px 10px 0;
}

.footer-banner ul li.last {
	float: left;
	width: 230px;
	height: 100px;
	padding: 10px 0px 10px 0;
}

#footer {
	clear: both;
	width: 100%;
	min-width: 980px;
	height: 100%;
	background: url(../images/footer_bg.png);
}

#footer-box1 {
	width: 100%;
	height: 100px;
	text-align: center;
}

#footer-box2 {
	width: 980px;
	margin: auto;
	padding: 5px 0;
}

#footer-box2 span {
	display: block;
	padding: 5px 0;
}

#footer-box2 span.footer_concept-title {
	font-size: 20px;
	font-weight: bold;
}

#footer-box2 span.footer_concept-con {
	font-size: 15px;
}

#footer-box3 {
	width: 980px;
	font-size: 17px;
	margin: auto;
}

#footer-box3 ul li {
	display: block;
	float: left;
	padding: 5px 8px 5px 0px;
}

#footer-box3 ul li a {
	color: #000000;
}

#footer-box4 {
	clear: both;
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}

#footer-box5 {
	clear: both;
	width: 100%;
	font-size: 15px;
	text-align: center;
}




#footer-box3 ul li.footer-movie {
	display: none;
}






#mainbox-center img,
#mainbox-center a img {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.footer-banner img,
.footer-banner a img {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#kasoubox .entry-content img {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}







nav.navigation {
	display: none;
}