@charset "UTF-8";

/*sectionBlock 背景指定
---------------------------*/
.indexSectionBg_01{
	background: url(/images/index_bg_01.png) no-repeat center 48px;
}

.indexSectionBg_02{
	position: relative;
	height: 405px;
	background: url(/images/index_bg_02.png);
}

/*sp
---------------------------*/

.sp_device .indexSectionBg_01{
	background: none;
	background: url(/images/index_bg_02.png);
}

.sp_device .indexSectionBg_02{
	height: auto;
	background: none;
}

/*Title
---------------------------*/
.indexLead{
	text-align: center;
	margin-top: 65px;
	margin-bottom: 76px;
}

/*works　事業内容
---------------------------*/
.worksWrap{
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	margin: -20px auto 0;
}
.works{
	position: relative;
}
.works:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left:0;
	width: 100%;
	height: 5px;
	background: url(/images/index_bg_03.png) no-repeat center;
	background-size:100% 5px;
}

.worksCnt{
	padding: 22px 18px 37px;
	background: #fff;
}

.worksTtl{
	margin-bottom: 24px;
	font-weight: bold;
	text-align: center;
}

.worksTxt{
	margin-bottom: 28px;
}

/*sp
---------------------------*/
.sp_device .worksWrap{
	width: auto;
	position: static;
	margin: 0;
}

.sp_device .worksTtl{
	margin-bottom: 7px;
	font-weight: bold;
}

.sp_device .worksCnt{
	padding: 13px 15px 13px;
	background: #fff;
}

/*pickUpListWrap　SP時ピックアップ内コンテンツ
---------------------------*/
.pickUpListWrap{
	width: 960px;
	margin: 0 auto;
}

.pickUpList>*+*{
	margin-top: 12px;
}

.pickUpListTtl{
	font-weight: bold;
	font-size: 1.6rem;
}

.pickUpListLink>*{
	display: inline-block;
	width: 48%;
}

/*sp
---------------------------*/
.spPickUpListWrap{
	font-size: 0;
	margin-left: -1px;
}

.spPickUpListWrap >*{
	display: inline-block;
	width: 50%;
}

.spPickUpListWrap a{
	display: inline-block;
	position: relative;
	background: #0077db;
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 15px 14px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	color: #fff;
}

.spPickUpListWrap a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right:9px;
	width: 13.5px;
	height: 13.5px;
	margin: auto 0;
	background: url(/common/images/ico_arrow_03.png) no-repeat center;
	background-size: contain;
}
/*sp バナーエリア　.sectionBannerBlock
---------------------------*/
.sectionBannerBlock{
	background: #dcf4ff;
}

.bannerTxt{
	margin-top: 13px;
	text-align: center;
}

/*sp トップページ・フッターナビ　.spFooterNav
---------------------------*/
.spFooterNav {
  padding: 30px 0;
  text-align: center;
  font-size: 0;
  background: #fff;
}

.spFooterNav > * {
  display: inline-block;
  width: 115px;
  height: 105px;
  border-radius: 4px;
  border: solid 2px #ededed;
  text-align: center;
  font-size: 1.2rem;
}

.spFooterNav > * + * {
  margin-left: 20px;
}

.spFooterNav a {
  display: inline-block;
  padding: 16px 0;
}

.spFooterNavIco {
  margin-bottom: 12px;
  display: block;
  text-align: center;
}

.spFooterNavIco img {
  height: 39px;
}

/*sp ページトップボタン
	フッターリンク　スタイル上書き
---------------------------*/
#footer .spTopBtn{
  background: #f2f2f2;
}

#footer .spFooterLink{
	padding-top: 0
}





.md_DenchuLabel{
  background: #630096;
  color: #fff;
}



/*パンくずなび*/
.bread {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#breadcrumbs-one {
	margin: 0 auto;
	color: #333333;
	width: 100%;
}

#breadcrumbs-one a{
  color: #3097ed;
}

#breadcrumbs-one>*{
	display: inline-block;
	font-size: 1.4rem;
	position: relative;
}

#breadcrumbs-one>*+*{
  padding-left: 15px;
  margin-left: 5px;
}

#breadcrumbs-one>*+*:after{
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 9px;
  height: 8px;
}


/*sp*/

.sp_device #breadcrumbs-one>*+*:after{
  content: ">";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 9px;
  height: 8px;
}
.sp_device .bread {
	padding-bottom: 0px;
}
.sp_device .bread ul {
margin: 0;
  padding: 0;
  list-style: none;

}
.sp_device #breadcrumbs-one{
	
	overflow: hidden;
	width: 100%;
}
 
.sp_device #breadcrumbs-one li{
  float: left;
}
 
.sp_device #breadcrumbs-one a{
	background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
}
 
.sp_device #breadcrumbs-one li:first-child a{
	padding-left: 1em;
}
 
.sp_device #breadcrumbs-one a:hover{
	background-color: #935E31;
}
 
.sp_device #breadcrumbs-one a::after,
.sp_device #breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
 
.sp_device #breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #573518;
}
 
.sp_device #breadcrumbs-one a::before{
  border-left-color: #fff;
  right: -1.1em;
  z-index: 1;
}
 
.sp_device #breadcrumbs-one a:hover::after{
  border-left-color: #935E31;
}
 
.sp_device #breadcrumbs-one .current,
.sp_device #breadcrumbs-one .current:hover{
	font-weight: bold;
	background: none;
	padding: .7em 1em .7em 2em;
}
 
.sp_device #breadcrumbs-one .current::after,
.sp_device #breadcrumbs-one .current::before{
  content: normal;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#breadcrumbs-two {
	margin: 0 auto;
	color: #333333;
	width: 100%;
	font-size: 14px;
}

#breadcrumbs-two a{
  color: #3097ed;
}

#breadcrumbs-two>*{
	display: inline-block;
	position: relative;
}

#breadcrumbs-two>*+*{
  padding-left: 15px;
  margin-left: 5px;
}

#breadcrumbs-two>*+*:after{
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 9px;
  height: 8px;
}
.sp_device #breadcrumbs-two>*+*:after{
	content: ">";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 8px;
}
.sp_device #breadcrumbs-two{
	overflow: hidden;
	width: 100%;
	background-color: #E4CBB6;
	margin-bottom: 6px;
	font-size: 12px;
}
 
.sp_device #breadcrumbs-two li{
  float: left;
}
 
.sp_device #breadcrumbs-two a{
	background-color: #573518;
	padding-top: .7em;
	padding-left: 5px;
	padding-bottom: .7em;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding-right: 2px;
}
 
.sp_device #breadcrumbs-two a:hover{
  background: #C96917;
}
 
.sp_device #breadcrumbs-two a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #573518 #573518 #573518 transparent;
	left: -1em;
	margin-left: -5px;
	padding-right: 7px;
}
 
.sp_device #breadcrumbs-two a:hover::before{
  border-color: #C96917 #C96917 #C96917 transparent;
}
 
.sp_device #breadcrumbs-two a::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #573518;
	right: -1em;
}
 
.sp_device #breadcrumbs-two a:hover::after{
	border-left-color: #C96917;
}
 
.sp_device #breadcrumbs-two .current,
.sp_device #breadcrumbs-two .current:hover{
	font-weight: bold;
	background: none;
	padding-top: 9px;
}
 
.sp_device #breadcrumbs-two .current::after,
.sp_device #breadcrumbs-two .current::before{
  content: normal;
}
.foodMenu {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: auto;
}
.foodMenu+ *{
	padding-top: 25px!important;
	margin-top: 25px!important;
	border-top: 1px dotted #909192;
}

.foodMenu img {
	float: left;
	padding-bottom: 25px;
	width: 340px;
}

.sp_device .foodMenu img {
	width: 90%;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.foodMenu dl {
	clear: none;
	float: right;
	width: 560px;
}

.sp_device .foodMenu dl {
	clear: none;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.foodMenu dl dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #E9D3C0;
	margin-bottom: 10px;

}
.sp_device .foodMenu dl dt {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.foodMenu dl dd {
	font-size: 16px;

}

.foodMenu h5   {
	float: left;
	text-align: right;
	font-size: 25px;
}

.sp_device .foodMenu h5   {
	float: none;
	text-align: center!important;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 15px;
	color: #573518;
	font-weight: bold;
}

.price {
	float: none;
	text-align: right;
	font-size: 25px;
}

.sp_device .price {
	float: none;
	text-align: center;
	font-size: 20px;
}
.tablePrice {
	text-align: right!important;
}
.spTop {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}


/*交通*/

.dlkoutsu {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
	clear: none;
}
.dlkoutsu dt {
	float: left;
	font-size: 16px;
	font-weight: bold;

}
.dlkoutsu dd {
	float: right;
	width: 778px;
	font-size: 16px;
}

.sp_device .dlkoutsu dt {
	float: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 36px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #9B8B7D;

}
.sp_device  .dlkoutsu dd {
	float: none;
	width: auto;
	font-size: 16px;
	padding-bottom: 12px;
}

.sp_device  .dlkoutsu dd +*{
	border-top: 1px dotted #9B8B7D;
	padding-top: 10px;
}



/*おねがい*/

.dlOnegai {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	display: block;
}
.dlOnegai dt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.dlOnegai dd {
	float: right;
	width: 760px;
	font-size: 16px;
}

.sp_device .dlOnegai dt {
	float: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;

}
.sp_device  .dlOnegai dd {
	float: none;
	width: auto;
	font-size: 16px;
	padding-bottom: 12px;
}
.dlOnegai +* {
	padding-top: 20px;
	border-top: 1px dotted #705D4C;
	margin-top: 20px;
}

.h2Style_aoto {
	text-align: center;
	font-size: 28px;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 30px;
	background-image: url(/common/images/h2image.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	font-weight: bold;
}

.sp_device .h2Style_aoto {
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 30px;
	background-image: url(/common/images/h2image.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	font-weight: bold;
}

.contentsTitle_p {
	font-size: 16px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.sp_device .contentsTitle_p {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: left;
}
.fl_w500 {
	width: 500px;
	float: right;
}

.sp_device .fl_w500 {
	width: 100%;
	float: none;
}


.busTime {
	padding-bottom: 25px;
}
.busTime dt {
	display: inline-block;
	width: auto;
	background-color: #9B8B7D;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.sp_device .busTime dt {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.busTime dd {
	width: 380px;
	float: right;
	font-size: 16px!important;
	padding-top: 12px;
	line-height: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;

}
.sp_device .busTime dd {
	float: none;
	width: auto;
	font-size: 20px;
}


.sp_device .busTime {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #705D4C;
}
.sp_device .busTime dt {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sp_device .busTime dd {
	width: auto;
	display: table;
	margin-right: auto!important;
	margin-left: auto!important;
	font-size: 14px;
	text-align: center;
}

/*マップ*/
.contentsBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.sp_device .contentsBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.MapBox {
	width: 98%;
	float: none;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	height: 300px;
}

.sp_device .MapBox {
	width: 90%;
	float: none;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
	height: 300px;
}

.map_custmomize {
	width: 100%;
	height: 300px;
	
}

.sp_device .map_custmomize {
	width: 100%;
	height: 300px;
	
}
.map_Block01 {
	width: 960px;
	
	margin-right: auto;
	margin-left: auto;
}
.map_p_Bold {
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}
.map_p_02 {
	padding-top: 10px;
}
.googleText {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 12px;
}
.h4Access {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #909192;
	border-radius: 15px;
	text-align: center!important;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.koutsu h4 {
	font-weight: bold;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.koutsu p {
	font-size: 16px;
}

.pReserve {
	font-size: 18px;
	text-align: center;
}
.phonenumber {
	width: 70%;
	height: 141px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/images/phonenumber.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	margin-top: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 90% auto;
}
.sp_device .phonenumber {
	height: 80px;
	padding-top: 22px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 80px;
}
.annnai p {
	font-size: 16px;
}
