@charset "UTF-8";
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

.res-pc {
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .res-pc {
      display: inline !important; } }

.res-sp {
  display: inline !important; }
  @media only screen and (min-width: 768px) {
    .res-sp {
      display: none !important; } }

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 2px;
  font-size: 16px;
  padding: 0.9rem;
  line-height: 1.6;
  width: 100%;
  outline: none; }
  @media only screen and (min-width: 768px) {
    select {
      font-size: 15px; } }

select {
  cursor: pointer; }

*:focus {
  outline: none; }

@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

.pagination-container {
  clear: both;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pagination-container {
      margin-bottom: 2em; } }
  .pagination-container .pagination li {
    display: inline-block;
    margin: 0 4px; }
    @media only screen and (max-width: 767px) {
      .pagination-container .pagination li {
        margin: 0; } }
    .pagination-container .pagination li a, .pagination-container .pagination li span {
      display: block;
      width: auto;
      text-align: center;
      font-size: 1.3rem;
      margin-left: 0;
      position: relative;
      padding: 12px 17px; }
      @media only screen and (max-width: 767px) {
        .pagination-container .pagination li a, .pagination-container .pagination li span {
          width: auto;
          padding: 6px 8px;
          font-size: 1rem; } }
    .pagination-container .pagination li a {
      color: #000000;
      background-color: #ffffff;
      border: 1px solid #000000; }
      @media only screen and (max-width: 767px) {
        .pagination-container .pagination li a {
          width: auto;
          padding: 8px;
          font-size: 1rem; } }
      .pagination-container .pagination li a:hover {
        background: #e60000;
        border: 1px solid #e60000;
        color: #ffffff;
        text-decoration: none; }
    .pagination-container .pagination li span {
      color: #ccc;
      border: 1px solid #efefef; }
      @media only screen and (max-width: 767px) {
        .pagination-container .pagination li span {
          width: auto;
          padding: 8px;
          font-size: 1rem; } }
    .pagination-container .pagination li:first-child a, .pagination-container .pagination li:first-child span {
      display: block;
      border: 1px solid #d2d2d2;
      background-color: #d2d2d2;
      color: #000000; }
    .pagination-container .pagination li:first-child a:hover {
      background-color: #ffffff;
      color: #000; }
    .pagination-container .pagination li:first-child span {
      opacity: 0.6; }
    .pagination-container .pagination li:last-child a, .pagination-container .pagination li:last-child span {
      display: block;
      border: 1px solid #d2d2d2;
      background-color: #d2d2d2;
      color: #000000; }
    .pagination-container .pagination li:last-child a:hover {
      background-color: #ffffff;
      color: #000; }
    .pagination-container .pagination li:last-child span {
      opacity: 0.6; }
    .pagination-container .pagination li.active a, .pagination-container .pagination li.active span {
      background: #e60000;
      border: 1px solid #e60000;
      color: #ffffff; }

#shop_content {
  position: relative;
  padding-top: 13.33333vw; }
  @media only screen and (min-width: 768px) {
    #shop_content {
      padding-top: 70px; } }
  #shop_content h3 {
    text-align: center;
    font-size: 6.93333vw;
    margin-bottom: 2.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content h3 {
        font-size: 30px;
        margin-bottom: 20px; } }
    #shop_content h3 span {
      display: block;
      font-size: 4vw;
      color: #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content h3 span {
          font-size: 18px; } }
  #shop_content p.btn_sitetop {
    margin-bottom: 5.33333vw;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      #shop_content p.btn_sitetop {
        position: absolute;
        top: 0;
        right: 0; } }
    #shop_content p.btn_sitetop a {
      position: relative;
      line-height: 1;
      padding: 0 26px 0 0; }
      @media only screen and (min-width: 768px) {
        #shop_content p.btn_sitetop a {
          background: none;
          border: 1px solid #444444;
          padding: 5px 30px 5px 15px; } }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_sitetop a::before, #shop_content p.btn_sitetop a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          content: "";
          vertical-align: middle; } }
      @media only screen and (min-width: 768px) {
        #shop_content p.btn_sitetop a::after {
          position: absolute;
          content: '';
          display: block;
          top: 50%;
          right: 5%;
          margin-top: -2px;
          width: 4px;
          height: 4px;
          border: solid #0e1618;
          border-width: 1px 1px 0 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); } }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_sitetop a::after {
          right: 1px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 6px;
          height: 6px;
          border: 6px solid transparent;
          border-left: 6px solid #fff; } }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_sitetop a::before {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: #e40010; } }
      #shop_content p.btn_sitetop a:hover {
        background: #e40010;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #e40010; }
        #shop_content p.btn_sitetop a:hover::after {
          border: solid #ffffff;
          border-width: 1px 1px 0 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  #shop_content p.btn_pagetop {
    display: block;
    margin-bottom: 5.33333vw;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      #shop_content p.btn_pagetop {
        display: none; } }
    #shop_content p.btn_pagetop a {
      position: relative;
      line-height: 1;
      padding: 0 30px 0 0; }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_pagetop a::before, #shop_content p.btn_pagetop a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          content: "";
          vertical-align: middle; } }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_pagetop a::after {
          right: 6px;
          bottom: 8px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 6px;
          height: 6px;
          border: 6px solid transparent;
          border-bottom: 8px solid #fff; } }
      @media only screen and (max-width: 767px) {
        #shop_content p.btn_pagetop a::before {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background: #e40010; } }
  #shop_content p.btn_shopinfo {
    width: 83.2vw;
    margin: 0 auto;
    margin-bottom: 5.33333vw; }
    @media only screen and (min-width: 768px) {
      #shop_content p.btn_shopinfo {
        width: 290px;
        margin-bottom: 5.33333vw; } }
    #shop_content p.btn_shopinfo a {
      width: 100%;
      position: relative;
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      background: #e40010;
      color: #ffffff;
      display: inline-block;
      border: 1px solid #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content p.btn_shopinfo a {
          padding: 15px 0;
          text-align: center; } }
      #shop_content p.btn_shopinfo a::after {
        position: absolute;
        content: '';
        display: block;
        top: 50%;
        right: 5%;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border: solid #ffffff;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #shop_content p.btn_shopinfo a:hover {
        background: #ffffff;
        color: #e40010;
        text-decoration: none;
        border: 1px solid #e40010; }
        #shop_content p.btn_shopinfo a:hover::after {
          border: solid #e40010;
          border-width: 1px 1px 0 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  #shop_content h4 {
    display: block;
    text-align: center;
    font-size: 4.26667vw;
    margin-bottom: 2.66667vw;
    line-height: 1.6; }
    @media only screen and (min-width: 768px) {
      #shop_content h4 {
        font-size: 26px;
        margin-bottom: 20px; } }
    #shop_content h4 span {
      font-size: 4vw;
      background: #808080;
      color: #ffffff;
      padding: 0.66667vw;
      vertical-align: 2px;
      margin-left: .5em;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        #shop_content h4 span {
          font-size: 16px;
          padding: 5px;
          vertical-align: 4px; } }
  #shop_content .box_attention {
    width: 100%;
    background: #f2f2f2;
    padding: 4.66667vw 7.33333vw;
    font-size: 2.66667vw;
    margin-bottom: 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .box_attention {
        padding: 20px 80px;
        font-size: 15px;
        margin-bottom: 30px; } }
    #shop_content .box_attention ul li {
      list-style-type: disc; }
  #shop_content .box_detail {
    width: 82.66667vw;
    margin: 0 auto;
    border-bottom: 1px solid #444444;
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .box_detail {
        width: 980px;
        padding-bottom: 40px;
        margin-bottom: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #shop_content .box_detail .box_detail_txt {
      margin-bottom: 5.33333vw; }
      @media only screen and (min-width: 768px) {
        #shop_content .box_detail .box_detail_txt {
          width: 640px;
          margin-bottom: 0; } }
      #shop_content .box_detail .box_detail_txt h5 {
        margin-top: 0;
        margin-bottom: 2vw;
        color: #e40010;
        font-size: 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .box_detail .box_detail_txt h5 {
            margin-bottom: 16px;
            padding-right: 20px; } }
        @media only screen and (min-width: 768px) {
          #shop_content .box_detail .box_detail_txt h5 {
            font-size: 26px; } }
        #shop_content .box_detail .box_detail_txt h5 a {
          color: #e40010; }
      #shop_content .box_detail .box_detail_txt .box_detail_txt_deta {
        margin-bottom: 2vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .box_detail .box_detail_txt .box_detail_txt_deta {
            margin-bottom: 50px; } }
        #shop_content .box_detail .box_detail_txt .box_detail_txt_deta ul li {
          font-size: 3.33333vw; }
          @media only screen and (min-width: 768px) {
            #shop_content .box_detail .box_detail_txt .box_detail_txt_deta ul li {
              font-size: 15px; } }
      #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li {
          width: 32%; }
          @media only screen and (max-width: 767px) {
            #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li {
              margin-left: 1%; } }
          @media only screen and (min-width: 768px) {
            #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li {
              margin-right: 15px;
              width: 150px; } }
          @media only screen and (max-width: 767px) {
            #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li:first-child {
              margin-left: 0; } }
          #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li a {
            display: block;
            border: 1px solid #444444;
            text-align: center;
            line-height: 1;
            font-size: 3.33333vw;
            padding: 2vw 0; }
            @media only screen and (min-width: 768px) {
              #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li a {
                font-size: 17px;
                padding: 15px 0; } }
            #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li a:hover {
              background: #e40010;
              color: #ffffff;
              text-decoration: none;
              border: 1px solid #e40010; }
          #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li.yoyaku a {
            display: block;
            text-align: center;
            line-height: 1;
            font-size: 3.33333vw;
            padding: 2vw 0;
            background: #e40010;
            color: #ffffff;
            border: 1px solid #e40010; }
            @media only screen and (min-width: 768px) {
              #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li.yoyaku a {
                font-size: 17px;
                padding: 15px 0; } }
            #shop_content .box_detail .box_detail_txt .box_detail_txt_btn ul li.yoyaku a:hover {
              background: #e88686;
              color: #ffffff;
              text-decoration: none;
              border: 1px solid #e40010; }
    @media only screen and (min-width: 768px) {
      #shop_content .box_detail .box_detail_photo {
        width: 332px; }
        #shop_content .box_detail .box_detail_photo img {
          width: 100%;
          height: auto; } }
  #shop_content .shop_detail .box_detail {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5.33333vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_detail .box_detail {
        margin-bottom: 40px; } }
  #shop_content .box_list {
    width: 82.66667vw;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      #shop_content .box_list {
        width: 980px; } }
    #shop_content .box_list p.title {
      text-align: center;
      margin-bottom: 25px; }
    #shop_content .box_list ul {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #shop_content .box_list ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 25px; } }
      #shop_content .box_list ul li {
        width: 100%;
        margin-bottom: .5em; }
        @media only screen and (min-width: 768px) {
          #shop_content .box_list ul li {
            margin-bottom: 25px;
            width: 300px; } }
        #shop_content .box_list ul li a {
          display: block;
          border: 1px solid #444444;
          padding: 15px;
          text-align: center; }
          #shop_content .box_list ul li a:hover {
            background: #e40010;
            color: #ffffff;
            text-decoration: none;
            border: 1px solid #e40010; }
  #shop_content .shop_info {
    width: 100%;
    background: #f2f2f2;
    padding: 7.33333vw;
    margin-bottom: 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_info {
        padding: 60px 0;
        margin-bottom: 50px; } }
    #shop_content .shop_info h4 {
      font-size: 4.26667vw;
      color: #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_info h4 {
          font-size: 24px;
          margin-bottom: 40px; } }
    #shop_content .shop_info .shop_info_box {
      margin: 0 auto 5.33333vw;
      border-bottom: 1px solid #808080; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_info .shop_info_box {
          margin: 0 auto 40px;
          padding-bottom: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 920px; } }
      #shop_content .shop_info .shop_info_box .shop_info_box_photo {
        margin: 0 auto 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_info .shop_info_box .shop_info_box_photo {
            margin-bottom: 0;
            width: 332px; } }
        #shop_content .shop_info .shop_info_box .shop_info_box_photo img {
          width: 100%;
          height: auto; }
      #shop_content .shop_info .shop_info_box .shop_info_box_txt {
        font-size: 3.2vw;
        line-height: 2;
        margin: 0 auto 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_info .shop_info_box .shop_info_box_txt {
            font-size: 16px;
            line-height: 2;
            margin-bottom: 0;
            width: 555px; } }
      #shop_content .shop_info .shop_info_box:last-of-type {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_info .shop_info_box.shop_info_box_single .shop_info_box_txt {
          width: 100%; } }
      #shop_content .shop_info .shop_info_box.shop_info_box_pdf .shop_info_box_photo .btn {
        margin-top: 2.66667vw;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_info .shop_info_box.shop_info_box_pdf .shop_info_box_photo .btn {
            margin-top: 20px; } }
        #shop_content .shop_info .shop_info_box.shop_info_box_pdf .shop_info_box_photo .btn a {
          display: block;
          background: #e40010;
          color: #ffffff;
          padding: 4vw 0;
          text-align: center;
          font-size: 4vw; }
          @media only screen and (min-width: 768px) {
            #shop_content .shop_info .shop_info_box.shop_info_box_pdf .shop_info_box_photo .btn a {
              width: 100%;
              padding: 15px 0;
              font-size: 18px; } }
          #shop_content .shop_info .shop_info_box.shop_info_box_pdf .shop_info_box_photo .btn a:hover {
            border: 1px solid #e40010;
            background: #ffffff;
            color: #e40010;
            text-decoration: none; }
  #shop_content .shop_sale {
    text-align: center;
    margin-bottom: 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px; } }
    #shop_content .shop_sale .shop_sale_txt {
      font-size: 2.93333vw;
      color: #e40010;
      border-bottom: 1px solid #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_sale .shop_sale_txt {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      @media only screen and (max-width: 767px) {
        #shop_content .shop_sale .shop_sale_txt {
          display: inline-block;
          margin-bottom: 2.66667vw; } }
      #shop_content .shop_sale .shop_sale_txt a {
        color: #e40010; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_sale .shop_sale_txt a {
            font-size: 18px; } }
    #shop_content .shop_sale .shop_sale_btn {
      width: 48.93333vw; }
      @media only screen and (max-width: 767px) {
        #shop_content .shop_sale .shop_sale_btn {
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_sale .shop_sale_btn {
          width: 232px;
          margin-left: 2em; } }
      #shop_content .shop_sale .shop_sale_btn a {
        display: block;
        padding: 2vw 0;
        border: 1px solid #e40010;
        background: #e40010;
        color: #ffffff;
        font-size: 4vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_sale .shop_sale_btn a {
            font-size: 18px;
            padding: 15px 0; } }
        #shop_content .shop_sale .shop_sale_btn a:hover {
          border: 1px solid #e40010;
          background: #ffffff;
          color: #e40010;
          text-decoration: none; }
  #shop_content .shop_spec {
    margin-bottom: 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_spec {
        margin-bottom: 60px; } }
    #shop_content .shop_spec h4 {
      font-size: 4.26667vw;
      margin: 0 0 1.33333vw;
      color: #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_spec h4 {
          font-size: 24px;
          margin: 0 0 10px; } }
    #shop_content .shop_spec table {
      width: 100%;
      border: 1px solid #e40010; }
      #shop_content .shop_spec table tr th, #shop_content .shop_spec table tr td {
        border: 1px solid #e40010;
        font-size: 2.93333vw;
        padding: 2vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_spec table tr th, #shop_content .shop_spec table tr td {
            padding: 15px; } }
      #shop_content .shop_spec table tr th {
        color: #e40010;
        font-weight: normal; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_spec table tr th {
            width: 226px;
            font-size: 18px; } }
      #shop_content .shop_spec table tr td {
        padding: 2vw 2.66667vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_spec table tr td {
            padding: 15px 20px;
            font-size: 16px; } }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_spec table tr td a[href*="tel:"] {
            pointer-events: none;
            cursor: default;
            text-decoration: none; } }
  #shop_content .shop_gallery {
    width: 82.66667vw;
    margin: 0 auto 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_gallery {
        width: 100%;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_gallery ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #shop_content .shop_gallery ul li {
      margin-bottom: 5.33333vw; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_gallery ul li {
          width: 332px;
          margin-bottom: 0; } }
      #shop_content .shop_gallery ul li:last-of-type {
        margin-bottom: 0; }
  #shop_content .shop_map {
    width: 82.66667vw;
    margin: 0 auto 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_map {
        width: 100%;
        margin: 0 auto 80px; } }
    #shop_content .shop_map .shop_map_inner {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      #shop_content .shop_map .shop_map_inner iframe,
      #shop_content .shop_map .shop_map_inner object,
      #shop_content .shop_map .shop_map_inner embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #shop_content .shop_school {
    width: 90.13333vw;
    margin: 0 auto 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_school {
        width: 980px;
        margin: 0 auto 80px; } }
    #shop_content .shop_school h4 {
      font-size: 4.26667vw;
      margin-bottom: 1.33333vw;
      color: #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_school h4 {
          font-size: 24px;
          margin-bottom: 10px; } }
    #shop_content .shop_school p.catch {
      font-size: 2.66667vw;
      text-align: center;
      margin-bottom: 2.66667vw; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_school p.catch {
          font-size: 15px;
          margin-bottom: 30px; } }
    #shop_content .shop_school .shop_school_detail {
      border: 1px solid #e40010;
      padding: 4vw 0;
      margin-bottom: 4vw; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_school .shop_school_detail {
          padding: 30px 0;
          margin-bottom: 30px; } }
      #shop_content .shop_school .shop_school_detail h5 {
        font-size: 4.26667vw;
        margin-top: 0;
        margin-bottom: 4vw;
        color: #e40010;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_school .shop_school_detail h5 {
            font-size: 22px;
            margin-bottom: 30px; } }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_school .shop_school_detail .shop_school_detail_outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left; } }
      #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl {
        width: 75.6vw;
        padding-bottom: 2.66667vw; }
        @media only screen and (max-width: 767px) {
          #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #e40010;
            margin: 0 auto 2.66667vw; } }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl {
            width: 33%;
            border-right: 1px solid #444444;
            padding: 10px 0 10px 30px;
            margin: 10px 0; } }
        @media only screen and (max-width: 767px) {
          #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl:last-of-type {
            border: none;
            margin: 0 auto;
            padding-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl:nth-of-type(3n) {
            border: none;
            padding-bottom: 0;
            margin: 0; } }
        #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dt {
          width: 28.53333vw;
          text-align: center;
          vertical-align: middle; }
          @media only screen and (min-width: 768px) {
            #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dt {
              width: auto;
              text-align: left;
              margin-bottom: 10px; } }
        #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd {
          width: 70.66667vw; }
          @media only screen and (min-width: 768px) {
            #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd {
              width: auto; } }
          #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd p {
            font-size: 3.73333vw;
            margin-bottom: 1.33333vw; }
            @media only screen and (min-width: 768px) {
              #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd p {
                font-size: 14px;
                line-height: 1.8;
                margin-bottom: 10px; } }
            #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd p span {
              display: block;
              font-size: 2.93333vw;
              color: #888888; }
              @media only screen and (min-width: 768px) {
                #shop_content .shop_school .shop_school_detail .shop_school_detail_outer dl dd p span {
                  font-size: 12px; } }
  #shop_content .shop_item {
    width: 90.13333vw;
    margin: 0 auto 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content .shop_item {
        width: 980px;
        margin: 0 auto 80px; } }
    #shop_content .shop_item h4 {
      font-size: 4.26667vw;
      margin-bottom: 1.33333vw;
      color: #e40010; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_item h4 {
          font-size: 24px;
          margin-bottom: 10px; } }
    #shop_content .shop_item .shop_item_list {
      border: 1px solid #e40010;
      padding: 4vw 0;
      margin-bottom: 4vw;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_item .shop_item_list {
          padding: 80px 0 0;
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        #shop_content .shop_item .shop_item_list .shop_item_list_detail {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0;
          margin: 0 auto;
          margin-bottom: 30px;
          width: 954px; } }
      #shop_content .shop_item .shop_item_list .shop_item_list_detail h5 {
        font-size: 4.26667vw;
        margin-bottom: 4vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_item .shop_item_list .shop_item_list_detail h5 {
            width: 180px;
            font-size: 16px;
            margin-bottom: 0;
            line-height: 1.6; } }
        #shop_content .shop_item .shop_item_list .shop_item_list_detail h5 span {
          border-bottom: 1px solid #444444; }
      #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 83.2vw;
        margin: 0 auto 2.66667vw; }
        @media only screen and (min-width: 768px) {
          #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer {
            width: 774px;
            margin: 0;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl {
          width: 40.8vw;
          margin-bottom: 4vw; }
          @media only screen and (min-width: 768px) {
            #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl {
              margin-bottom: 30px;
              margin-left: 15px;
              width: 238px; } }
          #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dt {
            margin-bottom: 1.33333vw; }
            @media only screen and (min-width: 768px) {
              #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dt {
                margin-bottom: 10px; } }
          #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dd {
            font-size: 2.66667vw; }
            @media only screen and (min-width: 768px) {
              #shop_content .shop_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dd {
                font-size: 12px; } }
  #shop_content #shop_search .nav {
    width: 90.13333vw;
    margin: 0 auto 6.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search .nav {
        width: 1072px;
        margin: 0 auto 50px; } }
    #shop_content #shop_search .nav ul {
      width: 83.2vw;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search .nav ul {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #shop_content #shop_search .nav ul li {
        margin-bottom: 2.4vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .nav ul li {
            width: 260px;
            margin-bottom: 0; } }
        #shop_content #shop_search .nav ul li:last-of-type {
          margin-bottom: 0; }
        #shop_content #shop_search .nav ul li a {
          display: block;
          border: 1px solid #e40010;
          background: #e40010;
          color: #ffffff;
          text-align: center;
          padding: 2vw 0;
          font-size: 4vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .nav ul li a {
              padding: 15px 0;
              font-size: 17px;
              position: relative; } }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .nav ul li a::before {
              position: absolute;
              display: block;
              content: " ";
              top: 35%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 1.5rem;
              pointer-events: none;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: 8px;
              height: 8px;
              border: solid #ffffff;
              border-width: 1px 1px 0 0;
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg); } }
          #shop_content #shop_search .nav ul li a:hover {
            background: #ffffff;
            color: #e40010;
            text-decoration: none; }
            #shop_content #shop_search .nav ul li a:hover::before {
              border: solid #e40010;
              border-width: 1px 1px 0 0; }
  #shop_content #shop_search .search_box {
    width: 90.13333vw;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 8vw 0;
    margin-bottom: 8vw; }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search .search_box {
        width: 100%;
        padding: 60px 0;
        margin-bottom: 60px; } }
    #shop_content #shop_search .search_box form {
      margin-bottom: 0; }
    #shop_content #shop_search .search_box .search_box_inner {
      width: 83.2vw;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search .search_box .search_box_inner {
          width: 952px; } }
      #shop_content #shop_search .search_box .search_box_inner .input_area h4 {
        font-size: 4vw;
        color: #e40010;
        text-align: left;
        margin-bottom: 4.66667vw;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner .input_area h4 {
            font-size: 22px;
            margin-bottom: 25px; } }
      #shop_content #shop_search .search_box .search_box_inner .input_area dl {
        margin-bottom: 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner .input_area dl {
            margin-bottom: 40px; } }
        #shop_content #shop_search .search_box .search_box_inner .input_area dl dt {
          font-size: 3.6vw;
          margin-bottom: 2vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .input_area dl dt {
              font-size: 17px;
              margin-bottom: 8px; } }
        @media only screen and (max-width: 767px) {
          #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .checkbox_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .checkbox_box label {
          width: 50%;
          margin-bottom: .5em;
          font-size: 3.33333vw;
          line-height: 1; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .checkbox_box label {
              width: 25%;
              font-size: 15px; } }
          #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .checkbox_box label input {
            margin-right: .5em;
            -webkit-writing-mode: horizontal-tb !important;
            text-rendering: auto;
            color: -internal-light-dark(black, white);
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            text-indent: 0px;
            text-shadow: none;
            display: inline-block;
            text-align: start;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            appearance: textfield;
            background-color: -internal-light-dark(white, #3b3b3b);
            -webkit-rtl-ordering: logical;
            cursor: text;
            margin: 0em;
            font: 400 13.3333px Arial;
            padding: 1px 2px;
            border-width: 2px;
            border-style: inset;
            border-color: -internal-light-dark(#767676, #858585);
            -webkit-border-image: initial;
            -o-border-image: initial;
            border-image: initial;
            background-color: initial;
            cursor: default;
            -webkit-appearance: checkbox;
            -moz-appearance: checkbox;
            appearance: checkbox;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 3px 3px 3px 4px;
            padding: initial;
            border: initial;
            width: auto; }
        #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .input_box input {
          width: 100%;
          padding: 2vw;
          font-size: 3.06667vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .input_box input {
              padding: 15px;
              font-size: 13px; } }
        #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .attention {
          font-size: 2.66667vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .input_area dl dd .attention {
              font-size: 13px; } }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search .search_box .search_box_inner .select_area {
          width: 300px; } }
      #shop_content #shop_search .search_box .search_box_inner .select_area dl {
        margin-bottom: 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner .select_area dl {
            margin-bottom: 40px; } }
        #shop_content #shop_search .search_box .search_box_inner .select_area dl dt {
          font-size: 3.6vw;
          margin-bottom: 2vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .select_area dl dt {
              font-size: 17px;
              margin-bottom: 15px; } }
        #shop_content #shop_search .search_box .search_box_inner .select_area dl dd .select_box {
          position: relative; }
          #shop_content #shop_search .search_box .search_box_inner .select_area dl dd .select_box::before {
            position: absolute;
            display: block;
            content: " ";
            top: 35%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 1.5rem;
            pointer-events: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 8px;
            height: 8px;
            border: solid #0e1618;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
          #shop_content #shop_search .search_box .search_box_inner .select_area dl dd .select_box select {
            width: 100%;
            padding: 2vw;
            font-size: 16px; }
            @media only screen and (min-width: 768px) {
              #shop_content #shop_search .search_box .search_box_inner .select_area dl dd .select_box select {
                padding: 15px;
                font-size: 15px; } }
      #shop_content #shop_search .search_box .search_box_inner .btn_area {
        text-align: center; }
        #shop_content #shop_search .search_box .search_box_inner .btn_area button {
          width: 21.6vw;
          display: inline-block;
          background: #e40010;
          border: 1px solid #e40010;
          color: #ffffff;
          text-align: center;
          cursor: pointer;
          position: relative;
          font-size: 3.33333vw;
          padding: 2vw 0;
          font-family: MyHiraginoGothic, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner .btn_area button {
              width: 120px;
              font-size: 18px;
              padding: 15px 0; } }
          #shop_content #shop_search .search_box .search_box_inner .btn_area button:hover {
            background: #ffffff;
            color: #e40010; }
      #shop_content #shop_search .search_box .search_box_inner.touch_map_set, #shop_content #shop_search .search_box .search_box_inner.click_map_set {
        position: relative; }
        #shop_content #shop_search .search_box .search_box_inner.touch_map_set .catch, #shop_content #shop_search .search_box .search_box_inner.click_map_set .catch {
          position: absolute;
          top: 0;
          left: 0; }
          #shop_content #shop_search .search_box .search_box_inner.touch_map_set .catch h4, #shop_content #shop_search .search_box .search_box_inner.click_map_set .catch h4 {
            font-size: 4vw;
            margin-bottom: 1.33333vw; }
            @media only screen and (min-width: 768px) {
              #shop_content #shop_search .search_box .search_box_inner.touch_map_set .catch h4, #shop_content #shop_search .search_box .search_box_inner.click_map_set .catch h4 {
                font-size: 22px;
                margin-bottom: 0; } }
          #shop_content #shop_search .search_box .search_box_inner.touch_map_set .catch p, #shop_content #shop_search .search_box .search_box_inner.click_map_set .catch p {
            font-size: 2.66667vw; }
            @media only screen and (min-width: 768px) {
              #shop_content #shop_search .search_box .search_box_inner.touch_map_set .catch p, #shop_content #shop_search .search_box .search_box_inner.click_map_set .catch p {
                font-size: 13px; } }
        #shop_content #shop_search .search_box .search_box_inner.touch_map_set .maps, #shop_content #shop_search .search_box .search_box_inner.click_map_set .maps {
          margin-bottom: 5.33333vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box .search_box_inner.touch_map_set .maps, #shop_content #shop_search .search_box .search_box_inner.click_map_set .maps {
              margin-bottom: 0; } }
      #shop_content #shop_search .search_box .search_box_inner.touch_map_set {
        display: block; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner.touch_map_set {
            display: none; } }
      #shop_content #shop_search .search_box .search_box_inner.click_map_set {
        display: none; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner.click_map_set {
            display: block; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner.click_map_set form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner.click_map_set .input_area {
            width: 606px; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box .search_box_inner.click_map_set .select_area {
            padding-top: 4em; } }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search .search_box#search_school .search_box_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search .search_box#search_school .input_area .input_box input {
        width: 50%; } }
    #shop_content #shop_search .search_box#search_item {
      padding: 8vw 0 4vw; }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search .search_box#search_item {
          padding: 60px 0 20px; } }
      #shop_content #shop_search .search_box#search_item .input_area {
        margin-bottom: 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box#search_item .input_area {
            margin-bottom: 40px; } }
        #shop_content #shop_search .search_box#search_item .input_area a {
          text-decoration: underline; }
        #shop_content #shop_search .search_box#search_item .input_area p {
          font-size: 1.4rem; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box#search_item .input_area p {
              font-size: 17px; } }
          #shop_content #shop_search .search_box#search_item .input_area p span {
            font-size: 1rem; }
            @media only screen and (min-width: 768px) {
              #shop_content #shop_search .search_box#search_item .input_area p span {
                font-size: 1.3rem; } }
      #shop_content #shop_search .search_box#search_item .select_area {
        margin-bottom: 10.66667vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box#search_item .select_area {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 862px;
            margin-bottom: 40px; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box#search_item .select_area dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 418px; } }
        #shop_content #shop_search .search_box#search_item .select_area dl dt span {
          padding-left: .5em;
          font-size: 2.66667vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box#search_item .select_area dl dt span {
              font-size: 13px;
              display: block;
              padding-left: 0; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box#search_item .select_area dl dd {
            width: 320px;
            padding-left: 3em; } }
      #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail {
        margin-bottom: 5.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail {
            margin-bottom: 40px; } }
        #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail h5 {
          font-size: 4vw;
          text-align: center;
          margin-bottom: 4vw; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail h5 {
              font-size: 20px;
              margin-bottom: 30px; } }
          #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail h5 span {
            border-bottom: 1px solid #444444; }
        #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 83.2vw;
          margin: 0 auto; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer {
              width: 958px; } }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer::after {
              content: "";
              display: block;
              width: 306px; } }
          #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl {
            width: 40.8vw; }
            @media only screen and (min-width: 768px) {
              #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl {
                width: 306px; } }
            #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dt {
              margin-bottom: 1.33333vw; }
              @media only screen and (min-width: 768px) {
                #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dt {
                  margin-bottom: 10px; } }
            #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dd {
              font-size: 2.66667vw;
              margin-bottom: 2.66667vw;
              text-align: center; }
              @media only screen and (min-width: 768px) {
                #shop_content #shop_search .search_box#search_item .shop_item_list .shop_item_list_detail .shop_school_detail_outer dl dd {
                  font-size: 11px;
                  margin-bottom: 20px; } }
  #shop_content #shop_search.search_output h3 {
    font-size: 4.26667vw;
    margin-bottom: 1.33333vw; }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search.search_output h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
  #shop_content #shop_search.search_output #search_item.search_box {
    padding: 2.66667vw 0;
    margin-bottom: 2.66667vw; }
    @media only screen and (min-width: 768px) {
      #shop_content #shop_search.search_output #search_item.search_box {
        padding: 10px 0;
        margin-bottom: 20px; } }
    #shop_content #shop_search.search_output #search_item.search_box form {
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search.search_output #search_item.search_box form {
          margin-bottom: 0; } }
    #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area {
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area {
          width: 600px;
          margin: 0 auto; } }
      #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl {
        margin-bottom: 1.33333vw; }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl dt {
            width: 130px;
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl dt span {
          display: inline-block;
          padding-left: 10px; }
        #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl dd .select_box select {
          padding: 1.33333vw;
          font-size: 16px; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl dd .select_box select {
              padding: 10px 15px; } }
        #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl:first-of-type {
          text-align: center; }
          @media only screen and (min-width: 768px) {
            #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl:first-of-type {
              width: 400px; } }
          #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area dl:first-of-type dt {
            width: 100%; }
      #shop_content #shop_search.search_output #search_item.search_box .search_box_inner .select_area .btn_area button {
        padding: 11px 0; }
