﻿@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');


/*=====================
トップページ
=====================*/
/*-------------------------
スライダー
--------------------------*/
.topimg {
    width: 100%;
    height: 820px;
    position: relative;
}
@media(max-width:1240px){
.topimg {
  height:780px;
  }
}
@media(max-width:1000px){
.topimg {
  height:640px;
  }
}
@media(max-width:767px){
.topimg {
  height:480px;
  }
}
@media(max-width:480px){
.topimg {
  height:320px;
  }
}

/*スライダー内キャッチコピー*/
.topimg_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 640px;
  background:rgba(0,70,140,0.8);
  margin: auto;
  padding: 48px;
  color: #FFF;
  text-align: center;
}
.topimg_catch img{
  width: 100%;
  max-width: 142px;
  margin-bottom: 24px;
}
.topimg_catch h2{
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.topimg_catch h3{
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1240px) {
.topimg_catch {
  width: 480px;
  padding: 32px 42px;
  }
.topimg_catch img{
  max-width: 100px;
  }
.topimg_catch h2{
  font-size: 1.3em;
  }
.topimg_catch h3{
  font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
.topimg_catch {
  display: none;
  }
}

.topimg_catch2 {
  display: none;
}
@media screen and (max-width: 767px) {
.topimg_catch2 {
  display: block;
  width: 100%;
  background:rgba(0,70,140,1);
  margin: auto;
  padding: 32px 24px;
  color: #FFF;
  text-align: center;
  }
.topimg_catch2 h2{
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  }
.topimg_catch2 h3{
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 480px) {
.topimg_catch2 h3{
  font-size: 0.95em;
  }
}

/*スライダー内一行お知らせ*/
.topimg_news {
  position: relative;
  top: 100%;
  left: 100%;
  transform: translateX(-100%) translateY(-100%);
  white-space: nowrap;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  font-weight: 600;
  font-size: 1.1em;
  padding: 0 0 0 0.5em;
  display: inline-block;
}
.topimg_news a {
  text-decoration: none;
  color: #111;
  display: block;
  background: url(../img/index/topimgnews_arrow.png) no-repeat;
  background-size: 0.5em;
  padding: 0.8em 0.5em 0.6em 1.8em;
  background-position:1em 1em;
}
.topimg_news::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color:rgba(255,255,38,0.7);
	transform: scaleY(1) perspective(.8em) rotateX(1deg);
	transform-origin: bottom right;
}
@media(max-width:1000px){
.topimg_news {
  font-size: 0.95em;
  }
}
@media(max-width:767px){
.topimg_news {
  font-size: 0.9em;
  }
}
@media(max-width:640px){
.topimg_news {
  font-size: 0.85em;
  }
}

/*-------------------------
医院情報
--------------------------*/
.topclinic {
  width:100%;
  height: auto;
  margin: 0 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;
  flex-wrap: wrap;
  align-items:stretch;
}
.topclinic_img {
  justify-content: center;
  width: 50%;
  height: auto;
  margin:0 auto;
  padding: 60px 20px 20px;
  background-image: url(../img/index/topinfo_bg.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  text-align: center;
}
.topclinic_text {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 40px 20px;
}
.topclinic_textwrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.topclinic_logo {
  width: 100%;
  max-width: 240px;
  margin-bottom: 30px;
}
.topclinic_text a {
  text-decoration: none;
}
.topclinic_kamoku {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
  margin-bottom: 20px;
}
.topclinic_kamoku_br {
  display: block;
}
.topclinic_welcome {
  color: #E3DE3A;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
  font-size: 1.8em;
  margin-bottom: 12px;
}
.topclinic_welcome2 {
  color: #E3DE3A;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
  font-size: 1.3em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
.topclinic_img {
  width:42%;
  padding: 60px 15px 20px 15px;
  background-position: center top;
  background-size:cover;
  }
.topclinic_text {
  width:58%;
  padding: 30px 20px 30px 30px;
  }
.topclinic_logo {
  max-width: 160px;
  }
.topclinic_kamoku {
  margin-bottom: 20px;
  font-size: 0.8em;
  text-align: left;
  }
.topclinic_kamoku_br {
  display: none;
  }
.topclinic_welcome {
  font-size: 1.2em;
  margin-bottom: 8px;
  }
.topclinic_welcome2 {
  font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
.topclinic {
  flex-direction: column;
  display: flex;
  }
.topclinic_img {
  width:100%;
  padding: 40px 15px 30px;
  display: none;
  }
.topclinic_text {
  width:100%;
  padding: 30px 20px 40px;
  }
}

/*GoogleMapリンク*/
.topclinic_maplink {
  text-decoration: none;
  color: #111;
  display: block;
  background: url(../img/common/icon_map.png) no-repeat;
  background-size: 1.1em;
  padding: 0.4em 0 0.4em 1.6em;
  line-height: 100%;
  color: #00468C;
  font-size: 1.1em;
  font-weight: 800;
}

/*-------------------------
Information & Calendar
--------------------------*/
.topinfowrap {
  width:100%;
  height: auto;
  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:stretch;
}
.topinfowrap li{
  width:50%;
  height: auto;
  margin:0 30px 0 0;
  display:flex;
  flex-direction:column;
}
.topinfowrap li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.topinfowrap {
  flex-direction: column;
  display:block;
  }
.topinfowrap li {
  width:100%;
  margin:0 0 30px 0;
  }
.topinfowrap li:last-child{
  margin:0 0 20px 0;
  }
}

/* タイトル */
.topinfo_titleeng {
  color: #00468C;
  font-size: 2em;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.topinfo_titlejpn {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.topinfo_titleeng {
  font-size: 1.8em;
  margin-bottom: 8px;
  }
.topinfo_titlejpn {
  font-size: 0.9em;
  margin-bottom: 15px;
  }
}

/* シャドウ付き白背景ボックス */
.topinfobox {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  flex-grow: 1;
  text-align: center;
}
.topinfobox img{
  width: 100%;
  max-width: 480px;
}

.calendarwrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  justify-content: center;
}
.calendarwrap img {
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
.calendarwrap {
  padding: 12px 0;
  }
}

/* インフォメーション中身 */
.topnewsinner {
  width: 100%;
  padding: 30px 30px 15px;
  margin: 0 auto;
  text-align: left;
}
.topnewsdate {
  font-family: 'Quicksand', sans-serif;
  color: #7FB8D8;
  font-weight: 400;
  font-size: 1em;
  line-height: 100%;
  display: inline-block; 
}
.topnewstag {
  font-family: "Noto Sans Japanese", sans-serif;
  background: #7FB8D8;
  color: #FFF;
  font-weight: 500;
  font-size: 0.85em;
  padding: 5px;
  margin-right: 5px;
  min-width: 74px;
  display: inline-block; 
  text-align: center;
  line-height: 100%;
}
.topnewstitle {
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  -webkit-text-overflow: ellipsis;  
  -o-text-overflow: ellipsis; 
  margin: 3px 0 10px;
  font-weight: 500;
}
.topnewstitle a {
  color: #333;
  text-decoration: none;
}
.topnewstitle a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
.topnewsinner {
  padding: 20px 20px 10px;
  }
}

.btn_topnews {
  display: block;
  position: relative;
  background: #7FB9D8;
  width: 100%;
  max-width: 200px;
  padding: 6px 12px 8px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  transition: all .3s;
  border-radius: 10px 10px 0 0;
}
.btn_topnews:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_topnews:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/*-------------------------
事前問診票フォームをご利用ください
--------------------------*/
.topsheetbox {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  outline : 1px solid #215985;
  outline-offset : -10px
}
@media screen and (max-width: 640px) {
.topsheetbox {
  padding: 20px 25px;
  outline-offset : -8px
  }
}

/*-------------------------
安心して治療を受けていただくために
--------------------------*/
.topcoronabox {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  outline : 1px solid #7FB9D8;
  outline-offset : -10px
}
@media screen and (max-width: 640px) {
.topcoronabox {
  padding: 20px 25px;
  outline-offset : -8px
  }
}

/*-------------------------
当院の治療に対する考え方
--------------------------*/
.toppolicy {
  width: 100%;
  margin:0 auto;
  padding: 80px 40px;
  background-image: url(../img/index/policy_bg.png);
  background-repeat:  no-repeat;
  background-position: left center;
  background-size:cover;
  display: flex;
  justify-content: flex-end;
  color: #000;
}
.toppolicyinner {
  max-width: 640px;
  text-align: center;
}
.toppolicy_title {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-weight: 600;
  font-size: 2em;
  color: #4D4644;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.toppolicy {
  padding: 60px 20px 40px;
  }
.toppolicyinner {
  text-align: left;
  }
.toppolicy_title {
  font-size: 1.6em;
  }
}

/*-------------------------
当院の特長
--------------------------*/
/*治療の事前説明*/
.toppr01 {
  width: 100%;
  margin:0 auto;
  padding: 40px 40px 20px;
  background-image: url(../img/index/pr01.png);
  background-repeat:  no-repeat;
  background-position: left top;
  background-size:840px auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
/*痛みへの配慮*/
.toppr02 {
  width: 100%;
  margin:0 auto;
  padding: 40px 40px 20px;
  background-image: url(../img/index/pr02.png);
  background-repeat:  no-repeat;
  background-position: right top;
  background-size:840px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
/*初めての方へ*/
.toppr03 {
  width: 100%;
  margin:0 auto;
  padding: 40px 40px 20px;
  background-image: url(../img/index/pr03.png);
  background-repeat:  no-repeat;
  background-position: left top;
  background-size:840px auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
/*歯並びが気になる方へ*/
.toppr04 {
  width: 100%;
  margin:0 auto;
  padding: 40px 40px 20px;
  background-image: url(../img/index/pr04.png);
  background-repeat:  no-repeat;
  background-position: right top;
  background-size:840px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.topprinner {
  width: 60%;
  max-width: 840px;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}

@media screen and (max-width: 1240px) {
.toppr01,
.toppr02,
.toppr03,
.toppr04 {
  padding: 40px 30px 20px;
  background-size:480px auto;
  }
.topprinner {
  width: 68%;
  }
}
@media screen and (max-width: 767px) {
.toppr01,
.toppr02,
.toppr03,
.toppr04 {
  padding: 420px 25px 20px;
  background-size:92% auto;
  }
.topprinner {
  width: 100%;
  }
}
@media screen and (max-width: 640px) {
.toppr01,
.toppr02,
.toppr03,
.toppr04 {
  padding: 230px 25px 20px;
  }
}

.topprinner h3 {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-size: 1.2em;
  font-weight: 600;
  color: #215985;
  margin: 0 0 20px;
}
.topprinner h3:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #215985;
  box-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.topprinner h2 {
  color: #205985;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.topprbr {
  display: block;
}
@media screen and (max-width: 1240px) {
.topprinner h2 {
  font-size: 1.6em;
  }
}
@media screen and (max-width: 960px) {
.topprinner h2 {
  text-align: left;
  }
.topprbr {
  display: none;
  }
}
@media screen and (max-width: 640px) {
.topprinner h3 {
  font-size: 1.1em;
  }
.topprinner h3:before {
  width: 60px;
  height: 4px;
  }
.topprinner h2 {
  font-size: 1.3em;
  }
}

/*-------------------------
診療メニューリンク
--------------------------*/
.topmenuwrap {
  width:100%;
  max-width: 1420px;
  height: auto;
  margin: 0 auto;
  padding:0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.topmenuwrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:0 5px 12px;
  box-sizing: border-box;
}
.topmenuwrap a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.topmenuwrap li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 一般診療 */
.topmenu_ippan {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_ippan.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  position: relative;
}

/* 予防歯科 */
.topmenu_yobou {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_yobou.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  position: relative;
}

/* 定期健診 */
.topmenu_check {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_check.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  position: relative;
}

/* 審美治療 */
.topmenu_beauty {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_beauty.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  position: relative;
}
/* インプラント */
.topmenu_implant {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_implant.png);
  background-repeat:  no-repeat;
  background-position: right top;
  background-size:cover;
  position: relative;
}
/* 矯正治療 */
.topmenu_kyosei {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #215985;
  background-image: url(../img/index/menu_kyosei.png);
  background-repeat:  no-repeat;
  background-position: center top;
  background-size:cover;
  position: relative;
}

.topmenu_inner{
  position: absolute;
  bottom: 0;
  padding: 20px;
}

@media screen and (max-width: 1240px) {
.topmenu_ippan,
.topmenu_yobou,
.topmenu_check,
.topmenu_beauty,
.topmenu_implant,
.topmenu_kyosei{
  height: 340px;
  }
.topmenu_inner{
  padding: 15px;
  }
}
@media screen and (max-width: 767px) {
.topmenu_ippan,
.topmenu_yobou,
.topmenu_check,
.topmenu_beauty,
.topmenu_implant,
.topmenu_kyosei {
  height: 180px;
  }
}

.topmenu_title {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  font-size: 1.8em;
  font-weight: 700;
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
  margin-bottom: 12px;
}
.topmenu_title2 {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
  font-size: 0.9em;
  color: #222;
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}
.topmenubr {
  display: block;
}
@media screen and (max-width: 1240px) {
.topmenu_title {
  font-size: 1.6em;
  }
.topmenubr {
  display: none;
  }
}
@media screen and (max-width: 767px) {
.topmenubr {
  display: block;
  }
}

/*-------------------------
セレック治療リンク
--------------------------*/
.topcerec_flower {
  width: 100%;
  height: 420px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/index/cerec_flower.png);
  background-repeat:  no-repeat;
  background-position: left center;
  background-size:cover;
  position: relative;
}
.topcerec_woman {
  width: 100%;
  max-width: 1480px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/index/cerec_woman.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:auto 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.topcerec_inner {
  width: 100%;
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topcerec_titleeng {
  font-family: 'Cinzel', serif;
  line-height:100%;
  letter-spacing: 0.03em;
  color: #999;
  font-size: 4em;
  font-weight: 400;
  margin-bottom: 15px;
}
.topcerec_text {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}
@media screen and (max-width: 1240px) {
.topcerec_flower {
  height: 320px;
  }
.topcerec_titleeng {
  font-size: 3.4em;
  }
.topcerec_text {
  font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
.topcerec_woman {
  background-position: center top;
  background-size:cover;
  }
.topcerec_titleeng {
  font-size: 3.2em;
  color: #FFF;
  }
.topcerec_text {
  font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
.topcerec_flower {
  height: 300px;
  }
}
