@charset "utf-8";


/* common
-------------------------------------------------------------------- */
body {
	background: #a6cad2;
	color: #333;
	letter-spacing: 0.1em;
    line-height: 1.3;
}


/* container
-------------------------------------------------------------------- */
#container {
	background: #ffffff;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 0 40px;
	overflow: hidden;
	width: 1070px;
}

#container a {
	color: #3f70a8;
	font-weight: 400;
}

#container a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#container img {
	-ms-interpolation-mode: bicubic;
}

#container p {
	margin-bottom: 1.2em;
}

#container p:last-child {
	margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    letter-spacing: 0.1em;
}

#container section {
	margin-bottom: 50px;
}

#container strong {
	font-weight: bold;
}

#container h2 {
	color: #4957ec;
	font-size: 36px;
	font-weight: bold;
}

#container h3 {
	font-size: 20px;
	color: #8148bf;
	margin: 30px 0 10px;
}

#container .comment {
    color: #ff003f;
}


/* title
-------------------------------------------------------------------- */
#title h1 {
	color: #ff7fbd;
	font-size: 50px;
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
}

#title h1 span {
	margin-left: 1em;
}


/* section
-------------------------------------------------------------------- */
#container section {
	background: #fff;
	border: 3px solid #4957ec;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin: 30px 30px 50px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.tw {
	position: absolute;
	right: 20px;
	top: 10px;
}

.data {
	background: #fff1c5;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin: 10px 0;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}


/* contWrap
-------------------------------------------------------------------- */
.contWrap + .contWrap {
	margin-top: 30px;
}

.contWrapInner {
	background: #ffffff;
	margin: 10px 0;
	padding: 20px;
	overflow: hidden;
}

.contWrapInner hr {
    border: 0;
    border-bottom: 1px solid #48ce50;
    margin: 20px 0;
    padding: 0;
    height: 0;
}


#container .contWrapInner h2 {
	font-size: 26px;
	color: #9766d6;
	margin: 5px 0 5px ;
}

#container .contWrapInner h3 {
	font-size: 20px;
	color: #8148bf;
	margin: 10px 0 10px;
}

#container .contWrapInner h4 {
	font-size: 16px;
	color: #5cb7d1;
	margin: 10px 0 10px;
}

#container .contWrapInner h3:first-child {
	margin: 0 0 10px;
}

.innerImg {
	float: left;
	text-align: center;
}

.innerImg dl {
	margin-top: 1.2em;
}

.innerImg dt {
	margin-bottom: 5px;
}

.innerText {
	padding-left: 0px;
}

.innerText1 {
	padding-left: 380px;
}


.innerText dt {
	font-weight: bold;
	font-size: 16px;
	color:#FF5700;
}

.innerImg dd + dt,
.innerText dd + dt {
	margin-top: 1.2em;
}

#container .btn_list a {
	background: #fc0490;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 10px 0 30px;
	text-decoration: none;
	text-align: center;
	height: 60px;
	width: 300px;
}

.movie {
	margin-bottom: 10px;
}

.artists li {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 230px;
}




/* cafe
-------------------------------------------------------------------- */
.pins{
	margin: 0 auto;
	width: 820px;
}

.food_title {
    color: #0c9217;
    font-size: 24px;
		display: flex;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}
/*#cafe img{
	width: 440px;
	height: 300px;
}*/
.food_title span {
    text-align: center;
}

.food_title:first-child {
	margin-top: 0;
}

.food_title:before,
.food_title:after {
	display: inline-block;
    content: " ";
    height: 1px;
    flex-grow: 1;
}

.food_title:before{
    margin-right: 0.4em;
    background: linear-gradient(-90deg, #0c9217, transparent);
}

.food_title:after{
    margin-left: 0.4em;
    background: linear-gradient(90deg, #0c9217, transparent);
}

.drink_title {
    color: #c40d56;
    font-size: 24px;
	display: flex;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}

.drink_title span {
    text-align: center;
}

.drink_title:first-child {
	margin-top: 0;
}

.drink_title:before,
.drink_title:after {
	display: inline-block;
    content: " ";
    height: 1px;
    flex-grow: 1;
}

.drink_title:before{
    margin-right: 0.4em;
    background: linear-gradient(-90deg, #c40d56, transparent);
}

.drink_title:after{
    margin-left: 0.4em;
    background: linear-gradient(90deg, #c40d56, transparent);
}

.cafemenu {
	font-size: 16px;
	overflow: hidden;
}

.cafemenu > li {
	margin:0 10px 10px 10px;
	float: left;
	overflow: hidden;
}

.cafemenu > li > p {
	width: auto;
	margin: 0;
	padding:10px 0 10px 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	/*margin: 0 -50px -32768px 0;*/
	/*padding: 20px 0 32768px;*/
}
.menuimg{
	display: block;
	margin: 0 auto;
}
.food > p{
	background-color: #0cc61d;
}
.drink > p{
	background-color: #c40d56;
}
.double{
	width: 940px;
	overflow: hidden;
}
.double dd{
	overflow: hidden;
}
.tokuten{
	float: left;
}
.double{
	width: 40px;
	margin: 0 10px 0 0;
}

.half{
	width: 400px;
}

li < .half{
	margin: 0 10px 0 0;
}

.cafemenu dl {
	float: left;
	padding: 20px;
	overflow: hidden;
}

.cafemenu dt {
	font-weight: 700;
}

.programLinkWrap {
	line-height: 2em;
}

.programLink {
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	margin-left: 5px;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: 0.4em;
}

.cafemenu dd {
	font-weight: 400;
	margin-bottom: 20px;
}

.cafemenu li dd:last-child {
	margin-bottom: 0;
}

._1 {
	background: #daffdd;
}

._2,._3 {
	background: #ffe9f2;
}

.cafemenu li._1 > p,
.cafemenu li._1 .programLink {
	background: #0cc61d;
}

.cafemenu li._2 > p,
.cafemenu li._3 > p,
.cafemenu li._2 .programLink,
.cafemenu li._3 .programLink {
	background: #c40d56;
}

.cafemenu li._1 dt {
	color: #0c9217;
}

.cafemenu li._2 dt,.cafemenu li._3 dt {
	color: #c40d56;
}

.management{
	float: right;
	margin: 0!important;
}

.foodattention{
	float: left;
	margin: 0!important;
}





/* boxWrap
-------------------------------------------------------------------- */
.boxWrap {
	margin: 0 -10px;
	overflow: hidden;
}

.box {
	background: #fff;
	border: 1px solid #9b9da0;
	float: left;
	width: 430px;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

.box h4 {
	color: #48ce50;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.boxPhoto {
	width: 200px;
	float: left;
	text-align: center;
}

.boxPhoto > img {
	margin-bottom: 10px;
	height: auto;
	width: 200px;
}

.boxlink {
	display: table;
}

.boxlink li + li {
	margin-top: 10px;
}

.boxlink a {
	display: table-cell;
	font-size: 12px;
	height: 43px;
	width: 200px;
	vertical-align: bottom;
	text-align: right;
	text-decoration: none;
}

.boxlink .otomart a {
	background: url(../imgs/bn_otomart.jpg) left top no-repeat;
}

.boxlink .otoizumi a {
	background: url(../imgs/bn_otoizumi.gif) left top no-repeat;
}

.boxText {
	width: 210px;
	float: right;
}

.icon {
	margin-bottom: 10px;
	overflow: hidden;
}

.icon li {
	background-size: 100%;
	float: left;
	padding-top: 50px;
	height: 0;
	width: 50px;
	overflow: hidden;
}

.icon li + li {
	margin-left: 5px;
}

.icon .favor {background-image: url(../imgs/icon_favor.png);}
.icon .presale {background-image: url(../imgs/icon_presale.png);}
.icon .limited {background-image: url(../imgs/icon_limited.png);}
.icon .newitem {background-image: url(../imgs/icon_newitem.png);}

.boxWrap.boxCard .box h4 {
	font-size: 14px;
}

.boxWrap.boxCard .box {
	width: 203px; 
}

.boxWrap.boxCard .boxPhoto {
	float: none;
	margin-bottom: 10px;
	text-align: center;
}

.boxWrap.boxCard .boxText {
	float: none;
	width: auto;
}

#container .list a {
	background: #48ce50;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 20px;
	margin: 10px 0;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
}

.otherGoods {
    border: 2px solid #329ced;
    margin: 30px;
    padding: 15px;
    font-size: 24px;
    color: #329ced;
    font-weight: bold;
    text-align: center;
}


/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


/* accordion 
-------------------------------------------------------------------- */
.accordionTitle {
	cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
	background: rgba( 255, 255, 255, 0.7 );
	display: none;
	margin: 20px 0;
	padding: 20px;
}


/*　formSet
-------------------------------------------------------------------- */
.formSet{
	margin-bottom:5px;
	margin-left:40px;
	padding-top:10px;
}

.formSet p.formSetLeft{
	width:280px;
	float:left;
	margin-right:20px;
	text-align:right;
	min-height:10px;
}

.formSet div.formSetRight{
	width:400px;
	float:left;
}

.formSetText{
	padding-top:10px;
}

.formSet input[type="text"] {
	background-color:#f7f7f7;
	color: #000;
	font-size: 16px;
	line-height: 1em;
	padding:8px 12px;
	border:1px solid #d3d3d3;
	width:350px;
}

.formSet textarea.areaText {
	background-color:#f7f7f7;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	padding: 12px;
	border:1px solid #d3d3d3;
	width:476px;
	height:150px;
}

p#requiredEntryText,
p.requiredEntryText {
	padding-left:340px;
	color:#ff0000;
}

.requiredEntry{
	color:#ff0000;
	padding-right:1em;
}

.formBtnWrap {
	margin-top:50px;
	text-align:center;
}

.formBtnWrap input{
	background: #0cc61d;
	border: 1px solid #0cc61d;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size:16px;
	padding: 15px 30px;
	overflow: hidden;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
}

.formBtnWrap input:hover{
	background-color:#f7f7f7;
	color:#0cc61d !important;
}


/* mogucomi
-------------------------------------------------------------------- */
#mogucomi h2 {
	color: #fcc605;
}

#mogucomi .contWrapInner {
	background: #ffefb7;
}


/* selector
-------------------------------------------------------------------- */
#selector h2 {
	color: #ee9df3;
}

#selector .contWrapInner {
	background: #fce4fe;
}

/* tokuten
-------------------------------------------------------------------- */
#tokuten h2 {
	color: #fc4341;
}

#tokuten .contWrapInner {
	background: #fee0e0;
}

.tokuten {
	overflow: hidden;
	margin-bottom: 20px;
	paddig-bottom: 20px;
}

.innerText_tokuten {
	padding-left: 300px;
}

hr{
	border-bottom: 1px solid #48ce50;
}

.tokuten h3{
	color: #fcc605;
}

.tokutenImg {
	text-align: center;
}

.tokutenImg li {
	display: inline-block;
	width: 280px;
	text-align: center;
	vertical-align: top;
}

.tokutenImg li img {
	height: auto;
	width: 280px;
}


table, td, th { border: 2px #808080 solid; }