html * {-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;}

*, *:after, *:before {-webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;}

body {
	font-size: 100%;
    font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background-color: #fff;
	background-image: url(../img/045Bg-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    }

@media screen and (max-width:768px){
/*
	body {
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;}
*/
	}
	main{
		width: 100%;
		}




/* clearfix */
.container:after {content: '';
                  display: table;
                  clear: both;}




/* ------------------------------
　コンテンツ基本設定(色,文字サイズ)
------------------------------ */
body{
	color: #444;
	line-height: 1.6;
	}

a {
	text-decoration: none;
	border: none;
	color: #00ccff;
	font-weight: 600;
	}

a:hover{
	text-decoration-line: underline
	}

::-moz-selection {
	background-color: rgba(255,235,40,.45);
}
::selection {
	background-color: rgba(255,235,40,.45);
}


/* ------------------------------
　　　　　　　grobal
------------------------------ */

header {
	position: fixed;
	font-family: 'Share';
	z-index: 999;
	}

.grobal-menu li {
	display: inline;
	padding: 10px 20px;
	margin: auto;
	font-size: 24px;
	letter-spacing: 2px;
	}

.grobal-menu{
	text-align: center;
	padding: 10px;
	background-color: rgba(0,0,0,1);
	border-bottom: 1px solid #ff0068;
	width: 100vw;
	}

.grobal-menu a {
	font-weight: 200;
	color:#fff;
	transition-duration: .35s;
	}

.grobal-menu a:hover {
	text-decoration: none;
	color: #ff0068;
	transition-duration: .35s;
	}


@media screen and (max-width:760px){
.grobal-menu li {
	padding: 5px;
	height: 30px 0;
	margin: 2px auto;
	font-size: 5.5vw;
	letter-spacing: 0;
	}

.grobal-menu{
	text-align: center;
	padding: 15px;
	background-color: rgba(0,0,0,1);
	width: 100vw;
	height: 50px;
	}	
}


/* ------------------------------
　　　　　　　back to TOP
------------------------------ */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px 0 0;
  border-radius: 45px;
  width: 90px;
  height: 90px;
  background-color: #00aeff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 1.2;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.backToTop {
	width: 80px;
	}


@media screen and (max-width:768px){
	#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
	#pageTop a {
	  display: block;
	  z-index: 999;
	  padding: 2px 0 0;
	  border-radius: 35px;
	  width: 70px;
	  height: 70px;
	  color: #fff;
	  font-weight: bold;
	  text-decoration: none;
	  text-align: center;
	  line-height: 1.2;
	}
	.backToTop {
	width: 50px;
	}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.backToTop {
	width: 80px;
	}
	
}


/* ------------------------------
　　　　　 メインビジュアル
------------------------------ */
.mainVisual {
	width: 100%;
	padding: 55px 0 150px;
	}
.mainVisual-SP {
	display: none;
	}
.mainVisual-exhibit {
	padding: 55px 0 0;
	margin: 0 0 -55px;
	}

@media screen and (max-width:768px){
	.mainVisual {
		display: none;
		}
	.mainVisual-SP {
		display: block;
		width: 100%;
		padding: 2vw 0 60px 0;
		}
	.mainVisual-exhibit {
		margin: 0 0 -35px;
		}
	}

/* ------------------------------
　　　　　 更新・最新情報
------------------------------ */
.news {
	background-color: #524b49;
	background-size: cover;
	background-position:center center; 
	margin: -250px 0 0;
	}

.koushinBox {
	height: 350px;
	max-width: 860px;
	padding: 10px auto;
	margin: 50px auto;
	display: block;
	}

.newsTitle {
	width: 220px;
	display: block;
	margin: 0 auto 20px;
	}

.koushinBox img {
	padding: 50px 0 0;
	}

@media screen and (max-width: 768px) {
	.news {
		margin: -100px 0 0;
		}
	.newsTitle {
		width: 35vw;
		}
	.koushinBox {
		height: 400px;
		width: 100%;
		padding: 0px auto;
		margin: 50px auto;
		display: block;
		}
	.koushinBox img {
		padding: 40px 0 8px;
		}
	}

/* ------------------------------
　　　　　更新・最新情報表組み
------------------------------ */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
	border-collapse: collapse;
	width: 680px;
	margin: auto;
	font-size: 15px;
	line-height: 1.7;
	}
.table th,
.table td {
	color: #fff;
	padding: 6px 20px;
	background-color: rgba(0,0,0,0);
	border: none;
	border-top: 1px solid #786d6a;
	border-bottom: 1px solid #786d6a;
	}
.table td {
	padding: 8px 100px 6px 0;
	}
.table th {
	text-align: center;
	background-color: rgba(255,255,255,0);
	font-weight: 600;
	padding: 6px 10px 6px 10px;
	width: 25%;
	}

@media screen and (max-width: 768px) {
	.table {
		width: 94%;
		font-size: 15px;
		border-top: 1px solid #786d6a;
		}
	.table th,
	.table td {
		color: #fff;
		padding: 10px 10px;
		border: none;
		}
	.table td {
		padding: 2px 10px 6px;
		border-bottom: 1px solid #786d6a;
		}

	.table th {
		text-align: left;
		padding: 6px 10px 0;
		width: 25%;
		}
	}


/* ------------------------------
　　　　更新・最新情報文字装飾
------------------------------ */
.news a{
	color: #fff;
	font-weight: 400;
	}

.news-icon {
	font-size: .85em;
	font-weight: 700;
	padding: 1px 3px 0 5px;
	letter-spacing: 1px;
	}

.news-icon-goods {
	background-color: #ff5585;
	}

.news-icon-event {
	background-color: #00b1f3;
	}

.news-icon-table {
	background-color: #ce8e56;
	}


/* ------------------------------
　　　　　 category 看板
------------------------------ */
.category {
	width: 100%;
	margin: 0 auto;
	}

.categoryB {
	border-bottom: 1px solid #d40000;
	}

.kanban {
	width: 480px;
	display: block;
	margin: 0 auto;
	}

.kanban2 {
	padding: 100px 0 0;
	}

.explain {
	width: 680px;
	display: block;
	margin: 30px auto;
	text-align: center;
	font-size: 15px;
	color: #472222;
	}

@media screen and (max-width:768px){
	.category {
		width: 100%;
		}
	
	.kanban {
		width: 80%;
		margin: 10px auto 0;
		}
	
	.explain {
		width: 92%;
		margin: 20px auto 0;
		text-align: center;
		font-size: 14px;
		line-height: 1.7;
		}
	}




/* ------------------------------
　　　　　　　フッター
------------------------------ */
.footer p{
	color: #000;
	font-size: 11px;
	margin: 0 auto 20px;
	padding: 20px 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.8;
	border-top: 1px solid #5d0000;
	}


/* ------------------------------
　　　　　　　文字装飾span
------------------------------ */
.str {
	font-weight: 600;
	}

.txtm {
	font-size: .85em;
	}

.txts {
    font-size: .65em;
    }

.gentei {
	font-weight: 700;
	padding: 0 2px;
	background-color: #ffcddf;
	line-height: 1.8;
	}

.gld {
	color: #af7700;
	font-weight: 650;
	}

.pink {
	color: #ff006c;
	font-weight: 700;
	font-size: 1.2em;
	}

.onsale {
	font-weight: 700;
	padding: 0 4px;
	color: #ff4a81;
	background-color: #ffcddf;
	line-height: 1.8;
	}

.bld2 {
	font-weight: 700;
	}

.event-entry {
	display: block;
	width: 400px;
	padding: 8px 0;
	margin: 5px auto 10px;
	background: -moz-linear-gradient(left, #00a8ff, #0ac6ae); 
	background: -webkit-linear-gradient(left, #00a8ff, #0ac6ae); 
	background: linear-gradient(to right, #00a8ff, #0ac6ae);
	color: #fff;
	border-radius: 30px;
	font-weight: 400;
	font-size: 25px;
	}

.event-entry-over {
	display: block;
	width: 400px;
	padding: 8px 0;
	margin: 5px auto 10px;
	background: -moz-linear-gradient(left, #00a8ff, #0ac6ae); 
	background: -webkit-linear-gradient(left, #00a8ff, #0ac6ae); 
	background: linear-gradient(to right, #00a8ff, #0ac6ae);
	color: #fff;
	border-radius: 30px;
	font-weight: 400;
	font-size: 25px;
	opacity: 0.4;
	}

.event-entry:hover {
	text-decoration-line: none;
	text-decoration: none;
	transition-duration: .25s;
	opacity: 0.8;
	}

.table-menu {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.4;
	color: #ff376b;
	}

.table-menu-price {
	border-top: 1px dotted #793c22;
	text-align: right;
	margin: 5px 0 0;
	padding: 5px;
	}

.table-menu-photo {
	width: 100%;
	}

.order {
	font-weight: 700;
	font-size: .8em;
	padding: 1px 3px;
	background-color: #997019;
	color: #fff;
	line-height: 1.8;
	letter-spacing: .5px;
	}

.linethrough {
	text-decoration-line: line-through;
	color: #b6adad;
	}

.parag {
	margin: 0 0 .75em
	}

.parag:last-child {
	margin: 0;
	}

.itaku {
	background-color: #b84209;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 0 3px;
	margin: 0 5px 0 0;
	vertical-align: top;
	}

@media screen and (max-width:768px){
	.itaku {
		font-size: 14px;
		font-weight: 600;
	}
}


.calendar {
	width: 48%;
	margin: 0 .5%;
	}

@media screen and (max-width:768px){
	.calendar {
		width: 80%;
		margin: 2% 10%;
	}
}