@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900|Roboto:400,500,700,900|Quicksand:400,500,700');
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section main { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
	color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.pc{
  display: none !important;
}
.tenmin{
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
-webkit-text-stroke: 0.1px #FFF;
}
.mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.sec-ttl{
	font-size: 25px;
	font-weight: lighter;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
}
.sec-ttl::after{
	content: "";
	display: inline-block;
	width: 90px;
	height: 20px;
	position: absolute;
	bottom: -25px;
	left: 49%;
	transform: translateX(-50%);
}
a{
  text-decoration: none;
  color: #393737;
  transition: color .5s;
}
ul li {list-style:none;}

.pc{
	display: none;
}
img{
	height: auto;
	max-width: 100%;
}
.imgmax{
	max-width: 100%;
	height: auto;
}
.inner{
	width: 90%;
	margin: 0 auto;
}
.generalsec{
	margin-bottom: 35px;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
/* スライダー */
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
.slider img{
	width: 100%;
}
.slider .slick-slide{
	margin: 0 10px;
}
/* --------------------header------------------- */
#headerarea{
	padding: 10px 0 6px;
}
.cerbo-logo{
	width: 55%;
	margin: auto;
}
.cerbo-logo img{
	width: 100%;
}
.header-top{
	display: none;
}
/* fat-nav */
.hamburger-shoplink{
	margin: 20px auto;
	text-align: right;
}
.hamburger-shoplink a{
	text-align: center;
  display: block;
  background-color: #eef8e0;
  border: 1px solid #88a360;
  border-radius: 6px;
  padding: 12px 0 7px;
  font-size: 18px;
  color: #222;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4;
}
.hamburger-shoplink img{
	width: 25px;
  vertical-align: top;
  padding-right: 14px;
}
.hamburger-nav{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.hamburger-nav > li{
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
}
.hamburger-nav > li a{
	display: block;
	font-size: 15px;
}
.hamburger-menu{
	font-size: 15px;
}
.hamburger-menu__child{
	display: none;
}
.second-gnav__box{
	margin: 30px 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.second-gnav__box li{
	-ms-align-items: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.second-gnav__box li:first-child{
	border-bottom: 1px dashed #000;
}
.second-gnav__box li a{
	display: block;
	font-size: 15px;
}
.second-gnav__img{
	width: 30%;
	text-align: center;
}
.second-gnav__img img{
	width: 60%;
}
.second-gnav__desc{
	flex:1;
}
.second-gnav__ttl{
	font-size: 18px;
	color: #cee8a0;
}
.menu-arrow{
	display: block;
	position: relative;
}
.menu-arrow::after{
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	font-size: 15px;
	position: absolute;
	right: 5px;
	top: 20%;
}
.menu-arrow__active span::after {
	transform: rotate( 180deg);
	transition: 0.5s;
}
.hamburger-sns{
	width: 28%;
	margin: 15px auto 20px;
}
.hamburger-sns li{
	margin-right:6px;
	width: 26px;
}
.hamburger-sns img{
	width: 100%;
}
.fat-servicelist{
	width: 100%;
	margin: 30px auto;
}
.fat-servicelist li{
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 1px 1px 7px #929292;
	padding: 20px;
	border-radius: 3px;
}
.fat-servicelist li:first-child{
	margin-bottom: 15px;
}
.fat-servicelist li div{
	display: flex;
	align-items: center;
	justify-content:center;
}
.fat-servicelist .servicelist__img__flower{
	width: 18%;
}
.fat-servicelist .servicelist__img__delivery{
	width: 22%;
}
.servicelist__img__flower img,
.servicelist__img__delivery img{
	width: 100%;
}
.fat-servicelist .servicelist__ttl {
	font-size: 18px;
}
.fat-servicelist .servicelist__txt{
	margin: 15px auto 0;
	font-size: 11px;
	letter-spacing: 2px;
}
.telarea{
	text-align: center;
  margin-bottom: 30px;
  background-color: rgba(206, 232, 161, 0.3);
  padding: 20px 0;
}
.telarea div a{
	font-size: 28px;
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 900;
}
.telarea img{
	width: 24px;
	margin-right: 8px;
}
.telarea .header-hours{
	display: block;
	font-size: 13px;
}

/* --------------------footer------------------- */
.footer-nav{
	display: none;
/*
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
*/
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.footer-nav ul li{
	padding: 10px 0;
	width: 50%;
}
.footer-nav ul li a{
	padding-left: 5%;
	position: relative;
}
.footer-nav ul li a::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f054";
	font-size: 10px;
	position: relative;	
	top: 0;
	left: -10px;
}
.footer-sns{
	display: none;
	width: 7%;
}
.footer-sns p a i{
	font-size: 30px;
}
.footer-logoarea{
	background: url(../images/top/footer-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 20px 0 10px;
}
.footer-cerbologo{
	width: 100px;
}
.foottelarea{
	background: none;
	margin: 0;
}
.contactarea{
	width: 70%;
	margin: 15px auto;
	letter-spacing: 2px;
}
.contactarea i{
	margin-right: 5px;
}
.contactarea a{
	display: block;
	text-align: center;
	padding: 8px 0;
	background: #878787;
	color: #fff;
	border-radius: 3px;
}
.copyright{
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 6px 0 4px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 9px;
}
#pagetop{
	position:fixed;
	right:5%;
	background-color: #c5e24f;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column; 
	vertical-align: top;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 15px;
	z-index: 30;
}
#pagetop a{
	display: block;
}
#pagetop a i{
	font-size: 20px;
	color: #fff;
}
