@charset "UTF-8";
/*------------------------------------------------------

	共有パーツ

-------------------------------------------------------*/
/* カラー */
/* ブレイクポイント */
/* フォントスタイル */
/*アンドロイド用 adobe Fontsトップページ*/
.mincho, h2, h3, h4, .title {
  font-family: a-otf-ryumin-pr6n,"Sawarabi Mincho", yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", sans-serifa, serif !important;
  font-weight: 400;
  font-style: normal;
}

/*アンドロイド用 adobe Fonts店舗ページ*/
h1, h2, h3 {
  font-family: a-otf-ryumin-pr6n,"Sawarabi Mincho", yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", sans-serifa !important;
  font-weight: 400;
  font-style: normal;
}

/* フォントサイズの基準 */
body, html {
  font-size: 62.5%;
  color: #333;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-family: a-otf-ryumin-pr6n,"Sawarabi Mincho", yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 2.4rem;
  font-family: a-otf-ryumin-pr6n,"Sawarabi Mincho", yu-mincho-pr6, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  h2 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
}

h2::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #800012;
  border-radius: 2px;
}

@media (min-width: 992px) {
  h2::before {
    bottom: -15px;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

p, a, li, th, td, dt, dd {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media (min-width: 768px) {
  p, a, li, th, td, dt, dd {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 992px) {
  p, a, li, th, td, dt, dd {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

p.phonetic {
  font-size: 1.2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  p.phonetic {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  p.phonetic {
    margin-bottom: 60px;
  }
}

a {
  opacity: 1;
  transition: all .7s;
}

a:hover {
  opacity: .7;
  transition: all .7s;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

@media (min-width: 992px) {
  img {
    width: auto;
  }
}

#footer-logo {
  width: 97px;/* プラチナ */
}

/*------------------------------------------------------

	メインビジュアル

-------------------------------------------------------*/
.header-fulid {
  width: 100%;
  margin-top: 74px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .header-fulid {
    margin-top: 92px;
  }
}

.header-fulid img {
  width: 100%;
  height: 100%;
}

.header-fulid a {
  width: 70%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

@media (min-width: 768px) {
  .header-fulid a {
    width: 50%;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .header-fulid a {
    bottom: -15px;
    width: 35%;
  }
}

.header-fulid a:hover {
  opacity: 1;
  bottom: 5px;
}

/*------------------------------------------------------

	メインテキスト

-------------------------------------------------------*/
.maintext-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/05/lead_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 20px 0;
  background-color: #000;
  border-bottom: 5px solid #731b00;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .maintext-fulid {
    background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/06/lead_bg-1.jpg");
    padding: 0;
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.maintext-fulid .maintext-container {
  text-align: center;
  padding: 15px;
}

@media (min-width: 992px) {
  .maintext-fulid .maintext-container {
    padding: 30px 15px;
  }
}

.maintext-fulid .maintext-container h1 {
  color: #CCBB5F;
  text-shadow: 1px 2px 3px #000;
  font-weight: normal;
}

.maintext-fulid .maintext-container h3 {
  color: #fff;
  margin: 15px auto;
  font-weight: normal;
  /*text-shadow: 1px 2px 3px $color-black;*/
}

@media (min-width: 992px) {
  .maintext-fulid .maintext-container h3 {
    margin: 30px auto;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.maintext-fulid .maintext-container section {
  margin-top: 15px;
}

.maintext-fulid .maintext-container section p {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}

@media (min-width: 992px) {
  .maintext-fulid .maintext-container section p {
    text-align: center;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------

	ページ内リンク

-------------------------------------------------------*/
.pagelink-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .pagelink-container {
    flex-flow: row nowrap;
  }
}

.pagelink-container li {
  width: 100%;
}

@media (min-width: 992px) {
  .pagelink-container li {
    width: 100%;
  }
}

.pagelink-container li a {
  display: block;
  overflow: hidden;
}

.pagelink-container li a:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .pagelink-container li a img {
    width: 100%;
    height: auto;
    transform: scale(1);
    cursor: pointer;
    filter: grayscale(20%);
    transition-duration: 0.8s;
  }
}

.pagelink-container li a img:hover {
  transform: scale(1.1);
  filter: grayscale(90%);
  transition-duration: 0.8s;
}

/*------------------------------------------------------

	お問い合わせボタン

-------------------------------------------------------*/
.contactbutton-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  padding: 0;
}

@media (min-width: 992px) {
  .contactbutton-fulid {
    padding: 0;
  }
}

.contactbutton-fulid .contactbutton-container {
  text-align: center;
  padding: 0;
}

.contactbutton-fulid .contactbutton-container .contact-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap {
    padding-top: 80px;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel {
  width: 100%;
  padding: 15px 0;
  background-image: linear-gradient(90deg, #826214 0%, #A07E2C 50%, #826214 100%);
  color: #fff;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel {
    width: 50%;
    padding: 30px 0;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2rem;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call {
    letter-spacing: 2px;
  }
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call {
    padding: 45px 0;
    font-size: 4rem;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call i {
  transform: rotate(-25deg);
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call a {
  font-size: 3rem;
  color: #fff;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call a {
    font-size: 4rem;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-tel .call span {
  font-weight: normal;
  font-size: 1.2rem;
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-form {
  width: 100%;
  padding: 15px 0;
  background-image: linear-gradient(90deg, #70000C 0%, #800412 50%, #70000C 100%);
  color: #fff;
  transition: all .7s;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-form {
    width: 50%;
    padding: 30px 0;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button {
  width: 100%;
  transition: all .7s;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button {
    font-size: 1.8rem;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button a {
  display: inline;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  transition: all .7s;
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button a:hover {
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button a:hover {
    letter-spacing: 6px;
  }
}

.contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button a img {
  width: 90%;
  margin: 15px auto;
}

@media (min-width: 768px) {
  .contactbutton-fulid .contactbutton-container .contact-wrap .contact-form .button a img {
    width: 60%;
  }
}

/*------------------------------------------------------

	当店のこだわり

-------------------------------------------------------*/
.concept-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  padding: 30px 0 0;
}

@media (min-width: 992px) {
  .concept-fulid {
    padding: 80px 0 0;
  }
}

.concept-fulid .concept-container section {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section {
    flex-flow: row nowrap;
  }
}

.concept-fulid .concept-container section .concept-image {
  width: 100%;
  order: 1;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-image {
    width: 50%;
    order: 1;
  }
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-image.reverse {
    order: 2;
  }
}

.concept-fulid .concept-container section .concept-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .concept-fulid .concept-container section .concept-image img {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-image img {
    height: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .concept-fulid .concept-container section .concept-image img {
    height: 100%;
  }
}

.concept-fulid .concept-container section .concept-text {
  width: 100%;
  order: 2;
  padding: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text {
    width: 50%;
    order: 1;
    padding: 25px 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  .concept-fulid .concept-container section .concept-text {
    display: block;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text.reverse {
    order: 1;
  }
}

.concept-fulid .concept-container section .concept-text h3 {
  display: grid;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text h3 {
    margin-bottom: 30px;
  }
}

.concept-fulid .concept-container section .concept-text h3 span {
  display: block;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .concept-fulid .concept-container section .concept-text h3 span {
    margin-bottom: 15px;
  }
}

.concept-fulid .concept-container section .concept-text h3 span img {
  width: 60%;
  height: auto;
}

@media (min-width: 768px) {
  .concept-fulid .concept-container section .concept-text h3 span img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text h3 span img {
    width: auto;
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .concept-fulid .concept-container section .concept-text p {
    display: table;
  }
}

.concept-fulid .concept-container section .concept-text .concept-inside-wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 15px auto;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text .concept-inside-wrap {
    margin: 30px auto;
  }
}

.concept-fulid .concept-container section .concept-text .concept-inside-wrap ul {
  width: 48%;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text .concept-inside-wrap ul {
    width: 47%;
  }
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text .concept-inside-wrap ul li img {
    width: 100%;
  }
}

.concept-fulid .concept-container section .concept-text .concept-inside-wrap ul li p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media (min-width: 992px) {
  .concept-fulid .concept-container section .concept-text .concept-inside-wrap ul li p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

/*------------------------------------------------------

	会場のご案内

-------------------------------------------------------*/
.floor-fulid {
  background-color: #000;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .floor-fulid {
    padding: 80px 0;
  }
}

.floor-fulid .floor-container h2 {
  color: #fff;
}

.floor-fulid .floor-container p {
  color: #fff;
}

.floor-fulid .floor-container .floor-map-content h3 {
  color: #fff;
  margin: 15px auto;
  text-align: center;
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-map-content h3 {
    margin: 30px auto;
  }
}

.floor-fulid .floor-container .floor-map-content p {
  color: #fff;
  margin: 15px auto;
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-map-content p {
    margin: 30px auto;
    line-height: 2;
  }
}

.floor-fulid .floor-container .floor-map-content img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .floor-fulid .floor-container .floor-map-content img {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-map-content img {
    height: 400px;
  }
}

.floor-fulid .floor-container .floor-image-list {
  width: 100%;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  margin: 15px auto;
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-image-list {
    margin: 30px auto 0;
    max-width: 1140px;
  }
}

.floor-fulid .floor-container .floor-image-list figure {
  position: relative;
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-image-list figure {
    cursor: pointer;
  }
}

.floor-fulid .floor-container .floor-image-list figure img {
  height: 150px;
  object-fit: cover;
  border: 2px solid #000;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .floor-fulid .floor-container .floor-image-list figure img {
    height: 200px;
    border: 5px solid #000;
  }
}

@media (min-width: 992px) {
  .floor-fulid .floor-container .floor-image-list figure img {
    width: 100%;
    height: 300px;
    border: 5px solid #000;
  }
}

@media all and (-ms-high-contrast: none) {
  .floor-fulid .floor-container .floor-image-list figure img {
    height: 100%;
  }
}

.floor-fulid .floor-container .floor-image-list figure p {
  font-family: yu-mincho-pr6,"游明朝体", "YuMincho", "游明朝", sans-serifa !important;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px 10px 5px;
}

@media (min-width: 768px) {
  .floor-fulid .floor-container .floor-image-list figure p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 20px 20px 25px 20px;
  }
}

.floor-fulid .floor-container .floor-image-list .item1 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.floor-fulid .floor-container .floor-image-list .item1 img {
  object-position: 100% 75%;
}

.floor-fulid .floor-container .floor-image-list .item2 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.floor-fulid .floor-container .floor-image-list .item2 img {
  object-position: 100% 75%;
}

.floor-fulid .floor-container .floor-image-list .item3 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}

.floor-fulid .floor-container .floor-image-list .item3 img {
  height: 100%;
}

.floor-fulid .floor-container .floor-image-list .item4 {
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
}

.floor-fulid .floor-container .floor-image-list .item4 img {
  height: 100%;
  object-position: 85% 100%;
}

.floor-fulid .floor-container .floor-image-list .item5 {
  grid-column-start: 2;
  grid-column-end: 4;
}

.floor-fulid .floor-container .floor-image-list .item5 img {
  object-position: 100% 50%;
}

.floor-fulid .floor-container .floor-image-list .item6 {
  grid-column-start: 2;
  grid-column-end: 4;
}

.floor-fulid .floor-container .floor-image-list .item6 img {
  object-position: 100% 60%;
}

/*------------------------------------------------------

	会場のご案内

-------------------------------------------------------*/
.course-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  padding: 30px 0 15px;
}

@media (min-width: 992px) {
  .course-fulid {
    padding: 80px 0 0;
  }
}

.course-fulid .course-container h3 {
  margin: 15px auto;
  text-align: center;
}

@media (min-width: 992px) {
  .course-fulid .course-container h3 {
    margin: 30px auto;
  }
}

.course-fulid .course-container section {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
}

@media (min-width: 992px) {
  .course-fulid .course-container section {
    flex-flow: row nowrap;
  }
}

.course-fulid .course-container section .course-image {
  width: 100%;
  order: 1;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-image {
    width: 60%;
    order: 1;
  }
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-image.reverse {
    order: 2;
  }
}

.course-fulid .course-container section .course-image img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-image img {
    height: 100%;
  }
}

.course-fulid .course-container section .course-image img.op-right {
  object-position: 100% 0%;
}

.course-fulid .course-container section .course-image img.op-left {
  object-position: 0% 0%;
}

.course-fulid .course-container section .course-text {
  width: 100%;
  order: 2;
  padding: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text {
    width: 40%;
    order: 1;
    padding: 25px 50px;
  }
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text.reverse {
    order: 1;
  }
}

.course-fulid .course-container section .course-text h3 {
  display: grid;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .course-fulid .course-container section .course-text h3 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 3rem;
  }
}

.course-fulid .course-container section .course-text h3 span {
  width: 100px;
  padding-left: 10px;
}

.course-fulid .course-container section .course-text .price {
  margin: 0 auto 20px;
  padding: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text .price {
    margin: 0 auto 30px;
    padding: 15px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    line-height: 1.4;
  }
}

.course-fulid .course-container section .course-text .price span {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text .price span {
    font-size: 1.8rem;
  }
}

.course-fulid .course-container section .course-text .price span.big {
  font-size: 3rem;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text .price span.big {
    font-size: 3rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .course-fulid .course-container section .course-text p {
    display: table;
  }
}

.course-fulid .course-container section .course-text ul {
  width: 100%;
  margin: 15px auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text ul {
    margin: 30px auto;
  }
}

.course-fulid .course-container section .course-text ul li {
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .course-fulid .course-container section .course-text ul li {
    font-size: 1.6rem;
  }
}

.course-fulid .course-container section .course-text .course-button {
  margin: 15px auto 0;
  text-align: center;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text .course-button {
    margin: 30px auto;
    text-align: center;
  }
}

.course-fulid .course-container section .course-text .course-button a {
  display: block;
  color: #000;
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #000;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .course-fulid .course-container section .course-text .course-button a {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 15px 30px;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.course-fulid .course-container section .course-text .course-button .modalContents img {
  width: 100%;
}

/*------------------------------------------------------

	料理メニュー

-------------------------------------------------------*/
.food-fulid {
  background: linear-gradient(180deg, rgba(115, 27, 0, 0.2), rgba(115, 27, 0, 0) 70%), url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat, repeat;
  background-position: center top, center top;
  background-size: auto auto, auto auto;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .food-fulid {
    background: linear-gradient(260deg, rgba(115, 27, 0, 0.2), rgba(115, 27, 0, 0.1)), url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
    background-repeat: repeat, repeat;
    background-position: left top, left top;
    background-size: auto auto, auto auto;
    padding: 80px 0;
  }
}

.food-fulid .food-container p.cautions {
  font-size: 1.4rem;
  background-color: #A07E2C;
  color: #fff;
  margin: 10px auto;
  padding: 5px 5px 5px 10px;
}

@media (min-width: 992px) {
  .food-fulid .food-container p.cautions {
    font-size: 1.6rem;
    margin: 30px auto;
  }
}

.food-fulid .food-container .my-gallery {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.food-fulid .food-container .my-gallery.food-image-list figure a {
  display: flex;
  position: relative;
}

.food-fulid .food-container .my-gallery.food-image-list figure a span {
  font-size: 1.2rem;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .food-fulid .food-container .my-gallery.food-image-list figure a span {
    font-size: 1.4rem;
    padding: 5px 5px 5px 10px;
  }
}

.food-fulid .food-container .my-gallery figure {
  box-shadow: 1px 1px 3px #0003;
  width: 49%;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 992px) {
  .food-fulid .food-container .my-gallery figure {
    width: 24%;
    margin-bottom: 20px;
  }
}

.food-fulid .food-container .my-gallery figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------------

	ドリンクメニュー

-------------------------------------------------------*/
.drink-fulid {
  background: linear-gradient(180deg, rgba(171, 128, 83, 0.3), rgba(171, 128, 83, 0.1)), url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat, repeat;
  background-position: center top, center top;
  background-size: auto auto, auto auto;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .drink-fulid {
    background: linear-gradient(100deg, rgba(171, 128, 83, 0.3), rgba(171, 128, 83, 0.1)), url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
    background-repeat: repeat, repeat;
    background-position: right top, left top;
    background-size: auto auto, auto auto;
    padding: 80px 0;
  }
}

.drink-fulid .drink-container p.cautions {
  font-size: 1.4rem;
  background-color: #A07E2C;
  color: #fff;
  margin: 10px auto;
  padding: 5px 5px 5px 10px;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container p.cautions {
    font-size: 1.6rem;
    margin: 30px auto;
  }
}

.drink-fulid .drink-container .my-gallery {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.drink-fulid .drink-container .my-gallery.drink-image-list figure {
  width: 49%;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .my-gallery.drink-image-list figure {
    width: 24%;
    margin-bottom: 20px;
  }
}

.drink-fulid .drink-container .my-gallery.drink-image-list figure a {
  display: flex;
  position: relative;
}

.drink-fulid .drink-container .my-gallery.drink-image-list figure a span {
  font-size: 1.2rem;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .my-gallery.drink-image-list figure a span {
    font-size: 1.4rem;
    padding: 5px 5px 5px 10px;
  }
}

.drink-fulid .drink-container .my-gallery figure {
  box-shadow: 1px 1px 3px #0003;
  width: 49%;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .my-gallery figure {
    width: 32%;
    margin-bottom: 20px;
  }
}

.drink-fulid .drink-container .my-gallery figure a img {
  width: 100%;
  height: 100%;
}

.drink-fulid .drink-container .drink-swipe-list ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul {
    margin: 0 auto 50px;
  }
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul::before {
    content: "";
    display: block;
    width: 32%;
    order: 1;
  }
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul::after {
    content: "";
    display: block;
    width: 32%;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li {
  width: 49%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul li {
    width: 32%;
    flex-flow: column wrap;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li:first-child p {
  text-shadow: 1px 1px 1px #fff;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul li:first-child p {
    text-shadow: none;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li .food-image {
  width: 100%;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul li .food-image {
    width: 100%;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li .food-image a img {
  object-fit: cover;
  cursor: pointer;
}

@media (min-width: 768px) {
  .drink-fulid .drink-container .drink-swipe-list ul li .food-image a img {
    width: 100%;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li .food-text {
  width: 100%;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul li .food-text {
    width: 100%;
    padding: 0;
  }
}

.drink-fulid .drink-container .drink-swipe-list ul li .food-text p {
  text-shadow: 1px 0 3px #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-swipe-list ul li .food-text p {
    font-size: 1.4rem;
  }
}

.drink-fulid .drink-container .drink-text-list {
  text-shadow: 1px 0 3px #fff;
  width: 100%;
  column-count: 1;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-text-list {
    column-count: 2;
  }
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap {
  width: 100%;
  margin: 30px auto 0;
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-text-list .drink-text-list-wrap {
    width: 90%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap h3 {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-text-list .drink-text-list-wrap h3 {
    margin-bottom: 15px;
  }
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap dl .ingredients {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap dl .ingredients::after {
  content: '';
  border-top: 2px dotted;
  flex: 1 1 auto;
  order: 1;
  margin: 0 15px;
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap dl .ingredients dt {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .drink-fulid .drink-container .drink-text-list .drink-text-list-wrap dl .ingredients dt {
    font-size: 1.6rem;
  }
}

.drink-fulid .drink-container .drink-text-list .drink-text-list-wrap dl .ingredients dd {
  order: 2;
}

.drink-fulid .drink-container .drink-text-list .shadow-white {
  text-shadow: 1px 0 3px #fff;
}

/*------------------------------------------------------

	お客様の声

-------------------------------------------------------*/
.voice-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .voice-fulid {
    padding: 80px 0;
  }
}

.voice-fulid .voice-container .voice-list-content section {
  margin: 10px auto !important;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .voice-fulid .voice-container .voice-list-content section {
    margin: 20px auto 0 !important;
  }
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section {
    margin: 30px auto 0 !important;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice {
    flex-flow: row nowrap;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-icon {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  max-height: 100px;
  text-align: center;
}

@media (min-width: 768px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-icon {
    border-radius: 35px;
    max-height: 130px;
  }
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-icon {
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 45px;
    max-height: 160px;
    width: 15%;/* プラチナ */
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-icon img {
  width: 100px;
  height: auto;
  padding: 10px;
}

@media (min-width: 768px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-icon img {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-icon img {
    width: 160px;
    max-height: 200px;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-title {
  display: flex;
  flex-flow: column wrap;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;/* プラチナ */
}
@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-title {
    width: 85%;/* プラチナ */
  }
}

@media all and (-ms-high-contrast: none) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-title {
    display: block;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-title .user-aword {
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-title .user-aword {
    font-size: 1.6rem;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-voice .user-title .user-info {
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .voice-fulid .voice-container .voice-list-content section .user-voice .user-title .user-info {
    font-size: 1.8rem;
  }
}

.voice-fulid .voice-container .voice-list-content section .user-caption {
  margin: 10px auto;
}

/*------------------------------------------------------

	限定クーポン

-------------------------------------------------------*/
.coupon-fulid {
  background: linear-gradient(180deg, black, rgba(0, 0, 0, 0.7)), url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat, repeat;
  background-position: center top, center top;
  background-size: auto auto, auto auto;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .coupon-fulid {
    padding: 80px 0;
  }
}

.coupon-fulid .coupon-container {
  padding-right: 0;
  padding-left: 0;
}

.coupon-fulid .coupon-container h2 {
  color: #fff;
}

.coupon-fulid .coupon-container p {
  color: #fff;
}

.coupon-fulid .coupon-container .coupon-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content {
    padding: 0 0 30px;
    margin: 0 auto;
    max-width: 800px;
  }
}

.coupon-fulid .coupon-container .coupon-content h3 {
  color: #fff;
  margin: 0 auto 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content h3 {
    margin: 10px auto 15px;
  }
}

.coupon-fulid .coupon-container .coupon-content .deadline {
  text-align: center;
  color: #fff;
  background: #A07E2C;
  border-radius: 20px;
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content .deadline {
    font-size: 1.6rem;
  }
}

.coupon-fulid .coupon-container .coupon-content p {
  color: #fff;
  margin: 10px auto;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content p {
    margin: 10px auto;
    line-height: 1.5;
  }
}

.coupon-fulid .coupon-container .coupon-content ul {
  margin: 10px auto;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content ul {
    margin: 20px auto;
  }
}

.coupon-fulid .coupon-container .coupon-content ul li {
  color: #fff;
  margin: 5px auto;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-content ul li {
    text-align: center;
  }
}

.coupon-fulid .coupon-container .coupon-list-content {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-list-content {
    flex-flow: row wrap;
  }
}

.coupon-fulid .coupon-container .coupon-list-content li {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/06/coupon_bk_re.jpg");
  background-repeat: repeat;
  color: #fff;
  width: calc(100% - 30px);
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
  border: solid 2px #d2b37d;
  outline: solid 5px #79010b;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-list-content li {
    width: 46%;
    padding: 20px;
    margin-bottom: 50px;
    border: solid 3px #d2b37d;
    outline: solid 10px #79010b;
  }
}

.coupon-fulid .coupon-container .coupon-list-content li .coupon-title {
  width: 100%;
  height: 0;
  padding-top: calc(463 / 1433 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/06/coupon_title_bk2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  color: #800412;
  position: relative;
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-list-content li .coupon-title {
    margin-bottom: 20px;
  }
}

.coupon-fulid .coupon-container .coupon-list-content li .coupon-title span {
  font-family: "游明朝体", "YuMincho", "游明朝";
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .coupon-fulid .coupon-container .coupon-list-content li .coupon-title span {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-list-content li .coupon-title span {
    font-size: 2.8rem;
  }
}

.coupon-fulid .coupon-container .coupon-list-content li .coupon-terms dl dt {
  background: linear-gradient(90deg, rgba(215, 160, 34, 0.2) 0%, rgba(215, 160, 34, 0.8) 50%, rgba(215, 160, 34, 0.2) 100%);
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

.coupon-fulid .coupon-container .coupon-list-content li .coupon-terms dl dd {
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .coupon-fulid .coupon-container .coupon-list-content li .coupon-terms dl dd {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-left: 1rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .coupon-fulid .coupon-container .coupon-list-content li img {
    width: 100%;
  }
}

/*------------------------------------------------------

	店舗情報

-------------------------------------------------------*/
.infomation-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .infomation-fulid {
    padding: 80px 0 0;
  }
}

.infomation-fulid .infomation-container .infomation-content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 15px auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content {
    max-width: 1240px;
    flex-flow: row wrap;
    margin: 80px auto 0;
    padding: 0 30px 15px;
    position: relative;
  }
}

.infomation-fulid .infomation-container .infomation-content .google-map {
  width: 100%;
  height: 350px;
  object-fit: cover;
  order: 1;
  margin: 0 0 20px 0;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .google-map {
    width: 40%;
    height: 50%;
    padding: 0;
    max-height: 600px;
    order: 2;
    position: absolute;
    top: 0;
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .infomation-fulid .infomation-container .infomation-content .google-map {
    right: 30px;
  }
}

.infomation-fulid .infomation-container .infomation-content .google-map iframe {
  border: 2px solid #fff;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .google-map iframe {
    border: 5px solid #fff;
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table {
  width: 100%;
  border-collapse: collapse;
  order: 2;
  margin: 10px 0;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table {
    width: 100%;
    order: 1;
    margin: 0 auto;
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table h3 {
  font-size: 2.2rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table h3 {
    font-size: 2.8rem;
    margin: 5px auto;
  }
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table .info-adress {
    font-size: 1.8rem;
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table .info-tel {
  color: #800412;
  font-size: 3rem;
  padding: 5px 0;
  margin: 5px auto 10px;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table .info-tel {
    font-size: 3.6rem;
    padding: 0 0 15px 0;
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table .info-tel i {
  transform: rotate(-25deg);
  padding-right: 8px;
}

.infomation-fulid .infomation-container .infomation-content .info-table .info-tel a {
  font-size: 3rem;
  color: #800412 !important;
}

.infomation-fulid .infomation-container .infomation-content .info-table table {
  width: 100%;
  max-width: 1024px;
}

.infomation-fulid .infomation-container .infomation-content .info-table table tr {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media all and (-ms-high-contrast: none) {
  .infomation-fulid .infomation-container .infomation-content .info-table table tr {
    background: rgba(255, 255, 255, 0.6);
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table table tr th {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #93764C;
  color: #fff;
  width: 100%;
  font-weight: normal;
  padding: 10px;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table table tr th {
    width: 25%;
    margin-bottom: 2px;
  }
}

.infomation-fulid .infomation-container .infomation-content .info-table table tr td {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 10px;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .infomation-fulid .infomation-container .infomation-content .info-table table tr td {
    font-size: 1.4rem;
    width: 75%;
    margin-bottom: 2px;
  }
}

@media all and (-ms-high-contrast: none) {
  .infomation-fulid .infomation-container .infomation-content .info-table table tr td {
    background: none;
  }
}

/*------------------------------------------------------

	ご予約・お問い合わせ

-------------------------------------------------------*/
.form-fulid {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .form-fulid {
    padding: 80px 0;
  }
}

.form-fulid.subordinate {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .form-fulid.subordinate {
    padding: 120px 0;
  }
}

#all-container {
  background-image: url("https://oyahinaya-ooguard.com/wp-content/uploads/2019/04/container-fulid_bk.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
}
