@charset "UTF-8";
/*common*/
a {
  text-decoration: none; }

.sd {
  box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.8);
  transition: .5s; }
  .sd.hover:hover {
    box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
    transition: .5s; }

.gmap {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 450px; }
  @media screen and (max-width: 576px) {
    .gmap {
      height: 200px; } }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px; }
    @media screen and (max-width: 576px) {
      .gmap iframe,
      .gmap object,
      .gmap embed {
        height: 200px; } }

.transition {
  transition: .5s; }
  .transition:hover {
    transition: .5s; }

.pc-sl {
  text-align: center; }
  @media screen and (max-width: 576px) {
    .pc-sl {
      text-align: left; } }

.text-right {
  text-align: right; }

.pr-3 {
  padding-right: 1rem; }

.pl-3 {
  padding-left: 1rem; }

.ml-3 {
  margin-left: 1rem; }

.mr-3 {
  margin-right: 1rem; }

/*btn*/
.btn {
  transition: .5s; }
  .btn.btn-rd {
    color: #fff;
    background: #a50021;
    border: solid 1px #a50021; }
    .btn.btn-rd:hover {
      color: #a50021;
      background: #fff; }
  .btn.btn-bl {
    color: #fff;
    border: solid 1px; }
    .btn.btn-bl:hover {
      background: #fff; }
  .btn.btn-gr {
    color: #fff;
    border: solid 1px; }
    .btn.btn-gr:hover {
      background: #fff; }
  .btn.btn-gr-sk {
    background: #fff;
    border: solid 1px; }
    .btn.btn-gr-sk.hover:hover {
      color: #fff; }

/*color*/
.c-bk {
  color: #000; }

.c-wh {
  color: #fff; }

.c-rd {
  color: #a50021; }

.c-ye {
  color: #FFC000; }

/*background-color*/
.bc-wh {
  background: #fff; }

.bc-rd {
  background: #a50021; }

.bc-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .bc-img.subv {
    background-image: url("../img/dummy.jpg"); }
    .bc-img.subv h2 {
      height: 40vh; }

.cover-bk {
  background: rgba(0, 0, 0, 0.7); }

/*border*/
.border-a {
  border: solid 3px; }

.border-t {
  border-top: solid 3px; }

.border-b {
  border-bottom: solid 3px; }

.border-dotted-b {
  border-bottom: dotted 3px; }

.border-none {
  border: none !important; }

.border-rd {
  border-color: #a50021; }

.border-ye {
  border-color: #FFC000; }

.border-radius-20 {
  border-radius: 20px; }

.border-circle {
  border-radius: 50%;
  width: 20rem;
  height: 20rem; }

/*list*/
.list-style-kome {
  list-style: none; }
  .list-style-kome li {
    display: flex; }
    .list-style-kome li:before {
      content: "※"; }

/*table*/
.original-table tr th {
  vertical-align: middle;
  width: 30%; }
  @media screen and (max-width: 576px) {
    .original-table tr th {
      width: 100%; } }
@media screen and (max-width: 576px) {
  .original-table tr th,
  .original-table tr td {
    display: block; } }

.sk-table tr th {
  vertical-align: middle;
  width: 20%; }
.sk-table tr td {
  text-align: right; }

.wpcf7-spinner {
  display: none; }

#privacy .privacy-text {
  width: 80%;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  border: solid 1px #111111; }
  @media screen and (max-width: 576px) {
    #privacy .privacy-text {
      width: 100%; } }

/*add*/
.logo {
  max-height: 40px; }

.line-height-200 {
  line-height: 200%; }

.cooking-title {
  bottom: 0;
  right: 0; }

.nav-link {
  color: #a50021; }
  .nav-link:hover {
    color: #FFC000; }
  .nav-link.active {
    color: #FFC000 !important; }

.contents-img {
  object-fit: cover;
  aspect-ratio: 4/3; }

.fs-16-sp20{
  font-size:16px;
}
@media screen and (max-width: 996px){
  .fs-16-sp20{
    font-size:20px;
  }
}
.fs-20{
  font-size:20px;
}