@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

.pageTop {
	display: none;
}

#ct_bg {
	position: relative;
	background-color: #fff;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg a {
	color: #000;
	text-decoration: underline;
}
#ct_bg a:hover {
	color: #000;
	text-decoration: none;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}


@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

}
/* footer
*****************************************/
#ct_bg .footer01 {
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
	border-top: 4px solid #f4478e;
}

#ct_bg .footer01 > .inner01 {
	margin: 0 auto;
	padding: 60px 0 56px;
	width: 960px;
}

#ct_bg .footer01 > .inner01 > ul {
	display: flex;
	justify-content: space-between;
}

#ct_bg .footer01 > .inner01 > ul li {
	width: 460px;
}

#ct_bg .footer01 > .inner01 > ul li span {
	position: relative;
	padding-left: 14px;
	display: block;
	margin-top: 13px;
}

#ct_bg .footer01 > .inner01 > ul li span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	left: -5px;
	border-top: 3px solid #f4478e;
	border-left: 3px solid #f4478e;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

#ct_bg .pagetop01 {
	position: absolute;
	top: 20px;
	right: 0;
	width: 122px;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 1px;
	width: 350px;
	border-radius: 5px;
	background-color: #fff;
}

#ct_bg .snsBtn01 > li:not(:first-child) {
	margin-left: 10px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .lineBtn01 img {
	height: 20px;
}

@media screen and (max-width: 639px) {
#ct_bg .footer01 {
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
	border-top: 4px solid #f4478e;
}

#ct_bg .footer01 > .inner01 {
	margin: 0 auto;
	padding: 60px 0 56px;
	width: 100%;
}

#ct_bg .footer01 > .inner01 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 73.6%;
	margin: 0 auto;
}

#ct_bg .footer01 > .inner01 > ul li {
	width: 100%;
}

#ct_bg .footer01 > .inner01 > ul li + li {
	margin-top: 24px;
}

#ct_bg .footer01 > .inner01 > ul li span {
	position: relative;
	padding-left: 14px;
	display: block;
	margin-top: 8px;
}

#ct_bg .footer01 > .inner01 > ul li span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	left: -5px;
	border-top: 3px solid #f4478e;
	border-left: 3px solid #f4478e;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}


#ct_bg .pagetop01 {
	position: static;
	top: 0;
	right: auto;
	margin: 20px auto 0;
	width: 32%;
}

#ct_bg .snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px;
	width: 250px;
}

#ct_bg .lineBtn01 img {
	width: auto;
}
}

/* contents
*****************************************/
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*#ct_bg .wrapper01 {
	padding-top: 60px;
}*/

#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #4db6e9;
	color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .headTitleArea01 > .inner01 > * {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 15px;
}


#ct_bg .mainArea01 {
	width: 100%;
	background: url("../img/bg_index01.png") repeat-y 50% 0;
}

#ct_bg .mainArea01 .inner01 {
	background: url("../img/bg_index02.jpg") no-repeat 50% 0;
}

#ct_bg .mainArea01 .inner02 {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0;
}
#ct_bg .mainArea01 .inner02 figure {
	margin: 0 -36px;
}

#ct_bg .frameArea01 {
	background: url("../img/bg_index03.jpg") repeat 0 0;
	background-size: 40px auto;
	padding: 60px 0 100px;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .frameArea02 {
	margin-top: 60px;
	border-radius: 18px;
	background-color: #fff;
	margin-bottom: 78px;
}

#ct_bg .frameArea02 > .title01 {
	position: relative;
	padding: 14px 20px 10px;
	border-radius: 12px 12px 0 0;
	background-color: #c182b2;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border: #c182b2 solid 4px;
	border-bottom: none;
}

#ct_bg .frameArea02 > .inner01 {
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
	padding: 30px 28px 27px;
	border-radius: 0 0 16px 16px;
	border: #c182b2 solid 4px;
}

#ct_bg .frameArea02 .inner02 {
	width: 592px;
}

#ct_bg .frameArea02 > .button01 {
	margin: 20px auto 0;
	width: 172px;
}



#ct_bg .frameArea03 > .title01 {
	display: inline-block;
	padding: 10px 20px 5px;
	border-radius: 12px 12px 0 0;
	background-color: #f4478e;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .frameArea03 > .inner01 {
	border: #f4478e solid 4px;
	border-radius: 0 10px 10px 10px;
	padding: 16px 20px 15px;
	background-color: #fff;
}

#ct_bg .frameArea03 > .inner01 ul li {
	position: relative;
	padding-left: 23px;
	font-size: 1.6rem;
}

#ct_bg .frameArea03 > .inner01 ul li + li {
	margin-top: 10px;
}

#ct_bg .frameArea03 > .inner01 ul li span {
	font-size: 1.8rem;
	font-weight: bold;
}

#ct_bg .frameArea03 > .inner01 ul li:before {
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f4478e;
}

#ct_bg .frameArea04 {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#ct_bg .frameArea04 > .title01 {
	position: relative;
	padding: 0 27px 0 35px;
	border-radius: 20px 0 0 20px;
	background-color: #f9f148;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	border: #000 solid 4px;
	border-right: #000 solid 2px;
	align-items: center;
	display: flex;
}

#ct_bg .frameArea04 > .inner01 {
	border: #000 solid 4px;
	border-left: none;
	padding: 30px 30px 30px 32px;
	border-radius: 0 20px 20px 0;
}

#ct_bg .frameArea04 > .inner01 p {
	font-size: 1.6rem;
}

#ct_bg .frameArea04 > .inner01 .text04 {
	font-size: 2.0rem;
	color: #f00;
	font-weight: bold;
	margin-bottom: 0.5em;
}



#ct_bg .frameArea05 {
	width: 690px;
	margin: 0 auto;
	padding: 30px 30px 31px 27px;
	border: #c182b2 solid 4px;
	border-radius: 18px;
	background-color: #fff;
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
}

#ct_bg .frameArea05 > .button01 {
	margin: 20px auto 0;
	width: 172px;
}

#ct_bg .frameArea06 {
	width: 960px;
	margin: 0 auto 60px;
	background: #fff;
	border: 4px solid #f00;
	border-radius: 16px;
	padding: 30px;
}

#ct_bg .frameArea06 > .text01 {
	color: #f00;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#ct_bg .frameArea06 > .text02 {
	font-size: 1.6rem;
}

.imgTitle01 {
	margin-bottom: 36px;
}
.imgTitle02 {
	margin-bottom: 43px;
}
.imgTitle03 {
	margin-top: 68px;
	margin-bottom: 40px;
}
.recipeImg {
	margin-bottom: 16px;
}



#ct_bg .col01 {
	width: 592px;
}

#ct_bg .col03 > .text01,
#ct_bg .col08 > .text01 {
	display: inline-block;
	padding: 8px 10px 7px;
	border: #f4478e solid 1px;
	color: #e95098;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.0;
}

#ct_bg .col03 > .text02,
#ct_bg .col08 > .text02 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}
#ct_bg .col03 > .text02 span {
	font-size: 1.5rem;
}

#ct_bg .col01 > .text03 {
	margin-bottom: 16px;
}

#ct_bg .col01 > .wrap01 {
	width: 521px;
}

#ct_bg .col02 {
	width: 260px;
}

#ct_bg .col03 {
	width: 310px;
}

#ct_bg .col04 {
	width: 200px;
	padding-top: 16px;
}

#ct_bg .col05 {
	width: 312px;
	margin-left: 74px;
}

#ct_bg .col05 img {
	width: 273px;
}

#ct_bg .col06 {
	width: 500px;
	margin-right: 74px;
	padding-top: 23px;
}

#ct_bg .col07 {
	width: 220px;
}

#ct_bg .col08 {
	width: 380px;
}

#ct_bg .col08 .title01 {
	font-size: 2.4rem;
	color: #f4478e;
	font-weight: bold;
	margin-top: -0.25em;
	margin-bottom: 0.3em;
}

#ct_bg .col09 {
	margin-top: -46px;
}

#ct_bg .movieWrap01 {
	margin: 0 auto;
	width: 690px;
}

#ct_bg .movieArea01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .movieArea01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#ct_bg .howtoList {
	display: flex;
	justify-content: space-between;
	margin: 38px 0 76px;
}

#ct_bg .howtoList > li {
	width: 288px;
	font-size: 1.6rem;
}

#ct_bg .howtoList >  li:nth-child(1) figure {
	margin: 0 -36px 10px -5px;
}

#ct_bg .howtoList >  li:nth-child(2) figure {
	margin: 0 -31px 10px -10px;
}

#ct_bg .howtoList >  li:nth-child(3) figure {
	margin: 0 -23px 10px -18px;
}

#ct_bg .howtoList > li ul {
	margin-top: 10px;
}

#ct_bg .howtoList > li ul > li {
	font-size: 1.4rem;
	padding-left:1em;
	text-indent:-1em;
}

#ct_bg .note {
	font-size: 1.4rem;
}

#ct_bg .imgWrap {
	text-align: center;
	margin-bottom: 60px;
}
#ct_bg .imgWrap img {
	display: inline-block;
	border: 10px solid #f7c8dc;
	border-radius: 20px;
}


#ct_bg .btn01 a {
	min-width: 200px;
}

#ct_bg .btn01 a {
	display: block;
	padding: 13px 10px 9px;
	width: 100%;
	height: 100%;
	background-color: #f4478e;
	border: solid 2px #f4478e;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	text-align: center;
}

#ct_bg .btn01 a > .inner01 {
	position: relative;
	display: inline-block;
	padding-left: 46px;
}

#ct_bg .btn01 a > .inner01::before {
	position: absolute;
	top: -2px;
	left: 0;
	background: url("../img/icon_index01.png") no-repeat 0 0 / 100%;
	width: 33px;
	height: 29px;
	content: "";
}

#ct_bg .btn01 a > .inner01.reserve::before {
	top: -4px;
	width: 30px;
	height: 32px;
	background-image: url("../img/icon_index02.png");
}
#ct_bg .btn01 a > .inner01.waiting::before {
	top: -1px;
	left: 2px;
	width: 35px;
	height: 25px;
	background-image: url("../img/icon_index03.png");
}

#ct_bg .btn01 a:hover {
	background-color: #fff;
	color: #f4478e;
}

#ct_bg .btn01 a:hover > .inner01::before {
	background-image: url("../img/icon_index04.png");
}
#ct_bg .btn01 a:hover > .inner01.reserve::before {
	background-image: url("../img/icon_index05.png");
}
#ct_bg .btn01 a:hover > .inner01.waiting::before {
	background-image: url("../img/icon_index06.png");
}




















@media screen and (max-width: 639px) {
#ct_bg .wrapper01 {
	padding-top: 0;
}

#ct_bg .headTitleArea01 {
	font-size: 1.2rem;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 0;
}

#ct_bg .mainArea01 {
	width: 100%;
	background: none;
}

#ct_bg .mainArea01 .inner01 {
	background: none;
}

#ct_bg .mainArea01 .inner02 {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
}
#ct_bg .mainArea01 .inner02 figure {
	margin: 0;
}


#ct_bg .frameArea01 {
	background: url("../img/bg_index03.jpg") repeat 0 0;
	background-size: 40px auto;
	padding: 56px 0 100px;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	width: 100%;
}

#ct_bg .frameArea02 {
	border-radius: 18px;
	background-color: #fff;
	margin: 60px 15px 78px;
}

#ct_bg .frameArea02 > .title01 {
	position: relative;
	padding: 6px 20px 10px;
	border-radius: 12px 12px 0 0;
	background-color: #c182b2;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .frameArea02 > .inner01 {
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
	padding: 22px 20px 27px;
	border-radius: 0 0 16px 16px;
}

#ct_bg .frameArea02 .inner02 {
	width: 100%;
}

#ct_bg .frameArea02 > .button01 {
	margin: 20px auto 0;
	width: 172px;
}

#ct_bg .frameArea03 > .title01 {
	display: block;
	margin: 0 15px;
	padding: 10px 20px 5px;
	border-radius: 20px 20px 0 0;
	background-color: #f4478e;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .frameArea03 > .inner01 {
	margin: 0 15px;
	border: #f4478e solid 4px;
	border-radius: 0 0 20px 20px;
	padding: 16px 20px 15px;
	background-color: #fff;
}

#ct_bg .frameArea03 > .inner01 ul li {
	position: relative;
	padding-left: 18px;
	font-size: 1.4rem;
}

#ct_bg .frameArea03 > .inner01 ul li + li {
	margin-top: 10px;
}

#ct_bg .frameArea03 > .inner01 ul li span {
	font-size: 1.6rem;
	font-weight: bold;
}

#ct_bg .frameArea03 > .inner01 ul li:before {
	content: '';
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f4478e;
}

	
	
#ct_bg .frameArea04 {
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px 60px;
}

#ct_bg .frameArea04 > .title01 {
	width: 100%;
	text-align: center;
	padding: 0.5em 0 0.5em;
	border-radius: 20px 20px 0 0;
	background-color: #f9f148;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	border: #000 solid 4px;
	border-bottom: #000 solid 2px;
	display: inline;
}

#ct_bg .frameArea04 > .inner01 {
	width: 100%;
	border: #000 solid 4px;
	border-top: none;
	padding: 20px 20px 22px 20px;
	border-radius: 0 0 20px 20px;
	background: #fff;
}

#ct_bg .frameArea04 > .inner01 p {
	font-size: 1.4rem;
}

#ct_bg .frameArea04 > .inner01 .text04 {
	font-size: 1.6rem;
	color: #f00;
	font-weight: bold;
	margin-bottom: 0.5em;
}



#ct_bg .frameArea05 {
	width: auto;
	margin: 0 15px;
	padding: 18px 20px 25px 20px;
	border: #c182b2 solid 4px;
	border-radius: 18px;
	background-color: #fff;
	background: url("../img/bg_index04.png") repeat 0 0;
	background-size: 57px auto;
}

#ct_bg .frameArea05 > .button01 {
	margin: 20px auto 0;
	width: 180px;
}

#ct_bg .frameArea06 {
	width: inherit;
	padding: 20px;
	margin: 0 15px 60px;
}

#ct_bg .frameArea06 > .text01 {
	color: #f00;
	font-size: 1.6rem;
}

#ct_bg .frameArea06 > .text02 {
	font-size: 1.4rem;
}


.imgTitle01 {
	margin-bottom: 36px;
}
.imgTitle02 {
	margin-bottom: 30px;
}
.imgTitle03 {
	margin-top: 68px;
	margin-bottom: 40px;
}
.recipeImg {
	margin-bottom: 16px;
}



#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col03 > .text01,
#ct_bg .col08 > .text01 {
	display: inline-block;
	padding: 8px 10px 7px;
	border: #f4478e solid 1px;
	color: #e95098;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
}

#ct_bg .col03 > .text02,
#ct_bg .col08 > .text02 {
	margin-top: 13px;
	font-weight: bold;
	font-size: 1.4rem;
}
#ct_bg .col03 > .text02 span {
	font-size: 1.5rem;
}

#ct_bg .col01 > .text03 {
	margin-bottom: 16px;
}

#ct_bg .col01 > .wrap01 {
	width: 100%;
}

#ct_bg .col02 {
	width: 66%;
	margin: 0 auto 21px;
}

#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col04 {
	width: 180px;
	margin: 0 auto;
	padding-top: 16px;
}

#ct_bg .col05 {
	width: 100%;
	margin-left: 0;
	text-align: center;
}

#ct_bg .col05 img {
	width: 52%;
}

#ct_bg .col06 {
	width: 100%;
	margin-right: 0;
	padding-top: 23px;
}

#ct_bg .col07 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#ct_bg .col07 img {
	width: 67%;
}

#ct_bg .col08 {
	width: 100%;
}

#ct_bg .col08 .title01 {
	font-size: 2.0rem;
	color: #f4478e;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.6em;
}

#ct_bg .col09 {
	margin: 20px auto 0;
}

#ct_bg .movieWrap01 {
	padding: 0 3%;
	width: 100%;
}


#ct_bg .howtoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 38px 16px 76px;
}

#ct_bg .howtoList > li {
	width: 100%;
	font-size: 1.4rem;
}

#ct_bg .howtoList > li + li {
	margin-top: 36px;
}
	
#ct_bg .howtoList >  li figure {
	width: 77%;
}

#ct_bg .howtoList >  li:nth-child(1) figure,
#ct_bg .howtoList >  li:nth-child(2) figure,
#ct_bg .howtoList >  li:nth-child(3) figure {
	margin: 0 0 10px 14.3%;
}

#ct_bg .howtoList > li ul {
	margin-top: 10px;
}

#ct_bg .howtoList > li ul > li {
	font-size: 1.2rem;
	padding-left:1em;
	text-indent:-1em;
}

#ct_bg .note {
	font-size: 1.2rem;
	margin: 0 16px;
}

#ct_bg .imgWrap {
	text-align: center;
	margin: 0 15px 60px;
}
#ct_bg .imgWrap img {
	display: inline-block;
	border: 5px solid #f7c8dc;
	border-radius: 10px;
}

#ct_bg .btn01 a:hover {
	background-color: #f4478e;
	color: #fff;
}

#ct_bg .btn01 a:hover > .inner01::before {
	background-image: url("../img/icon_index01.png");
}
#ct_bg .btn01 a:hover > .inner01.reserve::before {
	background-image: url("../img/icon_index02.png");
}
#ct_bg .btn01 a:hover > .inner01.waiting::before {
	background-image: url("../img/icon_index03.png");
	
	

}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
