.togo .is-style-vk-group-solid {
  border: 0;
  padding: 0;
}
.togo .is-style-vk-group-solid h2 {
  margin-bottom: 0;
}
.togo .content-title {
  padding: 2% 0 2%;
  justify-content: center;
}
.togo .container {
  margin: auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .togo .container {
    text-align: center;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .togo .container {
    width: 92%;
  }
}
.togo .bg {
  background-color: #f3f3f3;
}
.togo h1 {
  margin: 4% auto;
}
@media screen and (min-width: 768px) {
  .togo h1 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .togo h1 {
    margin: 7% auto;
    width: 80%;
  }
}
.togo h1 img {
  width: 100%;
}
.togo .kv img {
  width: 100%;
}
.togo .about .inner {
  position: relative;
  text-align: center;
}
.togo .about .inner h3 {
  position: relative;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .togo .about .inner h3 {
    margin: 4% auto 0;
    font-size: 145%;
    line-height: 142%;
  }
}
@media screen and (max-width: 767px) {
  .togo .about .inner h3 {
    margin: 4% auto;
    font-size: 100%;
    line-height: 120%;
    white-space: pre-wrap;
    padding-top: 5%;
  }
}
.togo .about .inner:before, .togo .about .inner:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0c0204;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .togo .about .inner:before, .togo .about .inner:after {
    margin-top: -1.5em;
  }
}
.togo .about .inner:before {
  transform: rotate(-35deg);
}
.togo .about .inner:after {
  transform: rotate(35deg);
}
.togo .about .logo-title {
  margin: auto;
  padding: 4% 0;
}
@media screen and (min-width: 768px) {
  .togo .about .logo-title {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .togo .about .logo-title {
    width: 100%;
  }
}
.togo .about .logo-title img {
  width: 100%;
}
.togo .about p {
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .togo .about p {
    font-size: 95%;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .togo .about p {
    font-size: 95%;
    line-height: 130%;
    text-align: left;
    padding: 4% 0 8%;
  }
}
.togo .next {
  padding: 2% 0;
}
@media screen and (max-width: 767px) {
  .togo .next .next-img {
    margin: 4% 0 0;
  }
}
.togo .next .next-img img {
  width: 100%;
}
.togo .next .info {
  margin: 4% 0;
}
@media screen and (min-width: 768px) {
  .togo .next .info {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .togo .next .info .map {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .togo .next .info .map {
    margin: 20px 0;
    height: 420px;
    width: 100%;
  }
}
.togo .next .info .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .togo .next .info .map iframe {
    height: 420px;
  }
}
.togo .next .info .x {
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .togo .next .info .x {
    width: 47%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .togo .next .info .x {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.togo .schedule {
  padding: 2% 0;
}
@media screen and (max-width: 767px) {
  .togo .schedule {
    padding: 6% 0;
  }
}
.togo .schedule .schedule-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .togo .schedule .schedule-one {
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.togo .schedule .schedule-one .date-area {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .togo .schedule .schedule-one .date-area {
    width: 36%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .date-area {
    width: 100%;
    margin-bottom: 10px;
  }
}
.togo .schedule .schedule-one .date-area .date {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .togo .schedule .schedule-one .date-area .date {
    font-size: 170%;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .date-area .date {
    font-size: 115%;
  }
}
.togo .schedule .schedule-one .date-area .arrow {
  display: block;
  width: 11px;
  padding-top: 2px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .date-area .arrow {
    width: 11px;
  }
}
.togo .schedule .schedule-one .store {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .togo .schedule .schedule-one .store {
    padding: 2% 4%;
    font-size: 95%;
    line-height: 140%;
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .store {
    padding: 7% 10% 7% 6%;
    width: 100%;
    font-size: 95%;
    line-height: 128%;
  }
}
.togo .schedule .schedule-one .store .address {
  overflow-wrap: break-word;
  word-break: break-all;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .togo .schedule .schedule-one .store .address {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .store .address {
    padding-right: 10px;
  }
}
.togo .schedule .schedule-one .store .name {
  position: relative;
  display: flex;
  align-items: center;
  overflow-wrap: break-all;
  word-break: break-all;
  font-size: 110%;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.togo .schedule .schedule-one .store .arrow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .store .arrow {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.togo .schedule .schedule-one .store .arrow img {
  margin-left: 10px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .togo .schedule .schedule-one .store .arrow img {
    width: 12px;
  }
}
@media screen and (min-width: 768px) {
  .togo .schedule .note {
    padding: 3% 0;
    font-size: 95%;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .togo .schedule .note {
    padding: 4% 0 4%;
    font-size: 80%;
    line-height: 128%;
  }
}
.togo .schedule .note p {
  padding: 2% 3% 2% 8%;
  width: 60%;
  position: relative;
  background-color: #ffffff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .togo .schedule .note p {
    line-height: 170%;
    padding: 5% 3% 5% 17%;
    width: 100%;
  }
}
.togo .schedule .note p:before {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  content: "";
  background-image: url(../images/togo/pc_togo_schedule_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .togo .schedule .note p:before {
    width: 22px;
    height: 22px;
  }
}
.togo .menu {
  padding: 2% 0;
}
@media screen and (min-width: 768px) {
  .togo .menu .menu-list .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .togo .menu .menu-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.togo .menu .menu-list .menu-list-one {
  width: 50%;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  .togo .menu .menu-list .menu-list-one {
    width: 100%;
    text-align: center;
    padding: 4% 0% 7%;
  }
}
@media screen and (min-width: 768px) {
  .togo .menu .menu-list .menu-list-one .menu-info {
    min-height: 110px;
  }
}
.togo .menu .menu-list .menu-list-one .menu-title {
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .togo .menu .menu-list .menu-list-one .menu-title {
    font-size: 110%;
    line-height: 142%;
  }
}
@media screen and (max-width: 767px) {
  .togo .menu .menu-list .menu-list-one .menu-title {
    font-size: 115%;
    line-height: 130%;
  }
}
.togo .menu .menu-list .menu-list-one .menu-price {
  font-weight: bold;
  color: #af1f24;
}
@media screen and (min-width: 768px) {
  .togo .menu .menu-list .menu-list-one .menu-price {
    font-size: 110%;
    line-height: 142%;
  }
}
@media screen and (max-width: 767px) {
  .togo .menu .menu-list .menu-list-one .menu-price {
    font-size: 115%;
    line-height: 130%;
  }
}
.togo .menu .menu-list .menu-list-one .menu-hr {
  padding: 5px 0;
}
.togo .menu .menu-list .menu-list-one .menu-hr img {
  width: 100%;
}
.togo .menu .menu-list .menu-list-one .menu-img img {
  width: 100%;
}
.togo .contact {
  padding: 2% 0;
}
@media screen and (max-width: 767px) {
  .togo .contact {
    padding: 5% 0 12%;
  }
}
.togo .contact p {
  text-align: left;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .togo .contact p {
    font-size: 95%;
    line-height: 140%;
    margin: 2% auto 4%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .togo .contact p {
    font-size: 85%;
    line-height: 128%;
    margin: 5% auto 8%;
    width: 100%;
  }
}
.togo .contact .contact-btn-area {
  padding: 2% 0;
}
@media screen and (max-width: 767px) {
  .togo .contact .contact-btn-area {
    text-align: center;
  }
}
.togo .contact .contact-btn {
  display: inline-block;
  padding: 2% 7% 2% 3%;
  background-color: #af1f24;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .togo .contact .contact-btn {
    justify-content: center;
    padding: 6% 14% 6% 7%;
    font-size: 85%;
  }
}
.togo .contact .contact-btn img {
  width: 6%;
  position: absolute;
  right: 9%;
  top: 0;
  bottom: 0;
  margin: auto;
}