/*base css
  key color:#aa8325;
  border color :#efe8d7;
  */
.width-max {
	width:100%;
	display:block;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
p.right.img {
  width:40%;
  margin:0 0 1rem 1.25rem;
}
.item.right{
  width:47.5%;
  
}
.item.left {
  width:47.5%;
  
}
p.left.img {
  width:40%;
  margin:0 1.25rem 1rem 0;
}
p.right.img02 {
  margin:0 0 1rem 1.25rem;
}
p.left.img02 {
  margin:0 1.25rem 1rem 1.25rem;
}
.img_2col {
  clear:both;
  overflow:hidden;
}
.img_2col img {
  width:48%;
}
.bold {
  font-weight:bold;
  font-size:110%;
}
.uline {
  text-decoration:underline;
}
.clear {
  clear:both;
}
.mb00 {
  margin-top:-1rem;
}
.mb01 {
  margin-bottom:1rem;
}
.mb02 {
  margin-bottom:2rem;
}
.mb03 {
  margin-bottom:3rem;
}
.sec_ttl01 {
	font-size:1.5rem;
	clear:both;
	font-weight:bold;
	margin-bottom:1rem;
}
.sec_ttl02 {
	font-size:1.25rem;
	clear:both;
	font-weight:bold;
	margin-bottom:1rem;
}
.attention {
	color:red;
}
/*layout css*/
#site-header {
	background:#000;
	width:100%;
	display:block;
	color:#fff;
	padding:1.25rem 0 0;
}
#site-header .contact .button{
	max-width:240px;
	padding:0.5rem;
}
#site_navigation {
	padding: 0.5rem 0 0;
}
#site_navigation  li{
	text-align: center;
}
#site_navigation  li:hover{
	background-image: url(../img/bg_navili.png);
	background-repeat: no-repeat;
	background-position: center -15px;
}
#site_navigation  a:hover{
	text-decoration: none;
}
#site-contents {
	clear:both;
	overflow:hidden;
	margin-top:1.25rem;
}
#site-contents section {
	clear:both;
	overflow:hidden;
}
#site-contents hr:last-child {
	border:none;
}
#site-sidebar .sidenavi li{
	margin-bottom:20px;
}
#site-sidebar .sidenavi li ul{
	margin:0;
	padding:0 1rem 0.5rem;
}
#site-sidebar .sidenavi li li{
	margin-bottom:5px;
}
#site-sidebar .sidenavi .box{
	background:#fff;
}
#site-sidebar .sidenavi .box h2{
	background:#000;
	padding:12px 0;
	font-size:16px;
}
#site-sidebar .sidenavi .box h2 span{
	border-left:solid 6px #aa8325;
	color:#fff;
	padding-left:10px;
}
#site-sidebar .contact .box{
	background:#f1f0e2;
	padding:15px;
	text-align:center;
}
#site-sidebar .contact .tel{
	font-size:17px;
}
#site-sidebar .contact .numb{
	font-size:24px;
}
#site-sidebar .contact .numb .small{
	font-size:18px;
	display:block;
	margin-top:-5px;
}
#site-sidebar .contact dt.hours{
	background:#fffbf8;
	padding:5px;
	margin-top:-5px;
}
#site-sidebar .contact .notice{
	background:#fffbf8;
	padding:10px;
	text-align:left;
	color:#a81525;
	margin-bottom:0;
} 
#site-footer {
	background:#000;
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	margin-top:3rem;
	padding:2rem 0 0;
	
}
#site-footer .copyright{
	background:#fefaf7;
	width:100%;
	padding:1rem;
	color:#000;
	margin-top:0.65rem;
}
#ftell > * {
    z-index: 997;
}
#page-top, #page-topl {
    display: none;
}
#page-topl {
    right:1rem;
    bottom: 1rem;
    margin-bottom: 0;
    position: fixed;
}.page_title {
	max-width: 100%;
	text-align: center;
	padding: 0.65rem 0 0.5rem;
	border-top: #aaa solid 1px;
	background:#f1f0e2;
	background-image: url(../img/bg_pagettl.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	
}
.breadwrap  {
	background-color: #fff;
    border: solid 1px #efe8d7;
}
.breadwrap ul {
	max-width:62.5rem !important;
	margin:0 auto  !important;
}
.page_teazer {margin-top:1.25rem;}
/*index css*/
.slider,
.slider img {
	width:100%;
}
.newswrap {
	background:#000;
	color:#fff;
	padding:1rem 0;
	box-sizing:border-box;
}
.newswrap .title {
	font-size:24px;
	padding:1rem 0;
	line-height:24px;
	border-right:solid 1px #fff;
}
.newswrap .newslist {
	padding: 1rem 0 1rem 1rem;
	overflow:hidden;
	margin-bottom: 0;
	
}
.newswrap .newslist li{
	list-style-type: none;
	padding:1rem 0;
	
}
.bnrlist {
	margin:0 -1rem;
}
.bnrlist li{
	padding:1rem;
}
.aboutlist li{
	text-align:center;
}
.aboutlist img{
	display:block;
	margin-bottom:0.5rem;
}
.aboutlist .button{
	padding:0.5rem;
	width:90%;
}

#kodawari ul  {
	padding:0 2rem;
}
#kodawari ul li {
	font-size: 1.6rem;
	width: 50%;
	float: left;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	font-style: italic;
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom: solid 1px #efe8d7;
}
#kodawari ul li:first-child {
	width:100% !important;
	float:none;
	text-align: center;
}
#kodawari ul li .numb{
	color: #a41706;
	font-size: 115%;	
}
/*contact css*/
.contact_form .wrap{
	background:#fff;
	padding:2rem;
}
.contact_form table{
	background:transparent;
	border:none;
	width:100%;
}
.contact_form th,.contact_form td{
	display: block;
	padding: 0 0 0.65rem;
	overflow: hidden;
}
.contact_form td{
	padding:0 0 1.5rem;
}
.contact_form td input{
	margin:0;
}
.contact_form .numbppl span{
	width:50% !important;
}
.contact_form .numbppl span input{
	display:inline;
	width:80% !important;
}
.contact_form .tabs-content {
    padding: 1rem 2.5rem;
	background:#fff;
	color:#333;
}
.contact_form .tab-title  {
    width:50%;
	text-align:center;
}
.contact_form .tab-title.active a {
    background:#aa8325 !important;
	color:#fff !important;
	text-decoration:none ;
}
.contact_form .tab-title a:hover {
    text-decoration:none ;
}
.contact_form .tab-title span {
    display:inline !important;
}
.contact_form .wpcf7c-btn-confirm,
.contact_form .wpcf7c-btn-back,
.contact_form .wpcf7c-elm-step2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  width:100%;
  max-width:260px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  background-color: #aa8325;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .contact_form .wpcf7c-btn-confirm:hover,
.contact_form .wpcf7c-btn-back:hover,
.contact_form .wpcf7c-elm-step2:hover {
    background-color: #926f1b;
	color: #FFFFFF;
	text-decoration:none; }
.contact_form .wpcf7c-btn-back {
  background-color: #aaaaaa;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
.contact_form .wpcf7c-btn-back:hover {
    background-color: #999999;
}
/*access css*/
.access_box {
	background:#fff;
	padding:1.5rem 2rem;
	margin:0 0 1.5rem;
}
.access_box .sec_ttl01{
	border-bottom:solid 1px #ccc;
	padding-bottom:0.5rem;
	margin-bottom:1.125rem;
}
.access_box table {
	width:100%;
	margin-bottom:0;
}
.access_box table .bg{
	background:#f1f0e2;
}
.access_box table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	border-top:solid 1px #efe8d7;
	border-left:solid 1px #efe8d7;
}
.access_box table th, .access_box table td {
	border-bottom:solid 1px #efe8d7;
	border-right:solid 1px #efe8d7;
}
.access_box .tel {
	font-size:1.25rem;
	color:#aa8325;
}
/*What css*/
.pic_list li{
	padding: 0 1rem 1rem;
	text-align: center;
	
}
.pic_list{
	margin:0 -1rem ;
}
.pic_list img{
	display:block;
	margin-bottom:0.65rem;
}
/*Menu css*/
#menu_nav ul {
	background:#fff;
}
.menu_list li{
	padding: 0 1rem;
}
.menu_list{
	margin:0 -1rem ;
}
.menu_list a{
	text-decoration: none;	
}
.menu_list img{
	display:block;
	margin-bottom:0.75rem;
}
.menu_list .name, .menu-cate .name {
	font-size:1.25rem;
	font-weight:bold;
	margin:0 0 0.65rem;
}
.menu_list .exp, .menu-cate .exp {
	
	margin-bottom:0.5rem;
}
.menu_list .price , .menu-cate .price{
	font-size:1.125rem;
	color:#aa8325;
}
.medium-block-grid-1.menu_list li{
	margin-bottom:2rem;

}
.medium-block-grid-1.menu_list img {
	float:left;
	width:48%;
}
.medium-block-grid-1.menu_list dl {
	float:right;
	width:48%;
}
.memnunav_top {
	float:right;
	background:#fff;
	padding:5px 1rem;
	
}
.menu_top .menu_list .name,
.menu_top .menu_list .btn,
.menu_top .menu_list .exp{
	text-align:center ;
}
.menu_top .menu_list .button{
	padding:8px;
	width:90%;
	margin
}
.menu_top .medium-block-grid-1.menu_list .name,
.menu_top .medium-block-grid-1.menu_list .btn,
.menu_top .medium-block-grid-1.menu_list .exp{
	text-align:left ;
}