@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : premium.css                               */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.premium .h1_wrap {
  background: url(../../premium_top/premium/img/h1_bg.jpg) no-repeat center center/cover;
}

.premium_top {
  background: url(../../premium_top/img/h1_icon.png) no-repeat;
}

.premium_top .h1_wrap {
  background: url(../../premium_top/img/h1_bg.jpg) no-repeat center center/cover;
}

.premium_top {
  background: #f2f2f2;
}

.premium_top .menu_wrap {
  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: 100px;
}

.premium_top .menu_wrap .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45.8333%;
  max-width: 550px;
  text-align: center;
  padding: 5% 7.5%;
}

.premium_top .menu_wrap .menu_box.pr {
  border: 1px solid #7e6927;
}

.premium_top .menu_wrap .menu_box.pl {
  border: 1px solid #4d4d95;
}

.premium_top .menu_wrap .menu_box .menu_icon {
  margin-bottom: 40px;
}

.premium_top .menu_wrap .menu_box .menu_tit {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.premium_top .menu_wrap .menu_box .menu_tit.pr {
  color: #7e6927;
}

.premium_top .menu_wrap .menu_box .menu_tit.pl {
  color: #4d4d95;
}

.premium_top .menu_wrap .menu_box .text {
  margin-bottom: 30px;
}

.premium_top .menu_wrap .menu_box .menu_price {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.premium_top .menu_wrap .menu_box .menu_price span {
  font-size: 16px;
}

.premium_top .menu_wrap .menu_box .btn01 {
  margin-top: auto;
}

.premium_top .menu_wrap .menu_box .btn01 a:after {
  background: #fff;
}

.premium_top .menu_wrap .menu_box .btn01.pr a {
  max-width: 100%;
  background: #7e6927;
  border: 1px solid #7e6927;
  color: #fff;
}

.premium_top .menu_wrap .menu_box .btn01.pr a:hover {
  background: inherit;
  color: #7e6927;
}

.premium_top .menu_wrap .menu_box .btn01.pr a:hover:after {
  background: #7e6927;
}

.premium_top .menu_wrap .menu_box .btn01.pr a:after {
  background: #fff;
}

.premium_top .menu_wrap .menu_box .btn01.pl a {
  max-width: 100%;
  background: #4d4d95;
  border: 1px solid #4d4d95;
  color: #fff;
}

.premium_top .menu_wrap .menu_box .btn01.pl a:hover {
  background: inherit;
  color: #4d4d95;
}

.premium_top .menu_wrap .menu_box .btn01.pl a:hover:after {
  background: #4d4d95;
}

.premium_top .menu_wrap .menu_box .btn01.pl a:after {
  background: #fff;
}

.intro_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  margin-bottom: 100px;
}

.intro_wrap .img_ctr {
  margin-bottom: 40px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.intro_wrap .text {
  margin-bottom: 20px;
}

.intro_wrap .price {
  display: inline-block;
  width: 16.6666%;
  max-width: 200px;
  text-align: center;
  font-size: 14px;
  color: #7e6927;
  border: 1px solid #7e6927;
  border-radius: 5px;
  padding: 5px 0;
  margin-bottom: 5px;
}

.intro_wrap .price.plus {
  border: 1px solid #4d4d95;
  color: #4d4d95;
}

.intro_wrap .attn {
  text-align: center;
  font-size: 12px;
}

.premium {
  background: #f2f2f2;
}

.table_wrap {
  margin: 40px 0 100px;
}

.table_wrap .table01 {
  width: 100%;
  border: #3b2526 solid 1px;
  border-collapse: collapse;
  margin: 0 0 30px;
}

.table_wrap .table01 thead th {
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.2;
  letter-spacing: 4px;
}

.table_wrap .table01 thead th span {
  font-size: 14px;
}

.table_wrap .table01 thead th:last-child {
  border-right: 1px solid #3b2526;
}

.table_wrap .table01 thead th:nth-child(1) {
  background: #d7d7d7;
}

.table_wrap .table01 thead th:nth-child(3) {
  color: #7e6927;
}

.table_wrap .table01 thead th:nth-child(4) {
  color: #4d4d95;
}

.table_wrap .table01 tbody th {
  width: 25%;
  background: #e6e4e4;
  text-align: left;
  font-size: 16px;
  color: #3b2526;
  padding: 15px 20px;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
  line-height: 1.2;
  letter-spacing: 4px;
}

.table_wrap .table01 tbody tr:last-child th, .table_wrap .table01 tbody tr:last-child td {
  border-bottom: none;
}

.table_wrap .table01 tbody td {
  width: 25%;
  background: #FFF;
  text-align: center;
  padding: 15px 20px;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: middle;
}

.table_wrap .table01 tbody td:nth-child(3) {
  color: #7e6927;
}

.table_wrap .table01 tbody td:nth-child(4) {
  color: #4d4d95;
}

.table_wrap .attn {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
}

.content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.content_wrap:first-of-type {
  margin-top: 100px;
}

.content_wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_wrap .text_box {
  width: 41.6666%;
  max-width: 500px;
}

.content_wrap .text_box .text_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #d7d7d7;
  line-height: 0.5;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}

.content_wrap .text_box h3 {
  font-size: 48px;
  letter-spacing: 5px;
  color: #3b2526;
  margin-bottom: 40px;
}

.content_wrap .text_box .text {
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.content_wrap .img_box {
  width: 45.8333%;
  max-width: 550px;
}

.accord_wrap .accordion_area .tit {
  position: relative;
  background: #3b2526;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  padding: 8px 10px 25px;
  cursor: pointer;
}

.accord_wrap .accordion_area .tit:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  left: 0;
  bottom: 5px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accord_wrap .accordion_area .tit.close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accord_wrap .accordion_area .box {
  display: none;
  padding: 50px 0 0;
}

.accord_wrap .accordion_area .box ul.function_wrap {
  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;
}

.accord_wrap .accordion_area .box ul.function_wrap li {
  width: 47.9166%;
  max-width: 575px;
  margin-bottom: 50px;
}

.accord_wrap .accordion_area .box ul.function_wrap li:last-child {
  margin-bottom: 0;
}

.accord_wrap .accordion_area .box ul.function_wrap li:nth-last-child(2) {
  margin-bottom: 0;
}

.accord_wrap .accordion_area .box ul.function_wrap li .icon {
  text-align: center;
}

.accord_wrap .accordion_area .box ul.function_wrap li .tit_s {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.accord_wrap .accordion_area .box ul.function_wrap li .text {
  letter-spacing: 1.5px;
}

.accord_wrap .accordion_area .box ul.function_wrap li .text span {
  font-size: 12px;
}

.accord_wrap .accordion_area .box .other_wrap {
  background: #e8e8e5;
  padding: 60px 20px;
  margin-top: 100px;
}

.accord_wrap .accordion_area .box .other_wrap h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.accord_wrap .accordion_area .box .other_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68.3333%;
  max-width: 820px;
  margin: 0 auto;
}

.accord_wrap .accordion_area .box .other_wrap ul li {
  width: 20.7317%;
  max-width: 170px;
  text-align: center;
}

.accord_wrap .accordion_area .box .other_wrap ul li .icon_othr {
  margin-bottom: 10px;
}

.accord_wrap .accordion_area .box .other_wrap ul li .tit_othr {
  font-size: 14px;
}

.btn03 a {
  max-width: 420px;
  margin: 100px auto;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .premium_top .menu_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .premium_top .menu_wrap .menu_box {
    width: 100%;
    max-width: 100%;
    padding: 10% 5%;
    margin-bottom: 50px;
  }
  .premium_top .menu_wrap .menu_box .menu_icon {
    margin-bottom: 20px;
  }
  .premium_top .menu_wrap .menu_box .menu_tit {
    font-size: 17px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .premium_top .menu_wrap .menu_box .text {
    margin-bottom: 15px;
  }
  .premium_top .menu_wrap .menu_box .menu_price {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .premium_top .menu_wrap .menu_box .menu_price span {
    font-size: 10px;
  }
  .intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .intro_wrap .img_ctr {
    margin-bottom: 20px;
  }
  .intro_wrap .intro_tit {
    padding-top: 0;
  }
  .intro_wrap .text {
    margin-bottom: 10px;
  }
  .intro_wrap .price {
    width: 80%;
    max-width: 80%;
  }
  .table_wrap {
    margin-bottom: 50px;
  }
  .table_wrap .table01 {
    margin: 50px 0 15px;
  }
  .table_wrap .table01 thead th {
    font-size: 12px;
    padding: 5px 5px;
    letter-spacing: 1px;
  }
  .table_wrap .table01 thead th span {
    font-size: 10px;
  }
  .table_wrap .table01 tbody th {
    width: 10%;
    font-size: 12px;
    padding: 8px 10px;
  }
  .table_wrap .table01 tbody td {
    width: 30%;
    padding: 8px 10px;
  }
  .table_wrap .attn {
    font-size: 12px;
  }
  .content_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .content_wrap:first-of-type {
    margin-top: 50px;
  }
  .content_wrap:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content_wrap .text_box {
    width: 100%;
    max-width: 100%;
  }
  .content_wrap .text_box .text_en {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .content_wrap .text_box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content_wrap .img_box {
    width: 100%;
    max-width: 100%;
  }
  .accord_wrap .accordion_area .tit {
    padding: 8px 10px 25px;
  }
  .accord_wrap .accordion_area .box {
    padding: 25px 0 0;
  }
  .accord_wrap .accordion_area .box ul.function_wrap {
    display: block;
  }
  .accord_wrap .accordion_area .box ul.function_wrap li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .accord_wrap .accordion_area .box ul.function_wrap li:last-child {
    margin-bottom: 25px;
  }
  .accord_wrap .accordion_area .box ul.function_wrap li:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .accord_wrap .accordion_area .box ul.function_wrap li .tit_s {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .accord_wrap .accordion_area .box .other_wrap {
    padding: 30px 10px;
    margin-top: 50px;
  }
  .accord_wrap .accordion_area .box .other_wrap h4 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .accord_wrap .accordion_area .box .other_wrap 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;
    width: 100%;
    max-width: 100%;
  }
  .accord_wrap .accordion_area .box .other_wrap ul li {
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .accord_wrap .accordion_area .box .other_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .accord_wrap .accordion_area .box .other_wrap ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .accord_wrap .accordion_area .box .other_wrap ul li .icon_othr {
    margin-bottom: 5px;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=premium.css.map */