@charset "utf-8";
/*
	Description : {
*/


/* #subBg
----------------------------------------------------------- */

#subBg{
	position: absolute;
	width: 100%;
	height: 1400px;
	left: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#subBg.type01{background-image: url('/img/common/subPageBg/type01_nettai.png');}
#subBg.type02{background-image: url('/img/common/subPageBg/type02_sunameri.png');}
#subBg.type03{background-image: url('/img/common/subPageBg/type03_kaki.png');}
#subBg.type04{background-image: url('/img/common/subPageBg/type04_ashika.png');}
#subBg.type05{background-image: url('/img/common/subPageBg/type05_iyashi.png');}
#subBg.type06{background-image: url('/img/common/subPageBg/type06_kotsume.png');}


/* contents name
----------------------------------------------------------- */

div.table p {
	display:table-cell;
	vertical-align: middle;
	margin: 0;
}

* html div.table p{ /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div.table p {/* IE 7 */
	display:inline;
	zoom:1;
}

#wrap {
	margin: auto;
	width: 960px;
	position:relative;
}
img {
	max-width: 100%;
	height: auto;
}

/*--header--------------*/
#header {
	overflow: hidden;
	margin-bottom: 1em;
}
h1 {
	float: left;
    /*
	margin-top: 10px;
    */
	width: 440px;
	height: 60px;
	text-align: left;
}
h1 #logo,
h1 #anniv {
	display: inline-table;
	vertical-align: middle;
}
#btn_en {
	text-align: right;
}

#header #everymonththeme{
        display: none;
}

#header .time {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 163px;
	height: 32px;
}
#header .time_sp {
	display: none;
}
#header #news {
	color: #009793;
	display: inline-block;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
	clear: none;

}
#header #news li {
	border: none;
	margin-left: 5px;
	padding: 0.5em 1em;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 1%, #cecece 84%, #a8aaab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(84%,#cecece), color-stop(100%,#a8aaab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 1%,#cecece 84%,#a8aaab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 1%,#cecece 84%,#a8aaab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 1%,#cecece 84%,#a8aaab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 1%,#cecece 84%,#a8aaab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#a8aaab',GradientType=0 ); /* IE6-9 */
	width: 12em;
	height: 20px;
}




#news a {
	color: #F00;
	text-decoration: none;
	display:block;
}
#news a span {
	color: #000;
}
#header ul {
	clear: both;
}
#header ul li {
	float: left;
	border-right: 1px solid #118781;
	border-left: 1px solid #118781;
	width: 158px;
	height: 36px;
}

/*--subNavi--------------*/
#subnavi {
	background-image: url(/img/index/subnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 37px;
	padding-bottom: 4px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#subnavi li {
	float: left;
	border-right: 2px solid #0a3199;
	margin-bottom: 23px;
	z-index: 20;
}
#subnavi li.pc {
	width:158px;
	height: 76px;
}
#subnavi li.sp {
	display: none;
}
#contents {
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 15;
}

/*--info--------------*/
#info {
	float: left;
	width: 526px;
	margin-left: 15px;
}
#info .tit {
	background-image: url(/img/index/line_wave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	padding-bottom: 7px;
	margin-bottom: 2em;
}

#info .tit .name {
	float: left;
	margin-left: 20px;
	padding: .5em .5em .5em 0;
	font-size: 1.3em;
	color: #009894;
	font-weight: bold;
	border-right: 1px dashed #7FC8B3;
}
#info .tit .btn {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	width: 62px;
	height: 12px;
}
#info .scroll {
	height: 565px;
	overflow: auto;
	margin-bottom:1em;
}

#info .box {
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
}

#info .box .images {
	float: left;
	margin-right: 1.5em;
	width: 25%;
}
#info .box .txt {
	float: left;
	width: 70%;
}

#info .box .event,
#info .box .notice,
#info .box .now,
#info .box .schedule,
#info .box .end,
#info .box .special {
	background-image: url(/img/index/icon_event.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 55px;
	line-height: 1.4em;
}
#info .box .oshirase {
	background-image: url(/img/index/icon_shop_green.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 55px;
	line-height: 1.4em;
}
#info .box .shop {
	background-image: url(/img/index/icon_shop_pink.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 55px;
	line-height: 1.4em;
}
#info .box .letter,
#info .box .work,
#info .box .diary,
#info .box .etc {
	background-image: url(/img/index/icon_shiku.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 65px;
	line-height: 1.4em;
}
#info .box .kitchen {
	background-image: url(/img/index/icon_kitchen.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 55px;
	line-height: 1.4em;
}
#info .box .tv {
	background-image: url(/img/index/icon_tv.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 65px;
	line-height: 1.4em;
}
#info .box .tit {
	background-image: none;
	margin-bottom: .3em;
	padding-bottom: 0;
}

/*--facebook--------------*/
#facebook {
	float: right;
	width: 390px;
	margin-right: 15px;
}
#facebook .tit {
	background-image: url(/img/index/line_wave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 2em;
}

/*--footer--------------*/
#footer {
	background-color: #0A1F7D;
	overflow: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #FFF;
}
#footer ul {
	margin: 0 auto 3em;
	width: 610px;
	overflow:hidden;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	background-image: url(/img/common/icon_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding: 3px 0 3px 28px;
	margin-right: 1.5em;
}
#footer p {
	margin-bottom: 1em;
}
#copyright {
	float: none;
	color: #FFF;
	font-size: 1.2em;
	margin-top: .4em;
	margin-right: 3em;
}
#sp_address,
.sp_en {
	display: none;
}

@media screen and (max-width: 680px) {
#wrap {
	width: 96%;
}
#animal,
#animal2 {
	display: none;
}

#header {
	background-position: right 15px;
	background-size:auto 45px;
}
h1 {
	width:100%;
	height: auto;
	margin-bottom: 1em;
	float: none;
}
h1 #logo,
h1 #anniv {
	display: inline-table;
	vertical-align: middle;
	width: 49%;
}
#header .time {
	display: none;
}
#header .time_sp {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	font-size: 110%;
	color: #000;
}

#header .time_sp img {
	width: 55%;
	height: auto;
}

#header .hantai {
	font-size: 105% !important;
}

#header .eng {
	font-size: 85% !important;
}

#header .time_sp span {
	font-size: 140%;
}

#header #news {
	clear: both;
	float: none;
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	font-size: 1.2em;

}
#header #news li {
	margin: 0;
	padding: 1em 0;
	width: 49%;
	height: auto;
	box-sizing: border-box;
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
}
#header #news li:nth-child(1) {
	float:left;
}
#header #news li:nth-child(2) {
	float:right;
}

#header .okuyami {
	display: none;
}

#header .okuyami_sp {
	padding-top: 5px;
}

#news a {
	color: #000;
}
#btn_en,
#header ul {
	display:none;
}
.sp-slides-container {
	margin-bottom: 1em;
}
.sp-thumbnails-container.sp-bottom-thumbnails {
	display: none;
}
#subnavi {
	background-image: url(/img/index/sp_subnavi_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#subnavi li.pc {
	display: none;
}
#subnavi li.sp {
	display: block;
	float: left;
	border: 1px solid #0a3199;
	box-sizing: border-box;
	width:33.33333%;
	margin-bottom: 0px;
	z-index: 20;

	background: #f7fbfe; /* Old browsers */
background: -moz-linear-gradient(top,  #f7fbfe 2%, #f3f9fe 50%, #dbecfa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f7fbfe), color-stop(50%,#f3f9fe), color-stop(100%,#dbecfa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7fbfe 2%,#f3f9fe 50%,#dbecfa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7fbfe 2%,#f3f9fe 50%,#dbecfa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7fbfe 2%,#f3f9fe 50%,#dbecfa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7fbfe 2%,#f3f9fe 50%,#dbecfa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfe', endColorstr='#dbecfa',GradientType=0 ); /* IE6-9 */

}
#contents {
	overflow: visible;
}

/*--info--------------*/
#info {
	float: none;
	width: 92%;
	margin: 0 1.5em;
	box-sizing: border-box;
}
#info .scroll {
	height: auto;
	overflow: visible;
}

#info .box {
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
}

#info .box .images {
	float: left;
	margin-right: 1.5em;
	width: 30%;
	box-sizing: border-box;
}
#info .box .txt {
	float: left;
	width: 60%;
}
#info .box .txt .cont {
	display: none;
}

/*--facebook--------------*/
#facebook {
	float: none;
	width: 92%;
	margin: 0 1.5em;
	box-sizing: border-box;
}
#facebook .tit {
	background-image: url(/img/index/line_wave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 2em;
}

/*--footer--------------*/
#footer {
	background-color: #0A1F7D;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
#footer ul {
	margin: 0 auto 1em;
	overflow: hidden;
	width: 100%;
}
#footer ul li {
	overflow: hidden;
width: 50%;
float: left;
	background: #394a81; /* Old browsers */
background: -moz-linear-gradient(top,  #394a81 1%, #0a1f7d 49%, #0a1f66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#394a81), color-stop(49%,#0a1f7d), color-stop(100%,#0a1f66)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #394a81 1%,#0a1f7d 49%,#0a1f66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #394a81 1%,#0a1f7d 49%,#0a1f66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #394a81 1%,#0a1f7d 49%,#0a1f66 100%); /* IE10+ */
background: linear-gradient(to bottom,  #394a81 1%,#0a1f7d 49%,#0a1f66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394a81', endColorstr='#0a1f66',GradientType=0 ); /* IE6-9 */
}
#footer ul li a {
	margin-right: 0;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	width:100%;
	display: block;
	padding: 1em 0;
	background-position: .5em center;
	padding-left: 2.5em;
	text-align: left;
	font-size: 1.2em;
}
#footer ul li:nth-child(2n+1) a {
	border-right: 1px solid #FFF;
}
#sp_address,
.sp_en {
	display: block;
}
#sp_address {
	float: none;
	clear: both;
	color: #FFF;
	text-align: left;
	font-size: 1.1em;
	padding: 0 0 1em 1em;
}
.sp_en {
	float: left;
	color: #000;
	background: #FFF;
	padding: .2em 1em;
	font-size: 1.2em;
	margin-bottom: .5em;
	clear: right;
	width: 33%;
	border-right: 1px solid #0A1F7D;
	box-sizing: border-box;
}
.sp_en a {
	color:#000;
	text-decoration: none;
	display:block;
	}
.sp_taxtLeft {
	padding: 0 1em;
	text-align: left;
}
#copyright span {
	display: block;
}
}
@media screen and (min-width: 681px) {
	#header .okuyami_sp {
	display: none;
}
	#header .okuyami {
	padding-top: 45px;
}
}