@charset "utf-8";
@import url('https: //fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP: wght@100..900&family=Oswald&family=Sawarabi+Mincho&display=swap');
.shimogamo{
  font-family: "Sawarabi Mincho", serif;
}
.shimogamo__eyecatch{
  background-color: #000000;
  color: #FFFFFF;
  height: 350px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 550px){
  .shimogamo__eyecatch{
    height: 200px;
    margin: 0 0 50px 0;
    background-size: cover;
  }
}
.shimogamo__eyecatch--caption{
  width: calc(100% - 20px);
  max-width: 980px;
  padding: 80px 10px;
  margin: 0 AUTO;
  line-height: 2em;
}
@media screen and (max-width: 550px){
  .shimogamo__eyecatch--caption{
    padding: 40px 10px;
  }
}
.shimogamo__title{
  font-size: 36px;
  font-family: "Sawarabi Mincho", serif;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 550px){
  .shimogamo__title{
    font-size: 24px;
  }
}
.shimogamo__title--small{
  font-size: 21px;
}
@media screen and (max-width: 550px){
  .shimogamo__title--small{
    display: block;
    font-size: 14px;
    margin: 5px 0;
  }
}
.shimogamo__title--2nd{
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  padding: 10px 0;
}
.shimogamo__caption{
  width: calc(100% - 20px);
  max-width: 980px;
  margin: 30px AUTO;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6em;
}
.shimogamo__section{
  background-color: #666666;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #FFFFFF;
  height: 300px;
  position: relative;
  margin: 50px 0;
}
@media screen and (max-width: 550px){
  .shimogamo__section{
    height: 200px;
    margin: 50px 0 50px 0;
    background-size: cover;
  }
}
.shimogamo__section--title{
  color: #FFFFFF;
  font-family: "Sawarabi Mincho", serif;
  font-size: 32px;
  display: block;
  margin: 0 AUTO;
  padding: 50px 10px;
  width: calc(100% - 20px);
  max-width: 980px;
  letter-spacing: 3px;
  font-weight: normal;
}
@media screen and (max-width: 550px){
  .shimogamo__section--title{
    font-size: 24px;
  }
}
.shimogamo__section--subtitle{
  color: #FFFFFF;
  font-family: "Sawarabi Mincho", serif;
  margin: 0 AUTO;
  display: block;
  width: calc(100% - 20px);
  max-width: 980px;
  line-height: 2em;
}
.shimogamo__item{
  background-color: #FFFFFF;
  border: none !important
}
.shimogamo__item h4{
  font-size: 1.2rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  display: block;
  margin: 0 0 8px 0
}
.shimogamo__item--id{
  display: inline-block;
  color: #666666;
  border: 1px solid #f0f0f0;
  padding: 2px 8px;
  font-size: 12px;
}
.shimogamo__item--img{
  display: block;
  width: AUTO;
  max-width: 100%;
  margin-bottom: 8px;
}
.shimogamo__item--caption{
  font-size: 0.8rem;
  text-align: center;
  margin: 0 0 8px 0;
}
.shimogamo__item--price{
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin-left: 8px;
}
.shimogamo__item--remark{
  background-color: #f0f0f0;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 12px;
}
.shimogamo__table{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #999999;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px){
.shimogamo__table{
  display: block;
}

}
.shimogamo__table th{
  font-weight: normal;
  padding: 20px 10px;
  border-bottom: 1px solid #999999;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 550px){
  .shimogamo__table th{
    display: block;
    width: calc(100% - 20px);
  }
}
.shimogamo__table td{
  padding: 20px 10px;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 550px){
  .shimogamo__table td{
    display: block;
    width: calc(100% - 20px);
  }
}
.shimogamo__shop--data{
  margin: 15px;
  font-family: "Sawarabi Mincho", serif;
}
.shimogamo__shop--name{
  color: #333333;
  font-size: 1.4rem;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 2px;
  margin: 5px 0 15px 15px;
}
.shimogamo__logo{
  width: 200px;
  margin: 0 AUTO;
}
.shimogamo__tbl{
  display: table;
}
@media screen and (max-width: 550px){
  .shimogamo__tbl{
    display: block;
  }
}
.shimogamo__tbl--td{
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 550px){
  .shimogamo__tbl--td{
    display: block;
  }
}
.shimogamo__tbl--th{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 550px){
  .shimogamo__tbl--th{
    display: block;
    width: 100%;
    text-align: center;
  }
}
.shimogamo__tel{
  pointer-events: none;
  text-decoration: none;
  color: #124b19;
}
@media screen and (max-width: 550px){
  .shimogamo__tel{
    pointer-events: auto;
    text-decoration: underline;
  }
}
.shimogamo__libon::before{
  content: " ";
  background-image: url(img/icon_shop.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
.shimogamo__btn{
  display: block;
  max-width: 500px;
  margin: 30px AUTO;
  padding: 20px 15px;
  border: 1px solid #124b19;
  background-color: #124b19;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.shimogamo__btn:hover{
  border: 1px solid #124b19;;
  background-color: #FFFFFF;
  color: #124b19;;
}
