@charset "utf-8";

/* top-modal */
.top-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease .3s;
}
.top-modal .bg {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5%;
}
.top-modal .bg .modal-inner {
  padding: 3%;
  background: #fff;
  position: relative;
  transition: all .6s;
  transform: translateX(-110%);
}
.top-modal .bg .modal-inner .modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  background: #000;
  width: 30px;
  height: 30px;
}
.top-modal .bg .modal-inner .modal-close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-modal .bg .modal-inner .modal-close span::before,
.top-modal .bg .modal-inner .modal-close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
}
.top-modal .bg .modal-inner .modal-close span::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.top-modal .bg .modal-inner .modal-close span::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.top-modal .bg .modal-inner .modal-btn .modal-btn-link {
  display: block;
  padding: 3%;
  background: #ff1201;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
}
/* 表示時のスタイル */
.top-modal.show {
  visibility: visible;
  opacity: 1;
}
.top-modal.show .bg .modal-inner {
  transform: translateX(0);
}


/*===== .campaign-bnr =====*/
.campaign-bnr {
    padding: 40px 0 40px;
    background-color: #fff5f8;
}
.campaign-bnr .bnr {
    width: 100%;
    max-width: 700px;
    padding: 0 2%;
    margin: 0 auto;
}

/*===== #nayami =====*/
#nayami {
    padding: 60px 0;
}
#nayami .main-text {
    line-height: 1.4;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
}
#nayami .box {
    border: 10px solid #ee567f;
    background: url(../img/common/bg-memo02.jpg) repeat center center;
    padding: 3%;
    margin-bottom: 30px;
}
#nayami .box ul {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
}
#nayami .box ul li {
    background: url(../img/common/icon-check.png) no-repeat left 4px;
    padding: 2px 0 5px 36px;
    border-bottom: 1px dashed #959494;
    margin-bottom: 10px;
}
#nayami .box ul li.last {
    margin-bottom: 0;
}
#nayami .ans {
}

/*===== #point =====*/
#point {
    padding: 60px 0;
    background-color: #ffefef;
}
#point h2 {
    width: 100%;
    max-width: 458px;
    margin: 0 auto 35px;
}
#point .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ee567f;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    margin-bottom: 15px;
}
#point .box .text-box {
    width: 60%;
}
#point .box .text-box h3 {
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #e83565;
    background: url(../img/common/icon-point01.png) no-repeat left top;
    background-size: 45px;
    padding: 9px 0 8px 55px;
    margin-bottom: 15px;
}
#point .box .text-box h3.icon01 {
    background-image: url(../img/common/icon-point01.png);
}
#point .box .text-box h3.icon02 {
    background-image: url(../img/common/icon-point02.png);
}
#point .box .text-box h3.icon03 {
    background-image: url(../img/common/icon-point03.png);
}
#point .box .text-box h3.icon04 {
    background-image: url(../img/common/icon-point04.png);
}
#point .box .text-box h3.icon05 {
    background-image: url(../img/common/icon-point05.png);
}
#point .box .text-box .text {
    margin-bottom: 0;
}
#point .box .img {
    width: 35%;
}
#point .box .img img {
    border-radius: 15px;
}

/*===== #blog-list =====*/
#blog-list {
    padding: 60px 0;
}
#blog-list .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}
#blog-list .list-box .box {
    width: calc(100% / 3);
    padding: 0 1.5%;
    margin-bottom: 20px;
}
#blog-list .list-box .box a {
    text-decoration: none;
}
#blog-list .list-box .box .img {
    margin-bottom: 10px;
}
#blog-list .list-box .box .img img {
    border-radius: 15px;
}
#blog-list .list-box .box .ttl {
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
#blog-list .list-box .box a:hover .ttl {
    color: #ee567f;
    transition: 0.5s;
}
#blog-list .list-box .box .text {
    margin-bottom: 0;
}
#blog-list .link {
    width: 220px;
    margin: 0 auto;
}
#blog-list .link a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #ee567f;
    border-radius: 10px;
    padding: 14px 15px;
}
#blog-list .link a span {
    display: block;
    background: url(../img/common/icon01.png) no-repeat right center;
    padding: 0 10px;
}

/*===== #feature =====*/
#feature {
    padding: 60px 0 0;
    background-color: #ffefef;
}
#feature .feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 35px;
}
#feature .feature-box .img {
    width: 52%;
}
#feature .feature-box .box {
    width: 43%;
    margin-bottom: 30px;
}
#feature .feature-box .box h3 {
    line-height: 1.4;
    font-size: 25px;
    font-weight: bold;
    color: #ee567f;
    margin-bottom: 15px;
}
#feature .feature-box .box .text-box {
}
#feature .feature-box .box .text-box .text {
    margin-bottom: 0;
}
#feature .img-list {
    display: flex;
    flex-wrap: wrap;
}
#feature .img-list li {
    width: 25%;
    line-height: 0;
}

/*===== #treatment =====*/
#treatment {
    padding: 60px 0;
}
#treatment .main-text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
}
#treatment ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
#treatment ul li {
    width: 32%;
    margin-bottom: 15px;
}
#treatment .link {
    width: 240px;
    margin: 0 auto;
}
#treatment .link a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #ee567f;
    border-radius: 10px;
    padding: 14px 15px;
}
#treatment .link a span {
    display: block;
    background: url(../img/common/icon01.png) no-repeat right center;
    padding: 0 10px;
}

/*===== #menu =====*/
#menu {
    padding: 60px 0;
    background-color: #ffefef;
}
#menu .menu-box {
    position: relative;
    margin-bottom: 35px;
}
#menu .menu-box .img {
    width: 60%;
}
#menu .menu-box.n2 .img {
    margin-left: auto;
}
#menu .menu-box .box {
    width: 45%;
    border: 1px solid #ee567f;
    background-color: #fff;
    border-radius: 15px;
    padding: 3%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 320px;
}
#menu .menu-box.n2 .box {
    right: auto;
    left: 0;
}
#menu .menu-box .box h3 {
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
#menu .menu-box .box h3 span {
    width: 99px;
    display: block;
    line-height: 0;
    margin: 0 auto 15px;
}
#menu .menu-box .box ul.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu .menu-box .box ul.link li {
    width: 48%;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
#menu .menu-box .box ul.link li a {
    display: block;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #ee567f;
    border-bottom: 2px solid #d4879c;
    box-shadow: inset 0 0 13px 0px #ffffff;
}
#menu .menu-box .box ul.link li a span {
    display: block;
    background: url(../img/common/icon01.png) no-repeat right center;
    padding: 0 10px;
}

/*===== #greeting =====*/
#greeting {
    padding: 60px 0;
}
#greeting .greeting-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#greeting .greeting-box .box {
    width: 50%;
}
#greeting .greeting-box .box h2 {
    background: url(../img/index/greeting-bg.png) no-repeat left top;
    background-size: 90%;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    padding: 50px 0 0;
    margin-bottom: 15px;
}
#greeting .greeting-box .box .text {
    margin-bottom: 0;
}
#greeting .greeting-box .img {
    width: 43%;
}

/*===== #promise =====*/
#promise {
    padding: 60px 0;
    background: url(../img/index/promise-bg.jpg) no-repeat center center;
    background-size: cover;
}
#promise .promise-box {
}
#promise .promise-box .box {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #ee567f;
    background-color: #fff;
    border-radius: 15px;
    padding: 3%;
    margin-bottom: 30px;
}
#promise .promise-box .box h3 {
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #ee567f;
    background: url(../img/common/icon-promise01.png) no-repeat left top;
    padding: 18px 0 18px 70px;
    margin-bottom: 15px;
}
#promise .promise-box .box h3.icon01 {
    background-image: url(../img/common/icon-promise01.png);
}
#promise .promise-box .box h3.icon02 {
    background-image: url(../img/common/icon-promise02.png);
}
#promise .promise-box .box h3.icon03 {
    background-image: url(../img/common/icon-promise03.png);
}
#promise .promise-box .box h3.icon04 {
    background-image: url(../img/common/icon-promise04.png);
}
#promise .promise-box .box h3.icon05 {
    background-image: url(../img/common/icon-promise05.png);
}
#promise .promise-box .box .img {
    width: 48%;
}
#promise .promise-box .box .text-box {
    width: 48%;
}
#promise .promise-box .box .text-box .text {
    margin-bottom: 0;
}



/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*-------- #menu --------*/
  #menu .menu-box {
    position: static;
  }
  #menu .menu-box .img {
    width: 100%;
    max-width: 574px;
    margin: 0 auto;
  }
  #menu .menu-box .box {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: -40px;
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*-------- #point --------*/
  #point .box .text-box {
    width: 100%;
    margin-bottom: 15px;
  }
  #point .box .text-box h3 {
    font-size: 18px;
    background-position-x: center;
    background-position-y: top;
    background-size: 45px;
    padding: 60px 0 0 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #point .box .img {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
/*-------- #blog-list --------*/
  #blog-list {
    padding: 30px 0;
  }
  #blog-list .list-box .box {
    width: calc(100% / 2);
  }
/*-------- #feature --------*/
  #feature {
    padding: 30px 0 0;
  }
  #feature .feature-box .img {
    width: 100%;
    max-width: 558px;
    margin: 0 auto 20px;
  }
  #feature .feature-box .box {
    width: 100%;
    margin-bottom: 0;
  }
  #feature .img-list li {
    width: 50%;
  }
/*-------- #treatment --------*/
  #treatment {
    padding: 30px 0;
  }
  #treatment ul li {
    width: 48%;
  }
/*-------- #menu --------*/
  #menu {
    padding: 30px 0;
  }
  #menu .menu-box .box {
    border-radius: 0 0 15px 15px;
  }
/*-------- #greeting --------*/
  #greeting {
    padding: 30px 0;
  }
  #greeting .greeting-box .box h2 {
    background: url(../img/index/greeting-bg.png) no-repeat center top;
    background-size: 90%;
    font-size: 20px;
    padding: 32px 0 0;
    text-align: center;
  }
  #greeting .greeting-box .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #greeting .greeting-box .img {
    width: 100%;
    max-width: 367px;
    margin: 0 auto;
  }
/*-------- #promise --------*/
  #promise {
    padding: 30px 0;
  }
  #promise .promise-box .box {
    padding: 5%;
  }
  #promise .promise-box .box h3 {
    font-size: 18px;
    background-size: 40px;
    padding: 8px 0 8px 50px;
  }
  #promise .promise-box .box .img {
    width: 100%;
    max-width: 426px;
    margin: 0 auto 15px;
  }
  #promise .promise-box .box .text-box {
    width: 100%;
  }
}