/*-------------------------------------
汎用CSS
-------------------------------------*/
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.f_none {
  float: none !important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.cap {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.cb {
  /* floatを解除 */
  clear: both;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0;
}
p{
	margin: 0;
}
a:hover{
	opacity: 0.5;
}

/*-------------------------------------
コンテンツ
-------------------------------------*/
#contents {
  width: 100%;
  margin-top: 0;
}
#fv {
	position: relative;
	overflow: hidden;
	background: url("../images/event/mothersday2020/fv_bg.jpg") no-repeat center center;
	background-size: cover;
}

#fv .inner{
	max-width: 1040px;
	padding: 0 20px;
	height: 850px;
	margin: 0 auto;
	position: relative;
}

#fv .inner h1{
	position: absolute;
	top: 5px;
}


#fv .inner .maintxt{
	position: absolute;
	top: 430px;
	left: 135px;
}

#fv .inner .note{
	position: absolute;
	bottom: 20px;
	left: 220px;
}
/*cont01*/
#cont01{
	/* position: relative;*/
	overflow: hidden;
	background: url("../images/event/mothersday2020/cont01_bg.jpg") no-repeat center center;
	background-size: cover;
}
#cont01 .inner{
	max-width: 1040px;
	padding: 85px 0 70px;
	height: 510px;
	margin: 0 auto;
}

/*cont02*/
#cont02{
	/* position: relative;*/
	overflow: hidden;
	background: url("../images/event/mothersday2020/cont02_bg.jpg") no-repeat center center;
	background-size: cover;
}
#cont02 .inner{
	max-width: 1040px;
	padding: 60px 0 50px;
	height: 830px;
	margin: 0 auto;
}

/*cont03*/
#cont03{
	background-color: #fff;
}
#cont03 .inner{
	max-width: 1040px;
	margin: 0 auto;
}

/*cont04*/
#cont04{
	background-color: #fbf3fa;
}
#cont04 .inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

/*cont05*/
#cont05{
	background-color: #fff;
}
#cont05 .inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

/*cont06*/
#cont06{
	/* position: relative;*/
	overflow: hidden;
	background: url("../images/event/mothersday2020/cont_06_bg.jpg") no-repeat center center;
	background-size: cover;
}
#cont06 .inner{
	
	max-width: 1040px;
	/*padding: 120px 0 60px;*/
	height: 2567px;
	margin: 0 auto;
}
#cont06 .inner .products img{
	margin-bottom: 20px;
}

/*cont07*/
#cont07{
	background-color: #fbfaf3;
}
#cont07 .inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 0 50px;
}



.container {
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
}



.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 3px #c9000a;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

/*フッター*/
footer {
	background: #f4f1ed;
	padding: 0;
}
footer .inner {
	width: 890px;
	margin: 0 auto;
}
footer .inner .order_tel {
	float: left;
	width: 240px;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}
footer .inner .order_tel img {
	width: auto;
	height: 25px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
footer .inner .order_tel a {
	background: none;
	padding-left: 0px;
	color: #2d2d2d;
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
	line-height: 130%;
}
footer .inner .order_tel p {
	font-size: 13px;
}
footer .inner .txt {
	float: right;
	width: 650px;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}
footer .inner .txt p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}
footer .inner .txt p a {
	color: #2d2d2d;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}
.delibarynote{
	text-align: center;
	width: 90%;
	font-size: 12px;
	line-height: 16px;
	    margin: 10px auto;
}
.delibarynote a:link{
	color: #0000ff;
	text-decoration-line: underline;
}