@charfset 'utf-8';

/*-----------------------------
　　スタイル調整用
------------------------------*/

.mt_-100 {
	margin-top: -100px !important;
}

.mt_0 {
	margin-top: 0 !important;
}

.mt_20 {
	margin-top: 20.0px !important;
}

.mt_30 {
	margin-top: 30.0px !important;
}

.mb_0 {
	margin-bottom: 0px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.pt_10 {
	padding-top: 10px !important;
}

.lh2 {
	line-height: 2em;
}

.item_m {
	height: 36px;
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.only_sp{
	display: none;
}

.d_ib{
	display: inline-block !important;
}

.red_text a{
	color: #bd1b21 !important;
	border-bottom: 1px solid #bd1b21;
}

dd {
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	position: relative;
	background: url(../img/background.jpg);
}

#header{
	margin: auto;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

th {
	width: 70px;
	color: #b6040f;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #f8e1e0;
	padding: 10px;
	font-size: 14px;
}

td {
	background-color: #f7f6f2;
	padding: 10px;
	font-size: 14px;
}

.collabo_box th {
	width: 200px;
}

.collabo_box td {
	width: 90%;
}

.info_section th{
	text-align: left;
	background-color: #ffffff;
}

.info_section td{
	background-color: #ffffff;
}

.date {
	font-weight: bold;
}

/*-----------------------------
　　ページ内スクロールナビ
------------------------------*/

#globalNavi{
	position: relative;
	width: 100%;
	z-index: 9999;
}
#globalNavi.fixed{
	position: fixed;
}

.nav_box{
	width: 100%;
	height: 50px;
	background-color: #fae1e4;
	display: block;
	border-bottom: 1px solid #e50012;
	margin: 0;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	text-align: center;
}

.nav_box ul li a:hover {
	opacity: 0.8 ;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.logo_box{
	height: 64px;
	background-color: #e50012;
	text-align: center;
}

.logo_box img{
	padding: 20px 20px 0 0;
	vertical-align: middle;
}

#menu-box {
	position: relative;
}
#menu{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	padding-top: 5px;
}
#menu li{
	text-align: center;
	color: #fff;
	list-style: none;
	box-sizing: border-box;
	border: 1px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	width: auto;
	padding: 0; 
}

#menu li a{
	display: block;
	padding: 12px 0 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	 color: #333333;
	font-size: 1.1em;
	border: 1px solid #ff0000;
	border-radius: 10px;
	padding: 8px;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}

#toggle{ 
 display: none;
}

#menuOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 9997;
}

/*-----------------------------
　　メインビジュアル
------------------------------*/

h1 {
	margin: 0;
}

.background {
	height: 500.0px;
	background: url(../img/main_visual_bg.jpg) center center / cover no-repeat;
}

.background .background-inner {
	max-width: 100.0%;
	width: 1200.0px;
	margin: 0 auto;
	overflow: hidden;
}

.background .background-inner img {
	height: 100.0%;
	width: 1024.0px;
	margin: auto;
	display: inherit;
	position: relative;
	width: auto;
	height: auto;
	min-width: 100%;
	left: 50%;
	top: 100%;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}

/*-----------------------------
	ディスプレイサイズ(幅)：1200px以下対応.
	※nav:main_visual	.
------------------------------*/

@media only screen and (max-width: 1200.0px) {

	.background {
		width: 1200px;
	}

	.background .background-inner img {
		height: 100.0%;
		width: 1024.0px;
		margin: auto;
		display: inherit;
		position: relative;
		width: auto;
		height: auto;
		min-width: 100%;
		left: 0;
		top: 100%;
		-webkit-transform: translate3d(-50%, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}

	.background .background-inner img {
		height: 100.0%;
		width: 1024px;
	}

	.background .background-inner img {
		height: 100.0%;
		width: 1024.0px;
		margin: auto;
		display: inherit;
		position: relative;
		width: auto;
		height: auto;
		min-width: 100%;
		left: 0;
		top: 100%;
		-webkit-transform: translate3d(-50%, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}

	#globalNavi {
		width: 1200px;
	}

}
/*-----------------------------
　　コンテンツ背景：
------------------------------*/
.section{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
	background-color: #fff;
	padding: 1.57%;
	-webkit-box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
	-moz-box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
	box-shadow: 5px 5px 20px -10px rgba(0,0,0,1);
}

.coming_text{
	text-align: center;
	font-size: 5em;
	font-weight: bold;
	color: red;
}
/*-----------------------------
　　コンテンツタイトル:h2
------------------------------*/
.contents_title{
	text-align: left;
	margin: auto;
	display: block;
	width: auto;
}

.contents_title h2{
	width: 1024px;
	padding: 0 1.57%;
	margin: auto;
	font-size: 24.0px;
	font-weight:normal;
	color:#ffffff;
	background-color: #c8000f;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*-----------------------------
　　ミニタイトル:h3
------------------------------*/
.title{
	width: 100.0%;
	display: table;
	height: auto;
	margin-bottom: 30px;
	border-bottom: 3px solid #c8000f;
}

.title img {
	width: auto;
	display: table-cell;
	padding-bottom: 6px;
}

.title h3 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}
/*-----------------------------
　　ミニタイトル:h4
------------------------------*/
h4{
	background-color: #f8e1e0;
	font-size: 16px;
	font-weight: bold;
	color: #b6040f;
	padding: 6px 10px;
}
/*-----------------------------
　　コンテンツ内容
------------------------------*/
.box {
	width: 904px;
	display: table;
	margin: 20.0px 60.0px 10.0px 60.0px;
}

.box_about{
	width: 904px;
	display: table;
	margin: 20.0px 60.0px 10.0px 60.0px;
}

.left_box,.right_box {
	display: table-cell;
}

.left_box{
	width: 50.0%;
	padding: 0 30.0px 0 0;
}

.right_box {
	width: 50.0%;
	padding: 0;
	vertical-align: top;
}

.map_box img{
	width:80.0%;
}
/*-----------------------------
　　lead_text:リードテキスト
------------------------------*/

.lead_text	{
	background-color: #e2d7c3;
	padding: 20px;
	position: relative;
	width: 1024px;
	margin: 10px auto 36px auto;
}

.lead_text p {
	width: 720px;
    margin: auto;
    text-align: center;
    line-height: 24px;
}

#leadLeftImg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 40px;
	display: block;
}

#leadRightImg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 40px;
	display: block;
}
/*-----------------------------
　　.map_box:フロアマップ
------------------------------*/
.map_box{
	text-align: center;
}
/*-----------------------------
　　コンテンツ3:メニューbox
------------------------------*/
.menu_box {
	width: 904px;
	display: table;
	margin: 20.0px 60.0px 10.0px 60.0px;
}

.box_1 {
	width: 25%;
	display: table-cell;
	padding-right: 10.0px;
}

.box_2 {
	width: 25%;
	display: table-cell;
	padding-right: 10.0px;
}

.box_3 {
	width: 25%;
	display: table-cell;
	padding-right: 10.0px;
}

.box_4 {
	width: 25%;
	display: table-cell;
	padding-right: 10.0px;
}

.menu_box_1 {
	background-color: #f2efea;
	display: table-cell;
	width: 40%;
	border: 1px solid #f2efea;
}

.menu_box_2 {
	background-color: #f2efea;
	display: table-cell;
	width: 40%;
	border: 1px solid #f2efea;
}

.menu_box_3 {
	background-color: #f2efea;
	display: table-cell;
	width: 40%;
	border: 1px solid #f2efea;
}

.menu_box_4 {
	background-color: #f2efea;
	display: table-cell;
	width: 40%;
	border: 1px solid #f2efea;
}

.menu_box_dummy{
	background-color: #f2efea;
	display: table-cell;
	width: 40%;
}


.menu_box_1 img{
	width: 100%;
}

.menu_box_2 img{
	width: 100%;
}

.menu_box_3 img{
	width: 100%;
}

.menu_box_4 img{
	width: 100%;
}

/*-----------------------------
　　コンテンツ3:メニュー:店名.
------------------------------*/
.store_name{
	height: 142px;
}
/*-----------------------------
　　コンテンツ3:メニュー:商品名
------------------------------*/
.item{
	font-size: 20px;
	height: 40px;
}

.item p{
	margin-top: 0;
	padding: 0 6px;
}

.item_name{
	height: 52px;
}

.item_name p {
	color:#b6040f;
	font-size: 14.0px;
	font-weight: bold;
	margin: 0;
	padding:6px;
}
/*-----------------------------
　　コンテンツ3:メニュー:値段
------------------------------*/

.price {
	height: 35px;
}

.price p {
	color:#333333;
	font-size: 12.0px;
	margin: 0;
	padding: 10px 6px 6px 6px;
}
/*-----------------------------
　　コンテンツ3:外部リンク
------------------------------*/
.link a{
	color:#333333 !important;
	font-size: 12.0px;
	padding:6px;
}

/*-----------------------------
　　コンテンツ:キャンペーン
------------------------------*/

.campaign_box p{
	line-height: 2em;
}

/*-----------------------------
　　コンテンツ:コラボレーション	
------------------------------*/
.collabo_box{
	margin: 0 10px 0 10px;
}

.collabo_box .infotable{
	margin-bottom: 60px;
}

.collabo_box p{
	line-height: 2em;
}

.event_box p{
	line-height: 2em;
}
/*-----------------------------
　　コンテンツ6:インフォメーション
------------------------------*/

.info_section{
	border-top: solid 7px #c8000f
}

.info_section h3{
	font-size: 21px;
	margin: 0 0 0 20px;
}

.info{
	width:95%;
	margin:2em auto;
	padding-bottom: 43px;
	background-repeat: repeat-x;
	background-image: url(../img/gaiyou_line.png);
	color: #333333;
}

.info th{
	width: 8em;
	color: #c8000f;
	font-size: 16px;
	font-weight: bold;
	padding:3px;
	display: inline-block;
}

.info tr{
	position: relative;
	background-image: url(../img/gaiyou_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 18px 0;
}

.info td{
	padding-left:10px;
	font-size: 14px;
	padding:5px;
	display: inline-block;
	text-align:left;
	width: 708px;
	margin: 10px 0 10px 0;
}
.info dl{
	width:100%;
}

.eachLine{
	border-bottom: 2px dotted red;
	padding: 20px;
}

.eachLine:first-child{
	border-top: 2px dotted red;
}

.info a:link {
	color: #ef0000;
}
.info a:visited{
	color: #ef0000;
}
.info a:hover{
	color: #ef0000;
	text-decoration: underline;
}
.info a:active{
	color: #333333;
}


.schedule_box img {
    width: 100.0%;
}

/*-----------------------------
　　　TOPバックボタン
------------------------------*/

.top_bac {
	top: 78%;
	position: fixed;
	z-index: 2;
	left: 80%;
}

/*-----------------------------
　　　フッター:copyright
------------------------------*/

.copyright_box{
	margin-top:100px;
	background-color: #fff;
}

.copyright_box p {
	text-align: center;
	color: #333333;
	padding: 70px;
	margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	ディスプレイサイズ(幅)：768px以下対応.
	※iPadサイズ以下のタブレットおよびスマホ対応.
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767.0px) {
	dd {
		margin: 0;
	}

	body {
		margin: 0 auto;
	}

	.only_sp{
		display: block;
	}

	.only_pc{
		display: none !important;
	}

	.infotable{
	    width: 100%;
	}

	.item_m {
		height: 44px;
	}

	th {
		width: 70px;
		color: #b6040f;
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
		background-color: #f8e1e0;
		padding: 10px;
		font-size: 14px;
		display: block;
		width: auto;
	}

	td {
		background-color: #f7f6f2;
		padding: 10px;
		font-size: 14px;
		display: block;
		width: auto;
	}

	.collabo_box th {
		width: 100%;
		padding: 2% 0;
	}

	.collabo_box th p{
		padding: 10px;
	}

	.collabo_box td {
		width: 100%;
		padding: 2% 0;
	}

	.collabo_box td p{
		padding: 10px;
	    margin: 4px 0;
	}

	.background {
		height: auto;
	}

	.background .background-inner img {
		height: 100.0%;
		width: 100.0%;
		margin: auto;
		display: inherit;
	}
	/*-----------------------------
	　　　メインビジュアル
	------------------------------*/
	.background {
		width: 100%;
		height: 100%;
	}
	/*-----------------------------
	　　　TOPバックボタン
	------------------------------*/
	.top_bac img{
		width: 80%;
	}
	/*-----------------------------
	　　ページ内スクロールナビ
	------------------------------*/

	nav{
		display: none;
	}

	h1{
		margin: 0;
		width: 100.0%;
	}

	h1 img{
		width: 100.0%;
	}

	#wrapper {
		width: 100.0%;
		margin: 0 auto;
		text-align: left;
		background-size: contain;
	}

	#main_cover_box {
		width: 100%;
		min-width: 1200px;
		height: 320px;
	}

	#main_cover {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}

	#main_cover h1 {
		position: absolute;
		left: 0;
		top: 170px;
	}

	#globalNavi{
		width: 100%;
	}

	.logo_box{
		width: 100%;
	}

	.nav_box{
		width: 100%;;
	}

	.strawberry_mark {
		margin-left: -100px;
	}

	.logo_box{
		height: 42px;
		background-color: #e50012;
		text-align: center;
	}

	.logo_box img{
		padding: 10px;
		width: 76%;
	}

	#menu{
		display: none;
		margin-top: 0;
		position: absolute;
		z-index: 999;
		background-color: #fff;
		width: 100%;
	}

	#menu li{
		width: 100%;
		padding: 0 10px 5px;
		margin-right: 0;
	}

	#menu li a{
		font-size: 0.9em;
	}

	/*-----------------------------
	　　ハンバーガーメニュー
	------------------------------*/

	#toggle{
		display: block;
		position: relative;
		width: 100%;
	}

	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #fae1e4;
		color: #e50012;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #e50012;
	}

	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #fae1e4;
	}

	#toggle a:before{
		margin-top: -5px;
	}

	#toggle a:after{
		margin-top: 3px;
	}


	/*-----------------------------
	　　メインビジュアル
	------------------------------*/

	#main_cover_box {
		width: 100%;
		max-height: 100%;
		min-width: 100%;
		height: 100%;
	}

	#main_cover {
			width: 1020px;
			height: 500px;
			margin: 0 auto;
			position: relative;
	}

	#main_cover h1 {
			position: absolute;
			left: 0;
			top: 170px;
	}

	#main_cover_box h1 img{
		width: 100%;
	}


	/*-----------------------------
	　　コンテンツ全体width指定
	------------------------------*/
	#contents{
		width: 100.0%;
	}

	/*-----------------------------
	　　コンテンツ背景画像
	------------------------------*/
	.section{
		width: auto;
		padding: 10px;
		margin: 0 10px 30px 10px;
		border: 1px solid #dedede;
	}

	.coming_text{
		font-size: 2em;
	}
	/*-----------------------------
	　　コンテンツタイトル:h2
	------------------------------*/
	.contents_title{
		text-align: left;
		margin: auto;
		display: block;
		width: auto;
		margin: 0 10px 0 10px;
	}

	.contents_title h2{
		width: auto;
		padding: 0 1.57%;
		margin: auto;
		font-size: 20.0px;
		font-weight:normal;
		color:#ffffff;
		background-color: #c8000f;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	/*-----------------------------
	　　ミニタイトル:h3
	------------------------------*/
	.title{
		width: 100.0%;
		display: table;
		height: 60.0px;
		padding-top: 20px;
	}

	.title img {
		width: 30px !important;
		display: table-cell;
	}

	.title h3 {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 14px 10px;
	}

	.only_type{
		margin: 0 0 0 10%;
		position: relative;
		width: auto;
	}

	dl {
		border: 1px solid #c4b38a;
		padding: 10px;
		margin: 0 0 10px 0;
	}

	dt {
		font-weight: bold;
	}
	/*-----------------------------
	　　コンテンツ内容
	------------------------------*/
	.box {
		width: auto;
		margin: 0;
		padding: 0 2%;
	}

	.box_about{
		width: auto;
		display: block;
		margin: 0;
		padding: 0 2%;
	}

	.left_box,.right_box {
		display: block;
	}

	.left_box{
		width: 100%;
		padding: 0;
	}

	.right_box {
		width: 100%;
		padding: 0;
		vertical-align: top;
	}

	.left_box img {
		width: 100%;
	}

	.right_box img {
		width: 100%;
	}
	@media only screen and (max-width: 320.0px) {
		.box:nth-of-type(1) .box_1 .item_name,
		.box:nth-of-type(1) .box_2 .item_name,
		.box_about .box_1 .item_name,
		.box_about .box_2 .item_name {
			height: 90.0px;
		}
	}

	/*-----------------------------
	　　lead_text:リードテキスト
	------------------------------*/
	.lead_text	{
		background-color: #e2d7c3;
		padding: 0;
		width: auto;
		margin: 30px 10px;
		margin-bottom: 20px;
	}

	.lead_text p {
		width: auto;
		line-height: 30px;
		text-align: left;
		padding: 20px;
	}

	#leadLeftImg{
		left: 10px;
	}

	#leadRightImg {
		right: 10px;
	}
	/*-----------------------------
	　　コンテンツ2:map
	------------------------------*/
	.map_box{
		margin-top: 0 !important;
		margin-bottom: 30px;
	}

	.map_box img{
		width: 100.0%;
		margin-top: 20px;
	}
	/*-----------------------------
	　　コンテンツ3:メニューbox
	------------------------------*/
	.menu_box {
		width: 100%;
		display: block;
		margin: 0;
	}

	.box_1 {
		width: 50%;
		display: inline-block;
		padding-right: 0;
	}

	.box_2 {
		width: 50%;
		display: inline-block;
		padding-right: 0;
		float: right;
	}

	.box_3 {
		width: 50%;
		display: inline-block;
		padding-right: 0;
	}

	.box_4 {
		width: 50%;
		display: inline-block;
		padding-right: 0;
		float: right;

	}

	.menu_box_1 {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-right: 5px;
		border: none;
		border: 0.5px solid #f2efea;
	}

	.menu_box_2 {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-left: 5px;
		border: none;
		border: 0.5px solid #f2efea;
	}

	.menu_box_3 {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-right: 5px;
		border: none;
		border: 0.5px solid #f2efea;
	}

	.menu_box_4 {
		display: block;
		width: auto;
		margin-bottom: 20px;
		margin-left: 5px;
		border: none;
		border: 0.5px solid #f2efea;
	}

	.menu_box_1 img{
		width: 100%;
		margin-top: -8px;
	}

	.menu_box_2 img{
		width: 100%;
		margin-top: -8px;
	}

	.menu_box_3 img{
		width: 100%;
		margin-top: -8px;
	}

	.menu_box_4 img{
		width: 100%;
		margin-top: -8px;
	}

	/*-----------------------------
	　　コンテンツ3:メニュー:ナンバー
	------------------------------*/
	.number{
		background-color: #8c191e;
		height: 26.0px;
	}

	.number p{
		color:#ffffff;
		text-align: center;
		font-size: 18.0px;
		font-weight: bold;
	}
	/*-----------------------------
	　　コンテンツ3:メニュー:店名.
	------------------------------*/
	.store_name{
		height: auto;
	}

	.store_name img{
		margin-top: 0.5px;
	}

	.store_name p {
		color:#ffffff;
		font-size: 14.0px;
		font-weight: bold;
		margin: 0;
	}
	/*-----------------------------
	　　コンテンツ3:メニュー:商品名
	------------------------------*/
	.item_name{
		height: 80px;
	}

	.item_name p {
		font-size: 14.0px;
	}

	.item p {
		font-size: 12px;
	}
	/*-----------------------------
	　　コンテンツ3:メニュー:値段
	------------------------------*/

	.price {
		height: 40px;
	}

	.price p {
		font-size: 12.0px;
	}
	/*-----------------------------
	　　コンテンツ:コラボレーション	
	------------------------------*/
	.collabo_box{
		margin: 0 10px 0 10px;
	}

	.collabo_box .box{
		width: 100%;
		padding: 0;
	}

	/*-----------------------------
	　　コンテンツ5:スケジュール;
	------------------------------*/
	.schedule_box{
		margin-top: 0 !important;
	}

	.schedule_box img{
		width: 100.0%;
		margin-top: 20px;
	}
	/*-----------------------------
	　　コンテンツ6:インフォメーション
	------------------------------*/
	.info_section{
		border-top: solid 7px #c8000f
	}

	.info_section h3{
		font-size: 21px;
		margin: 0 0 0 20px;
	}

	.info{
		width:95%;
		margin:2em auto;
		padding-bottom: 43px;
		background-repeat: repeat-x;
		background-image: url(../img/gaiyou_line.png);
		color: #333333;
	}

	.info th{
		width: 8em;
		color: #c8000f;
		font-size: 16px;
		font-weight: bold;
		padding:3px;
		display: inline-block;
	}

	.info td{
		width: 100%;
		margin: 0 0 10px 0;
	}

	.info dl{
		width:100%;
	}
	/*-----------------------------
	　　　フッター:copyright
	------------------------------*/
	.copyright_box p {
		padding: 30px;
	}

}


