@charset "utf-8";

@charset "utf-8";

/* =============================================
    reset
============================================= */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	background: #dadada;
	padding: 2px;
}
select {
	background: #ffffff;
	padding: 2px;
}


/*   [Link scheme]
---------------------------------------*/
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #404040;}
a:hover,
a:active {	color: #404040;}
a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


/* ===========================================================================
    module
=========================================================================== */
/*   [clearfix]
------------------------------------------------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/* hide MacIE \*/
* html .clearfix {	height: 1em;}
.clearfix {
	display: block;
	clear: both;
}
/* ini */


/*   [container]
------------------------------------------------------------*/
#container {
	font-size: 95%;
	min-width: 1000px;
}
*:first-child+html #container {	padding-left: 1px;}
#container .inner {
	width: 970px;
	text-align: left;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}


/*   [header]
------------------------------------------------------------*/
#header {
	position: relative;
	height: 170px;
	width: 970px;
	padding-bottom: 25px;
}
#header .logo {
	text-indent: -9999px;
	width: 200px;
	height: 15px;
	left: 0px;
	zoom: 1;
	background-image: url(../images/head_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 48px;
	padding-top: 48px;
}
#header .logo a {
	display: block;
	outline: none;
	width: 200px;
	height: 15px;
}

/* [nav-utility]
----------------------------------------------------------*/
#header .nav-utility {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header .nav-utility li {
	font-size: 0;
	line-height: 0;
	float: left;
	display: inline;
	margin-left: 23px;
}

/* [nav-global]
----------------------------------------------------------*/
#header .nav-global {
	position: absolute;
	top: 110px;
	height: 45px;
	width: 970px;
	left: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
#header .nav-global #menulist {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#header .nav-global li {
	font-size: 0;
	line-height: 0;
	/*float: left;*/
	display: inline;
	height: 45px;
	overflow: hidden;
	/*padding-right: 26px;*/
}

/*   [contents]
------------------------------------------------------------*/
#contents {
	clear: both;
	position: relative;
	padding-bottom: 30px;
}

/* [main]
----------------------------------------------------------*/
.breadcrumb {
	clear: both;
	background-image: url(../images/icon_arrow.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	background-position: left center;
}
.breadcrumb p,
.breadcrumb h1 {
	clear: none;
	float: left;
	display: inline;
}
.breadcrumb h1 {
	background: url("https://www.aliceintakamatsu.com/common/images/ico-arrow-01.gif") no-repeat 0 0.1em;
	margin: 2px 0 0 7px;
	padding-left: 20px;
	font-size: 90%;
}

/* [main]
----------------------------------------------------------*/
.main {
	float: right;
	width: 730px;
}

/* [side]
----------------------------------------------------------*/
.side {
	float: left;
	display: block;
	width: 212px;
}

.contents .title {
	display: block;
	padding-bottom: 20px;
}
#container .contents .pagetop {
	display: block;
	width: 100%;
	padding-top: 30px;
	text-align: right;
}
#footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer .footer_inner {
	width: 970px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	position: relative;
}
#footer .footer_inner .foot_logo {
	display: block;
	height: 25px;
	width: 155px;
}
.bn-list ul li {
	float: left;
	padding-right: 10px;
}
.bn-list {
	width: auto;
	position: absolute;
	top: 10px;
	right: 0px;
}
#footer .foot_navi {
	display: block;
	padding-top: 25px;
}
#footer .foot_navi li {
	float: left;
	padding-right: 30px;
}
#footer .copyright {
	clear: both;
	display: block;
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 95%;
	color: #9FA0A0;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}
#container .side ul {
	display: block;
	padding-bottom: 20px;
}
#container .side li {
	padding-bottom: 5px;
}

#container .side .side_banner li {
	background-image: url(../images/line_hr.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.pagetop {
	display: block;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(../images/pt_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#footer .foot_box01 {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer .foot_box01 ul li {
	display: block;
	padding-left: 15px;
	float: left;
	padding-bottom: 5px;
	background-image: url(../images/icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	width: 146px;
}
#footer .foot_box01 ul .w120 {
	width: 120px;
}
#footer .foot_box01 ul .w190 {
	width: 190px;
}
#footer .foot_box02 {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
}
#footer .foot_box02 .fb02_inner {
	height: 42px;
	width: 970px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer .logo {
	background-image: url(../images/foot_logo.png);
	height: 18px;
	width: 231px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
}
#footer .logo a {
	height: 18px;
	width: 231px;
	display: block;
}
#footer .foot_tel {
	width: 460px;
	position: absolute;
	top: 30px;
	right: 0px;
}
.pt15 {
	padding-top: 15px;
}
#container .pankuzu {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 95%;
}
.side .side-banner02 li {
	background-image: none;
}
.side .side-banner02 li img {
	border: 1px solid #CCC;
}
.side .addless p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
}
.pb25 {
	padding-bottom: 25px;
}
.contents .main p , table {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: #727171;
	line-height: 2em;
}
.txt_bk {
	color: #000;
}
#cuisine .menu_item {
	line-height: 1.7em;
}
#header .unav {
	position: absolute;
	height: 27px;
	/*width: 406px;*/
	width: 287px;
	top: 0px;
	right: -14px;
}