@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
    font-family: 'Noto Sans Japanese', serif;
*/

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

index 

---------------------------------------------------------------------------------------------------------------------------------------- */  
#intro{
  min-height: 242px;
  margin: 0 0 0 -22px;
  padding: 0 0 0 264px;
  background: url(../img/index_img/intro_bg.png) no-repeat 0 0;
}
#intro h2{
  padding: 0.6em 0 0.7em 0.2em;
  color: #4f2101;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
  background: url(../img/index_img/intro_title_bg.png) no-repeat left bottom;
}
#intro p{
line-height: 2.5em;
}

/*News Title */
/*
#news_title {
	clear: both;
  background: url(../img/index_img/news_title.jpg) no-repeat 0 0 ;
}
*/
#news_title_main {
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
/*
#news_title_link {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: right;
	background: url(../img/common_img/arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	margin-top: 15px;
}
#news_title_link a {
	color: #666;
	text-decoration: none;
}
#news_title_link a:hover {
	text-decoration: underline;
}*/
/*News*/
#news {
	width: 100%;
	overflow: hidden;
	height: 195px;
	margin-bottom: 10px;


	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	zoom: 1;
}
/*
#news dl {
	padding: 10px 5px 6px;

}
#news dl dt {
	float: left;
	width:90px;
	font-weight: bold;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #330000;
  background: url(../img/index_img/news_arrow.png) no-repeat center left;
}
#news dl dd {
	padding: 0 0 0 80px;
}
#news dl dd p {
	font-size: 12px;
}
*/
#news a{
  color: #336600;
  text-shadow: none;
}
#news a:hover{
  color: #A98E6C;
  text-shadow: none;
}


/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
	margin-bottom: 10px;

	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	zoom: 1;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	font-size: 1.2rem; /* 12px */
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px 0 0px 0;

	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
  float: left;
  padding: 0 0 0 10px;
    background: url(../img/index_img/news_arrow.png) no-repeat center left;
}



#banner{
display: table;

}
  #banner li{
  display: table-cell;
  }
  #banner li img{
  padding: 4px;
    background: #FFF;
    border: 1px solid #502a14;
  }
  #banner li:last-of-type{
  padding-left: 18px;
  }
  #banner li:hover{
  opacity: 0.8;
  }

/*Table*/
table.table_basic {
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_basic th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #CCC;
	background: #EEE;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
}
table.table_basic td {
	text-align: left;
}
table.table_basic th, table.table_basic td {
	border-bottom: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}
table.table_basic .table_border {
	border-right: 1px solid #CCC;
}
table.table_basic td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/*Txt Frame*/
.txt_frame {
	border:1px solid #CCC;
	padding: 15px;
	background: #f2f2f2;
	/* CSS3 */
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#fff) );
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #F2F2F2, #fff );
	/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
	zoom: 1;
}
/*list*/
ul.list_basic li {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list following*/
ul.list_following {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin-right: 15px;
	float: left;
}
ul.list_following li {
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*Map*/
p#maplink {
	padding: 5px 0 10px 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 9px;
	font-size: 11px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.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;
	/* CSS3 
	text-shadow:1px 1px 1px #F2F2F2;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}*/
.news_ph {
	float: left;
	margin-right: 10px;
}

.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 20px;
	background: #EEEEEE;
	/* CSS3 */
	border-radius: 20px;
}
/*Program*/
.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-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	/* CSS3 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	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;
}
.wp-pagenavi span.current {
	border: 1px solid #CCC;
	background: #DFDFDF;
	color: #999;
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	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;
}
.wp-pagenavi a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	padding: 20px 25px 0;
	margin-bottom: 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;
}
#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-bottom: 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 );
}
/*rss_feed*/
#feed a {
	font-weight: bold;
	padding: 7px 0px 7px 33px;
	border-radius: 3px;
	background: #FE9901 url(../img/common_img/rss_icon.png) no-repeat 10px 50%;
	color: #fff;
	text-decoration: none;
	display: block;
}
#feed a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Contact

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

/*-----------------------------------------------------------------------
menu 
------------------------------------------------------------------------*/
.menu_box{
width: 340px;
  padding-bottom: 2em;
  box-sizing: border-box;
}
.menu_box p:not(.notes_tx){
  background: rgba(227, 209, 174, 0.4);
  padding: 0.5em 0.8em;
  border: 1px dotted #e3d1ae;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.58) inset;
}
.menu_box h4{
  margin: 0 0 0.5em;
  padding: 0.5em 0 1.3em;
  background: url(../img/common_img/cts_title_bg.png) no-repeat left bottom;
  text-shadow: 0 -1px 1px rgba(255,255,255,0.3) ,-1px 0 1px rgba(255,255,255,0.3),0 1px 1px rgba(255,255,255,0.3),1px 0 1px rgba(255,255,255,0.3),0 0 3px rgba(255,255,255,0.6), 0 0 3px rgba(255,255,255,0.6);
  font-size: 1.1rem;
  color: #666;
}
.menu_box h4 span{
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
  font-size: 2rem;
  color: #5c410d;
}
.menu_box ul{
margin: 1em 0 ;
}
.menu_box ul li {
  padding: 0.3em 0;
  border-bottom: 1px dotted #ebb670;
}
.menu_box ul li span{
  float: right;
}
.menu_box li div{
  font-size: 1.1rem;
}

.menu_box li div span{
  font-size: 1.2rem;
}

/*-----------------------------------------------------------------------
concept 
------------------------------------------------------------------------*/
.off_img{
  border: 5px solid #FFF;
  background: url(../img/concept_img/off_bg.png) repeat 0 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.off_img ul{
  width: 100%;
  display: table;
}
.off_img ul li{
  display: table-cell;
  text-align: center;
}
/*-----------------------------------------------------------------------
staff 
------------------------------------------------------------------------*/
.staff_box{
margin-bottom: 2em;
}
.staff_box dl{
  float: left;
  width: 450px;
  text-align: left;
  padding-top: 0.5em;
}
.staff_box dt{
  float: left;
  width: 5em;
  margin: 0 0 0.8em 0;
  text-align: right;
}
.staff_box dd{
  margin:0 0 0.8em 6em;
}
.staff_box img{
  padding: 1px;
  background: #FFF;
  border: 1px solid rgba(118, 95, 51, 0.29);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
/*-----------------------------------------------------------------------
access 
------------------------------------------------------------------------*/
.tbl_area{
  position: relative;
  min-height: 200px;
}
  .tbl_top{
  position: absolute;
  left: -15px;
  top: -10px;
  }
  .tbl_bottom{
  position: absolute;
  left: -10px;
  bottom: -10px;
  }
.tbl_area table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.tbl_area table th{
  padding: 0.5em 1.5em;
  width: 23%;
  background: url(../img/access_img/th_bg.jpg) repeat 0 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3) ,-1px 0 1px rgba(0,0,0,0.3),0 1px 1px rgba(0,0,0,0.3),1px 0 1px rgba(0,0,0,0.3),0 0 3px rgba(0,0,0,0.6), 0 0 3px rgba(0,0,0,0.6);
}
.tbl_area table td{
  padding: 0.5em 1em;
  border-bottom: 1px dotted #5d3321;
}
  .tbl_area table td dt{
  float: left;
    margin-right: 1em;
  }
.btn_ul{
display:none;
}
/*-----------------------------------------------------------------------
ShopItem 
------------------------------------------------------------------------*/
.sub_title2.item_title{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}
.item_box{
margin-bottom: 2em;
}
.item_box .item_em_tx{
  margin-bottom: 0.3em;
  color: #683B1E;
  display: block;
  font-style: normal;
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}
.item_box img{
  padding: 1px;
  background: #FFF;
  border: 1px solid rgba(118, 95, 51, 0.29);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.item_box p{
  margin:0 1em 1em 0;
  line-height: 1.8em;
  overflow-x: hidden;
  font-size: 1.2rem;
}