#key-box .keyvisual li {
  border: 1px solid #000;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .popup-covi {
    margin-left: 200px;
    margin-top: 150px;
  }
}
/*--------Sec1----------*/
#sec1 {
  padding: 10vw 0;
}
#sec1 h2 {
  text-align: center;
  margin-bottom: 5vw;
  background: url(../img/menu/sec1_ttldeco1.png) no-repeat center bottom/25%;
  padding-bottom: 7vw;
}
#sec1 h2 span {
  display: block;
}
#sec1 h2 span:first-child {
  font-size: 6vw;
}
#sec1 h2 span:last-child {
  font-size: 8vw;
}
#sec1 .txt {
  text-align: justify;
}
#sec1 .photo-circle .photo {
  position: relative;
}
#sec1 .photo-circle .photo .img1 {
  animation-name: rotate-loader;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-timing-function: linear;
}
#sec1 .photo-circle .photo .img2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
}
#sec1 .photo-circle .photo-1 {
  width: 50%;
  margin-left: auto;
  left: -15%;
}
#sec1 .photo-circle .row {
  width: 150%;
  margin-top: 30vw;
}
#sec1 .photo-circle .photo-2 {
  right: 10%;
  top: -25vw;
  width: 60%;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 130px 0;
    position: relative;
  }
  #sec1 h2 {
    text-align: center;
    margin-bottom: 75px;
    background: url(../img/menu/sec1_ttldeco1.png) no-repeat center bottom/10%;
    padding-bottom: 55px;
  }
  #sec1 h2 span {
    display: block;
  }
  #sec1 h2 span:first-child {
    font-size: 40px;
    letter-spacing: 5px;
    margin-left: 10px;
    margin-bottom: 32px;
  }
  #sec1 h2 span:last-child {
    font-size: 59.5px;
    letter-spacing: 10px;
    margin-left: 15px;
  }
  #sec1 .txt {
    text-align: justify;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: auto;
    letter-spacing: 1px;
    padding-left: 5px;
  }
  #sec1 .photo-circle .photo {
    position: relative;
  }
  #sec1 .photo-circle .photo .img1 {
    animation-name: rotate-loader;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: linear;
  }
  #sec1 .photo-circle .photo .img2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  #sec1 .photo-circle .photo-1 {
    width: 50%;
    margin-left: auto;
    left: -280px;
    top: 10px;
    position: absolute;
  }
  #sec1 .photo-circle .photo-1 img {
    width: auto;
  }
  #sec1 .photo-circle .photo-1 .img2 {
    top: 5px;
    left: 3px;
  }
  #sec1 .photo-circle .row {
    width: 100%;
    margin-top: 0;
  }
  #sec1 .photo-circle .photo-2 {
    right: -535px;
    top: -275px;
    position: absolute;
  }
  #sec1 .photo-circle .photo-2 img {
    width: auto;
  }
  #sec1 .photo-circle .photo-2 .img2 {
    top: -3px;
    left: -15px;
  }
}
/*------------Sec2--------------*/
#sec2 {
  padding-bottom: 10vw;
  position: relative;
  background: url(../img/menu/sec2_bg.png) no-repeat bottom 125vw right/150% auto;
}
#sec2::before {
  position: absolute;
  content: "";
  background: url(../img/menu/sec2_deco1.png) no-repeat 0 0/100% auto;
  width: 30%;
  height: 35vw;
  left: 0;
  top: -15vw;
}
#sec2::after {
  position: absolute;
  content: "";
  background: url(../img/menu/sec2_deco2.png) no-repeat 0 0/100% auto;
  width: 14%;
  height: 230vw;
  top: -10vw;
  right: -7vw;
}
#sec2 .row .col-right {
  margin-bottom: 10vw;
}
#sec2 .row .col-left h3 {
  font-size: 40px;
  line-height: 1.4em;
}

#sec2 .row .col-left .txt {
  text-align: justify;
  padding-right: 10%;
}
#sec2 .sec2-slide {
  margin-top: 30px;
}
#sec2 .sec2-slide .slider-nav-1 .slick-track {
  width: 100% !important;
  transform: none !important;
}
#sec2 .sec2-slide .slider-nav-1 .slick-slide {
  border: 2px solid #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 23.5%;
  margin: 10px;
  margin-right: 2%;
}
#sec2 .sec2-slide .slider-nav-1 .slick-slide::after {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 1px solid #000;
}
#sec2 .sec2-slide .slider-nav-1 .slick-slide:last-child {
  margin-right: 0;
}
#sec2 .sec2-slide .slider-nav-1 .slick-current {
  background-color: #000;
  color: #fff;
}
#sec2 .sec2-slide .slider-for-1 {
  background: url(../img/menu/sec2_slide_deco.png) no-repeat bottom 12px right 10px/25% auto, #000;
  padding: 20px 10px 50px;
}
#sec2 .sec2-slide .slider-for-1 li .content {
  padding-top: 20px;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
}
#sec2 .sec2-slide .slider-for-1 li .content h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
	position: relative;
}
#sec2 .sec2-slide .slider-for-1 li .content h4 .large {
  font-size: 50px;
  font-weight: bold;
}
#sec2 .sec2-slide .slider-for-1 li .content h4 .price{
	font-weight:normal;
	position: absolute;
	top: 2vw;
	right: 0;
}
#sec2 .sec2-slide .slider-for-1 li .content .slide-content {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 140px;
    position: relative;
    background: url(../img/menu/sec2_bg.png) no-repeat bottom -100px right/90% auto;
  }
  #sec2::before {
    position: absolute;
    content: "";
    background: url(../img/menu/sec2_deco1.png) no-repeat 0 0/100% auto;
    width: 166px;
    height: 193px;
    left: calc(50% - 590px);
    top: -175px;
  }
  #sec2::after {
    position: absolute;
    content: "";
    background: url(../img/menu/sec2_deco2.png) no-repeat 0 0/100% auto;
    width: 100px;
    height: 1703px;
    top: -420px;
    right: -48px;
    z-index: -1;
  }
  #sec2 .row {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .row .col-right {
    margin-bottom: 0;
    order: 2;
    margin-right: -280px;
    margin-top: -205px;
  }
  #sec2 .row .col-left {
    order: 1;
    margin-left: 25px;
    margin-top: -20px;
  }
  #sec2 .row .col-left h2 {
    font-size: 28px;
    padding: 0 10px 12px 20px;
    letter-spacing: 5.5px;
  }
  #sec2 .row .col-left h3 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 10px;
  }

  #sec2 .row .col-left .txt {
    text-align: justify;
    padding-right: 0;
    margin-top: 60px;
    line-height: 36px;
    letter-spacing: 2.6px;
    padding-right: 0;
  }
  #sec2 .sec2-slide {
    margin-top: 5px;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-list {
    padding: 0 !important;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-track {
    width: 520px !important;
    transform: none !important;
    margin-right: 0;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-slide {
    border: 2px solid #000;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    width: 100px !important;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 18px 0;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-slide::after {
    position: absolute;
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid #000;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-slide:last-child {
    margin-right: 0;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-slide:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #sec2 .sec2-slide .slider-nav-1 .slick-current {
    background-color: #000;
    color: #fff;
  }
  #sec2 .sec2-slide .slider-for-1 {
    padding: 0;
    background: none;
    position: relative;
  }
  #sec2 .sec2-slide .slider-for-1::after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec2 .sec2-slide .slider-for-1::before {
    position: absolute;
    content: "";
    background: url(../img/menu/sec2_slide_deco.png) no-repeat 0 0/100%;
    width: 121px;
    height: 121px;
    bottom: 10px;
    right: 10px;
  }
  #sec2 .sec2-slide .slider-for-1 li {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  #sec2 .sec2-slide .slider-for-1 li .content {
    padding-top: 20px;
    color: #fff;
    padding: 10px 50px 10px 10px;
    margin-top: 20px;
  }
  #sec2 .sec2-slide .slider-for-1 li .content h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  #sec2 .sec2-slide .slider-for-1 li .content h4 .large {
    font-size: 50px;
    font-weight: bold;
  }
  #sec2 .sec2-slide .slider-for-1 li .content h4 .price{
      position: static;
	  padding-left: 30px;
  }
  #sec2 .sec2-slide .slider-for-1 li .content .slide-content {
    text-align: justify;
  }
}
/*------------Sec3--------------*/
#sec3 {
  padding: 20vw 0 10vw;
  position: relative;
}
#sec3::before {
  position: absolute;
  content: "";
  background: url(../img/menu/sec3_deco1.png) no-repeat 0 0/100% auto;
  width: 85px;
  height: 60px;
  left: calc(50% - 42.5px);
  top: 0;
}
#sec3::after {
  position: absolute;
  content: "";
  background: url(../img/menu/sec3_deco2.png) no-repeat 0 0/100% auto;
  width: 30%;
  height: 40vw;
  right: 0;
  top: -10vw;
}
#sec3 h2 {
  text-align: center;
  margin-bottom: 30px;
}
#sec3 h2 span {
  display: block;
  line-height: 40px;
}
#sec3 h2 span:first-child {
  font-size: 20px;
}
#sec3 h2 span:last-child {
  font-size: 30px;
}
#sec3 .tax{
	text-align: center;
}
#sec3 .row .col-left h3 {
  position: relative;
  z-index: 1;
  margin-bottom: -5px;
  margin-left: 25%;
}
#sec3 .row .col-left h4 {
  position: relative;
  z-index: 0;
}
#sec3 .row .col-left .price {
  font-size: 20px;
  margin: 15px 0;
}
#sec3 .row .col-left .txt {
  text-align: justify;
  margin-bottom: 25px;
}
#sec3 .btn {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 215px 0 10px;
    position: relative;
  }
  #sec3::before {
    width: 85px;
    height: 60px;
    left: calc(50% - 8px);
    top: 115px;
  }
  #sec3::after {
    width: 281px;
    height: 350px;
    right: calc(50% - 640px);
    top: -10px;
  }
  #sec3 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #sec3 h2 span {
    display: block;
    line-height: 40px;
  }
  #sec3 h2 span:first-child {
    font-size: 39.5px;
    letter-spacing: 8px;
    margin-left: 80px;
  }
  #sec3 h2 span:last-child {
    font-size: 60px;
    margin-top: 30px;
    letter-spacing: 12px;
    margin-left: 90px;
  }
#sec3 .tax{
	padding-left: 70px;
}
  #sec3 .row {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }
  #sec3 .row .col-left {
    order: 1;
    margin-top: 65px;
    margin-left: 25px;
  }
  #sec3 .row .col-left h3 {
    position: relative;
    z-index: 1;
    margin-bottom: -5px;
    margin-left: 27%;
    letter-spacing: 6px;
    padding: 0 20px 8px;
  }
  #sec3 .row .col-left h4 {
    position: relative;
    z-index: 0;
  }
  #sec3 .row .col-left .price {
    font-size: 25px;
    margin: 0 0 10px 20px;
    letter-spacing: 5px;
  }
  #sec3 .row .col-left .txt {
    text-align: justify;
    margin-bottom: 40px;
    margin-left: 22px;
  }
  #sec3 .row .col-right {
    order: 2;
    margin-right: -132px;
  }
  #sec3 .text-ver {
    writing-mode: vertical-rl;
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 75px;
    letter-spacing: 11px;
    animation: slidein 20s linear infinite;
    width: 73px;
    height: 850px;
    margin-top: -220px;
    z-index: 1;
  }
  #sec3 .btn {
    margin-left: 25px;
    padding: 5px 10px;
  }
  #sec3 .btn:hover {
    background-color: #000;
    color: #fff;
  }
  #sec3 .btn:hover img {
    filter: brightness(0) invert(1);
  }
}
/*------------Sec4--------------*/
#sec4 {
  padding: 10vw 0;
}
#sec4 .col-left {
  margin-bottom: 30px;
}
#sec4 .col-right h2 {
  margin-left: 30%;
  z-index: 1;
}
#sec4 .col-right h3 {
  width: 35%;
  position: relative;
  z-index: 0;
  margin-top: 0;
}
#sec4 .col-right .price {
  font-size: 20px;
  margin: 15px 0;
}
#sec4 .col-right .txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 100px 0;
  }
  #sec4 .wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .col-left {
    margin-bottom: 30px;
    margin-left: -258px;
    margin-top: -60px;
    z-index: 1;
  }
  #sec4 .col-right {
    margin-top: 30px;
  }
  #sec4 .col-right h2 {
    margin-left: 30%;
    z-index: 1;
    font-size: 24px;
  }
  #sec4 .col-right h2 span {
    padding: 0 10px 10px 0;
    letter-spacing: 5px;
  }
  #sec4 .col-right h3 {
    width: 35%;
    position: relative;
    z-index: 0;
    margin: -3px 0 0 35px;
  }
  #sec4 .col-right .price {
    font-size: 25px;
    margin: 35px 0 10px 0;
    letter-spacing: 4px;
  }
  #sec4 .col-right .txt {
    text-align: justify;
    margin-right: 15px;
  }
}
/*------------Sec5--------------*/
#sec5 {
  padding: 10vw 0;
}
#sec5 .col-left {
  margin-top: 50px;
}
#sec5 .col-left .h-arrow {
  margin-left: 22%;
}
#sec5 .col-left .price {
  font-size: 20px;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 10px 0;
  }
  #sec5 .wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec5 .col-left {
    order: 1;
    margin-top: 20px;
  }
  #sec5 .col-left .h-arrow {
    margin-left: 55px;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 30px;
  }
  #sec5 .col-left .h-arrow span {
    margin-top: -40px;
  }
  #sec5 .col-left .h-deco {
    margin: 45px 0 35px 45px;
  }
  #sec5 .col-left .price {
    font-size: 25px;
    margin: 0 20px;
    letter-spacing: 5px;
  }
  #sec5 .col-left .txt {
    margin-top: 5px;
    margin-left: 22px;
    line-height: 36px;
  }
  #sec5 .col-right {
    order: 2;
    margin: 0 -130px 0 -110px;
  }
}
/*------------Sec6--------------*/
#sec6 {
  padding: 10vw 0 30vw;
  background: url(../img/menu/sec6_bg.png) no-repeat left bottom/200% auto;
  position: relative;
}
#sec6::after {
  position: absolute;
  content: "";
  background: url(../img/menu/sec6_deco1.png) no-repeat 0 0/100% auto;
  width: 30%;
  height: 30vw;
  bottom: 10px;
  right: 10px;
}
#sec6 .sec6_slide .slider-for-2 h3 {
  font-size: 25px;
  margin-top: 30vw;
  letter-spacing: 3px;
}
#sec6 .sec6_slide .slider-for-2 .price {
  font-size: 22px;
  margin: 5vw 0;
}
#sec6 .sec6_slide .slider-nav-2 {
  width: 93%;
  position: absolute;
  margin: auto;
  top: 73.5vw;
  left: 0;
  right: 0;
}
#sec6 .sec6_slide .slider-nav-2 li {
  text-align: center;
}
#sec6 .sec6_slide .slider-nav-2 li img {
  width: 90%;
  margin: auto;
}
#sec6 .sec6_slide .slider-nav-2 .slick-track {
  width: 100% !important;
  transform: none !important;
}
#sec6 .sec6_slide .slider-nav-2 .slick-slide {
  width: 33.3333333333% !important;
}
#sec6 .sec6_slide .slider-nav-2 .slick-slide:last-child {
  margin-right: 0;
}
#sec6 .sec6_slide .slider-nav-2 .slick-slide li {
  position: relative;
}
#sec6 .sec6_slide .slider-nav-2 .slick-slide li::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#sec6 .sec6_slide .slider-nav-2 .slick-slide:hover {
  cursor: pointer;
  opacity: 0.7;
}
#sec6 .sec6_slide .slider-nav-2 .slick-current li {
  position: relative;
}
#sec6 .sec6_slide .slider-nav-2 .slick-current li::after {
  display: none;
}
#sec6 .sec6_slide .slider-nav-2 .slick-list {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 115px 0 200px;
    background: url(../img/menu/sec6_bg.png) no-repeat left bottom/80% auto;
    position: relative;
  }
  #sec6::after {
    width: 243px;
    height: 208px;
    bottom: -20px;
    right: calc(50% - 425px);
  }
  #sec6 .sec6_slide .slider-for-2 li {
    display: flex !important;
  }
  #sec6 .sec6_slide .slider-for-2 li .photo {
    width: 500px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #sec6 .sec6_slide .slider-for-2 li .slide-content {
    width: 410px;
    padding: 40px 0 60px 60px;
  }
  #sec6 .sec6_slide .slider-for-2 h3 {
    font-size: 35px;
    margin-top: 20px;
    letter-spacing: 7px;
	line-height: 45px;
  }
  #sec6 .sec6_slide .slider-for-2 .price {
    font-size: 30px;
    margin: 17px 0;
    letter-spacing: 6px;
  }
  #sec6 .sec6_slide .slider-nav-2 {
    width: 500px;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: -75px;
    left: 0;
    right: auto;
  }
  #sec6 .sec6_slide .slider-nav-2 li {
    text-align: center;
  }
  #sec6 .sec6_slide .slider-nav-2 li img {
    width: 90%;
    margin: auto;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-slide {
    width: 33.3333333333% !important;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-slide:last-child {
    margin-right: 0;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-slide li {
    position: relative;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-slide li::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-current li {
    position: relative;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-current li::after {
    display: none;
  }
  #sec6 .sec6_slide .slider-nav-2 .slick-list {
    padding: 0 !important;
  }
  #sec6 .txt{
	  width: 440px;
	  position: absolute;
	  top: 230px;
	  right:0;

  }
}
/*------------Sec7--------------*/
#sec7 {
  padding: 10vw 0;
  background: url(../img/shared/bg_pt1.jpg) repeat;
  text-align: center;
}
#sec7 h2 {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
#sec7 h2::after {
  content: "MENU";
  position: absolute;
  width: 100%;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12vw;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  opacity: 0.08;
}
#sec7 .btn-popup .btn {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 10px 15px 10px 15px;
}
#sec7 .btn-popup .btn::after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-width: 2px;
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 140px 0 115px;
  }
  #sec7 h2 {
    font-size: 32px;
    margin-bottom: 100px;
    letter-spacing: 7px;
    margin-left: 8px;
  }
  #sec7 h2::after {
    bottom: 28px;
    left: 48.5%;
    font-size: 100px;
  }
  #sec7 .btn-popup .btn {
    margin: 0 20px;
    padding: 30px 50px 30px 15px;
    font-size: 18px;
    width: 260px;
  }
  #sec7 .btn-popup .btn a {
    width: 280px;
  }
  #sec7 .btn-popup .btn::after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-width: 4px;
  }
  #sec7 .btn-popup .btn:hover {
    background-color: #000;
    color: #fff;
  }
  #sec7 .btn-popup .btn:hover img {
    filter: brightness(0) invert(1);
  }
  #sec7 .btn-popup .btn:hover::after {
    border-color: #fff;
  }
  #sec7 .btn-popup .btn .before {
    height: 40px;
  }
  #sec7 .btn-popup .btn .after {
    height: auto;
  }
}
/*-------popup food and drink-------*/
.popup-menu {
  background-color: #fff;
  color: #000;
}
.popup-menu h2 span {
  display: block;
}
.popup-menu h2 span:first-child {
  font-size: 28px;
}
.popup-menu h2 span:last-child {
  font-size: 17px;
}
.popup-menu .list h3 {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  font-size: 17px;
  margin-bottom: 10px;
}
.popup-menu .list h4 {
  font-size: 24px;
  font-weight: bold;
}
.popup-menu .list .group {
  margin-bottom: 20px;
}
.popup-menu .list .item dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 0;
}
.popup-menu .list .item dl dt {
  text-align: left;
}
.popup-menu .list .item dl dd {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .popup-menu {
    background-color: #fff;
    color: #000;
  }
  .popup-menu h2 span {
    display: block;
  }
  .popup-menu h2 span:first-child {
    font-size: 40px;
  }
  .popup-menu h2 span:last-child {
    font-size: 18px;
    margin-top: 10px;
  }
  .popup-menu .list h3 {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .popup-menu .list .group {
    margin-bottom: 20px;
  }
  .popup-menu .list .item dl {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }
  .popup-menu .list .item dl dt {
    text-align: left;
  }
  .popup-menu .list .item dl dd {
    text-align: right;
  }
  .list {
    display: flex;
    justify-content: space-between;
    font-size: 14.95px;
  }
  .list .col {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec4 .col-left {
    margin-left: -130px;
    width: 650px;
  }
}/*# sourceMappingURL=menu.css.map */