@charset "UTF-8";


/* =====================
   共　通
======================== */


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 450px) {
}





/* =====================
   teigi
======================== */
#teigi ul {
  padding: 0;
  margin: 35px auto;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#teigi ul li {
  width: 23%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#teigi ul li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #teigi ul li {
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  #teigi ul li {
    width: 100%;
  }
}





/* =====================
   ninsyo
======================== */
#ninsyo dl {
  display: inline-block;
  padding: 0;
  margin: 20px auto 0;
  text-align: left;
}
#ninsyo dl dt {
  padding: 10px 0;
  margin: 0;
  position: absolute;
  width: 20px;
}
#ninsyo dl dd {
  padding: 10px 0;
  padding-left: 20px;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 450px) {
}






/* **************** */
/* 　 ガイドマップ　 */
/* **************** */
#imgmap {
  margin: 0 auto;
}
#imgmap ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 90%;
  max-width: 860px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#imgmap ul li {
  padding: 18px 0 0;
  margin: 0 1%;
  width: 47%;
}
#imgmap ul li:nth-child(1),
#imgmap ul li:nth-child(2){
  width: 100%;
}
#imgmap ul li a {}
#imgmap ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) { 
}
@media screen and (max-width:768px) { 
  #imgmap ul li {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width:600px) { 
}






/* **************** */
/* 　 認定品一覧　 */
/* **************** */
#entry_lead {
  padding-bottom: 0;
}
.lt_icon {
  display: block;
  text-align: right;
}

.ico {
  margin-left: 18px;
}
.kenkou .ico {
  margin-left: 0;
}
.ico::before {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #FFF;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  margin-right: 4px;
}
.ico_t::before {
  content: '富';
}
.ico_h::before {
  content: '健';
}

.etList {
	text-align: left;
}
.etList dt {
	border-top-width: 3px;
	border-top-style: solid;
	padding-top: 4px;
	font-size: 0.9em;
	line-height: 1em;
}
.etList dt .nm {
	font-size: 1.5em;
  line-height: 1.1em;
	padding: 10px;
  font-weight: 500;
}
.etList dt .nm i {
	font-style: normal;
	font-size: 0.8em;
}
.etList dt .nm .numb {
	color: #FFF;
	width: 25px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.1em;
}
.etList dt .nm .bgreen {
    background-color: #789a4b;
}
.etList dt .nm .bred {
    background-color: #a97267;
}
.etList dt .nm .bblue {
    background-color: #59839e;
}
.etList dt .nm a {
	color: #000;
	text-decoration: none;
	background-image: url(./images/ico_web.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	min-height: 14px;
}
.etList dt .nm a:hover {
	color: #000;
	text-decoration: underline;
}
.etList dt .nm small {
	padding-right: 5px;
}
.etList dt .adr {
	background-color: #EBEBEB;
	padding: 7px 7px 3px;
}
.etList dt .adr a {
  text-decoration: underline;
}
.etList dt .adr .ictl {
  display: inline-block;
	margin-right: 10px;
  margin-bottom: 4px;
  /* white-space: nowrap; */
}
.etList dt .adr .ictl::before {
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
  color: #FFF;
  line-height: 1em;
  text-align: center;
  font-size: 0.75em;
  margin-right: 4px;
  padding: 3px;
  font-weight: 500;
}
.etList dt .adr .tel::before {
  content: 'TEL';
}
.etList dt .adr .op::before {
  content: 'OPEN';
}
.etList dt .adr .cl::before {
  content: '定休';
}
.etList dt .adr .st::before {
  content: '席数';
}
.etList dt .adr .hpLink::before {
  content: 'HP';
}

.etList dd {
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.etList dd .photo {
	width: 200px;
}
.etList dd .photo img {
	width: 100%;
  height: auto;
}
.etList dd .txtbox {
	width: calc(100% - 220px);
}
.etList dd td {
	vertical-align: top;
}
.etList dd h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
}
.etList dd small {
	font-size: 0.7em;
	margin-left: 3px;
}
.etList dd hr {
	margin: 5px 0px;
	padding: 0px;
}
.etList dd .naiyou {
	font-size: 0.75em;
	line-height: 1em;
	margin: 0px;
	padding: 7px 0px;
}
.etList dd .nintei {
	font-size: 0.7em;
	color: #003;
}
.etList dd .price {
	font-size: 1.1em;
}
.etList dd .ts, .etList dd .ke {
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 1.1em;
	min-height:20px;
}
/* .etList dd .ts {
	background-image: url(./images/ico_toyama.png);
}
.etList dd .ke {
	background-image: url(./images/ico_kenko.png);
} */
.etList dd .bi {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 5px;
}
#sp1 .etList dt {
	border-top-color: #6C0;
}
#sp1 .etList dd h4 {
	color: #6C0;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:450px) {
  .etList dd .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .etList dd .txtbox {
    width: 100%;
  }
}






.n-link {
	list-style-type: none;
	margin: 0;
  margin-bottom: 35px;
	padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fafafa;
}
.n-link li {
	border: 1px dotted #CCC;
  padding: 0;
  margin: 0;
  margin-right: calc(4% / 3);
  margin-bottom: 10px;
  width: calc(24% - 2px);
  background-color: #FFF;
}
.n-link li:nth-child(4n) {
  margin-right: 0;
}
.n-link li a {
	text-decoration: none;
  padding: 7px 0;
	color: #003;
  line-height: 1.1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(100% - 14px);
}
.n-link li a small {
	display: block;
  width: 100%;
}
.n-link li a span {
  font-size: 65%;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  .n-link li {
    margin-right: 2%;
    width: calc(32% - 2px);
  }
  .n-link li:nth-child(4n) {
    margin-right: 2%;
  }
  .n-link li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:600px) {
  .n-link li {
    margin-right: 4%;
    width: calc(48% - 2px);
  }
  .n-link li:nth-child(3n) {
    margin-right: 4%;
  }
  .n-link li:nth-child(2n) {
    margin-right: 0;
  }
}




/* タブ */
#list .tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#list .tab {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 3px;
  text-align:center;
  width: 33%;
  padding: 10px 0;
  background-color: #999;
  cursor: pointer;
}
#list .tab1:hover,#list .tab1.active {
  background-color: #789a4b;
}
#list .tab2:hover,#list .tab2.active {
  background-color: #a97267;
}
#list .tab3:hover,#list .tab3.active {
  background-color: #59839e;
}

#list .content {
  display: none; /*必須*/
}
#list .content.show {
  display: block; /*必須*/
}






/* **************** */
/* 　 お知らせ　 */
/* **************** */
#news_post {}
#news_post h2.ub {
  margin-bottom: 10px;
}
#news_post .update {
  text-align: right;
  margin-bottom: 45px;
}
#news_post .news_deta h1,
#news_post .news_deta h2 {
  font-size: 110%;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#news_post .news_deta section {
  padding: 0;
}
#news_post .news_deta h4 {
  margin-bottom: 20px;
}
#news_post .news_deta p {
  margin-bottom: 12px;
}
#news_post .news_deta img {
  margin: 12px 0;
}
#news_post .backtolist {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #999;
  text-align: center;
}
#news_post .backtolist a {
}