/* ~479px:sp縦
----------------------- */

/*@media screen and (max-width: 479px) {*/
/*  .all-menu .title {*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    letter-spacing: 1.5px;*/
/*    margin: 10px 0 15px;*/
/*  }*/

/*  .all-menu .txt1 {*/
/*    height: 30px;*/
/*    background: #b4a694;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: bold;*/
/*    margin-bottom: 20px;*/
/*  }*/

/*  .all-menu .clearfix::after {*/
/*    content: "." !important;*/
/*    clear: both !important;*/
/*    display: block !important;*/
/*    height: 0 !important;*/
/*    visibility: hidden !important;*/
/*  }*/

/*  .all-menu dl {*/
/*    margin-left: 15px;*/
/*  }*/

/*  .all-menu dt {*/
/*    padding-left: 20px;*/
/*    position: relative;*/
/*    font-size: 15px;*/
/*    line-height: 24px;*/
/*    letter-spacing: 1.5px;*/
/*    margin-bottom: 15px;*/
/*    width: 200px;*/
/*    float: left;*/
/*  }*/

/*  .all-menu dt::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 0px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: #915641;*/
/*    border-radius: 100%;*/
/*  }*/

/*  .all-menu dd {*/
/*    width: 85px;*/
/*    float: right;*/
/*    text-align: left;*/
/*    color: #883a1f;*/
/*    font-size: 15px;*/
/*    font-weight: bold;*/
/*  }*/

/*  .all-menu .txt2 {*/
/*    font-size: 12px;*/
/*    margin-left: 25px;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*}*/


/* 960px~:pc
----------------------- */

@media screen and (min-width: 0px) {
  .header01 {
    padding: 17rem 0 5rem 0;
  }

  .header01 p {
    text-align: center;
    font-size: 3rem;
  }

  .menu-switcher {
    padding: 2rem 0 1rem 0;
  }

  .switch-button {
    width: 50rem;
    height: 5rem;
    text-align: center;
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    border: 0.2rem solid white;
  }

  .switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: #000;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    padding-bottom: 0.2rem;
    font-size: 1.8rem;
  }

  .switch-button-case:hover {
    color: grey;
    cursor: pointer;
  }

  .switch-button-case:focus {
    outline: none;
  }

  .switch-button .active {
    color: #151515;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.5s ease-out all;
  }

  .switch-button .active-case {
    color: #151515;
  }

  .all-menu {
    padding: 4.3rem;
    min-height: 10rem;
  }

  .all-menu .title {
    text-align: center;
    letter-spacing: 0.2rem;
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }

  .all-menu .col1 {
    float: left;
    width: 46rem;
  }

  .all-menu .col2 {
    float: right;
    width: 46rem;
  }

  .all-menu .box {
    margin-bottom: 3rem;
  }

  .all-menu .txt1 {
    height: 4.2rem;
    background: #b4a694;
    text-align: center;
    font-size: 2rem;
    line-height: 4.2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
    font-weight: bold;
  }

  .all-menu .clearfix::after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }

  .all-menu dt {
    padding-left: 2rem;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
    width: 35rem;
    float: left;
  }

  .all-menu dt::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #915641;
    border-radius: 100%;
  }

  .all-menu dd {
    max-width: 15rem;
    float: right;
    color: #883a1f;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .all-menu .txt2 {
    position: absolute;
    bottom: 10rem;
    right: 1rem;
    font-size: 2rem;
  }
}