/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(2) a {
  height: 170px;
  padding-top: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 1;
  background-color: #E09700;
}

header .wrapper .gnav ul li:nth-child(2) a .en {
  color: #fff;
}

main .linklist {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
 /* background-color: #ccc;*/
}

main .linklist li {
  width: 30%;
  margin: 10px 0;
}

main .linklist li:last-child {
  margin-right: 0;
}

main .linklist li a {
  padding: 5px 10px;
  background-color: #E09700;
  display: block;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0;
  /*padding-left: 50px;*/
}

/*main .linklist li a  span {
  letter-spacing: -0.3em;
}*/
/*main .linklist li a::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 29px;
  margin-top: -7px;
}*/

main .shop {
  width: 1000px;
  margin: 80px auto 0;
}
main .shop a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}

main .shop .shopttl {
  height: 73px;
  border-radius: 37px;
  background-color: #E09700;
  line-height: 68px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 88px;
}

main .shop .shopttl img {
  display: block;
  position: absolute;
  top: 11px;
  left: 26px;
}

main .shop dl {
  width: 930px;
  margin: 45px auto 0;
}

main .shop dl dt {
  width: 370px;
  float: right;
}

main .shop dl dt img {
  width: 100%;
  display: block;
}

main .shop dl dd {
  width: 535px;
  float: left;
}

main .shop dl dd table {
  width: 100%;
  border-top: 1px solid #000;
}

main .shop dl dd table tr {
  border-bottom: 1px solid #000;
}

main .shop dl dd table tr th {
  width: 130px;
  border-right: 1px solid #000;
  background-color: #FFF7CC;
  font-size: 17px;
  text-align: center;
  padding: 8px 0;
  vertical-align: middle;
}

main .shop dl dd table tr td {
  padding: 8px 15px;
  font-size: 17px;
}

main .shop dl dd table tr td table {
  width: 100%;
  border: none;
}

main .shop dl dd table tr td table tr {
  border: none;
}

main .shop dl dd table tr td table tr th {
  letter-spacing: 0;
  border: none;
  background-color: #fff;
  text-align: left;
  padding: 0;
}

main .shop dl dd table tr td table tr td {
  width: 80px;
  padding: 0;
}

main .shop iframe {
  width: 930px !important;
  height: 400px !important;
  display: block !important;
  margin: 40px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  main {
    padding: 0 20px 70px;
  }
  main .linklist {
    width: 100%;
    margin: 25px auto 0;
  }
  main .linklist li {
    width: 49%;
    float: left;
    margin: 0 2% 10px 0 !important;
  }
  main .linklist li:nth-child(even) {
    float: right;
    margin-right: 0 !important;
  }
  main .linklist li a {
    height: 28px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0;
    /*padding-left: 30px;*/
  }
  main .linklist li a::before {
    top: 50%;
    left: 13px;
    margin-top: -7px;
  }
  main .shop {
    width: 100%;
    margin: 30px auto 0;
  }
  main .shop .tume{
    letter-spacing: -0.2em;
  }
  main .shop a[href^="tel:"] {
     pointer-events: auto;
     color: #3333ff;
  }

    main .shop .shopttl {
    height: 42px;
    line-height: 39px;
    font-size: 18px;
    padding-left: 51px;
  }
  main .shop .shopttl img {
    width: 32px;
    top: 5px;
    left: 12px;
  }
  main .shop dl {
    width: 100%;
    margin: 15px auto 0;
  }
  main .shop dl dt {
    width: 100%;
    float: none;
  }
  main .shop dl dd {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  main .shop dl dd table tr th {
    width: 80px;
    font-size: 15px;
    padding: 5px 0;
  }
  main .shop dl dd table tr td {
    padding: 5px 10px;
    font-size: 15px;
  }
  main .shop dl dd table tr td table tr th {
    width: auto;
    font-size: 14px;
    vertical-align: top;
  }
  main .shop dl dd table tr td table tr td {
    padding: 0;
    width: 120px;
    vertical-align: top;
  }
  main .shop iframe {
    width: 100% !important;
    height: 250px !important;
    display: block !important;
    margin: 20px auto 0;
  }
}
