@charset "UTF-8";

body {
  background-color: #fff;
}

/* 店舗名 */

.shop #header h1.logo .gnav-brand {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop #header h1.logo .gnav-brand span {
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
  font-weight: bold;
}

.shop #header h1.logo .gnav-brand img {
  /*  width: 40%;*/
  margin-right: 5px;
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (min-width: 939px) {
  .shop #header h1.logo {
    width: 100%;
    max-width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .shop #header h1.logo .gnav-brand {
    max-width: 600px;
  }

  .shop #header h1.logo .gnav-brand span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .shop #header h1.logo .gnav-brand span {
    font-size: 14px;
  }
}

.catch {
  margin-top: 20px;
  margin-bottom: 60px;
}

.catch h4 {
  font-size: 30px;
}

.catch p {
  font-size: 18px;
}

/* 予約ボタン */

.move_reserv {
  display: none;
  position: fixed;
  right: -6.5em;
  bottom: 70px;
  z-index: 1000;
}

.move_reserv.dsp_on {
  display: block;
}

.move_reserv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  min-width: 6.5em;
  color: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ffe800;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  flex-direction: row;
}

@media all and (-ms-high-contrast: none) and (max-width: 940px) {
  *::-ms-backdrop,
  .move_reserv a {
    line-height: 60px;
  }

  /* IE11 */
}

.move_reserv a .fas {
  padding-right: 5px;
}

.visual {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 940px) {
  /* gnavi用 */
  .visual {
    padding-top: 58px;
  }
}

.visual .slick-slide {
  margin: 0 10px;
}

.visual .slick-next {
  opacity: 0;
}

.visual .slick-prev {
  opacity: 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .visual {
    max-height: 600px;
    z-index: -1;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 940px) {
  *::-ms-backdrop,
  .visual {
    max-height: 470px;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 640px) {
  *::-ms-backdrop,
  .visual {
    max-height: 370px;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast: none) and (max-width: 520px) {
  *::-ms-backdrop,
  .visual {
    max-height: 240px;
  }

  /* IE11 */
}

.container h2 {
  width: 100%;
  display: block;
  margin-top: 70px;
}

.shopinfo {
  margin-top: 30px;
  border: 3px solid #ffe800;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
}

.shopinfo h4 {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 220px;
  font-size: 22px;
  line-height: 1;
}

.shopinfo p {
  margin-left: 230px;
  padding-left: 20px;
  border-left: 1px solid #f5f5f5;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .shopinfo h4 {
    position: static;
  }

  .shopinfo p {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
  }
}

.nearby_shop .shopinfo,
#shoplist .shopinfo {
  margin-top: 5px;
  border: none;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 0;
  font-size: 14px;
  background-color: #fffeee;
}

.firstinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 580px) {
  .firstinfo {
    display: block;
  }
}

.firstinfo dl dt {
  padding-left: 25px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .firstinfo dl dt {
    font-size: 18px;
  }
}

.firstinfo dl dt:before {
  font-family: "lionicon";
  font-weight: normal;
  position: absolute;
  left: 0;
  content: "\f041";
  opacity: 1;
}

.course_detail .firstinfo dl dt:before {
  font-family: "lionicon";
  font-weight: normal;
  content: "\f005";
  color: #f6da37;
}

.firstinfo dl dd {
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
  margin-left: 25px;
  margin-top: 3px;
}

.firstinfo dl dd:before {
  font-family: "lionicon";
  font-weight: normal;
  position: absolute;
  left: 0;
  content: "\f239";
  opacity: 1;
}

.firstinfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .firstinfo ul {
    width: 30%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .firstinfo ul {
    width: 35%;
  }
}

@media screen and (max-width: 580px) {
  .firstinfo ul {
    width: 100%;
  }
}

.firstinfo ul li {
  margin-left: 5px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .firstinfo ul li {
    width: 48%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 580px) {
  .firstinfo ul li {
    margin-top: 10px;
    width: 21%;
  }
}

.firstinfo ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  min-width: 85px;
  color: #000;
  border-radius: 10px;
  background-color: #ffe800;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .firstinfo ul li a {
    height: 100px;
  }

  /* IE11 */
}

@media screen and (max-width: 1000px) {
  .firstinfo ul li a {
    min-width: 4em;
  }
}

@media screen and (max-width: 520px) {
  .firstinfo ul li a {
    min-height: 70px;
    font-size: 14px;
  }
}

.firstinfo ul li.reserv a {
  min-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  flex-direction: row;
}

@media screen and (max-width: 480px) {
  .firstinfo ul li.reserv a {
    padding-left: 3px;
    padding-right: 3px;
    min-width: 5em;
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .firstinfo ul li.reserv {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .firstinfo ul li.reserv {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .firstinfo ul li.reserv {
    margin-left: 3%;
  }
}

.firstinfo ul li.reserv a .fas {
  padding-right: 5px;
}

.recommended ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommended ul li {
  width: 49%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .recommended ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.recommended ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.recommended ul li figure {
  width: 30%;
  margin-right: 15px;
}

.recommended ul li p {
  width: 60%;
}

.shopphotos h4 {
  margin-bottom: 5px;
}

/* gallery */

#gallery {
  position: relative;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#gallery #slider-pict {
  width: 53%;
}

#gallery #slider-pict img {
  width: 100%;
}

#gallery .slide-item {
  position: relative;
}

#gallery .slide-item .textphoto {
  width: 100%;
  line-height: 1.4;
  padding-top: 10px;
  font-size: 14px;
}

#gallery button.slick-prev,
#gallery button.slick-next {
  z-index: 2;
}

#gallery .slick-prev::before {
  font-family: "lionicon";
  font-weight: normal;
  position: relative;
  content: "\f104";
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  opacity: 1;
}

#gallery .slick-next::before {
  font-family: "lionicon";
  font-weight: normal;
  position: relative;
  content: "\f105";
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  opacity: 1;
}

#gallery .slick-prev {
  left: 0px;
  top: 40%;
}

#gallery .slick-next {
  right: 20px;
  top: 40%;
}

#gallery .slick-prev:hover:before {
  animation: arrow_prev 0.5s ease-out forwards;
}

@keyframes arrow_prev {
  0% {
    right: 0px;
  }

  50% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

#gallery .slick-next:hover:before {
  animation: arrow_next 0.5s ease-out forwards;
}

@keyframes arrow_next {
  0% {
    left: 0px;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

#gallery #thumbnail-list {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

#gallery .thumbnail-item {
  width: 24%;
  min-height: 80px;
  max-height: 120px;
  margin-right: 1.2%;
  margin-bottom: 5px;
  opacity: 0.5;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#gallery .thumbnail-item:nth-child(4n) {
  margin-right: 0%;
}

#gallery .thumbnail-item img {
  height: 100%;
  object-fit: cover;
}

#gallery .thumbnail-current {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #gallery {
    display: block;
  }

  #gallery #slider-pict {
    width: 100%;
  }

  #gallery #thumbnail-list {
    width: 100%;
    margin: 0 auto 0px;
  }

  #gallery .thumbnail-item {
    width: 13.3%;
    min-height: 80px;
    margin-right: 1%;
  }

  #gallery .thumbnail-item:nth-child(4n) {
    margin-right: 1%;
  }

  #gallery .thumbnail-item:nth-child(7n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 540px) {
  #gallery .thumbnail-item {
    width: 24.2%;
    min-height: 80px;
    margin-right: 1%;
  }

  #gallery .thumbnail-item:nth-child(4n) {
    margin-right: 0%;
  }
}

.tab_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 420px) {
  .tab_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
  }
}

.tab_menu li {
  width: 24.3%;
  margin-bottom: -1px;
  margin-right: 1%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background: #f4ecdb;
  border: 1px solid #f4ecdb;
  border-bottom: 1px solid #f4ecdb;
  align-items: center;
  color: #634600;
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  .tab_menu li {
    width: 49%;
    margin-bottom: 2px;
  }
}

.tab_menu li:nth-child(4) {
  margin-right: 0%;
}

.tab_menu li:hover {
  opacity: 0.7;
}

.tab_menu li span {
  display: block;
  width: 100%;
  padding-left: 10%;
}

.tab_menu li .fas {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .tab_menu li .fas {
    width: 30%;
  }
}

.tab_menu li:last-child {
  margin-right: 0%;
}

.tab_menu li.current {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  color: #000;
}

@media screen and (max-width: 420px) {
  .tab_menu li.current {
    border-bottom: 1px solid #e5e5e5;
  }
}

.tab_menu li.current .fas {
  transform: rotate(90deg);
}

.tab_unit {
  overflow: hidden;
}

.tab_item {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.tab_item.current {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-top: 20px;
}

/*course*/

#course ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#course ul li figure {
  width: 20%;
  margin-right: 3%;
  flex-shrink: 1;
}

@media screen and (max-width: 580px) {
  #course ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #course ul li figure {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

#course ul li div {
  width: 100%;
  flex-shrink: 2;
}

#course ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  align-items: center;*/
}

#course ul li dl dt {
  flex-shrink: 2;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #course ul li dl {
    display: block;
  }
}

#course ul li dl dt h5 p {
  font-size: 14px;
  padding-bottom: 5px;
}

#course ul li dl dd {
  width: 10em;
  margin-left: 2%;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  flex-shrink: 1;
}

#course ul li dl dd span {
  font-size: 16px;
}

#course ul li dl dd {
  width: 14em;
  font-size: 24px;
}

#course ul li dl dd span.taxin {
  font-size: 14px;
}

@media screen and (max-width: 940px) {
  #course ul li dl dd {
    width: 5em;
    font-size: 33px;
  }

  #course ul li dl dd span {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #course ul li dl dd {
    width: 94%;
  }
}

#course ul li div a {
  display: block;
  margin-top: 10px;
  color: #000;
  background-color: #ffe800;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
}

#food h4,
#drink h4,
#lunch h4 {
  border-bottom: 2px solid #ffe800;
}

/* 画像サムネイルタイプ */

.tab_item .menu_thumbnail_list {
  width: 100%;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tab_item .menu_thumbnail_item {
  width: 13.4%;
  margin-top: 10px;
  min-height: 180px;
  margin-right: 1%;
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 940px) {
  .tab_item .menu_thumbnail_item {
    width: 24%;
  }
}

@media screen and (max-width: 580px) {
  .tab_item .menu_thumbnail_item {
    width: 32.4%;
  }
}

.tab_item .menu_thumbnail_item:nth-child(7n) {
  margin-right: 0%;
}

@media screen and (max-width: 940px) {
  .tab_item .menu_thumbnail_item:nth-child(7n) {
    margin-right: 1%;
  }

  .tab_item .menu_thumbnail_item:nth-child(4n) {
    margin-right: 1%;
  }
}

@media screen and (max-width: 580px) {
  .tab_item .menu_thumbnail_item:nth-child(4n) {
    margin-right: 1%;
  }

  .tab_item .menu_thumbnail_item:nth-child(3n) {
    margin-right: 0%;
  }
}

.tab_item .menu_thumbnail_item a {
  display: block;
  height: 150px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.tab_item .menu_thumbnail_item a img {
  height: 100%;
  object-fit: cover;
}

.tab_item .menu_thumbnail_item p.textphoto {
  padding-top: 5px;
  line-height: 1.2;
  text-align: left;
}

#lunch .menu_thumbnail_item {
  width: 24.2%;
  margin-right: 1%;
}

@media screen and (max-width: 580px) {
  #lunch .menu_thumbnail_item {
    width: 49%;
  }
}

#lunch .menu_thumbnail_item a {
  height: 250px;
}

#lunch .menu_thumbnail_item:nth-child(4n) {
  margin-right: 0%;
}

@media screen and (max-width: 580px) {
  #lunch .menu_thumbnail_item:nth-child(4n) {
    margin-right: 0%;
  }
}

/* 画像1枚数に対し説明文・金額複数タイプ */

.tab_item .menu_amount_list {
  margin: 0 auto 15px;
}

.tab_item .menu_amount_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 3px dotted #f7efa4;
}

.tab_item .menu_amount_list li:first-child {
  border-top: none;
}

.tab_item .menu_amount_list li figure {
  width: 25%;
  margin-right: 2%;
  text-align: center;
}

.tab_item .menu_amount_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_item .menu_amount_list li dl dt {
  width: 65%;
}

.tab_item .menu_amount_list li dl dt p:last-of-type {
  font-size: 14px;
}

.tab_item .menu_amount_list li dl dt p:first-of-type {
  font-weight: bold;
  font-size: 18px;
}

.tab_item .menu_amount_list li dl dd {
  width: 30%;
  margin-left: 5%;
}

.tab_item .menu_amount_list li dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
  margin-bottom: 12px;
}

.tab_item .menu_amount_list li dl dd ul li p:last-of-type {
  font-weight: bold;
  font-size: 16px;
}

.tab_item .menu_amount_list li dl dd ul li span {
  font-size: 10px;
}

/* 画像1枚数に対し説明文・金額複数タイプ */

.tab_item .menu_noimg_list {
  margin: 0 auto 25px;
}

.tab_item .menu_noimg_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

.tab_item .menu_noimg_list li dl {
  flex-grow: 1;
}

.tab_item .menu_noimg_list li dl dt {
  font-weight: bold;
  font-size: 18px;
}

.tab_item .menu_noimg_list li dl dd {
  font-size: 14px;
}

.tab_item .menu_noimg_list li p {
  width: 8em;
  margin-left: 3%;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  flex-grow: 2;
  white-space: nowrap;
}

.shop_info .unit_table {
  margin-top: 20px;
}

.shop_info .unit_table dt {
  width: 30%;
}

.shop_info .unit_table dd {
  width: 70%;
}

.shop_info .unit_table dd.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_info .unit_table dd.tel span {
  flex-grow: 2;
  font-size: 20px;
  font-weight: bold;
}

.shop_info .unit_table dd.tel a {
  flex-grow: 1;
  max-width: 10em;
  display: block;
  color: #000;
  background-color: #ffe800;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
}

.shop_info .unit_table dd.time span {
  display: inline-block;
  width: 6em;
}

@media screen and (max-width: 520px) {
  .shop_info .unit_table dd.tel {
    display: block;
  }

  .shop_info .unit_table dd.tel span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
}

/*///  近隣店舗  ///*/

/*///  近隣店舗  ///*/

/*///  近隣店舗  ///*/

.nearby_shop li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #f0e9db;
}

/*///  コース詳細  ///*/

/*///  コース詳細  ///*/

/*///  コース詳細  ///*/

.course_detail h2:first-of-type {
  display: none;
}

.course_detail .firstinfo dl dd {
  font-weight: normal;
  padding-left: 0em;
  position: relative;
  margin-left: 0px;
  margin-top: 3px;
}

.course_detail .firstinfo dl dd:before {
  display: none;
}

.course_detail .main_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 639px) {
  .course_detail .main_unit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.course_detail .main_unit figure {
  width: 40%;
  margin-right: 3%;
  flex-shrink: 2;
}

.course_detail .main_unit .unit_table {
  width: 57%;
  flex-shrink: 1;
}

@media screen and (max-width: 639px) {
  .course_detail .main_unit figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .course_detail .main_unit .unit_table {
    width: 100%;
    margin-top: 10px;
  }
}

.course_detail .main_unit .unit_table .price {
  font-size: 25px;
  font-weight: bold;
}

.course_detail .main_unit .unit_table .price span {
  font-size: 15px;
}

.course_detail .course_cont figure {
  width: 30%;
  margin-left: 2%;
  margin-right: 0%;
  flex-shrink: 2;
}

.course_detail .course_cont figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course_detail .course_cont figure ul li {
  width: 48%;
  margin: 1%;
}

.course_detail .course_cont figure ul li:nth-child(2n) {
  margin-right: 0%;
}

.course_detail .course_cont .cont {
  width: 100%;
  flex-shrink: 1;
}

@media screen and (max-width: 639px) {
  .course_detail .course_cont .cont {
    width: 100%;
    margin-right: 0%;
  }
}

.course_detail .course_cont .cont dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.course_detail .course_cont .cont dl dd {
  margin-bottom: 10px;
}

.course_detail .course_cont .cont ul {
  margin-top: 15px;
}

.course_detail .course_element .unit_table {
  margin-top: 15px;
}

/* .course_detail .reserved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  max-width: 500px;
  min-height: 3.5em;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #FFE800;
}

@media all and (-ms-high-contrast:none) and (max-width: 940px) {
  *::-ms-backdrop, .course_detail .reserved {
    line-height: 3.5em;
  }
 */
/* IE11 */
.course_detail .course_element {
  margin-bottom: 20px;
}
.course_detail .reserved {
  /*   margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 25px;
   */
  width: 75%;
  max-width: 500px;
  min-height: 2.5em;
  font-size: 23px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  background-color: #ffe800;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.course_detail .reserved img {
  width: 20px;
  height: 20px;
}
.course_detail .box_reserved {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.course_detail .reserved .fas {
  margin-right: 5%;
}

.course_detail .gradationBtn {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  min-height: 2.4em;
}

/* /////// brand TOP  /////// */

.brand.top .brandlead {
  margin-top: 15px;
}

.brand.top .lead {
  margin-top: 10px;
  margin-bottom: 30px;
}

.brand.top .lead #yebisubarstand_page_link {
  width: 50%;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .brand.top .lead #yebisubarstand_page_link {
    width: 60%;
  }
  .course_detail .reserved {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .brand.top .lead #yebisubarstand_page_link {
    width: 100%;
  }
  .course_detail .reserved {
    font-size: 18px;
  }
}

.brand.top .brandpict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.brand.top .brandpict a {
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 10px;
}

.brand.top .brandpict a:nth-child(3n) {
  margin-right: 0%;
}

@media screen and (max-width: 639px) {
  .brand.top .brandpict a {
    width: 48%;
  }

  .brand.top .brandpict a:nth-child(2n) {
    margin-right: 0%;
  }

  .brand.top .brandpict a:nth-child(3n) {
    margin-right: 2%;
  }
}

.brand.top #cboxLoadedContent {
  margin-bottom: 0px;
}

.brand.top a.btn:before {
  font-family: "lionicon";
  font-weight: normal;
  content: "\f078";
}

.brand.top .searchbox a.btn:before {
  font-family: "lionicon";
  font-weight: normal;
  content: "\f054";
}

.brand.top #fairlist ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 27px;
}

.brand.top #fairlist ul li a {
  display: block;
}

.brand.top #fairlist ul li::before {
  position: absolute;
  left: 0;
  font-family: "lionicon";
  font-weight: normal;
  content: "\f005";
  font-size: 20px;
  color: #ffe800;
}

.brand.top #fairlist ul li dl {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 2px solid #f6da37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.brand.top #fairlist ul li dl dt {
  margin-right: 1em;
  min-width: 4em;
}

.brand.top #fairlist ul li dl dd span {
  font-size: 12px;
}

.brand.top .container #shoplist h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 5px solid #ffe800;
}

.brand.top .container #shoplist .arealist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand.top .container #shoplist .arealist + ul {
  margin-top: 10px;
}

.brand.top .container #shoplist .arealist li {
  margin-right: 0.75%;
  margin-bottom: 8px;
}

.brand.top .container #shoplist .arealist li a {
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: black;
  font-size: 14px;
}

.brand.top .nearby_shop .tag {
  margin-bottom: 0em;
}

.brand.top .nearby_shop li {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #f0e9db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 840px) {
  .brand.top .nearby_shop li {
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 540px) {
  .brand.top .nearby_shop li {
    display: block;
  }
}

.brand.top .nearby_shop li .btn_reserv,
#shoplist .nearby_shop li .btn_reserv {
  width: 9em;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #ffe800;
}

@media screen and (max-width: 540px) {
  .brand.top .nearby_shop li .btn_reserv,
  #shoplist .nearby_shop li .btn_reserv {
    margin-top: 10px;
  }
}
