@charset "UTF-8";
/* --ブラウザの互換初期化------------------------ */
html {
  overflow: scroll; }

* {
  margin: 0;
  padding: 0; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

ul, ol, li {
  list-style-type: none; }

a {
  color: #000;
  text-decoration: none; }

/* --clearfix------------- */
.clearfix:after, section:after, nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix, section, nav {
  min-height: 1px; }

/* iOSでのデフォルトスタイルをリセット */
button,
input[type="button"].clearbtn {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent; }

button::-webkit-search-decoration,
input[type="button"].clearbtn::-webkit-search-decoration {
  display: none; }

button::focus,
input[type="button"].clearbtn::focus {
  outline-offset: -2px; }

button,
input[type="button"].clearbtn {
  border: 0 none;
  display: inline; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

p {
  line-height: 1.6; }

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.only-sp {
  display: none !important; }

a:hover {
  opacity: 0.8;
  -webkit-transition: all .6s ease;
  transition: all .6s ease; }

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important; }
  .only-sp {
    display: block !important; } }

/* ------------------------
    基本構造
------------------------ */
html,
body {
  margin: 0 auto !important;
  overflow-y: none;
  width: 100%; }

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #4d4d4d;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 16px; }

.bgPink {
  background-color: #eb8799; }

.bgBlue {
  background-color: #35a5b9; }

.bgGray {
  background-color: #a6a6a6; }

/* ------------------------
    フッター
------------------------ */
footer .foot-main {
  position: relative;
  background-color: #f3a8bb;
  color: #fff;
  padding: 20px 0;
  text-align: center; }
  footer .foot-main img {
    width: 65.46%;
    margin: 0 auto 20px; }
  footer .foot-main p {
    letter-spacing: 1px; }
    footer .foot-main p a {
      display: block;
      font-size: 30px;
      text-align: center;
      font-weight: normal;
      color: #fff; }

footer .copyright {
  font-size: 11px;
  line-height: 50px;
  text-align: center; }

/* ------------------------
    ボタン
------------------------ */
.btn-list {
  background-image: url(././img/bg_sec01.jpg); }

.btn {
  display: block;
  position: relative;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  font-weight: bold;
  margin-top: 25px; }
  .btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
    transition: all .5s; }
  .btn.arrow-blue {
    color: #35a5b9; }
    .btn.arrow-blue::after {
      background-image: url(./img/ico_arrow02.png); }
  .btn.arrow-black {
    color: #000; }
    .btn.arrow-black::after {
      background-image: url(./img/ico_arrow03.png); }

.btn02, .btn03 {
  display: block;
  position: relative;
  width: 83%;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 30px;
  margin: 0 auto 15px;
  padding: 20px 0 16px 15px;
  box-sizing: border-box; }
  .btn02::before, .btn03::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain; }
  .btn02.ico-free::before, .btn03.ico-free::before {
    width: 46px;
    height: 46px;
    background-image: url(./img/ico_free.png);
    left: 20px; }
  .btn02.ico-est::before, .btn03.ico-est::before {
    width: 30px;
    height: 33px;
    background-image: url(./img/ico_est.png);
    left: 32px; }
  .btn02.ico-tel::before, .btn03.ico-tel::before {
    width: 31px;
    height: 26px;
    background-image: url(./img/ico_tel.png);
    left: 28px; }
  .btn02 img, .btn03 img {
    width: 60%;
    margin: 0 auto; }

.btn03 {
  padding: 12px 10px 8px 66px; }
  .btn03 img {
    width: auto;
    margin: 0; }

/* ------------------------
    LP
------------------------ */
.main-head {
  display: block;
  height: 0;
  padding-top: 117.5%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(./img/bg_top.jpg);
  background-repeat: no-repeat;
  background-size: contain; }

.tit-h2 {
  padding: 0 10px;
  margin-bottom: 35px; }
  .tit-h2 span {
    display: block;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 34.25%;
    background-image: url(./img/tit_top.png);
    background-repeat: no-repeat;
    background-size: contain; }

.tit-h3 {
  padding: 0 10px; }
  .tit-h3 span {
    display: block;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain; }
  .tit-h3.tit-h3-01 {
    margin-bottom: 20px; }
    .tit-h3.tit-h3-01 span {
      padding-top: 21.23%;
      background-image: url(./img/txt_tit01.png); }
  .tit-h3.tit-h3-02 span {
    padding-top: 23.7%;
    background-image: url(./img/txt_tit02.png); }

.chara .accordion {
  margin-bottom: 40px; }
  .chara .accordion dt {
    background-color: #eb8799;
    padding: 20px 0 20px 18px;
    border-bottom: 1px solid #fbe5e9;
    position: relative; }
    .chara .accordion dt::after {
      content: '';
      display: block;
      position: absolute;
      width: 11px;
      height: 7px;
      background: url(./img/ico_arrow01.png) no-repeat;
      background-size: contain;
      margin: auto;
      right: 12px;
      top: 0;
      bottom: 0;
      transform: rotate(180deg);
      transition: all .5s; }
    .chara .accordion dt.open::after {
      transform: rotate(0deg);
      transition: all .5s; }
    .chara .accordion dt img {
      margin: 0; }
    .chara .accordion dt {
      padding-right: 30px; }
  .chara .accordion dd {
    display: none;
    background-color: #fbe5e9;
    padding: 20px 18px 27px; }
    .chara .accordion dd:first-of-type {
      display: block; }
    .chara .accordion dd p {
      padding-top: 15px; }
      .chara .accordion dd p strong {
        display: block;
        font-size: 19px;
        padding-bottom: 5px; }
    .chara .accordion dd hr {
      margin: 20px 0 5px; }

.type {
  color: #fff;
  padding: 40px 18px;
  border-bottom: 1px solid #fff; }
  .type p {
    padding: 20px 0;
    line-height: 1.7; }
  .type figure:nth-of-type(2) {
    padding: 0 10px 20px 15px; }
  .type figure:nth-of-type(3) {
    padding: 0 10px 0 15px; }
  .type.type01 figure:nth-of-type(1) {
    margin-left: -8px;
    padding-right: 18px; }
  .type.type02 figure:nth-of-type(1) {
    margin-left: -8px;
    padding-right: 90px; }
  .type.type03 figure:nth-of-type(1) {
    padding-right: 106px; }

.ac-price p {
  padding: 0; }
  .ac-price p .btn {
    margin-top: 10px; }
    .ac-price p .btn.open::after {
      transform: rotate(-90deg);
      transition: all .5s; }

.ac-price ul {
  display: none; }
  .ac-price ul li {
    overflow-x: scroll; }
    .ac-price ul li .ac-table {
      text-align: center;
      margin-top: 15px;
      width: 200%;
      border: 1px solid #999;
      color: #000; }
      .ac-price ul li .ac-table thead {
        background-color: #fff; }
        .ac-price ul li .ac-table thead th {
          font-weight: bold;
          text-align: center;
          padding: 10px;
          border-left: 1px solid #999; }
          .ac-price ul li .ac-table thead th:first-of-type {
            border-left: 0 none; }
      .ac-price ul li .ac-table tbody tr:nth-of-type(even) {
        background-color: #fff; }
      .ac-price ul li .ac-table tbody tr:nth-of-type(odd) {
        background-color: #ccc; }
      .ac-price ul li .ac-table tbody tr th {
        font-weight: bold;
        padding: 10px;
        text-align: center; }
      .ac-price ul li .ac-table tbody tr td {
        border-left: 1px solid #999;
        padding: 10px; }

.slider {
  display: block;
  padding: 0 0 50px; }
  .slider .main-gallery {
    position: relative; }
    .slider .main-gallery .flickity-prev-next-button {
      display: block;
      position: absolute;
      width: 5%;
      height: 7%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: inherit;
      margin: auto;
      top: 0;
      bottom: 0;
      transform: none; }
      .slider .main-gallery .flickity-prev-next-button.next {
        background-image: url(./img/ico_slider_l.png);
        left: -8px;
        right: auto; }
      .slider .main-gallery .flickity-prev-next-button.previous {
        background-image: url(./img/ico_slider_r.png);
        right: -8px;
        left: auto; }
      .slider .main-gallery .flickity-prev-next-button svg {
        display: none; }

.voice figure {
  width: 46.26%;
  margin: 0 auto 35px; }

.voice .user strong {
  display: block;
  font-size: 20px;
  padding-bottom: 15px; }

.voice .user p {
  line-height: 1.7; }

#contents section {
  padding: 0 8px; }
  #contents section.sec01 {
    background-image: url(././img/bg_sec01.jpg);
    padding: 25px 8px; }
  #contents section.sec02 {
    padding: 0 0 25px;
    background-image: url(././img/bg_sec01.jpg); }
  #contents section.sec03 {
    padding: 25px 0 0; }
    #contents section.sec03 .btn-list {
      padding: 40px 0 25px;
      background: #fff; }
  #contents section.sec04 {
    padding: 30px 18px 40px;
    background-color: #e4e4e4; }
  #contents section.sec05 {
    padding: 0; }
    #contents section.sec05 .btn-list {
      padding: 40px 0 25px; }


/* 2203 spのLP下部に サンプル請求 ボタンを設置 */
    .foot-bnr::before {
        content: '';
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        background: url(./img/ico_free.png) no-repeat;
          background-size: auto;
        background-size: contain;
        top: -8px;
        left: 15%;
        z-index: 1;
        image-rendering: -webkit-optimize-contrast;
      }
      .foot-bnr {
        display: block;
        position: fixed;
        padding: 20px 0;
        width: 100%;
        max-width: 750px;
        z-index: 10;
        bottom: 0;
        border-top: 1px solid #fff;
      }
      .foot-bnr img {
        width: 50%;
        margin: 0 auto;
        padding-left: 40px;
      }


      /*PCの場合にはメニューを表示させない*/
      @media (min-width: 768px) {
         .foot-bnr {
            display:none;
          }
      }

/* 2203 spのLP下部に サンプル請求 ボタンを設置 */
