/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [home]
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * mainVisual
 * ---------------------------------------------------
 */
#siteHeader {
  min-height: 100px;
  padding: 0;
  background: none;
}
#siteHeader .hOutline {
  display: none;
}

/**
 * ---------------------------------------------------
 * mainVisual
 * ---------------------------------------------------
 */
#mainVisualWrapper {
  height: 900px;
  padding-top: 50px;
  position: relative;
}
#mainVisualWrapper .sliderWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainVisualWrapper .sliderWrap .slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#mainVisualWrapper .sliderWrap .slider li {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mainVisualWrapper .sliderWrap .slider li:nth-child(1) {
  background-image: url(/clinic-sakura/assets/images/content/home/PC_main_visual01.png);
}
#mainVisualWrapper .sliderWrap .slider li:nth-child(2) {
  background-image: url(/clinic-sakura/assets/images/content/home/PC_main_visual02.png);
}
#mainVisualWrapper .sliderWrap .slider li:nth-child(3) {
  background-image: url(/clinic-sakura/assets/images/content/home/PC_main_visual03.png);
}
#mainVisualWrapper .sliderWrap .slider li:nth-child(4) {
  background-image: url(/clinic-sakura/assets/images/content/home/PC_main_visual04.png);
}
#mainVisualWrapper #mainVisual {
  width: 100%;
  padding-bottom: 150px;
  padding: 0 150px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 60;
}
#mainVisualWrapper #mainVisual .outline {
  font-size: 1.3rem;
  text-align: center;
  width: 284px;
}
#mainVisualWrapper #mainVisual .outline .logo {
  text-indent: -999999px;
  width: 283px;
  height: 185px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: url(/clinic-sakura/assets/images/global/logo.svg) no-repeat center center/cover;
}
#mainVisualWrapper #mainVisual .outline .tel {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", Osaka, sans-serif;
  line-height: 1.2;
}
#mainVisualWrapper #mainVisual .outline .dlList {
  font-size: 1.2rem;
  margin-bottom: 120px;
  justify-content: center;
}
#mainVisualWrapper #mainVisual .outline .scrollBtn {
  width: 50px;
  margin: 0 auto;
}
#mainVisualWrapper #mainVisual .outline .mvBnr {
  margin-top: 40px;
}
#mainVisualWrapper #mainVisual .outline .mvBnr img {
  width: 284px;
}
#mainVisualWrapper .copy {
  color: #ea6177;
  font-size: 3rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", Osaka, sans-serif;
  line-height: 1.6;
  text-align: right;
  position: absolute;
  bottom: 6%;
  right: 10%;
  z-index: 60;
}

/**
 * ---------------------------------------------------
 * importantVox
 * ---------------------------------------------------
 */
#importantVox {
  padding-top: 160px;
  margin-bottom: 150px;
  position: relative;
}
#importantVox::before {
  display: block;
  content: "";
  width: 2200px;
  height: 954px;
  background: url(/clinic-sakura/assets/images/content/content/mask03.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#importantVox .inner {
  width: 1040px;
  padding-top: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#importantVox .inner .title {
  color: #715938;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", Osaka, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
#importantVox .inner .img {
  width: 500px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
#importantVox .inner .img:nth-of-type(even) {
  margin-right: 0;
}
#importantVox .inner .txt {
  clear: both;
  padding: 0 40px;
}

/**
 * ---------------------------------------------------
 * conceptVox
 * ---------------------------------------------------
 */
.conceptVox {
  min-height: 550px;
  padding-top: 90px;
  margin-bottom: 50px;
  background: url(/clinic-sakura/assets/images/content/home/bg01.png) no-repeat center center;
}
.conceptVox .inner {
  font-size: 1.9rem;
  font-weight: 500;
  width: 620px;
  margin: 0 auto;
}
.conceptVox .inner p {
  line-height: 2.2;
}
.conceptVox .inner .copy {
  color: #ea6177;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", Osaka, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
.conceptVox .inner .btnStyle01 {
  text-align: center;
  margin-top: 100px;
}

/**
 * ---------------------------------------------------
 * introductionVox
 * ---------------------------------------------------
 */
.introductionVox {
  margin-bottom: 145px;
  position: relative;
}
.introductionVox header, .introductionVox .inner {
  width: 1180px;
  margin: 0 auto;
}
.introductionVox header .headStyle01 {
  text-align: left;
}
.introductionVox .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.introductionVox .inner .headStyle01 {
  text-align: left;
}
.introductionVox .inner .txt {
  width: 520px;
}
.introductionVox .inner .txt .timeSchedule {
  margin-top: 35px;
  margin-bottom: 10px;
}
.introductionVox .inner .txt .dlList dt {
  color: #ea6177;
}
.introductionVox .inner .map {
  width: 520px;
  height: 450px;
  padding: 3px;
  background: #fff;
}
.introductionVox .inner .map iframe {
  width: 100% !important;
  height: 100% !important;
}

/**
 * ---------------------------------------------------
 * aboutVox
 * ---------------------------------------------------
 */
.aboutVox {
  width: 1100px;
  margin: 0 auto 150px auto;
}
.aboutVox .halfVoxWrapper .halfVox:nth-of-type(even) {
  margin-top: 80px;
}
.aboutVox .halfVoxWrapper .halfVox .img {
  margin-top: 30px;
}
.aboutVox .halfVoxWrapper a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.aboutVox .halfVoxWrapper a figure {
  overflow: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.aboutVox .halfVoxWrapper a:hover figure {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/**
 * ---------------------------------------------------
 * newsVox
 * ---------------------------------------------------
 */
.newsVox {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.newsVox .newsList {
  width: 1000px;
  padding-top: 20px;
  margin: 0 auto 45px auto;
}
.newsVox .newsList .entry {
  font-size: 1.5rem;
  padding: 20px;
  border-bottom: 1px solid #f4c1be;
  overflow: hidden;
}
.newsVox .newsList .entry:first-of-type {
  border-top: 1px solid #f4c1be;
}
.newsVox .newsList .entry time {
  font-weight: 500;
  width: 8em;
  float: left;
}
.newsVox .newsList .entry .title {
  margin-left: 8em;
}
.newsVox .newsList .entry .title a {
  color: #333333;
  text-decoration: none;
}
.newsVox .newsList .entry .title a:hover {
  text-decoration: underline;
}
.newsVox .btnStyle01 {
  text-align: center;
}

/**
 * ---------------------------------------------------
 * photoTicker
 * ---------------------------------------------------
 */
.photoTicker {
  min-height: 494px;
  padding: 120px 0;
  margin-top: -30px;
  background: url(/clinic-sakura/assets/images/content/home/bg02.png) no-repeat center center;
  position: relative;
  z-index: 2;
}
.photoTicker .bx-wrapper {
  max-width: 100% !important;
}
.photoTicker .slider {
  list-style-type: none;
  width: 100%;
  height: 240px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.photoTicker .slider li {
  width: 240px;
  float: left;
}

/**
 * ---------------------------------------------------
 * bnrQa
 * ---------------------------------------------------
 */
.bnrQa {
  margin: 50px auto 0;
  text-align: center;
}
.bnrQa img {
  border-radius: 10px;
}
.bnrQa a {
  transition: opacity 0.2s ease-in 0s;
}
.bnrQa a:hover {
  opacity: 0.7;
}

/**
 * bannerVox
 */
.bannerVox {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bannerVox.item {
  background: #FFEFD5;
  padding: 20px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 400px;
  margin: 10px;
}
.bannerVox.column1 .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
.bannerVox.column2 .item {
  width: 480px;
  margin-right: 40px;
}
.bannerVox.column2 .item:nth-of-type(2n) {
  margin-right: 0;
}
.bannerVox.column3 .item {
  width: 306px;
  margin-right: 40px;
}
.bannerVox.column3 .item:nth-of-type(3n) {
  margin-right: 0;
}
.bannerVox.column4 .item {
  width: 220px;
}
.bannerVox.column4 .item:nth-of-type(4n) {
  margin-right: 0;
}
.bannerVox img {
  border-radius: 10px;
}
.bannerVox a {
  transition: opacity 0.2s ease-in 0s;
}
.bannerVox a:hover {
  opacity: 0.7;
}

/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /**
   * ---------------------------------------------------
   * mainVisual
   * ---------------------------------------------------
   */
  #siteHeader {
    min-height: 100px;
    background: linear-gradient(to bottom, rgba(243, 241, 239, 0.9) 50%, rgba(243, 241, 239, 0) 100%);
  }
  #main {
    padding-bottom: 68px;
    margin-bottom: 20px;
    background: url(/clinic-sakura/assets/images/content/home/bg04.png) no-repeat center bottom/305px auto;
  }
  /**
   * ---------------------------------------------------
   * mainVisual
   * ---------------------------------------------------
   */
  #mainVisualWrapper {
    height: auto;
    padding-top: 0;
    margin-bottom: 30px;
    background: none;
  }
  #mainVisualWrapper .sliderWrap {
    height: calc(100vh - 65px);
  }
  #mainVisualWrapper .sliderWrap .slider li:nth-child(1) {
    background-image: url(/clinic-sakura/assets/images/content/home/SP_main_visual01.png);
  }
  #mainVisualWrapper .sliderWrap .slider li:nth-child(2) {
    background-image: url(/clinic-sakura/assets/images/content/home/SP_main_visual02.png);
  }
  #mainVisualWrapper .sliderWrap .slider li:nth-child(3) {
    background-image: url(/clinic-sakura/assets/images/content/home/SP_main_visual03.png);
  }
  #mainVisualWrapper .sliderWrap .slider li:nth-child(4) {
    background-image: url(/clinic-sakura/assets/images/content/home/SP_main_visual04.png);
  }
  #mainVisualWrapper #mainVisual {
    width: 230px;
    height: calc(100vh - 65px);
    padding-bottom: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #mainVisualWrapper #mainVisual p {
    display: none;
  }
  #mainVisualWrapper #mainVisual .outline {
    width: auto;
    margin: 0 auto;
  }
  #mainVisualWrapper #mainVisual .outline .logo {
    width: 230px;
    height: 39px;
    margin-top: 0;
    margin-left: 0;
    background-image: url(/clinic-sakura/assets/images/global/logo2.svg);
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 200;
  }
  #mainVisualWrapper #mainVisual .outline .tel, #mainVisualWrapper #mainVisual .outline .dlList {
    display: none;
  }
  #mainVisualWrapper #mainVisual .outline .scrollBtn {
    margin-left: -25px;
    position: absolute;
    bottom: 50px;
    left: 50%;
  }
  #mainVisualWrapper #mainVisual .outline .mvBnr {
    position: absolute;
    bottom: 18px;
    right: -24px;
  }
  #mainVisualWrapper #mainVisual .outline .mvBnr img {
    width: 120px;
  }
  /**
   * ---------------------------------------------------
   * importantVox
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * conceptVox
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * introductionVox
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * aboutVox
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * newsVox
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * photoTicker
   * ---------------------------------------------------
   */
  /**
   * bannerVox
   */
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  #mainVisualWrapper #mainVisual .outline .mvBnr {
    right: 0px;
  }
  #mainVisualWrapper #mainVisual .outline .mvBnr img {
    width: 95px;
  }
}
@media only screen and (max-width: 767px) {
  #mainVisualWrapper .copy {
    font-size: 1.6rem;
    padding: 0 20px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  #importantVox {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  #importantVox::before {
    width: 100%;
    height: 618px;
    background-image: url(/clinic-sakura/assets/images/content/content/mask04.svg);
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  #importantVox .inner {
    width: auto;
    padding: 0 20px;
  }
  #importantVox .inner .title {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #importantVox .inner .img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #importantVox .inner .txt {
    padding: 0;
  }
  .conceptVox {
    min-height: 482px;
    padding: 110px 20px 0 20px;
    margin-bottom: 15px;
    background-image: url(/clinic-sakura/assets/images/content/home/bg03.png);
    background-size: 325px auto;
  }
  .conceptVox .inner {
    font-size: 1.3rem;
    width: auto;
  }
  .conceptVox .inner .copy {
    font-size: 1.6rem;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  .conceptVox .inner .btnStyle01 {
    margin-top: 25px;
  }
  .introductionVox {
    margin-bottom: 70px;
  }
  .introductionVox header, .introductionVox .inner {
    width: auto;
  }
  .introductionVox header .headStyle01 {
    text-align: center;
  }
  .introductionVox .inner {
    display: block;
    padding: 0 20px;
  }
  .introductionVox .inner .headStyle01 {
    text-align: center;
  }
  .introductionVox .inner .txt {
    width: auto;
    margin-bottom: 20px;
  }
  .introductionVox .inner .txt .timeSchedule {
    margin-top: 20px;
  }
  .introductionVox .inner .txt .dlList {
    display: block;
  }
  .introductionVox .inner .txt .dlList dt {
    float: left;
    width: 7em;
  }
  .introductionVox .inner .txt .dlList dd {
    margin-left: 7em;
  }
  .introductionVox .inner .map {
    width: auto;
    height: 200px;
  }
  .aboutVox {
    width: auto;
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .aboutVox .halfVoxWrapper .halfVox {
    margin-bottom: 40px;
  }
  .aboutVox .halfVoxWrapper .halfVox:last-of-type {
    margin-bottom: 0;
  }
  .aboutVox .halfVoxWrapper .halfVox:nth-of-type(even) {
    margin-top: 0;
  }
  .aboutVox .halfVoxWrapper .halfVox .headStyle02 {
    text-align: center;
  }
  .aboutVox .halfVoxWrapper .halfVox .img {
    margin-top: 20px;
  }
  .aboutVox .halfVoxWrapper a figure {
    transition: none;
  }
  .aboutVox .halfVoxWrapper a:hover figure {
    -webkit-transform: none;
    transform: none;
  }
  .newsVox {
    padding: 30px 20px 40px 20px;
  }
  .newsVox .newsList {
    width: auto;
    padding-top: 0;
    margin-bottom: 25px;
  }
  .newsVox .newsList .entry {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
  .newsVox .newsList .entry time {
    width: auto;
    float: none;
  }
  .newsVox .newsList .entry .title {
    margin-left: 0;
  }
  .newsVox .btnStyle01 {
    text-align: center;
  }
  .photoTicker {
    display: none;
  }
  .bannerVox {
    display: block;
    width: 100%;
  }
  .bannerVox .item {
    margin-bottom: 4%;
  }
  .bannerVox .item:nth-of-type(even) {
    margin-right: 0;
  }
  .bannerVox.column1 .item {
    margin-bottom: 4%;
  }
  .bannerVox.column2 .item, .bannerVox.column3 .item {
    width: 100%;
    margin-right: 4%;
  }
  .bannerVox.column4 .item {
    width: 100%;
    margin-right: 4%;
  }
  .bannerVox.column4 .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* END @media smaller than $bp */