    a {
      text-decoration: none
    }

    .px13_pink {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 12px;
      font-style: normal;
      line-height: 20px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #F0F;
    }

    .px11 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 11px;
      font-style: normal;
      line-height: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #FFF;
    }

    .px20_orange {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 20px;
      font-style: normal;
      line-height: 22px;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      color: #f66;
    }

    .px12 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 12px;
      font-style: normal;
      line-height: 17px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #333;
    }

    body {
      /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
      font-size: 16px;
      color: #555;
      /* background-color: #f7fff0; */
      margin: 0;
    }

    .px20_orange1 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 20px;
      font-style: normal;
      line-height: 22px;
      font-weight: bold;
      font-variant: normal;
      text-transform: none;
      color: #0080FF;
    }

    .px121 {
      font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
      font-size: 12px;
      font-style: normal;
      line-height: 16px;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      color: #333;
    }

    h2 {
      padding: 0.4rem 0.8rem;
      color: #fff;
      background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
      background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
      background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
      width: 98vw;
    }


    h3 {

      padding: 0.3em;
      /*文字まわり（上下左右）の余白*/
      color: white;
      width: 100vw;
      margin-top: 30px;
    }


    #wrapper {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      overflow: hidden;
      /* これが無いとheight auto 効かない */
    }

    .box {
      position: relative;
      text-align: center;
      padding: 1em;
      border: solid 2px #ccc;
      border-radius: 8px;
      color: #02b6af;
    }

    #contents {
      float: left;
      margin-top: 6px;
    }

    .shouhin {
      margin: 0 auto;
      text-align: center;
    }


    ul {
      list-style-type: none;
    }

    hr {
      /* FF対策 */
      border-width: 1px 0px 0px 0px;
      /* 太さ */
      height: 1px;
      border-color: #aaaaaa;
    }

    .hr2 {
      border-width: 0 0 8px;
      border-style: solid;
      border-image: url('data:image/svg+xml,<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    }

    .hr3 {
      border-color: #dddddd;
      border-style: solid;
    }


    a {
      text-decoration: none;
    }

    .ac {
      text-align: center;
    }

    .pd4 {
      padding: 4px;
    }

    .kiji a {
      color: #349fc0;
    }

    .kiji a:hover {
      color: deeppink;
      /* #ff5817 */
    }

    .flex {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    .iflex0 {
      display: inline-flex;
    }


    .iflex {
      display: inline-flex;
      padding: 4px;
      border: 1px solid #888888;
      border-collapse: collapse;
      margin-top: -1px;
      margin-left: -1px;
    }

    .iflex2 {
      display: inline-flex;
      padding: 4px;
      margin: 10px;
      background-color: cornsilk;
    }

    .c1 {
      width: 190px;
      font-size: 18px;
      font-weight: 600;
    }

    .c2 {
      width: 180px;
      align-items: center;
      justify-content: center;
    }

    .c3 {
      width: 270px;
    }

    .sp1 {
      height: 10px;
    }

    .sp2 {
      height: 25px;
    }

    .sp3 {
      height: 40px;
    }

    .bar {
      height: 34px;
      width: 100%;
    }

    .bartext {
      font-family: 'M PLUS Rounded 1c', sans-serif;
      position: relative;
      color: #02b6af;
      /* display: table; */
      /* margin: 0 auto -34px auto; */
      background-color: transparent;
      top: 3px;
      font-style: italic;
      text-align: center;
    }

    table.list {
      border-collapse: collapse;
      border-spacing: 0;
      empty-cells: show;
      text-align: center;
    }

    .list th {
      border-width: 1px;
      border-style: solid;
      border-color: #999999;
      padding: 6px;
      background-color: white;
    }

    .list th span {
      /* padding: 19px 0 19px 26px; */
      display: block;
      border-left: solid 3px #dbe249;
    }

    .list td {
      border-width: 1px;
      border-style: solid;
      border-color: #999999;
      padding: 6px;
      background-color: white;
    }


    .btn-gradation {
      display: inline-block;
      width: 130px;
      margin: 0 auto;
      text-align: center;
      font-size: 16px;
      color: #FFF;
      text-decoration: none;
      font-weight: bold;
      padding: 6px 16px;
      border-radius: 6px;
      background-image: linear-gradient(-90deg, #FF006E, #FFD500);
      transition: .5s;
      background-size: 200%;
    }

    .btn-gradation:hover {
      background-position: right center;
    }


    .blog a {
      color: #349fc0;
    }

    .blog a:hover {
      color: deeppink;
      /* #ff5817 */
    }

    #me {
      background-color: #6ddcd7;
    }

    .green {
      background-color: #f2fff6;
    }

    .yellow {
      background-color: #ffffea;
    }

    .blue {
      color: #2385ff;
    }

    .lg {
      color: #888;
    }


    .box-title {
      font-family: 'M PLUS Rounded 1c', sans-serif;
      position: absolute;
      display: inline-block;
      top: -9px;
      left: 10px;
      padding: 0 9px;
      line-height: 1;
      font-size: 16px;
      background: #FFF;
      color: #ff8c00;
      font-weight: bold;
    }

    .kodawari {
      font-size: 18px;
      font-weight: 600;
      /* color:lightseagreen; */
      color: #444444;
    }

    .kodawari2 {
      color: #009900;
      padding-left: 81px;
      font-size: 16px;
    }

    #page_top {
      width: 60px;
      height: 60px;
      position: fixed;
      right: 0;
      bottom: 8px;
      opacity: 0.6;
    }

    #page_top a {
      width: 60px;
      height: 60px;
      text-decoration: none;
    }

    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f139';
      font-size: 50px;
      /* color: #3fefee; */
      color: #07f;
      /* #37d6c0; */
      z-index: 9999;
    }


    #chuui li {
      margin-bottom: 25px;
    }

    .b {
      font-weight: 600;
    }

    .enhance {
      font-weight: 700;
    }

    hr.grad1 {
      border: 0;
      height: 2px;
      background: #333;
      margin-bottom: 17px;
      background-image: -webkit-linear-gradient(left, #fff9f9, #ff7600, #fff9f9);
    }

    .shadow {
      box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    }

    .welcome {
      /* height: 50px; */
      color: #00bfc7;
      font-size: 22px;
      font-weight: 500;
      font-style: italic;
    }

    .fl {
      float: left;
    }

    .cb {
      clear: both;
    }

    .sth {
      text-align: center;
      border: 1px solid #b6b6b6;
      background-color: #fff4fa;
      display: flex;
      align-items: center;
    }

    .mauto {
      margin: 0 auto;
    }

    .std {
      border: 1px solid #b6b6b6;
    }

    .std2 {
      border: 1px solid #b6b6b6;
    }

    .container {
      border: 1px solid #b6b6b6;
      border-width: 1px 0 0 1px;
      align-items: center;
      color: #444444;
      align-items: stretch;
    }

    .container div {
      border-width: 0 1px 1px 0;
    }

    .ib {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
    }


    .pink {
      background-color: #fd4187;
    }

    /******************************* PC用 ******************************/
    @media screen and (min-width: 1001px) {

      body {
        background-image: url(obj/bg_under.gif);
        background-repeat: repeat-x;
      }

      .container {
        width: 504px;
        margin-left: 16px;
      }

      .px12 {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
        font-size: 12px;
        font-style: normal;
        line-height: 17px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #333;
      }

      .std {
        width: 425px;
      }

      li {
        font-size: 16px;
      }

      #wrapper {
        width: 1000px;
      }

      #logo {
        width: 698px;
      }

      #top_photo_body {
        width: 660px;
        margin: 0 auto;
      }

      .top_photo {
        height: 243px;
        width: 330px;
        border-style: none;
      }

      .box {
        margin: 0 auto;
        width: 624px;
      }

      #contents {
        width: 800px;
      }

      .sth {
        width: 77px;
        font-size: 12px;
        align-self: stretch;
      }

      .sth2 {
        height: 44px;
        line-height: 44px;
      }


      .std {
        width: 425px;
        font-size: 12px;
      }


      .std2 {
        width: 173px;
        font-size: 12px;
      }

      .shouhin {
        width: 700px;
        height: 240px;
      }

      .shouhin_l {
        position: relative;
        top: 31px;
        left: 45px;
        width: 256px;
        height: 192px;
        background-color: white;
        border: 1px solid #cccccc;
        z-index: 2;
      }

      .shouhin_r {
        position: relative;
        top: -182px;
        left: 19px;
        width: 660px;
        height: 230px;
        vertical-align: middle;
        display: table-cell;
        background-color: #f8f8f8f8;
        color: #029fa7;
      }

      .shouhin_photo_half {
        width: 125px;
        height: 188px;
        border-style: none
      }

      .shouhin_photo_full {
        width: 258px;
        height: 194px;
        border-style: none
      }

      .shouhin_setumei {
        padding-left: 326px;
        width: 300px;
        vertical-align: middle;
        display: table-cell;
      }

      #chuui {
        font-size: 16px;
        padding-left: 140px;
      }


      #katei_setumei {
        text-align: left;
        padding-left: 162px;
      }

      .enhance {
        font-size: 18px;
      }

      .bartext {
        font-size: 22px;
        font-weight: 500;
      }

      .mobile {
        display: none !Important;
      }

      #map {
        width: 800px;
        height: 400px;
        border: 0;
      }

      .blog {
        padding-left: 180px;
      }

      #url {
        position: relative;
        top: -95px;
        left: 256px;
        color: #00bfc7;
      }

      .table_decor {
        padding: 35px;
        background: url(../img/pattern.jpg) 0 0 repeat;
      }

      .cat {
        height: 36px;
        color: #02b6af;
        font-size: 20px;
        font-weight: 400;
      }

      /* PC用ナビ */

      nav li {
        color: #555;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0;
        margin: 0 6px;
        border-left: solid 1px #e1e1e1;
        display: block;
        transition: all 0.3s ease;
        text-align: center;
        float: left;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
      }

      nav li:last-child {
        border-right: solid 2px #e1e1e1;
      }

      nav li a {
        color: #888;
        font-size: 16px;
        /* font-size: 1.4rem; */
        padding: 0 12px;
        border-left: solid 1px #e1e1e1;
        display: block;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
      }

      nav li a:hover {
        color: deeppink;
      }

      #navMobile {
        display: none;
      }

      #header {
        height: 127px;
        text-align: center;
      }

      #contents {
        border-top: solid 2px #02bfb8;
      }

      .midasi {
        width: 680px;
        height: 35px;
      }

      .logo {
        width: 360px;
        height: 80px;
      }

      .vw96 {
        width: 680px;
      }


      .leftpane {
        width: 710px;
      }

      .wrapper2 {
        width: 1400px;
        align-items: start;
      }

      .others {
        margin-top: 20px;
        margin-left: 6px;
      }

      .btn-gradation {
        background-image: linear-gradient(-90deg, #FF006E, #FFD500);
      }

      .siharaih {
        width: 20%;
        margin-bottom: 20px;
      }

      .siharaid {
        width: 80%;
        margin-bottom: 20px;
      }

      .orange {
        width: 110px;
        font-size: 13px;
      }

      .ctr {
        width: 562px;
        font-size: 13px;
      }

      .h10 {
        width: 10px;
      }

      .ul {
        width: 119px;
        border-bottom: 1px dotted #000;
        margin-bottom: 10px;
      }

      .ul2 {
        width: 562px;
        border-bottom: 1px dotted #000;
      }

      .sp {
        width: 10px;
      }

      .flex {
        padding-right: 10px;
      }

      .adj {
        width: 100%;
        height: 10px;
      }
      
      .frame {
        width:330x;
      }

      .setumei1 {
        width: 325px;
        font-size: 12px;
      }

      .setumei2 {
        width: 175px;
        font-size: 12px;
      }
      
      .gazou1 {
        width:325px;
        padding-right:10px;
      }

      .news {
        width:656px;
      }
    }

    /******************************** PC用終了 ****************************/

    /******************************** スマホ用 ***************************/
    @media screen and (max-width:1000px) {

      body {
        margin-top: 10px
      }

      li {
        font-size: 15px;
      }

      .flex {
        justify-content: center;
      }

      .px12 {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ";
        font-size: 16px;
        font-style: normal;
        line-height: 15px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #333;
      }

      #wrapper {
        width: 100vw;
        overflow-wrap: break-word;
      }

      #logo {
        width: 98vw;
      }

      #top_photo_body {
        width: 100vw;
      }

      .top_photo {
        width: 45vw;
        height: 30vw;
        border-style: none;
      }

      .tbl1 {
        width: 96vw;
        /* background-color: gray; */
      }

      .tbl2 {
        width: 96vw;
        background-color: gray;
        border-width: 1px;
      }


      .box {
        width: 85vw;
        margin: auto;
      }

      #contents {
        width: 100vw;
      }

      .shouhin {
        width: 95vw;
        height: 38vw;
      }

      .shouhin_l {
        position: relative;
        top: 5vw;
        left: 2vw;
        width: 46vw;
        height: 32vw;
        background-color: white;
        border: 1px solid #cccccc;
        z-index: 2;
      }

      .shouhin_r {
        position: relative;
        top: -28vw;
        left: 2vw;
        width: 91vw;
        height: 34vw;
        vertical-align: middle;
        display: table-cell;
        background-color: #f8f8f8f8;
        color: #029fa7;
      }

      .shouhin_photo_half {
        width: 21vw;
        height: 30vw;
        border-style: none
      }

      .shouhin_photo_full {
        width: 46vw;
        height: 32.3vw;
        border-style: none
      }

      .shouhin_setumei {
        padding-left: 49vw;
        width: 40vw;
        vertical-align: middle;
        display: table-cell;
      }

      #chuui {
        font-size: 15px;
        padding: 0 3vw 0 0;
      }

      #buy {
        position: fixed;
        left: 20px; /* calc(50vw - 116px); */
        bottom: 20px;
        z-index: 3;
      }

      #katei_setumei {
        width: 90vw;
        text-align: left;
        padding-left: 7vw;
      }

      .enhance {
        font-size: 16px;
      }

      .bartext {
        font-size: min(5vw, 22px);
        /* 基本5vwだが22pxは超えない */
        font-weight: 400;
      }

      .pc {
        display: none !Important;
      }

      #map {
        width: 100vw;
        height: 100vw;
        border: 0;
      }

      .blog {
        width: 95vw !Important;
        /* font-size: min(4vw, 16px); */
        padding-left: 3vw;
      }

      #url {
        position: absolute;
        top: 23.5vw;
        right: 2.5vw;
        color: #01b2b9;
        /* #00bfc7; */
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 3.35vw;
      }

      .souryou {
        font-size: min(4vw, 16px);
      }

      .table_decor {
        padding: 10px;
        background: url(../img/pattern.jpg) 0 0 repeat;
      }

      .sth {
        width: 20vw;
      }

      .std {
        width: 66vw;
      }

      .std2 {
        width: 66vw;
      }

      .vw42 {
        width: 42vw;
      }

      .vw45 {
        width: 45vw;
      }

      .vw50 {
        width: 50vw;
      }

      .vw53 {
        width: 53vw;
      }


      .vw90 {
        width: 87vw;
        max-width: 500px;
      }

      .vw96 {
        width: 96vw;
        padding: 0 4px;
      }

      .vw100 {
        width: 100vw;
      }

      .cat {
        height: 36px;
        color: #02b6af;
        font-size: 17px;
        font-weight: 400;
      }

      .px14 {
        font-size: 14px;
      }

      .px15 {
        font-size: 15px;
      }

      .px16 {
        font-size: 16px;
      }

      /* スマホ用ナビ */

      nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 10;
        opacity: 0;
      }

      .open nav {
        left: 0;
        opacity: 1;
      }

      nav .inner {
        padding: 25px;
      }

      nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333;
      }

      nav .inner ul li a {
        display: block;
        color: #333;
        font-size: 15px;
        padding: 1em;
        text-decoration: none;
        transition-duration: 0.2s;
      }

      nav .inner ul li a:hover {
        background: #e4e4e4;
      }

      nav {
        left: -80vw;
        width: 80vw;
      }

      .toggle_btn {
        display: block;
        position: fixed;
        top: 22px;
        right: 10px;
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 10;
      }

      .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #07f;
        border-radius: 4px;
        transition: all .5s;
      }

      .toggle_btn span:nth-child(1) {
        top: 4px;
      }

      .toggle_btn span:nth-child(2) {
        top: 14px;
      }

      .toggle_btn span:nth-child(3) {
        bottom: 4px;
      }

      .open .toggle_btn span {
        background-color: #fff;
      }

      .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
      }

      .open .toggle_btn span:nth-child(2) {
        opacity: 0;
      }

      .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
      }

      #mask {
        display: none;
        transition: all .5s;
      }

      .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .8;
        z-index: 4;
        cursor: pointer;
      }

      #header {
        height: 22vw;
        text-align: center;
        margin-top: 25px;
      }

      #header_hr {
        display: none;
      }

      .fl2 {
        float: left;
        width: 30vw;
      }

      .fl3 {
        float: left;
        width: 60vw;
      }

      .tr {
        text-align: right;
      }

      #contents {
        border-top: solid 1px #02bfb8;
      }

      .px15_mobile {
        font-size: 15px;
      }

      .container {
        width: 87vw;
      }

      .midasi {
        width: 97vw;
      }

      .logo {
        width: 80vw;
        max-width: 360px;
      }

      .wrapper2 {
        width: 100vw;
      }

      .others {
        margin: auto;
        margin-top: 50px;
      }

      .btn-gradation {
        background-image: linear-gradient(-90deg, #fd4187, #fd4187);
      }

      .siharaih {
        width: 96vw;
        margin-bottom: 10px;
      }

      .siharaid {
        width: 96vw;
        margin-bottom: 25px;
      }

      /* .ctr {
        width: 96vw;
        text-align: center;
      } */

      .h10 {
        width: 96vw;
        height: 10px;
      }


      .orange {
        background: #cb809d;
        color: white;
        margin-top: 20px;
        width: 96vw;
        text-align: center;
      }
      
      .adj {
        width:100vw;
        height:10px;
      }
      
      .news {
        width:82vw;
      }
      
      .setumei1 {
        width:92vw;
        font-size: clamp(14px, 2.0vw, 18px);
        padding-bottom:20px;
      }
      
      .setumei2 {
        width: 92vw;
        font-size: clamp(14px, 2.0vw, 18px);
        padding-bottom:20px;
      }
      
      .gazou1 {
        width:96vw;
        height:32vw;
        max-width:440px;
        max-height:190px;
      }

      .gazou2 {
        width:60vw;
        height:50vw;
        max-width:240px;
        max-height:200px;
      }
      
      .top_img {
        width:96vw;
        height:32vw;
        max-width:440px;
        max-height:190px;

      }

   }

    /************************** スマホ用終了 **********************/

