@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*---------------------------------------------------------------------------------
index
---------------------------------------------------------------------------------*/

/*------------------------------------------------------------MainPhoto*/
section#mainphoto {
	z-index: 500;
	clear: both;
}
section#mainphoto ul {
	height: auto;
	width: 100%;
	clear: both;
}
section#mainphoto ul li img {
	height: auto;
	width: 100%;
} 
section#mainphoto h2 {
	margin: 0px;
	padding: 0px;
}
section#mainphoto h2 img {
	height: auto;
	width: 100%;
}
/*------------------------------------------------------------MainNavi*/
/* 折り畳み部分を隠す */
ul.mnav_accordion ul {
	display:none;
}
/* 背景 */
ul.mnav_accordion > li {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #333333));
	border-bottom: 1px solid #fff;
}
ul.mnav_accordion > li > p {
	font-size: 16px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #333333));
	color: #FFF;
}
ul.mnav_accordion > li > ul > li {
	font-size: 14px;
	background: #999;
	border-top: 1px dotted #fff;
}
ul.mnav_accordion a {
	display:block;
	padding:20px 15px;
	color: #FFF;
}
ul.mnav_accordion span {
	display:block;
	padding:16px 15px;
}
ul.mnav_accordion > li > p span {
	background: url(../img/common_img/accordion_close.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
	}
ul.mnav_accordion > li > p span.open {
	background: url(../img/common_img/accordion_open.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
	}
ul.mnav_accordion > li > a {
	background: url(../img/common_img/icon_arrow01.png) no-repeat 95% 50%;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 13px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
/*------------------------------------------------------------Concept*/
#concept {
	clear: both;
}
#concept h2 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#concept h2 img {
	width: 100%;
	height: auto;
}
#concept div.tx {
	clear: both;
	margin-top: 10px;
	background: url(../img/index_img/ph_concept.jpg) no-repeat right bottom;
	background-size: 154px 103px;
}

#concept div.tx p {
	font-size: 13px;
	line-height: 21px;
	color: #000;
	text-shadow: 0px 1px 0px #fff;
}
#concept div.tx div img.image {
	width: 154px;
	height: 103px;
}
#concept div.tx div {
	clear: both;
}
#concept div.tx div p {
	font-size: 13px;
	line-height: 21px;
	color: #000;
	text-shadow: 0px 1px 0px #fff;
}
#concept div.tx div img {
	float: right;
	margin: 5px 0px 0px 10px;
}
/*------------------------------------------------------------Top_bn*/
section#top_bn {
	clear: both;
	margin-top: 20px;
}
section#top_bn ul {
	list-style: none;
}
section#top_bn ul li {
	margin-bottom: 5px;
}
section#top_bn ul li:last-child {
	margin-bottom: 0px;
}
section#top_bn ul li img {
	height: auto;
	width: 100%;
}
/*------------------------------------------------------------News02*/
section#news02 {
	clear: both;
	margin-top: 20px;
}
section#news02 h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}
section#news02 h3 img {
	height: 18px;
	width: 70px;
}
section#news02 div {
	border-bottom: 1px dotted #333;
	clear: both;
}
section#news02 div:first-of-type {
	border-top: 1px dotted #333;
}
section#news02 div a {
	display: block;
	padding: 13px 0px 13px 0px;
}
section#news02 p.date {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	width: 77px;
	background: url(../img/common_img/arrow_topnews.png) no-repeat 72px 6px;
	background-size: 5px 7px;
	padding-top: 1px;
	margin-right: 3px;
}
section#news02 p.title {
	font-size: 12px;
	font-weight: normal;
	color: #b40005;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Menu 

---------------------------------------------------------------------------------------------------------------------------------------- */  
.menu dl {
	border-bottom: 1px dotted #d40005;
}
.menu dt {
	font-size: 13px;
	font-weight: bold;
	border-left: 4px solid #000;
	float: left;
	padding: 0px 0px 0px 6px;
	margin: 3px 0px 5px;
	line-height: 16px;
} 
.menu dd {
	font-size: 15px;
	font-weight: bold;
	color: #8e0106;
	float: right;
	margin: 3px 0px 5px;
} 
.menu div {
	clear: both;
	margin-top: 7px;
}
.menu div p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-top: 7px;
}
.menu div img {
	float: right;
	margin-left: 10px;
	height: auto;
	width: 100px;
}
.menu {
	border-bottom: 1px dotted #000;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Setmenu 

---------------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------menu*/
.menu_wrap{
	margin:0px;
	text-align:center;
	clear: both;
}
p.menu_name{
	font-size:16px;
	font-weight:bold;
	border-top:#d40005 2px solid;
	border-bottom:#d40005 1px dotted;
	text-align:left;
	padding: 5px 0px;
}
p.menu_name span.item_num {
	font-size:13px;
}
p.menu_name span.menu_price {
	font-size: 15px;
	font-weight: bold;
	color: #8e0106;
	float: right;
}
h3.menu_name {
	zoom: 1;
}
p.menu_name:after {
	content: "";
	display: block;
	clear: both;
}
div.menu_p {
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}
div.menu_p p {
	font-size:12px;
	line-height:1.4em;
	text-shadow:1px 1px 1px #FFF;
	text-align:left;
	margin-top: 7px;
}
img.menu_ph {
	width:230px;
	height:auto;
	margin:0px auto 15px;
}
p.ph_memo{
	font-size:9px;
	text-align:right;
	margin:0 10px 8px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Info

---------------------------------------------------------------------------------------------------------------------------------------- */  
table#gaiyou {
	clear: both;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.2em;
}
table#gaiyou th {
	width: 25%;
	padding: 5px 7px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	background: #FCE3E0;
}
table#gaiyou td {
	width: 75%;
	padding: 5px 7px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox {
	padding: 0px;
	clear: both;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.4;
	font-size: 1.2rem; /* 12px */
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox h1 {
	font-size: 20px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 14px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.newstitle a {
	color: #b40005;
	text-decoration: underline;
}
.newstitle a:hover {
	color: #B45C5E;
	text-decoration: underline;
}
.news_ph {
	clear: both;
	text-align: center;
}
.news_ph img {
	display: block;
	margin: 0 auto 10px;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.newsbox .more-link {
	color: #b40005;
	text-decoration: none;
}
.newsbox .more-link:hover {
	color: #b40005;
	text-decoration: underline;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 10px;
	background: #FCE3E0;
	/* CSS3 */
	border-radius: 20px;
}
.postinfo a {
	color: #b40005;
	text-decoration: none;
}
.postinfo a:hover {
	color: #b40005;
	text-decoration: underline;
}
/*Program*/
.pagelink {
	margin: 0px 10px;
	clear: both;
}
.pagelink a {
	color: #b40005;
	text-decoration: none;
}
.pagelink a:hover {
	color: #b40005;
	text-decoration: underline;
}
.pagelink .oldpage {
	float: left;
}
.pagelink .newpage {
	float: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	padding: 20px 20px 0;
	margin: 0px 15px 20px;
	/* CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wp-calendar {
	color: #333333;
	width: 180px;
	padding-bottom: 10px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 7px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #1F5968;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin: 0px 10px 20px;
}
#news_search_title {
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	margin: 0;
	border:1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}

/*---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------*/

/*form*/
#contact_form {
	margin: 0px 10px 0px;
}
#contact_form form {
	margin: 20px 0px 0px;
	border-top: 1px dotted #000000;
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px dotted #000000;
}
#contact_form dl dt {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contact_form dl dd {
	font-size:14px;
	padding: 0px 0px 0px 0px;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	/* Firefox */	
	-moz-border-radius: 3px;
	border:1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	background: #CCC;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	padding: 2px 7px;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border:1px solid #5A6476;
	color: #fff;
	/* CSS3 */
	text-shadow:1px 1px 0 #28343b;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc8), color-stop(5%, #828c95), color-stop(100%, #28343b));
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
    background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 5%, #28343b 100%);
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE10 */ 
	background: linear-gradient(to bottom, #b5bdc8, #28343b);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0 );
	zoom: 1;
	padding: 5px 30px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
