@charset "UTF-8";
@media screen and (max-width: 750px) {
	
/*----------------------------------

header
 
---------------------------------- */

#head {
	height: 25px;
	width: 100%;
}

#head h1 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9px;
	color: #333;
	text-align: center;
	letter-spacing:0;}

.header {
	display: block;
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	padding-bottom:2px;
	}

.header_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.header h2 a {
	display: block;
	width: 200px;
	height: 30px;
	background-image: url(../img/header/logo_s.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

.header h3 {
	font-size:10px;
	line-height:150%;
	float: none;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	text-align:center;
    width:auto;
	letter-spacing:0;
	}

.header_right {
	padding: 0px;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	text-align: right;
}

.header_tel a {
	display: block;
	width: 240px;
	height: 45px;
	background-image: url(../img/header/s_tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul.header_res	{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
ul.header_res li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.header_res img {
	width: 95%;
}

.header_res {
	display:block;
}

.sp_none {
	display:none;
}



/*----------------------------------

globalmenu
 
---------------------------------- */

#globalmenu {
	height: 45px;
	width: 980px;
	display: block;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

#globalnavi{
	padding: 0;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	
	margin-left: auto;	
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;
  display:table;
}  
  
#globalnavi li{
	float: left;
	width: 149px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 14px;
	line-height: 120%;
	display: table-cell;
	vertical-align: middle;
	color: #333333;
}  
  
#globalnavi li a{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 149px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	color: #333333;
} 

#globalnavi li a:hover {
	
	background-color: #fff2dc;
}

.home_icon {
	display: none;
}

.tab_menu_end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
}
.global_top {
	display: block;
}

.menu_sub {
	font-size: 9px;
	color: #fd7303;
}


/*----------------------------------

s_global_menu
 
---------------------------------- */



.tree {
	margin-right:10px;
}


	
.s_global_menu {
	  display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.s_global_menu a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
}

.s_global_menu a {
	color: #3d3d3d;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 11px 25px 11px 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6cebf;
}

.s_global_menu a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #909a66;
    border-right: solid 2px #909a66;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}	
	
label {
  display: block;
  margin: 0 0 2px 0;
	padding :12px;
  line-height: 1;
	color :#fff;
	background-image:url(../img/globalmenu/bg.png);
	cursor :pointer;
}

input {
	display: none;
}

.s_global_menu ul {
	margin: 0;
	padding: 0;
  background :#f4f4f4;
	list-style: none;
}

.s_global_menu li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
}	

/*----------------------------------

mainvisual
 
---------------------------------- */

.mainvisual {
	background-image: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.s_mainvisual {
	display:block;
}


/*----------------------------------

footer
 
---------------------------------- */
.footer_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}
		
#footer h2 a {
	display: block;
	width: 200px;
	height: 30px;
	background-image: url(../img/footer/logo.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer h3 {
	font-size:12px;
	line-height:150%;
	float: none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-align:center;
	margin-bottom:5px;
	
}





.footer_tel a {
	display: none;
	width: 240px;
	height: 45px;
	background-image: url(../img/header/s_tel.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footer_info {
	line-height: 160%;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 80%;
	width: auto;
	float: left;
}

.foot_sougei {
	width: auto;
	float: none;
	text-align: center;
}



/*----footer_link----- */


.sitelink {
	padding-top: 0px;
	margin-top: 0px;
	
}

.sitelink ul{
	list-style-type: none;
	padding: 0;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 


.sitelink li{
	list-style-type: none;
	margin: 0px;
	display: block;
	float: left;
	width: 50%;
	background-image: url(../img/footer/arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-position: left 10px;
} 


.sitelink li a {
	text-align: left;
	display: block;
	vertical-align: middle;
	width: auto;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 25px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #b7c076;
	outline-left: solid 0px #999;
	line-height: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b7c076;
	margin: 0px;
	background-image: none;
	font-size: 12px;
} 



/*----------------------------------

main_content
 
---------------------------------- */


#main_content {
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main_content p {
	font-size:12px;
	line-height: 160%;
	
}


/*----------------------------------

side_content
 
---------------------------------- */

#side_content {
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	argin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/*----------------------------------

display
 
---------------------------------- */


.side_none {
	display:none;
}

.pc_none {
	display: none;
}

.spimg {
	display: block;
}

.spt01 {
	display: block;
}

.t01 {
	display: none;
}





/*----------------------------------

side

---------------------------------- */

.side_responce {
	display: none;
}

#side_contact a {
	display: block;
	width: 203px;
	height: 54px;
	background-image: url(../img/side/responce_button.png);
	background-repeat: no-repeat;
	float: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#side_contact a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.side_bn {
	display: none;
}

.side_bn a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}




.side_section {
	margin-bottom: 20px;
}

.side_bg02 {
	background-color: #ffffff;
	border: 1px solid #fc923e;
	-webkit-box-shadow: 0 0 2px 2px rgba(243,248,251,0.9) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(243,248,251,0.9) inset;
	box-shadow: 0 0 1px 2px rgba(243,248,251,0.9) inset;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#side_content h3 {
	background-color: #fd903b;
	width: 100%;
	height: 32px;
	color: #FFF;
	text-align: center;
	background-image: url(../img/side/title.png);
	padding-top: 8px;
	font-size:16px;
}

.side_wrap {
	padding-right: 10px;
	padding-left: 10px;
}

.side_wrap p {
	font-size:90%;
}


#side_navi02 ul {
	margin: 0px;
	padding: 0px;
	
}

#side_navi02 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#side_navi02 a {
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
	border: 1px solid #fce0a2;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.1) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.1) inset;
	font-size: 95%;
}

#side_navi02 a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ffad1e;
	border-right: solid 2px #ffad1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#side_navi02 a:hover {
	color: #fd7303;
}


.side_bg03 {
	background-color: #fd903b;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

table#schedule {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 240px;
	display:none;
}

table#schedule th {
	padding: 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	background-color: #fff9e0;
	color: #8a6541;
}
table#schedule td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	line-height: 140%;
	
}

.sch_on {
	color: #fdcb34;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
}

.sch_off {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.small {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

.side_guide {
	background-color: #d8f1fd;
	margin-right: auto;
	margin-left: auto;
	color: #4da8d2;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}

.side_bg04 {
	background-color: #ffffff;
	border: 1px solid #ffad1e;
	-webkit-box-shadow: 0 0 2px 2px rgba(255,173,30,0.2) inset;
	-moz-box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	box-shadow: 0 0 1px 2px rgba(255,173,30,0.2) inset;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#side_news {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: auto;
	padding: 0px;
}

#side_news ul {
	margin: 0px;
	padding: 0px;
	
}

#side_news li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#side_news a {
	display: block;
	position: relative;
	color: #fd7303;
	text-decoration: none;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 160%;
	font-size: 14px;
}

#side_news a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -10px;
	border-top: solid 2px #ffad1e;
	border-right: solid 2px #ffad1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#side_news a:hover {
	color: #fd7303;
	text-decoration: underline;
}

ul.side_banner li img{
	max-width: 280px;
}

/*----------------------------------

top

---------------------------------- */

ul.contents_menu	{
	display: block;
	width: auto;
	margin-bottom: 10px;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 15px 0;  /* 左右 上下で記述 */
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:0px;
	
}
ul.contents_menu li{
	display: block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border: 1px dotted #d1c0a5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:120%;
	margin-bottom:10px;
	text-align:center;
}


.contents_menu a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
ul.contents_menu li a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.contents_menu img {
	margin-bottom:5px;
	width:90%;
	height:auto;
	text-align:center;
	
}


#top_shop_link ul {
	margin: 0px;
	padding: 0px;
	
}

#top_shop_link li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#top_shop_link p {
	display: block;
	position: relative;
	color: #ff8111;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 140%;
	border: 1px solid #fddfc5;
	background-color:#feebdb;
	text-shadow: 0px 1px 0px #FFFFFF;
	font-size: 90%;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	text-align:center;
}

#top_shop_link p:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fb973e;
	border-right: solid 2px #fb973e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}




.shop_name {
	color:#ff8111;
	font-size:14px;
	text-align:left;
}

.shop_add {
	font-size:12px;
}

#main_content h2 {
	background-image:url(../img/common/title.png);
	height: 40px;
	
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 3px rgba(73,79,49,0.5);
	text-align: left;
	line-height:40px;
	font-weight: bold;
	padding-left: 45px;
	margin-bottom: 15px;
	-moz-background-size:190% auto;
background-size:190% auto;
	
}


.bg01 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: url(../img/common/bg01.png);
	padding: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.bg02 {
	border: 3px solid #f3f3f4;
	background-image: url(../img/common/bg02.png);
}

.inner_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	
}
/*----利用について---- */

.top_ryokin {
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	float:none;
	width:auto;
	padding:10px;
	margin-left:0px;
	margin-bottom:10px;
	
}
.top_ryokin_t {
	background-image: url(../img/common/bg03.png);
	text-align:center;
	font-weight:bold;
	text-shadow: 1px 1px 3px rgba(73,79,49,0.5);
	color:#fff;
	margin-bottom:10px;
}


#t_price {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 85%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	line-height:150%;
}

dl#t_price dl,dl#t_price dt,dl#t_price dd {
	margin: 0;
	padding: 0;
}

dl#t_price dt,dl#t_price dd {
	padding: 5px;
}

dl#t_price dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	text-align:center;
}

dl#t_price dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	text-align:center;
	
}

/*----イベント事業---- */

#newslist ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	
	
}

#newslist li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#newslist a {
	display: block;
	position: relative;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
	font-size: 90%;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D9D9D9;
	text-shadow: 0px 1px 0px #FFFFFF;
}

#newslist a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #fbcea7;
	border-right: solid 2px #fbcea7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

p.list_day {
	float: left;
	color: #9d816c;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*----アクセス---- */

#t_access {
	border-bottom: 1px solid #E3E3E3;
	border-top: none;
	width: auto;
	font-size: 90%;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	line-height:150%;
	float:none;
	margin-right:0px;
	margin-bottom:20px;
}

dl#t_access dl,dl#t_access dt,dl#t_access dd {
	margin: 0;
	padding: 0;
}

dl#t_access dt,dl#t_access dd {
	padding: 5px;
}

dl#t_access dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 60px;
	text-align:left;
}

dl#t_access dd {
	
	border-top: 1px solid #E3E3E3;
	margin-left: 70px;
	
}

.top_map {
	width:100%;
	height:200px;
	float:none;
}

.top_map iframe {
	width:100%;
	height:200px;
}



/*----------------------------------

content_title
 
---------------------------------- */


.content_title {
	background-color: #fff;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0c5bc;
	padding-top: 5px;
}

.content_title_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.content_title h2 {
	padding-left: 20px;
	height: 20px;
	position: relative;
	font-size: 16px;
	float: left;
}

.content_title h2:before{
    content: "";
    position: absolute;
    background: #724623;
    top: 50%;
    left: 0.1em;
    margin-top :-10px;
    height: 25px;
    width: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.sitelocation {
	float: right;
	font-size: 12px;
	background-image:url(../img/common/location_home.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	display: none;
	
}


/*----------------------------------

下層共
 
---------------------------------- */

#main_content h3 {
	background-image: url(../img/common/bg05.png);
	padding-top: 3px;
	padding-right: .75em;
	padding-left: .75em;
	padding-bottom: 4px;
	background-color: #f6f6f6;
	border-left: 10px solid #5c4224;
	margin-bottom: 15px;
}

#main_content h4 {
	background-color: #e8eecd;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 10px;
	font-size: 95%;
	margin-bottom: 10px;

}

.inner_section {
	margin-bottom: 30px;
}

/*----アクションボタン----- */

.location_button {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

.button17 {
	position: relative;
	background-color: #625548;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #443b32;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.button17:link {
color: #FFF;
text-decoration: none;
}

.button17:visited {
color: #FFF;
text-decoration: none;
}


.button17:hover {
	top: -4px;
	box-shadow: 0 7px 0 #443b32;
	color: #FFF;
}
.button17:active {
	top: 3px;
	box-shadow: none;
	color: #FFF;
}

.button {
	display: inline-block;
	width: 250px;
	height: 35px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	color: #fff;
	text-decoration: none;
}

.button a:link,
.button a:visited,
.button a:hover {
	color: #FFF;
	text-decoration: none;
}


.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	text-decoration: none;
}




/*----------------------------------

アクセス
 
---------------------------------- */


#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size:12px;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 20px;	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 10px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #0249af;
	text-decoration: underline;
}

#gaiyou a:hover {
	color: #0249af;
	text-decoration: none;
}

.formcation {
	font-size: 12px;
	margin-top: 5px;
	line-height: 160%;
}

.accessmap {
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.accessmap iframe {
	width:250px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


ul.contents_ph	{
	display: align;
	width: 100%;
	margin-bottom: 20px;
}
ul.contents_ph li{
	display:block;
	vertical-align:middle;
	text-align:center;
	margin-bottom: 10px;
}

.contents_ph a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.contents_ph img {
	width: 90%;
}

.img_wide img {
	width:100%;
	height:auto;
}

.float_img {
	float:none;
	margin-left:0px;
	margin-bottom:10px;
	text-align:center;
}
.float_img img {
	width:90%;
	height:auto;
}


.pc_mainvisual {
	display:none;
}

table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
	font-size: 12px;
}

table#table-01 th {
    padding: 5px 5px 5px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	background-color: #fffef4;
	width: 40%;
	line-height: 140%;
	margin-top:auto;
	margin-bottom:auto;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background-color: #fff;
		margin-top:auto;
	margin-bottom:auto;
	
}
	
.rwd_right {
	float: none;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 10px;
}
.rwd_right img {
	width: 250px;
	height: auto;
	border: 3px solid #fff;
}
	
	
	
.more {
	position: relative;
	display: inline-block;
	padding: .6em 4em;
	background-color: #b8202c;
	border: 2px solid #b8202c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:20px;
	margin-bottom:20px;
	width:150px;
	font-size:90%;
	line-height:150%;
}
.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more:link {
	color: #fff;
}
.more:visited {
	color: #fff;
}
.more:hover {
	background-color: #fff;
	color: #b8202c;
	text-decoration:none;
}
.more:hover::after {
	border-left-color: #b8202c;
}

	
	
.faq {
	border:6px solid #cfb89d;
	background-color:#fff;
	padding:10px;
	width:auto;
	margin-bottom:20px;
	
}
.faq_q {
	background-image:url(../img/faq/q.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	
}
.faq_a {
	background-image:url(../img/faq/a.png);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top left;
	padding-left:35px;
	font-size:12px;
	line-height: 160%;
	
}

ul.list {
	padding-left: 20px;
	margin-bottom: 16px;
}

.list li {
	font-size:12px;
	line-height: 160%;
	margin-bottom: 5px;
}

	
}

