@charset "UTF-8";
/***************************************

base CSS

2019/XX

******************************************/
/**************************************

設定用scss

**************************************/
.desc .ib .d_con, .functions .ib .f_con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/***********************

common

**********************/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    opacity: 0.8; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP','Yu Gothic',sans-serif;
  font-feature-settings: 'palt';
  color: #333;
  font-weight: 500; }

body {
  overflow-x: hidden;
  color: #333;
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

/*************************************

top_scroll

*************************************/
a.scroll {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 20px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
  font-family: 'Yu gochic',serif;
  padding-top: 60px; }
  a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box; }
    a.scroll span::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
/***********************************************

ふわっとアニメーション

************************************************/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_in {
  animation-fill-mode: both;
  animation-duration: 1.4s;
  animation-name: fadeIn;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*************************************

404

*************************************/
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

a.back {
  position: fixed;
  display: block;
  padding: 10px;
  font-size: 14px;
  background: #000;
  color: #fff;
  writing-mode: vertical-rl;
  width: 40px;
  height: auto;
  right: 0;
  top: calc(50% - 54px);
  text-align: center;
  z-index: 999; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 60px;
  z-index: 999; }
  header .ib {
    height: 100%;
    width: 100%; }
    header .ib img.logo {
      position: absolute;
      height: 40px;
      top: 5px;
      left: 5px; }

.topimg {
  height: 780px;
  background: url(../img/lady01.png) 100% 0% no-repeat, url(../img/bg01.png) 0 0 no-repeat;
  position: relative;
  z-index: 2; }
  .topimg .ib {
    padding: 50px 0;
    height: 100%; }
    .topimg .ib h2 {
      font-family: kozuka-mincho-pr6n, serif;
      font-size: 55px;
      letter-spacing: 25px;
      line-height: 1.5;
      margin-top: 0; }
    .topimg .ib h3 {
      font-size: 86px;
      font-weight: 700;
      letter-spacing: 5px;
      position: absolute;
      display: none;
      width: 100%;
      text-align: center;
      color: #d3b9ae;
      bottom: 00px;
      left: 0;
      z-index: 2;
      margin-bottom: 0; }
    .topimg .ib .cr01 {
      position: absolute;
      top: 235px;
      left: 0; }
    .topimg .ib .pr01 {
      top: 235px;
      position: absolute;
      left: 240px; }

.desc {
  position: relative;
  margin-top: -80px;
  background: url(../img/bg02.png) 0 0 repeat-x; }
  .desc .ib {
    padding: 80px 0 60px; }
    .desc .ib h2 {
      text-align: center;
      font-size: 44px;
      font-family: kozuka-mincho-pr6n, serif; }
    .desc .ib .d_con .d_box {
      width: 24.5%;
      background: url(../img/b_bg.png) 50% 50%;
      background-size: cover;
      height: 515px;
      padding: 35px 10px; }
      .desc .ib .d_con .d_box:nth-of-type(2n) {
        margin-top: -30px; }
      .desc .ib .d_con .d_box i {
        font-size: 75px;
        font-style: italic;
        font-family: kozuka-mincho-pr6n, serif;
        display: block;
        text-align: center; }
      .desc .ib .d_con .d_box p {
        font-size: 20px;
        text-align: center;
        margin: 10px 0; }
      .desc .ib .d_con .d_box h3 {
        font-size: 37px;
        font-weight: bold;
        line-height: 1.5;
        color: #d3b9ae;
        text-align: center; }

.care .ib {
  padding: 50px 0;
  height: 100%; }
  .care .ib h2 {
    font-size: 60px;
    text-align: center;
    color: #d3b9ae;
    margin-bottom: 10px; }
  .care .ib img.bd01 {
    display: block;
    margin: 0 auto; }
  .care .ib img.lady02 {
    display: block;
    margin: 50px auto;
    position: relative;
    left: -80px; }
  .care .ib .pr01 {
    position: absolute;
    width: 200px;
    right: 100px;
    top: 460px; }

.nayami {
  height: 1250px;
  padding: 50px 0;
  position: relative; }
  .nayami .n_box {
    width: calc(50% + 80px);
    position: absolute;
    left: 0;
    top: 100px;
    padding: 70px 50px 50px 50px;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3); }
    .nayami .n_box .bd {
      width: 230px;
      height: 1px;
      border-bottom: 1px dashed #aaa;
      position: absolute;
      z-index: -1;
      bottom: -48px;
      right: -89px;
      transform: rotate(77deg); }
    .nayami .n_box:nth-of-type(2) {
      right: 0;
      left: auto;
      width: calc(50% - 80px);
      padding: 70px 50px 50px 30px;
      padding-bottom: 180px;
      top: 580px;
      text-align: left; }
      .nayami .n_box:nth-of-type(2) .bd {
        width: 300px;
        height: 1px;
        border-bottom: 1px dashed #aaa;
        position: absolute;
        z-index: -1;
        bottom: -50px;
        right: auto;
        left: -100px;
        transform: rotate(90deg); }
      .nayami .n_box:nth-of-type(2) h4 {
        font-size: 40px;
        font-family: kozuka-mincho-pr6n, serif;
        color: #d3b9ae;
        line-height: 1.4;
        margin-bottom: 20px; }
      .nayami .n_box:nth-of-type(2) p {
        font-size: 18px; }
      .nayami .n_box:nth-of-type(2) .siwa {
        position: absolute;
        bottom: 40px;
        left: 200px; }
    .nayami .n_box h3 {
      position: absolute;
      display: inline-block;
      padding: 15px 20px;
      font-size: 22px;
      font-family: kozuka-mincho-pr6n, serif;
      border: 1px solid  #000;
      top: -40px;
      right: 40px; }
    .nayami .n_box i {
      font-style: italic;
      font-size: 30px;
      display: block;
      text-align: right;
      font-family: kozuka-mincho-pr6n, serif;
      margin: 5px 0;
      letter-spacing: 2px; }
      .nayami .n_box i em {
        color: #d3b9ae;
        font-size: 36px;
        font-weight: bold; }
  .nayami .lady03 {
    position: absolute;
    top: 120px;
    right: calc(50% - 440px);
    z-index: -1; }
  .nayami .lady04 {
    position: absolute;
    top: 600px;
    left: calc(50% - 550px); }

.effect {
  height: 700px; }
  .effect .ib {
    height: 100%;
    padding: 50px 0; }
    .effect .ib h2 {
      font-size: 58px;
      color: #d3b9ae;
      position: absolute;
      top: 50px;
      right: 0;
      font-family: kozuka-mincho-pr6n, serif;
      line-height: 1.3; }
    .effect .ib h3 {
      font-weight: bold;
      font-size: 26px;
      position: absolute;
      top: 250px;
      right: 0; }
    .effect .ib p {
      position: absolute;
      top: 310px;
      right: 0;
      font-size: 18px; }
    .effect .ib .use01 {
      position: absolute;
      left: 0;
      top: 100px; }
    .effect .ib .pr02 {
      position: absolute;
      bottom: 0;
      right: 0; }
    .effect .ib .bubble01 {
      position: absolute;
      top: 0;
      left: 0; }
    .effect .ib .bubble02 {
      position: absolute;
      top: 300px;
      right: 0; }

.bath {
  margin: 30px 0;
  height: 600px;
  background: linear-gradient(rgba(229, 225, 216, 0.4), rgba(229, 225, 216, 0.4)), url(../img/bath_bg.jpg) 50% 50%;
  background-size: cover;
  background-blend-mode: multiply; }
  .bath .ib {
    padding: 50px 0;
    height: 100%;
    background: url(../img/bath_bg.jpg) 50% 50%;
    background-size: cover; }
    .bath .ib .bath_tit {
      position: absolute;
      top: 50px;
      left: 50px; }
    .bath .ib .bal01 {
      position: absolute;
      bottom: 30px;
      right: 20px; }

.functions .ib {
  padding: 50px 0 0;
  height: 100%; }
  .functions .ib h2 {
    font-size: 70px;
    text-align: center;
    color: #d3b9ae; }
  .functions .ib .mode3 {
    position: absolute;
    top: 300px;
    right: 20px; }
  .functions .ib .lady05 {
    position: absolute;
    bottom: 100px;
    right: 50px; }
  .functions .ib .f_con .f_box {
    width: 49%;
    border: 1px solid #d3b9ae;
    background: #fff5f0;
    padding: 30px;
    margin-bottom: 20px; }
    .functions .ib .f_con .f_box:nth-of-type(1) span.img {
      margin-top: 105px; }
    .functions .ib .f_con .f_box h3 {
      font-size: 28px;
      font-family: kozuka-mincho-pr6n, serif;
      font-weight: normal;
      margin-top: 0;
      border-bottom: 1px solid #d3b9ae; }
      .functions .ib .f_con .f_box h3 span {
        display: inline-block;
        font-size: 66px;
        line-height: 1;
        font-style: italic; }
    .functions .ib .f_con .f_box h4 {
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 20px; }
    .functions .ib .f_con .f_box p {
      font-size: 18px; }
    .functions .ib .f_con .f_box span.img {
      height: 250px;
      width: 100%;
      display: block;
      overflow: hidden;
      margin-top: 40px; }
      .functions .ib .f_con .f_box span.img img {
        object-fit: cover;
        height: 100%;
        width: 100%; }

.graph .ib {
  padding: 50px 0; }
  .graph .ib h2 {
    font-size: 42px;
    color: #d3b9ae;
    font-family: kozuka-mincho-pr6n, serif; }
    .graph .ib h2 span {
      display: inline-block;
      font-size: 16px;
      color: #000;
      font-family: sans-serif;
      margin-left: 10px; }
  .graph .ib .lady06 {
    position: absolute;
    right: -10px;
    top: 170px; }
  .graph .ib p {
    font-size: 14px;
    line-height: 1.7; }

.use {
  background: url(../img/bg03.png) 0 0 repeat-x;
  background-size: cover; }
  .use .ib {
    padding: 70px 0 30px; }
    .use .ib h2 {
      text-align: center; }
    .use .ib .use_con {
      width: 760px;
      margin: 30px auto; }
      .use .ib .use_con .use_row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px; }
        .use .ib .use_con .use_row:nth-of-type(2) {
          flex-direction: row-reverse;
          margin-bottom: 80px; }
          .use .ib .use_con .use_row:nth-of-type(2) h3 {
            text-align: right;
            padding-right: 60px; }
            .use .ib .use_con .use_row:nth-of-type(2) h3:before {
              content: url(../img/tr03.png);
              bottom: -18px;
              position: absolute;
              left: auto;
              right: 0; }
          .use .ib .use_con .use_row:nth-of-type(2) img {
            width: 400px;
            height: 240px; }
          .use .ib .use_con .use_row:nth-of-type(2) div {
            width: calc(100% - 400px); }
          .use .ib .use_con .use_row:nth-of-type(2) p {
            padding-left: 100px; }
        .use .ib .use_con .use_row:nth-of-type(3) {
          justify-content: center;
          margin-bottom: 40px; }
          .use .ib .use_con .use_row:nth-of-type(3) div {
            width: 260px; }
          .use .ib .use_con .use_row:nth-of-type(3) h3 {
            text-align: center;
            margin-top: 40px; }
            .use .ib .use_con .use_row:nth-of-type(3) h3:before {
              display: none; }
          .use .ib .use_con .use_row:nth-of-type(3) p {
            text-align: center; }
          .use .ib .use_con .use_row:nth-of-type(3) img {
            width: 280px;
            height: 280px; }
        .use .ib .use_con .use_row img {
          width: 320px;
          height: 320px; }
        .use .ib .use_con .use_row div {
          width: calc(100% - 320px); }
          .use .ib .use_con .use_row div h3 {
            font-size: 50px;
            padding-left: 30px;
            margin-top: 0;
            line-height: 1.4;
            font-family: 'Yu mincho ',serif;
            font-weight: bold;
            font-style: italic;
            padding-bottom: 10px;
            border-bottom: 1px solid  #000;
            position: relative;
            letter-spacing: 1px; }
            .use .ib .use_con .use_row div h3:before {
              content: url(../img/tr02.png);
              bottom: -18px;
              position: absolute;
              left: 0; }
            .use .ib .use_con .use_row div h3 span {
              display: inline-block;
              font-size: 82px;
              color: #e27191;
              width: auto; }
          .use .ib .use_con .use_row div p {
            padding-left: 20px; }
        .use .ib .use_con .use_row span {
          width: 49%; }
          .use .ib .use_con .use_row span i {
            display: block;
            border-radius: 15px;
            margin: 0 auto;
            max-width: 320px;
            padding: 5px 10px;
            width: 100%;
            color: #fff;
            text-align: center;
            font-size: 14px;
            background: #e27191; }
          .use .ib .use_con .use_row span img {
            display: block;
            margin: 10px auto; }

.product .ib {
  padding: 50px 0;
  width: 930px; }
  .product .ib h2 {
    font-size: 62px;
    font-weight: bold;
    color: #d3b9ae;
    letter-spacing: 2px;
    text-align: center; }
  .product .ib .pr_con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .product .ib .pr_con div:nth-child(1) {
      width: 47%;
      padding: 0px 40px 30px 80px; }
      .product .ib .pr_con div:nth-child(1) img {
        width: 90%;
        height: 450px;
        object-fit: cover; }
    .product .ib .pr_con div:nth-child(2) {
      width: 53%;
      padding: 0 20px; }
      .product .ib .pr_con div:nth-child(2) p {
        font-size: 17px;
        line-height: 1.9; }
      .product .ib .pr_con div:nth-child(2) h3 {
        font-size: 24px;
        font-weight: bold;
        border-bottom: 1px solid  #000;
        padding-bottom: 10px; }
  .product .ib a.btn {
    display: block;
    margin: 50px auto; }

img.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: auto;
  width: 90px;
  z-index: 9999999;
  cursor: pointer;
  animation: vertical 1s ease-in-out infinite alternate; }

@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }
@keyframes horizontal {
  0% {
    transform: translateX(-3px); }
  100% {
    transform: translateX(0px); } }
a.btn {
  font-size: 26px;
  background: #e54c8a;
  text-align: center;
  width: 100%;
  max-width: 500px;
  padding: 17px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: relative;
  box-shadow: 0px 4px 0px #bb2e67;
  overflow: hidden; }

a.btn:before {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  content: '';
  display: block;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite; }

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0; } }
/*************************************

footer

**************************************/
#pagetop {
  width: 52px;
  height: 52px;
  background: #000;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  cursor: pointer;
  right: 0px; }
  #pagetop:before {
    content: "\f3d8";
    font-size: 28px;
    position: absolute;
    top: 7px;
    left: 16px;
    font-family: ionicons;
    color: #fff; }
  #pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }

footer {
  background: #f1f1f1; }
  footer .ib {
    padding: 40px 0 20px; }
    footer .ib p {
      text-align: center;
      color: #333;
      font-size: 12px; }

/*1100 -1400*/
@media (min-width: 1200px) and (max-width: 1550px) {
  .topimg {
    background: url(../img/lady01.png) calc(100% + 100px) 0% no-repeat, url(../img/bg01.png) 0 0 no-repeat; } }

/*# sourceMappingURL=style.css.map */
