@charset "UTF-8";
#menu-top a {
  color: #726359;
  font-weight: bold;
}
h1 span {
  font-size: 0.6em;
}

.party-contact p {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.party-contact p span {
  font-size: 1.4em;
  width: 425px;
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.7em;
}
.party-contact p span .fa-phone {
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .party-contact p span {
    width: 80%;
    margin-top: 10px;
    font-size: 1.6em;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .party-contact p {
    font-size: 1.4em;
  }
}

.party-note {
  text-align: center;
}
.party-note p {
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin: 20px 0;
}

.text-center {
  text-align: center;
  margin-bottom: 30px;
}

.pdf-btn, .parking-btn {
  font-family: "Times New Roman", Verdana, "游明朝", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  display: inline-block;
  padding: 5px 0;
  border: 1px solid #726359;
  background-color: #726359;
  color: #F7F7F7;
  letter-spacing: 0.2em;
  font-size: 2em;
}
.pdf-btn:hover, .parking-btn:hover {
  border: 1px solid #726359;
  color: #726359;
  background-color: #F7F7F7;
}

.parking-btn {
  padding: 10px;
}

.pdf-btn {
  width: 425px;
}
@media only screen and (max-width: 767px) {
  .pdf-btn {
    visibility: hidden;
  }
}

.tel-link {
  text-decoration: none;
  color: #726359;
}
.tel-link a {
  color: #726359;
  text-decoration: none;
}

#font-adjustment {
  font-size: 3em;
}

.secBox div.price100 {
  display: table;
  width: auto;
  min-width: 100%;
  margin-bottom: 2em;
}
.secBox div.price100 dl {
  display: table-row;
}
.secBox div.price100 dl dt,
.secBox div.price100 dl dd {
  display: table-cell;
  font-size: 1.4em;
  padding-top: 0.4em;
  border-bottom: dotted 1px #d3cbc5;
  padding-bottom: 0.4em;
}
.secBox div.price100 dl dt {
  width: 50%;
}
.secBox div.price100 dl dd {
  width: auto;
  text-align: right;
}

.img-gallery {
  float: left;
}

.prf dl dd {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .prf dl dd#owner {
    height: 60px;
  }
}

.shop-text p {
  margin-bottom: 20px;
}
.shop-text p span {
  display: block;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .shop-text p {
    font-size: 1.6em;
  }
}

.access {
  text-align: center;
}
.access #shop-name {
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  .access #shop-name {
    font-size: 2em;
  }
}
.access .address {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .access .address {
    font-size: 1.6em;
  }
}
.access a {
  color: #000;
  font-size: 1.2em;
}

#map #map-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  #map #map-btn {
    font-family: "Times New Roman", Verdana, "游明朝", YuMincho, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
    display: inline-block;
    padding: 5px;
    border: 1px solid #726359;
    background-color: #726359;
    color: #F7F7F7;
    letter-spacing: 0.2em;
    font-size: 2em;
    margin-top: 10px;
  }
}

#news_page {
  position: relative;
  margin-bottom: 50px;
}
#news_page #news_archive {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive {
    margin-top: 0;
    position: static;
  }
}
#news_page #news_archive a {
  display: block;
  color: #726359;
  text-decoration: none;
}
#news_page #news_archive dl {
  background-color: #f2f2f2;
  min-height: 25%;
  height: auto !important;
  min-height: 164px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive dl {
    min-height: 100px;
  }
}
#news_page #news_archive dl dt,
#news_page #news_archive dl dd {
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#news_page #news_archive dl dt {
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  color: #000;
}
#news_page #news_archive dl dt time {
  font-size: 1.2em;
}
#news_page #news_archive dl dt time span {
  color: #c11a1a;
  padding-left: 10px;
  font-weight: bold;
}
#news_page #news_archive dl dt p {
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news_page #news_archive dl dd {
  font-size: 1.2em;
  position: relative;
  height: auto !important;
  min-height: 164px;
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive dl dd {
    min-height: 100px;
  }
}
#news_page #news_archive dl dd p {
  color: #000;
}
#news_page #news_archive dl dd ul.readmore li {
  text-align: right;
  color: #4f4f4f;
  font-weight: bold;
  display: block;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive dl dd ul.readmore li {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
}
#news_page #news_archive dl dd div.photo {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #news_page #news_archive dl dd div.photo {
    height: 5em;
  }
}
#news_page #news_archive dl dd div.photo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#news-pagination {
  min-height: 1px;
  text-align: center;
  padding: 20px;
}
#news-pagination:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #news-pagination {
  height: 1px;
  /*\*/
  /*/
   height: auto;
   overflow: hidden;
   /**/
}
#news-pagination ul {
  display: inline-block;
}
#news-pagination ul li {
  float: left;
  position: relative;
  font-size: 1.2em;
  width: 20px;
  height: 20px;
  border: 1px solid #726359;
  margin: 2px;
}
#news-pagination ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #4F4F4F;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #news-pagination ul li a {
    font-size: 1.5em;
  }
}
#news-pagination ul li a:hover {
  background-color: #f2f2f2;
}
#news-pagination ul #active {
  background-color: #726359;
}
#news-pagination ul #active a {
  color: #fff;
}
#news-pagination ul #active a:hover {
  background-color: #726359;
}

#news_daily {
  padding-bottom: 3em;
}
#news_daily #news_area {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #news_daily #news_area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #news_daily #news_area {
    margin-top: 0;
    position: static;
  }
}
#news_daily #news_area dl {
  background-color: #f2f2f2;
  min-height: 25%;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
#news_daily #news_area dl dt {
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
  color: #000;
}
#news_daily #news_area dl dt time {
  font-size: 1.4em;
}
#news_daily #news_area dl dt time span {
  color: #c11a1a;
  padding-left: 10px;
  font-weight: bold;
}
#news_daily #news_area dl dt p {
  font-size: 1.6em;
}
#news_daily #news_area dl dd {
  min-height: 1px;
  font-size: 1.4em;
  margin-top: 20px;
}
#news_daily #news_area dl dd:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #news_daily #news_area dl dd {
  height: 1px;
  /*\*/
  /*/
   height: auto;
   overflow: hidden;
   /**/
}
#news_daily #news_area dl dd p {
  color: #000;
}
#news_daily #news_area dl dd div.photo {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  #news_daily #news_area dl dd div.photo {
    width: 100%;
  }
}
#news_daily #news_area dl dd div.photo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#dairy-pagination {
  min-height: 1px;
  text-align: center;
  padding: 20px;
}
#dairy-pagination:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #dairy-pagination {
  height: 1px;
  /*\*/
  /*/
   height: auto;
   overflow: hidden;
   /**/
}
#dairy-pagination ul {
  display: inline-block;
}
#dairy-pagination ul li {
  float: left;
  position: relative;
  font-size: 1.1em;
  width: 100px;
  height: 40px;
  border: 1px solid #726359;
  margin: 2px;
}
#dairy-pagination ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #4F4F4F;
  text-decoration: none;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #dairy-pagination ul li a {
    font-size: 1.5em;
  }
}
#dairy-pagination ul li a:hover {
  background-color: #f2f2f2;
  height: 20px;
}
#dairy-pagination ul #back, #dairy-pagination ul #next {
  width: 80px;
}/*# sourceMappingURL=add.css.map */