@charset "UTF-8";
.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 66px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #927f3d;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

img {
  width: 100%;
}

.oyk_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.pagettl {
  background: url(../images/oyako/page.jpg) no-repeat top center;
  background-size: cover;
}
.pagettl .ttl .mini {
  font-size: 2.4rem;
}

.main {
  padding-top: 60px;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 30px;
  }
}
.main .images {
  display: grid;
  grid-template-columns: 105fr 68fr;
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.89%;
     -moz-column-gap: 3.89%;
          column-gap: 3.89%;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .main .images {
    margin-bottom: 10px;
  }
}
.main .images .image:first-of-type {
  grid-row: 1/-1;
}
.main .images .image:nth-of-type(3) {
  -ms-flex-item-align: end;
      align-self: end;
}
.main_txt {
  margin-bottom: 5px;
}
@media screen and (max-width: 740px) {
  .main_txt {
    margin-bottom: 15px;
  }
}

.price {
  margin-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 740px) {
  .price {
    margin-bottom: 40px;
    padding-top: 65px;
  }
}
.price_ttl {
  margin-bottom: 30px;
  color: #927f3d;
}
@media screen and (max-width: 740px) {
  .price_ttl {
    margin-bottom: 24px;
  }
}
.price .tables {
  margin-bottom: 60px;
}
@media screen and (max-width: 740px) {
  .price .tables {
    margin-bottom: 20px;
  }
}
.price .tables .table {
  width: 100%;
  padding: 40px 0;
  border: solid 1px #6e6b60;
}
@media screen and (max-width: 740px) {
  .price .tables .table {
    padding: 20px 0;
  }
}
.price .tables .table table {
  width: 80%;
  margin: 0 auto;
  border-spacing: 0;
}
@media screen and (max-width: 740px) {
  .price .tables .table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #c2c2c2;
  }
  .price .tables .table table tr:last-of-type, .price .tables .table table tr.bd_n {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.price .tables .table table tr:last-of-type th, .price .tables .table table tr:last-of-type td {
  border: none;
}
.price .tables .table table th {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  padding: 15px 0 15px 70px;
  border-spacing: 20px 0px;
  border-bottom: solid 1px #c2c2c2;
}
@media screen and (max-width: 1080px) {
  .price .tables .table table th {
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px) {
  .price .tables .table table th {
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table th {
    display: block;
    text-align: center;
    border: none;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table th.ttl {
    display: none;
  }
}
.price .tables .table table th.ttl:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 740px) {
  .price .tables .table table th.ttl:nth-of-type(1) {
    width: 100%;
    display: block;
  }
}
.price .tables .table table th span {
  font-size: 1.3rem;
  display: inline-block;
}
.price .tables .table table td {
  font-size: 1.6rem;
  padding: 15px 0 15px 40px;
  border-bottom: solid 1px #c2c2c2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .price .tables .table table td {
    padding-left: 38px;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table td {
    display: block;
    text-align: center;
    border: none;
    margin-bottom: 0;
  }
}
.price .tables .table table td span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 740px) {
  .price .tables .table table.table_price tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.price .tables .table table.table_price tr:nth-of-type(2) {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .price .tables .table table.table_price tr:nth-of-type(2) td {
    width: 48%;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table.table_price th {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.price .tables .table table.table_price .ttl:nth-of-type(2), .price .tables .table table.table_price .ttl:nth-of-type(3) {
  width: 25%;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .price .tables .table table.table_price .ttl:nth-of-type(2), .price .tables .table table.table_price .ttl:nth-of-type(3) {
    padding-left: 38px;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table.table_price td {
    width: 48%;
    padding: 0;
  }
  .price .tables .table table.table_price td.weekday:before {
    content: "平日";
    display: block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 1.4rem;
    color: #fff;
    background-color: #539bd3;
  }
  .price .tables .table table.table_price td.holiday:before {
    content: "土日祝";
    display: block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 1.4rem;
    color: #fff;
    background-color: #d35365;
  }
}
@media screen and (max-width: 740px) {
  .price .tables .table table.table_people th, .price .tables .table table.table_people td {
    width: 50%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 820px) {
  .price .tables .table table.table_people th.ttl {
    padding: 0;
  }
}
.price .tables .table table.table_people th.ttl:nth-of-type(2) {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  .price .tables .table table.table_people th.sep {
    font-size: 1.6rem;
    text-align: left;
  }
}
.price .tables .table + .table {
  margin-top: 20px;
}
.price .info {
  max-width: 665px;
  margin: 0 auto;
}

.equipment {
  background-color: #383630;
}
@media screen and (max-width: 740px) {
  .equipment {
    padding: 50px 0;
  }
}
.equipment .oyk_ttl {
  color: #e6ba6c;
}
.equipment_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 740px) {
  .equipment_ttl {
    margin-bottom: 28px;
  }
}
.equipment .equ {
  padding: 47px 6.66% 51px;
  background-color: rgba(252, 224, 171, 0.1);
}
@media screen and (max-width: 1080px) {
  .equipment .equ {
    padding: 47px 4.5% 51px;
  }
}
@media screen and (max-width: 740px) {
  .equipment .equ {
    padding: 30px 5.605%;
  }
}
.equipment .equ_ttl {
  font-size: clamp(2rem, 1.54vw + 0.71rem, 2.4rem);
  margin-bottom: 26px;
  line-height: 1.75;
}
.equipment .equ_txt {
  margin-bottom: 27px;
  font-size: clamp(1.6rem, 1.54vw + 0.31rem, 2rem);
  font-weight: 500;
  line-height: 1.28;
}
.equipment .equ_con {
  display: grid;
  grid-template-columns: 34.2% 61.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 740px) {
  .equipment .equ_con {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.equipment .equ_con .ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .equipment .equ_con .ttl {
    text-align: center;
  }
}
.equipment .equ_con .txt {
  font-weight: 500;
}
.equipment .equ_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3.425%;
}
@media (max-width: 840px) {
  .equipment .equ_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6.07%;
  }
}
.equipment .equ_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.equipment .equ_list li .ttl {
  margin: 8px 0 5px;
  font-size: clamp(1.5rem, 1.92vw - 0.12rem, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: #e6ba6c;
}
@media (max-width: 415px) {
  .equipment .equ_list li .ttl.ls {
    letter-spacing: -0.03em;
  }
}
.equipment .equ_list li .txt {
  font-size: clamp(1.4rem, 0.77vw + 0.75rem, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 840px) {
  .equipment .equ_list li:first-of-type {
    margin-bottom: 20px;
  }
}
.equipment .equ + .equ {
  margin-top: 60px;
}
@media screen and (max-width: 740px) {
  .equipment .equ + .equ {
    margin-top: 20px;
  }
}
.equipment .cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-left: auto;
}/*# sourceMappingURL=oyako.css.map */