@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-align: center; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

body {
  overflow-x: hidden; }

@media screen and (max-width: 1600px) {
  .h_menu li a {
    font-size: 14px !important; }

  .sp_header_menu .logo_area img {
    max-width: 150px;
    height: auto; } }
/*------------------------------------------------------*/
#search_page {
  margin: 50px auto 15% !important;
  width: 95%; }

#category h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5em !important;
  text-align: center;
  margin-bottom: 1.0em; }
  #category h2 span {
    font-size: 50%;
    display: block; }
#category ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  #category ul li {
    max-width: 250px;
    width: 48%;
    padding: 0.5em;
    margin: 0 0.2em; }
    @media screen and (max-width: 769px) {
      #category ul li {
        width: 48%;
        padding: 0; } }
    #category ul li a {
      background: #7a8d5c;
      display: block;
      padding: 0.7em 1.5em;
      font-size: 1.2em !important;
      font-family: "Noto Sans", sans-serif;
      color: #fff !important;
      line-height: 1.2; }
      #category ul li a span {
        font-size: 60%;
        display: block;
        background: #7a8d5c;
        color: #fff; }
      #category ul li a:hover {
        opacity: 0.8;
        transition: .4s; }

.blockBox {
  margin-bottom: 10%; }
  .blockBox p {
    font-size: 0.9em;
    margin: 5% auto 2%; }
    .blockBox p span {
      font-size: 100%;
      border-bottom: 1px solid #7a8d5c; }

#parasol {
  margin: 5em auto 0; }
  #parasol h2.ttl {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2em !important;
    text-align: left;
    padding-left: 0.5em !important;
    border-left: 3px solid #7a8d5c;
    border-bottom: none; }
    #parasol h2.ttl span {
      font-size: 70%;
      padding-left: 0.5em; }
  #parasol .type ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #parasol .type ul li {
      width: 31.3%;
      margin: 1%; }
      @media screen and (max-width: 769px) {
        #parasol .type ul li {
          width: 48%; } }
      #parasol .type ul li a {
        display: block;
        font-size: 0.8em;
        padding: 0.7em 1.5em;
        background: #fff;
        border: 1px solid #7a8d5c; }
        #parasol .type ul li a span {
          font-size: 70%;
          display: block; }
        #parasol .type ul li a:active {
          color: #fff !important; }
        #parasol .type ul li a:hover {
          background: #7a8d5c;
          color: #fff !important;
          transition: .4s; }
          #parasol .type ul li a:hover span {
            background: #7a8d5c;
            color: #fff;
            transition: .4s; }
  #parasol .type .f_80 {
    text-decoration: underline; }
  #parasol .design {
    margin-top: 5.0em; }
    #parasol .design ul {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #parasol .design ul li {
        width: 48%;
        margin: 1%; }
        #parasol .design ul li a {
          display: block;
          position: relative;
          font-size: 0.9em; }
          #parasol .design ul li a p {
            position: absolute;
            width: 100%;
            color: #fff;
            background: rgba(100, 100, 100, 0.6);
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 1.0em 0; }
  #parasol .color {
    margin-top: 5.0em; }
    #parasol .color ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1000px) {
        #parasol .color ul {
          justify-content: flex-start; } }
      #parasol .color ul li {
        margin: 1%; }
        #parasol .color ul li a {
          display: block;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 1px solid #ccc; }
          #parasol .color ul li a.c_ivory {
            background: #eae8d1; }
          #parasol .color ul li a.c_black {
            background: #272720; }
          #parasol .color ul li a.c_beige {
            background: #e3d8c7; }
          #parasol .color ul li a.c_pink {
            background: #ede4e3; }
          #parasol .color ul li a.c_navy {
            background: #23232f; }
          #parasol .color ul li a.c_darkgray {
            background: #706d61; }
          #parasol .color ul li a.c_bluegray {
            background: #7c939c; }
          #parasol .color ul li a.c_gray {
            background: #cbcac2; }
          #parasol .color ul li a.c_lavender {
            background: #dac8d7; }
          #parasol .color ul li a.c_orange {
            background: #e57206; }
          #parasol .color ul li a.c_olive {
            background: #777e58; }
