@charset "utf-8";


/* common
-------------------------------------------------------------------- */
body {
	background: #ccffcc;
	color: #333;
	letter-spacing: 0.1em;
    line-height: 1.3;
}


/* container
-------------------------------------------------------------------- */
#container {
	background: rgba(255, 255, 255, 0.9);
	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: #FF4F00;
	font-size: 36px;
	font-weight: bold;
}

#container h3 {
	font-size: 20px;
	color: #48ce50;
	margin: 30px 0 10px;
}

#container .comment {
    color: #ff003f;
}


/* title
-------------------------------------------------------------------- */
#title h1 {
	color: #0cc61d;
	font-size: 50px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

#title h1 span {
	margin-left: 1em;
}


/* section
-------------------------------------------------------------------- */
#container section {
	background: #fff;
	border: 3px solid #ff611c;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin: 0 30px 50px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.tw {
	position: absolute;
	right: 20px;
	top: 20px;
}

.data {
	background: #0cc61d;
	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: #d3ffef;
	margin: 10px 0;
	padding: 20px;
	overflow: hidden;
}

.contWrapInner hr {
    border: 0;
    border-bottom: 1px solid #FF7600 ;
    margin: 20px 0;
    padding: 0;
    height: 0;
}


.contWrap hr {
    border: 0;
    border-bottom: 1px solid #FF7600 ;
    margin: 20px 0;
    padding: 0;
    height: 0;
}

#container .contWrapInner p {
	line-height: 24px;
	font-size: 14px;
}

#container .contWrapInner h3 {
	font-size: 24px;
	color: #6091d3;
	margin: 20px 0 10px;
}

#container .contWrapInner h4 {
	font-size: 16px;
	color: #48ce50;
	margin: 20px 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: 420px;
}

.innerText dt {
	font-weight: bold;
	font-size: 18px;
}

.innerText dt {
	font-weight: bold;
	font-size: 16px;
}


.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;
}


.ftext p
{
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #3D3D3D;
	
	
}



.box100 {
	width: 60%;
    padding: 1em 1em;
    margin: 1em 0;
    font-size: 14px;
	line-height: 18px;
    border: solid 1px #8E8E8E;
}
.box100 p {
    margin: 0; 
    padding: 0;
}



.floormap_box13 {
    width: auto;
    padding: 10px 10px 10px 10px;
    margin: 12px 0 5px 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
	
}
.floormap_box13 p {
	width: 100%;
	display: table-cell;
	font-size: 16px;
    margin: 0; 
    padding: 0;
	word-break: break-word;
}


.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #ff804f;
	width: 70%;
		
		color: #FFFFFF;
   
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ff804f;
    width: 0;
    height: 0;
}
.box24 p {
	font-size:16px;
    margin: 0; 
    padding: 0;
}




.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 30px;/*角の丸み*/
	
}
.box2 p {
    margin: 0; 
    padding: 0;
	
}
.box3 {
    color: #fff;
	text-decoration: none;
    font-size: 14px;
    padding: 3px 10px;
    margin: 5px 3px 5px 0px;
    line-height: 28px;
    background-color: #6091d3;
border-radius: 30px;/*角の丸み*/
	
	
}


.box4 {
    color: #fff;
	text-decoration: none;
    font-size: 16px;
    padding: 5px 15px;
    margin: 8px 0px 8px 0px;
    line-height: 33px;
    background-color: #13dbca;
border-radius: 40px;/*角の丸み*/
	
	
}




/* boxWrap
-------------------------------------------------------------------- */
.boxWrap {
	margin: 0 -10px;
	overflow: hidden;
}

.box {
	background: #fff;
	border: 1px solid #9b9da0;
	float: left;
	width: 420px;
	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: 200px;
	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: 192px; 
}

.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 #6900AF;
    margin: 30px;
    padding: 15px;
    font-size: 22px;
    color: #6900AF;
    font-weight: bold;
    text-align: center;
}
.otherGoods2 {
    border: 2px solid #6900AF;
    margin: 30px;
    padding: 15px;
    font-size: 24px;
    color: #fa8eff;
    font-weight: bold;
    text-align: center;
}


/* food
-------------------------------------------------------------------- */

.food_title {
    color: #0c9217;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}
/*#food 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;
	color: #c40d56;
}

.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);
}




.dessert_title {
    color: #ff6a30;
    font-size: 24px;
	display: flex;
    align-items: center;
    margin: 20px 0;
    text-align: center;
}

.dessert_title span {
    text-align: center;
	color: #ff6a30;
}

.dessert_title:first-child {
	margin-top: 0;
}

.dessert_title:before,
.dessert_title:after {
	display: inline-block;
    content: " ";
    height: 1px;
    flex-grow: 1;
}

.dessert_title:before{
    margin-right: 0.4em;
    background: linear-gradient(-90deg, #ff6a30, transparent);
}

.dessert_title:after{
    margin-left: 0.4em;
    background: linear-gradient(90deg, #ff6a30, transparent);
}








.foodmenu {
    font-size: 16px;
    overflow: hidden;
}

.foodmenu > li {
    margin:0 5px 5px 5px;
    float: left;
    overflow: hidden;
}

.foodmenu > 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;
}

.dessert > p{
	background-color: #ff6a30;
}

.double{
    width: 940px;
    overflow: hidden;
}
.double dd{
    overflow: hidden;
}
.tokuten{
    float: left;
}
.food_half{
    width: 400px;
    margin: 0 10px 0 0;
}


.food_half2{
    width: 280px;
    margin: 0 10px 0 0;
}


li < .half{
    margin: 0 10px 0 0;
}

.foodmenu dl {
    float: left;
    padding: 20px;
    overflow: hidden;
}

.foodmenu 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;
}

.foodmenu dd {
    font-weight: 400;
    margin-bottom: 20px;
}

.foodmenu li dd:last-child {
    margin-bottom: 0;
}

._1 {
    background: #daffdd;
}

._2 {
    background: #eae5fc;
}

._3 {
    background: #ffe9f2;
}

.foodmenu li._1 > p,
.foodmenu li._1 .programLink {
    background: #0cc61d;
}

.foodmenu li._2 > p,
.foodmenu li._3 > p,
.foodmenu li._2 .programLink,
.foodmenu li._3 .programLink {
    background: #c40d56;
}

.foodmenu li._1 dt {
    color: #0c9217;
}

.foodmenu li._2 dt,.foodmenu li._3 dt {
    color: #c40d56;
}

.management{
    float: right;
    margin: 0!important;
}

.foodattention{
    float: left;
    margin: 0!important;
}


.food p.resizeimage img { width: 100%; }





.fd
{
	
}


@media only screen and (max-device-width: 480px) {
.fd img {
    max-width: 95%;
}
}


@media only screen and (max-device-width: 480px) {
.menuimg {
    max-width: 95%;
	  display: block;
    margin: 0 auto;
}
}

@media only screen and (max-device-width: 480px) {
.food_half{
    width: 95%;
}

}




/* 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: 2px solid #FF7A35;
}

.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;
}


td {
text-align: left;
vertical-align: top;
}


/* subtitle2
-------------------------------------------------------------------- */
#subtitle2 h2 {
	color: #02a7d1;
}

#subtitle2 .contWrapInner {
	background: #e6f3f7;
}

.subtitle2 {
	overflow: hidden;
	margin-bottom: 20px;
	paddig-bottom: 20px;
}

.innerText_subtitle2 {
	padding-left: 300px;
}

hr{
	border-bottom: 2px solid #FF7A35;
}

.subtitle2 h3{
	color: #6091d3;
}

.subtitle2Img {
	text-align: center;
}

.subtitle2Img li {
	display: inline-block;
	width: 280px;
	text-align: center;
	vertical-align: top;
}

.subtitle2Img li img {
	height: auto;
	width: 280px;
}

@media only screen and (max-device-width: 480px) {
.subtitle2 img{
    width: 95%;
}

}


td {
text-align: left;
vertical-align: top;
}

