﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('//fonts.googleapis.com/css?family=Cinzel');


/*=====================
審美治療
=====================*/
/*-------------------------
ヘッダー
--------------------------*/
.beautyheader {
  width: 100%;
  height: 640px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/beauty/header_bg.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
.beautyheader img {
  width: 100%;
  max-width: 570px;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
}
@media screen and (max-width: 1000px) {
.beautyheader {
  height: 480px;
  }
.beautyheader img {
  max-width: 420px;
  left: 10%;
  transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  }
}
@media screen and (max-width: 767px) {
.beautyheader {
  height: 340px;
  }
.beautyheader img {
  max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
.beautyheader {
  height: 240px;
  }
.beautyheader img {
  max-width: 240px;
  }
}

/*-------------------------
フラワー背景
--------------------------*/
.flowerbg {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: url( ../img/beauty/bg_flower.png) repeat-y top / cover;
}
@media screen and (max-width: 640px) {
.flowerbg {
  padding: 40px 0;
  }
}

/*-------------------------
症例
--------------------------*/
.beautycasetitle {
  font-family: 'Cinzel', serif;
  line-height:100%;
  letter-spacing: 0.03em;
  color: #ACAC9D;
  font-size: 4em;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
.beautycasetitle {
  font-size: 3.2em;
  }
}

/*-------------------------
タイトル
--------------------------*/
/* セレックシステム */
.cerec_titlebar {
  width: 100%;
  height: 380px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/beauty/title_cerec.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
  position: relative;
}
/* ホワイトニング */
.whitening_titlebar {
  width: 100%;
  height: 380px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/beauty/title_whitening.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  position: relative;
}
@media screen and (max-width: 1000px) {
.cerec_titlebar,
.whitening_titlebar {
  height: 260px;
  }
}
@media screen and (max-width: 640px) {
.cerec_titlebar,
.whitening_titlebar {
  height: 200px;
  }
}

/* タイトルバー中身 */
.beauty_title {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.beauty_titleeng {
  font-family: 'Cinzel', serif;
  line-height:100%;
  letter-spacing: 0.03em;
  color: #FFF;
  font-size: 4em;
  margin-bottom: 10px;
}
.beauty_titlejpn {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  letter-spacing: 0.04em;
  color: #FFF;
  font-size: 1.4em;
}
@media screen and (max-width: 1000px) {
.beauty_titleeng {
  font-size: 3em;
  }
.beauty_titlejpn {
  font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
.beauty_titleeng {
  font-size: 2.4em;
  }
.beauty_titlejpn {
  font-size: 1.05em;
  }
}

/*-------------------------
見出し
--------------------------*/
/* セレックシステム */
.subtitle_cerec {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  font-size: 1.4em;
  color: #BF7A61;
  margin: 15px 0 30px;
}
/* ホワイトニング */
.subtitle_whitening {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  font-size: 1.4em;
  color: #37BDCC;
  margin: 15px 0 30px;
}
@media screen and (max-width: 640px) {
.subtitle_cerec,
.subtitle_whitening {
  font-size: 1.2em;
  margin: 12px 0 20px;
  }
}

/*-------------------------
セレック治療とは
--------------------------*/
.aboutcerec {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.aboutcerec_img {
  width: 100%;
  max-width: 240px;
  margin:0 40px 0 0;
  text-align: center;
}
.aboutcerec_text {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1000px) {
.aboutcerec_img {
  width: 100%;
  max-width: 200px;
  margin:0 30px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.aboutcerec {
  flex-direction: column;
  display:block;
  }
.aboutcerec_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
  .aboutcerec_img img {
  width: 100%;
  max-width:140px;
  }
.aboutcerec_text {
  max-width:100%;
  }
}

/*ステップ*/
.cerecstep {
  width: 100%;
  padding: 12px 20px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1.6;
}
.cerecstep_arr {
  margin: 15px 0; 
}
@media screen and (max-width: 640px) {
.cerecstep {
  padding: 10px 15px;
  }
.cerecstep_arr {
  margin: 10px 0; 
  }
}

/*-------------------------
歯科技工士が常勤
--------------------------*/
.techwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image: url(../img/beauty/tech_bg.png);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
}
.techec {
  width: 100%;
  max-width: 160px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.techwrap {
  padding: 40px 0;
  }
.techec {
  width: 100%;
  max-width: 120px;
  margin-bottom: 12px;
  }
}

