@charset "utf-8";

/**** a ****/
a.hover img{
	opacity: 1.0;
	transition-property: opacity;
	transition-duration: .45s;
	transition-timing-function: ease;
}
a.hover img:hover{
	opacity: 0.65;
}

/**** body ****/
body {
	width: 100%;
	text-align: center;
	/*font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family:-apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
	font-size: 1.0rem;
	/*font-weight: lighter;*/
	background-color: #e3cfe5;
}
body.fontnotosans {
	font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family:'Noto Sans Japanese',-apple-system,’Lucida Grande’,‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,‘游ゴシック’,’メイリオ’,meiryo,sans-serif;*/
}
/**** outframe ****/
#wrapper,
header,
footer,
main,
article,
#main-visual {
	display: block;
	width: 100%;
	text-align: center;
}
header > .inner,
footer > .inner,
#main-contents {
	display: block;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}
/**** wrapper ****/
#wrapper {
	background-color: #fff;
	position: relative;
	border-top: 5px solid #e3cfe5;
}
/**** header ****/
header {

}
@media screen and (min-width: 992px) {
	header, header > .inner {
		/*height: 197px;*/
		/*height: 195px;*/
		height: 155px;
		z-index: 99;
	}
	header {
		/*background-color: transparent;*/
		background: url(../images/dolceria_header_m1.png) no-repeat center bottom;
		/*background: url(../images/header_bg.png) no-repeat center bottom;*/
		position: absolute;
		top: 0;
		left: 0;
		-webkit-filter:drop-shadow(rgba(228,0,101,0.6) 0 5px 5px);
		-ms-filter:drop-shadow(rgba(228,0,101,0.6) 0 5px 5px);
		filter:drop-shadow(rgba(228,0,101,0.6) 0 5px 5px);
		 /*rgba(255,255,255,0.26) 0 2px 5px);*/
		-webkit-filter:drop-shadow(rgba(255,255,255,0.6) 0 2px 5px);
		-ms-filter:drop-shadow(rgba(255,255,255,0.6) 0 2px 5px);
		filter:drop-shadow(rgba(255,255,255,0.6) 0 2px 5px);
		/**/
		-webkit-filter:drop-shadow(rgba(0,0,0,0.6) 0 2px 5px);
		-ms-filter:drop-shadow(rgba(0,0,0,0.6) 0 2px 5px);
		filter:drop-shadow(rgba(0,0,0,0.6) 0 2px 5px);
	}
	header > .inner {
		height: 200px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -500px;
	}
}
@media screen and (max-width: 991px) {
	header {
		box-shadow: 0 1px 5px rgba(0,0,0,0.6);
		margin-bottom: 8px;
	}
}
/**** h1 ****/
h1{
	font-size: 0.6rem;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: .5em;
}
@media screen and (max-width: 991px) {
	h1{
		text-align: center;
	}
}
/**** logo ****/
header .logo{
	display: block;
}
@media screen and (min-width: 992px) {
	header .logo{
		float: left;
	}
}
@media screen and (max-width: 991px) {
	header .logo{
		display: block;
		width: auto;
		max-width: 115px;
		margin: 0 auto 8px;
	}
}
/**** .tel_info ****/
header .tel_info {
	display: block;
}
header .tel_info > * {
	display: block;
}
header .tel_info adress {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #666;
}
header .tel_info adress span {
	/*display: block;*/
}
header .tel_info .btn_inq {
	color: #e40065;
	font-size: 1.8rem;
}
header .tel_info time {
	font-size: 0.75rem;
	line-height: 1.5em;
}
@media screen and (min-width: 992px) {
	header .tel_info {
		float: right;
		margin-top: -8px;
	}
	header .tel_info > * {
		text-align: right;
	}
	header .tel_info adress {
		font-size: 0.75rem;
		line-height: 1.5em;
		color: #666;
	}
	header .tel_info adress span {
		/*display: block;*/
	}
	header .tel_info .btn_inq {
		color: #92318d;
		font-size: 1.8rem;
	}
	header .tel_info time {
		font-size: 0.75rem;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 991px) {
	header .tel_info > * {
		text-align: center;
	}
	header .tel_info adress span {
		display: inline-block;
		margin-left: 1em;
		margin-bottom: .25em;
	}
}
/**** gnavi ****/
header nav {
	display: block;
}
header nav ul {
	display: block;
}
header nav ul li {
	display: block;
}
header nav ul li a {
	display: block;
}
@media screen and (min-width: 992px) {
	header nav {
		clear: both;
		padding-top: 15px;
		width: 92%;
		margin: auto;
	}
	header nav ul li {
		display: block;
		float: left;
		width: 20%;
		height: 37px;
		box-sizing: border-box;
		position: relative;
	}
	header nav ul li a {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		color: #630;
		/*height: 37px;*/
		height: 27px;
		padding-bottom: 10px;
		background: url(../images/dolceria_arrow.png) no-repeat center bottom;
	}
	header nav ul li:nth-child(2),
	header nav ul li:nth-child(4) {
		top: 8px;
	}
	header nav ul li:nth-child(3) {
		top: 12px;
	}
	header nav ul li:hover{
		/*background: url(../images/bg_hover_nav.svg) no-repeat center top;*/
	}
	header nav ul li a:hover{
		text-decoration: none;
	}
	header nav ul li:nth-child(1),
	header nav ul li:nth-child(2),
	header nav ul li:nth-child(3) {
		border-left: 1px dotted #630;
	}
	header nav ul li:nth-child(3),
	header nav ul li:nth-child(4),
	header nav ul li:nth-child(5) {
		border-right: 1px dotted #630;
	}
}
@media screen and (max-width: 991px) {
	header nav {
		display: none;
	}
	header nav.active {
		display: block;
		-moz-animation-name: header_spnav_animation;
		-moz-animation-duration: .5s;
		-moz-animation-timing-function: ease;
		-webkit-animation-name: header_spnav_animation;
		-webkit-animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-o-animation-name: header_spnav_animation;
		-o-animation-duration: .5s;
		-o-animation-timing-function: ease;
		-ms-animation-name: header_spnav_animation;
		-ms-animation-duration: .5s;
		-ms-animation-timing-function: ease;
		animation-name: header_spnav_animation;
		animation-duration: .5s;
		animation-timing-function: ease;
	}
	@-moz-keyframes header_spnav_animation {
		0% {opacity: 0; margin-left: 0px; margin-top: -5px;}
		100% {opacity: 1; margin-left: 0px; margin-top: 0px;}
	}
	@-webkit-keyframes header_spnav_animation {
		0% {opacity: 0; margin-left: 0px; margin-top: -5px;}
		100% {opacity: 1; margin-left: 0px; margin-top: 0px;}
	}
	@-o-keyframes header_spnav_animation {
		0% {opacity: 0; margin-left: 0px; margin-top: -5px;}
		100% {opacity: 1; margin-left: 0px; margin-top: 0px;}
	}
	@-ms-keyframes header_spnav_animation {
		0% {opacity: 0; margin-left: 0px; margin-top: -5px;}
		100% {opacity: 1; margin-left: 0px; margin-top: 0px;}
	}
	@keyframes header_spnav_animation {
		0% {opacity: 0; margin-left: 0px; margin-top: -5px;}
		100% {opacity: 1; margin-left: 0px; margin-top: 0px;}
	}
	header nav ul {

	}
	header nav ul li {
		width: 100%;
		height: 32px;
		line-height: 32px;
		background: #fadce9;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		padding: 0 1em;
	}
	header nav ul li a {
		color: #630;
	}
}
/**** #main-visual ****/
@media only screen and (max-width: 991px) {
	.menuButtonOuter{
		width: 44px;
		position: absolute;
		top: 12px;
		left: 5px;
	}
}
#menuButton {
    display: block;
    width: 42px;
    height:42px;
    /*position: fixed;
    top: 10px;
    right: 10px;*/
	position: relative;
    z-index: 99;
}
#menuButton span {
    display: block;
    /*background: #666;*/
	background: #e40065;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
/**** #main-visual ****/
#main-visual{
	position: relative;
}
@media screen and (min-width: 992px) {
	#main-visual {
		position: relative;
		height: 588px;
		overflow: hidden;
	}
	#main-visual::before {
		content: url(../images/dolceria_mv.png);
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
	}
	#main-visual > p {
		display: block;
		width: 100%;
		color: #fff;
		line-height: 1.2em;
		/* font-family: 'Nothing You Could Do', cursive; */
		font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 2.75rem;
		font-weight: 100;
		text-align: center;
		position: absolute;
		z-index: 999;
		left: 0;
		top: 50%;
	}
	#main-visual_move{
		-moz-animation-name: main-visual_move;
		-moz-animation-duration: 10s;
		-moz-animation-timing-function: ease;
		/*-moz-animation-delay: 1.5s;*/
		-webkit-animation-name:  main-visual_move;
		-webkit-animation-duration: 10s;
		-webkit-animation-timing-function: ease;
		/*-webkit-animation-delay: 1.5s;*/
		-o-animation-name:  main-visual_move;
		-o-animation-duration: 10s;
		-o-animation-timing-function: ease;
		/*-o-animation-delay: 1.5s;*/
		-ms-animation-name:  main-visual_move;
		-ms-animation-duration: 10s;
		-ms-animation-timing-function: ease;
		/*-ms-animation-delay: 1.5s;*/
		animation-name:  main-visual_move;
		animation-duration: 10s;
		animation-timing-function: ease;
		/*animation-delay: 1.5s;*/
	}
}
@-moz-keyframes  main-visual_move {
	0% {margin-top: 90px;}
	100% {margin-top: 0px;}
}
@-webkit-keyframes  main-visual_move {
	0% {margin-top: 90px;}
	100% {margin-top: 0px;}
}
@-o-keyframes  main-visual_move {
	0% {margin-top: 90px;}
	100% {margin-top: 0px;}
}
@-ms-keyframes  main-visual_move {
	0% {margin-top: 90px;}
	100% {margin-top: 0px;}
}
@keyframes  main-visual_move {
	0% {margin-top: 90px;}
	100% {margin-top: 0px;}
}
@media screen and (max-width: 991px) {
	#main-visual > p {
		display: block;
		width: 100%;
		color: #fff;
		line-height: 1.2em;
		/* font-family: 'Nothing You Could Do', cursive; */
		font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 2.75rem;
		font-weight: 100;
		text-align: center;
		position: absolute;
		z-index: 999;
		left: 0;
		/*top: 50%;*/
		top: 0;
	}
}
/**** footer ****/
footer {
	background-color: #e3cfe5;
}
footer nav ul li::before {
	content: "◆";
	margin-right: 3px;
}
footer nav ul li a {
	/*display: block;*/
	color: #630;
}
@media screen and (min-width: 992px) {
	footer nav {
		float: left;
		display: block;
		width: 800px;
		padding: 10px 0;
	}
	footer nav ul {
		display: block;
	}
	footer nav ul li {
		display: inline-block;
		margin-right: 10px;
		color: #630;
		font-size: .85rem;
		line-height: 1.5em;
	}
	footer a.footer_logo {
		display: block;
		float: right;
		padding: 15px 0;
	}
	footer .copyright {
		display: block;
		clear: both;
		font-size: 1.0rem;
		line-height: 1.5em;
		color: #fff;
	}
}
@media screen and (max-width: 991px) {
	footer{
		box-shadow: 0 -1px 5px rgba(0,0,0,0.6);
	}
	footer nav {
		margin-bottom: 20px;
	}
	footer nav ul li {
		display: block;
		color: #630;
		font-size: .85rem;
		line-height: 1.5em;
		border-bottom: 1px solid #666;
		background: #fadce9;
		padding: 6px;
		box-sizing: border-box;
	}
	footer a.footer_logo {
		display: block;
		width: 72px;
		margin: 0 auto 15px;
	}
	footer .copyright {
		display: block;
		font-size: .85rem;
		line-height: 1.5em;
		text-align: center;
		color: #fff;
	}
}
/**** main-contents ****/
#main-contents {
	display: block;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 25px 25px 25px;
	position: relative;
}
@media screen and (min-width: 992px) {
	#main-contents > section {
		display: block;
		/*float: right;*/
		float: left;
		/*width: 725px;*/
		width: 600px;
	}
	#main-contents > section.index-section {
		float: right;
	}
}
@media screen and (max-width: 991px) {
	#main-contents > section {
		margin-bottom: 50px;
	}
}
/**** side ****/
@media screen and (min-width: 992px) {
	#side {
		float: right;
		display: block;
		/*width: 195px;*/
		width: 320px;
	}
	#side.index-side {
		margin-top: -85px;
		float: left;
	}
}
@media screen and (max-width: 991px) {

}
/**** bnr_recruit ****/
@media screen and (min-width: 992px) {
	#side .bnr_recruit {
		display: block;
		background: url(../images/bnr_recruit.png) no-repeat 0 0;
		transition: .3s all;
	}
	#side .bnr_recruit img {
		transition: .3s all;
	}
	#side .bnr_recruit:hover {
		background: url(../images/bnr_recruit_on.png) no-repeat 0 0;
	}
	#side .bnr_recruit:hover img{
		opacity: 0;
	}
}
/*---------------------------------------
 トップページ
=======================================*/
/**** top page facebook ****/
.fb_outer {
	max-width: 500px;
	margin: auto;
}
/*---------------------------------------
 セカンドページ共通
=======================================*/
/**** #sec_ttl****/
#sec_ttl {
	position: relative;
}
@media screen and (min-width: 992px) {
	#sec_ttl {
		position: relative;
		height: 330px;;
		overflow: hidden;
	}
	#sec_ttl::before {
		content: url(../images/dolceria_sec.png);
		display: block;
		position: absolute;
		top: -65px;
		left: 50%;
		margin-left: -960px;
	}
	#sec_ttl > h2 {
		display: block;
		/*width: 100%;*/
		width: 96%;
		max-width: 950px;
		color: #333;
		line-height: 1.2em;
		/* font-family: 'Nothing You Could Do', cursive; */
		font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 2rem;
		font-weight: 100;
		text-align: left;
		/*padding-top: 155px;*/
		/*padding-top: 185px;*/
		padding-top: 195px;
		margin: auto;
		/*position: absolute;*/
		z-index: 999;
		left: 0;
		top: 0;
	}
	#sec_ttl > h2 > span {
		font-size: .5em;
		color: #666;
	}
}
@media screen and (max-width: 991px) {
	#sec_ttl {
		border-bottom: 5px solid #db326a;
	}
	#sec_ttl > h2 {
		border-bottom: 4px solid #a6321e;
		padding-bottom: 8px;
	}
}
/**** h3 ttl ****/
#main-contents section h3 {
	display: block;
	width: 100%;
	color: #333;
	line-height: 1.2em;
	/* font-family: 'Nothing You Could Do', cursive; */
	font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: 100;
	text-align: left;
	box-sizing: border-box;
	padding-left: .75em;
	margin-bottom: 15px;
	position: relative;
}
#main-contents section h3::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #a6321e;
	border-left: 2px solid #db326a;
	position: absolute;
	left: 0;
	top: 0;
}
/*---------------------------------------
 装飾
=======================================*/
/**** lines ****/
hr.lines {
	display: block;
	width: 100%;
	margin: 15px auto;
	border: none;
	background-size: contain;
}
hr.b_ornament_136_0M {
	max-width: 765px;
	height: 22px;
	background: url(../images/lines/b_ornament_136_0M.png) no-repeat center top;
}
hr.b_simple_37_0M {
	max-width: 760px;
	height: 6px;
	background: url(../images/lines/b_simple_37_0M.png) no-repeat center top;
}
hr.b_simple_37_2M {
	max-width: 760px;
	height: 6px;
	background: url(../images/lines/b_simple_37_2M.png) no-repeat center top;
}
hr.b_simple_37_3M {
	max-width: 760px;
	height: 14px;
	background: url(../images/lines/b_simple_37_3M.png) no-repeat 0 0;
}
/*---------------------------------------
 個別ページ（shop）
=======================================*/
table.tbl_shopinfo {
	table-layout: fixed;
	width: 100%;
}
table.tbl_shopinfo tr th,
table.tbl_shopinfo tr td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 1em;
}
table.tbl_shopinfo tr th {
	width: 30%;
}
table.tbl_shopinfo tr td {

}
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 991px) {
	table.tbl_shopinfo {
		display: block;
		width: 96%;
		margin: auto;
	}
	table.tbl_shopinfo tr {
		display: block;
		margin-bottom: 10px;
	}
	table.tbl_shopinfo tr th,
	table.tbl_shopinfo tr td {
		display: block;
		border: none;
		box-sizing: border-box;
		padding: .5em .25em;
	}
	table.tbl_shopinfo tr th {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	table.tbl_shopinfo tr td img {
		display: inline-block!important;
	}
}
/*---------------------------------------
 個別ページ（shop）
=======================================*/
.recruit_desc dl {
	margin-bottom: 20px;
}
.recruit_desc dl dt {
	display: block;
	width: 100%;
	color: #333;
	line-height: 1.5em;
	/* font-family: 'Nothing You Could Do', cursive; */
	font-family: 'Noto Sans Japanese',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.2rem;
	font-weight: 100;
	text-align: left;
	box-sizing: border-box;
	padding-left: .75em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	position: relative;
}
.recruit_desc dl dd {
	display: block;
	width: 96%;
	margin: auto;
	font-size: .95rem;
	line-height: 1.5em;
}
.recruit_desc dl dt::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	border: 6px solid transparent;
	border-left: 6px solid #fadce9;
	margin-top: -6px;
}
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 991px) {
	table.tbl_shopinfo {
		display: block;
		width: 96%;
		margin: auto;
	}
	table.tbl_shopinfo tr {
		display: block;
		margin-bottom: 10px;
	}
	table.tbl_shopinfo tr th,
	table.tbl_shopinfo tr td {
		display: block;
		border: none;
		box-sizing: border-box;
		padding: .5em .25em;
	}
	table.tbl_shopinfo tr th {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	table.tbl_shopinfo tr td img {
		display: inline-block!important;
	}
}

/*---------------------------------------
 【PC】min-width: 992px
=======================================*/
@media screen and (min-width: 992px) {
	#wrapper .sp {
		display: none;
	}
}
/*---------------------------------------
 【SP】max-width: 991px
=======================================*/
@media screen and (max-width: 991px) {
	/**** wrapper ****/
	#wrapper {
		width: 100%;
		overflow-x: hidden;
	}
	#wrapper img {
		display: block;
		width: auto;
		max-width: 100%;
	}
	#wrapper .pc {
		display: none;
	}
	#wrapper .left, #wrapper .right {
		float: none;
	}
}
