@charset "utf-8";
/* CSS Document */
.contents-head {
  width: 100%;
  padding: 70px 10px 0 5px;
	margin: 0 0 0px 0;
}

.contents-main{
	text-align: center;
	background: #ccc;
}
.contents-main img{
	display: block;
	width: 100%;
  height: 430px;
	object-fit: cover;
}
.contents-main-food{
	position: relative;
	text-align: right;
	background: #ccc;
	margin: 0 0 10% 0;
	 height: 430px;
	
}
img.main-food{
	display: block;
	width: 100%;
  height: 100%;
	object-fit: cover;
}
.contents-main-products{
	position: absolute;
	bottom: -45px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.contents-main-products img{
	margin: 0 auto;
	width: auto;
	height: 300px;
}
}

/* 各パーツ
-------------------------------------------- */
.line-box{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 30px;
	margin: 35px 0 0 0;
}
.trailer{
	border-radius: 10px;
	margin: 0px 0 0 0;
	width: 100%;
	height: 250px;
	padding: 0 0 0px 0;
}
/*リスト*/
ul.basic-list{
	margin: 20px 0 0 0;
}
ul.ar_list {
  padding:0.5em;
  list-style-type:none;
	margin: 0 0 40px 0;
}
ul.ar_list li {
  position:relative;
  padding: 7px 0 7px 20px;
	font-size: 19px;
	width: 100%;
	font-weight: 500;
}
ul.ar_list li:before {
  position:absolute;
  content:'';
  top: 15px;
  left: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
}
/*お問い合わせフォーム*/
.inquiry-box {
  text-align: center;
  margin: 30px 0 30px 0;
  font-size: 1.6rem;
}
.inquiry-box > h3 {
  font-weight: 600;
  font-size: 2.2rem;
  color: #f25b27;
}
.inpuiry-bnr {
  display: inline-block;
  margin: 10px 8px 0 8px;
  padding: 8px 18px 8px 18px;
  border-radius: 20px;
  background: #f5ee43;
}
.inpuiry-bnr a {
  display: block;
}
.map {
    width: 100%;
    margin: 30px auto 0 auto;
}
.map iframe {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.wide-map {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}
/*お知らせ*/

dl.news-list{
	border-top: 1px solid #DCDBDA;
	width: 70%;
	margin: 0 auto;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
}
dl.news-list dt{
	padding: 24px 0 0px 0;
}
dl.news-list dd{
	border-bottom: 1px solid #DCDBDA;
	padding: 0 0 24px 0;
}

@media print, screen and (min-width : 768px) {
.contents-head {
  width: 100%;
  padding: 70px 10px 0 5px;
}
  /*営業案内ページ等のページトップ部分*/
  .contents-top {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .contents-top-img {
    position: relative;
    width: 70%;
    z-index: 50;
  }
  div.contents-list {
    position: absolute;
    left: -300px;
    top: 100px;
    z-index: 60;
    width: 350px;
  }
  ul.contents-list {
    border: 1px solid #ccc;
  }
  ul.contents-list li {
    height: 70px;
    padding: 18px 0 0 25px;
    background: #ededed;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
  }
  ul.contents-list li.head {
    background: linear-gradient(#039874, #006e54);
    text-align: center;
    color: #fff;
  }
	.business-box {
		margin: 30px 0 80px 0;
	}
	.business-title {
		width:25%;
		
	}
	.business-box-text {
		width: 72%;
		padding: 0 0 40px 50px;
		border-left: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
	}
	
	
	
  /* 各パーツ
-------------------------------------------- */
  /*アクセスマップ*/
  section.accessmap {
    width: 100%;
  }
  div.accessmap {
    width: 100%;
    padding: 30px 0 50px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #999;
  }
  div.am-adress {
    float: left;
    width: 37%;
    margin: auto;
  }
  div.am-map {
    float: right;
    width: 58%;
    height: 350px;
    margin: auto;
  }
  /*お問い合わせフォーム*/
  .inquiry-box {
    text-align: center;
    margin: 30px 0 80px 0;
    font-size: 2.2rem;
  }
  .inquiry-box > h3 {
    font-weight: 600;
    font-size: 2.2rem;
    color: #f25b27;
  }
  .inpuiry-bnr {
    display: inline-block;
    margin: 20px 10px 0 10px;
    padding: 8px 30px 8px 30px;
    border-radius: 20px;
    background: #f5ee43;
  }
  .map {
    width: 100%;
    margin: 10px auto 0 auto;
	  border-radius: 10px;
  }
  /*お知らせ*/
	dl.news-list{
	border-top: 1px solid #DCDBDA;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
}
dl.news-list dt{
	padding: 24px 0;
	width: 20%;
	border-bottom: 1px solid #DCDBDA;
}
dl.news-list dd{
	border-bottom: 1px solid #DCDBDA;
	padding: 24px 0;
	width: 80%;
		
}
.trailer{
	border-radius: 10px;
	margin: 0px 0 0 0;
	width: 100%;
	height: 400px;
}
}
@media print, screen and (min-width : 1200px) {
  /* メイン
-------------------------------------------- */
.contents-head {
  width: 100%;
  padding: 90px 10px 0 5px;
	margin: 0 0 20px 0;
}

.contents-main{
	text-align: center;
	background: #ccc;
	
}
.contents-main img{
	display: block;
	object-fit: cover;
}
.contents-main-food{
	position: relative;
	text-align: center;
	background: #ccc;
	margin: 0 0 150px 0;
	height: 395px;
}
img.main-food{
	display: block;
	width: 100%;
  height: 100%;
	object-fit: cover;
}
.contents-main-products{
	position: absolute;
	top: 43px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
.contents-main-products img{
	margin: 0 auto;
	width: auto;
	height: auto;
}
}
ul.ar_list li {
  position:relative;
  padding: 10px 0 10px 20px;
	width: 50%;
	font-weight: 500;
}
ul.ar_list li:before {
  position:absolute;
  content:'';
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
}
  /*お知らせ*/
	dl.news-list{
	border-top: 1px solid #DCDBDA;
	width: 545px;
	margin: 0 auto 0 auto;
	font-size: 16px;
}

}
@media print, screen and (min-width : 1600px) {}