@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Tinos);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800);

/* Universal */
* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	color: #333;
	font-family: Raleway, 'Lucida Grande', 'Verdana', 'Arial', sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-x: auto\9;
	overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-weight: normal;
}

p, dl, ol, ul {
	list-style: none;
}

a {
	vertical-align: bottom;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E60D18;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.content {
	max-width: 940px;
	text-align:left;
	margin: 0 auto;
	padding: 0px 0px;
	overflow: hidden;
}
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
} 

/* Header */
@media screen and (min-width: 931px) {
	#hdr_whole {
		height:600px;
	}
	header #logo2 a {
		float: right;
		width:100px;
		height: 0;
		padding-top: 60px;
		background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo3.png) no-repeat 0 0;
		color: #c00; font-family: 'Tinos', serif;
		font-size: 24px;
		overflow: hidden;
	}
	header.active #logo2 a {
		float: right;
		width:100px;
		height: 0;
		padding-top: 60px;
		margin:10px 0px 0px 0px;
		background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo4.png) no-repeat 0 0;
		color: #c00; font-family: 'Tinos', serif;
		font-size: 24px;
		overflow: hidden;
	}
	
	
	.tit_topics01{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #B52D35 solid;
		padding:10px;
	}
	.tit_topics02{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #78BD7A solid;
		padding:10px;
	}
	.tit_topics03{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #fff solid;
		padding:10px;
	}
	.tit_topics04{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #FBCC00 solid;
		padding:10px;
	}
	.tit_topics01 a ,
	.tit_topics02 a ,
	.tit_topics03 a ,
	.tit_topics04 a {
			vertical-align: bottom;
		color: #fff;
		text-decoration: none;
	}
	.tit_topics01 a:hover,
	.tit_topics02 a:hover ,
	.tit_topics03 a:hover ,
	.tit_topics04 a:hover {
			color: #E60D18;
	}
								

}
@media screen and (max-width: 930px) {
	#hdr_whole {
		min-height:330px;
		height: auto !important;
		height:360px;
	}
	
	header #logo2 a {
		float: left;
		width:100px;
		height: 0;
		padding-top: 60px;
		background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo3.png) no-repeat 0 0;
		color: #c00; font-family: 'Tinos', serif;
		font-size: 24px;
		overflow: hidden;
	}
	header.active #logo2 a {
		float: left;
		width:100px;
		height: 0;
		padding-top: 60px;
		margin:10px 0px 0px 0px;
		background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo4.png) no-repeat 0 0;
		color: #c00; font-family: 'Tinos', serif;
		font-size: 24px;
		overflow: hidden;
	}
	
	.tit_topics01{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #B52D35 solid;
		padding:10px;
	}
	.tit_topics02{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #78BD7A solid;
		padding:10px;
	}
	.tit_topics03{
		font-size:200%;
		text-align:center;
		margin:0px 0px 20px 0px;
		border:5px #fff solid;
		padding:10px;
	}
	.tit_topics01 a ,
	.tit_topics02 a ,
	.tit_topics03 a {
			vertical-align: bottom;
		color: #fff;
		text-decoration: none;
	}
	.tit_topics01 a:hover,
	.tit_topics02 a:hover ,
	.tit_topics03 a:hover {
			color: #E60D18;
	}

}
header {
	position: absolute;
	width: 100%;
	height:80px;
	height:\9;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/bg.png) repeat rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88000000', endColorstr='#88000000');
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-transition: all .4s ease 0s;
	   -moz-transition: all .4s ease 0s;
	    -ms-transition: all .4s ease 0s;
	     -o-transition: all .4s ease 0s;
	        transition: all .4s ease 0s;
	z-index: 8888;
}
.single header,
.archive header {
	background-color: rgba(0,0,0,.8);
}
header.active {
	position: fixed;
	padding: 0;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/bg.png) repeat rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff');
	font-weight: 400;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
header a,
header dt {
	display: block;
	color: #fff;
}
header.active dt,
header.active a {
	color: #fff;
}
header .content {
	padding-top: 0;
	padding-bottom: 0;
}
header dl {
	position: relative;
	float: right;
	margin: 5px 0;
	font-size: 13px;
}
header dt {
	display: none;
	float: right;
	cursor: pointer;
}
header dd {
	float: left;
	margin-left: 5px;
}
.menu01{
	width:100px;
}
.menu02{
	width:100px;
}
.menu03{
	width:100px;
}
.menu04{
	width:100px;
}
.menu05{
	width:85px;
}
.menu06{
	width:75px;
}
.menu07{
	width:85px;
}
header dl.accordion00 {
	position: fixed;
	z-index: 8888;
	top: -10px;
	right: 0;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/bg.png) repeat rgba(0,0,0,.5);
	padding: 20px;
}
header.active dl.accordion00 {
	padding-top: 10px;
	padding-bottom: 10px;
}
header.active dl.accordion00 dt,
header.active dl.accordion00 a {
	color: #fff;
}
header dl.accordion00 dd {
	float: none;
	clear: both;
	display: block;
	margin-left: 0;
	text-align: right;
}
header dl.accordion00 dd:nth-child(2) {
	display: none;
}
header #logo a {
	float: left;
	width: 80px;
	height: 0;
	padding-top: 60px;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo.png) no-repeat 0 0;
	color: #c00; font-family: 'Tinos', serif;
	font-size: 24px;
	overflow: hidden;
}
header.active #logo a {
	float: left;
	width: 80px;
	height: 0;
	padding-top: 60px;
	margin:10px 0px 0px 0px;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo2.png) no-repeat 0 0;
	color: #c00; font-family: 'Tinos', serif;
	font-size: 24px;
	overflow: hidden;
}
header .accordion    {padding:0px;margin:0px;}
header .accordion p  {padding:0px;margin:0px;}
header .accordion ul{
	display: none;
	padding:0px 0px 0px 5px;
	margin:14px 0px 0px 0px;
	line-height:33px;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/bg.png) repeat rgba(0,0,0,.5);
}
header .accordion .accordion01{
	display: block;
	padding:0px 0px 0px 5px;
	margin:14px 0px 0px 0px;
	line-height:33px;
	background: url(https://www.hirokoshi.co.jp/sizzler/img/header/bg.png) repeat rgba(0,0,0,.5);
}

/* main */
section{
	background-color: #fff;
	width: 100%;
}
section .content{
	max-width: 940px;
	text-align:left;
	margin: 0 auto;
}


/* footer */
footer{
	padding:50px 0px;
	margin:0 0;
	background-color:#1F1E1E;
}
.copy{
	padding:0px 0px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	font-size:11pt;
}

/* Media */

@media only screen and (max-width:930px) {
	body { -webkit-text-size-adjust: none; }
	.content { padding-right: 0px; padding-left:0px; }
	header dt { display: block; }
	header dl dd,
	.flex-direction-nav { display: none; }
}

@media only screen and (max-width:480px) {
	header { background-color: #333 }
	.list li { width: 45%; margin: 2.5%; }
	.widget { width: 100%; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	header #logo a { background-image: url(https://www.hirokoshi.co.jp/sizzler/img/header/logo.png); background-size: 60px 60px; }
}
/* section */
.down_bt{
	margin:0 auto;
	text-align:center;
	width:150px;
}
.up_bt{
	float:right;
}
.title_section{
	margin:0 auto;
	text-align:center;
}
.title_section02{
	margin:30px auto 0 auto;
	text-align:center;
}
/* top */
#top{
	padding:10px 0px 70px 0px;
	background-color:#1F1E1E;
}
/* concept */
#concept{
	padding:100px 0px 200px 0px;
	background-color:#EAE3DB;
}
/* information */
#information{
	padding:100px 0px 200px 0px;
	background-color:#FEE6C7;
}
@media screen and (min-width: 931px) {

	#information .table{
		width:948px;
		text-align:left;
		margin: 50px auto;
	}
	#information .table_cell2{
		text-align:center;
	}
	#information .table img{
		max-height   :400px;
		margin-bottom:10px;
	}

}
@media screen and (max-width: 930px) {

	#information .table{
		width:100%;
		text-align:left;
		margin: 50px auto;
	}
	#information .table_cell2{
		text-align   :center;
		padding-left :10px;
		padding-right:10px;
	}
	#information .table_cell2:first-child{
		text-align:center;
		padding-bottom:50px;
	}
	#information .table img{
		max-height   :400px;
		margin-bottom:10px;
	}
	
}
/* #info */

#info{
	padding:100px 0px 200px 0px;
	background-color:#F4F5F0;
}
.info_table{
	width:400px;
	text-align:left;
	margin: 0 auto;
}
#info th{
	font-size:11pt;
	padding:5px;
}
#info td{
	font-size:11pt;
	padding:5px;
}
.photo_center{
	border:1px solid #1F1E1E;
	text-align:center;
	margin:10px 0px 30px 0px;
}
/* #access */

#access{
	padding:100px 0px 200px 0px;
	background-color:#F1F5FF;
}
#access h1{
	text-align:center;
	font-size:11pt;
	line-height:180%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#access p{
	text-align:center;
	font-size:11pt;
	line-height:180%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
#gmap{
	margin:10px 0px 30px 0px;
	height:350px;
	width:100%;
	border-top:1px solid #F4F5F0;
	border-bottom:1px solid #F4F5F0;
}

/* view */
#view{
	padding:100px 0px 200px 0px;
	background-color:#E3E9C5;
}
.view_box{
    width:100%;
    display:block;
    margin:40px auto;
}
.view01_main{
    display:block;
    width:100%;
    height:415px;
    background:#000;
    color:#fff;
    font-size:90%;
    margin:0px 0px 20px 0px;
}
.view01_main .view01_txt{
	padding:10px;
}
.view01_thumb_box{
    width:227px;
    height:150px;
    margin:0px 0px 0px 0px;
    background:#000;
    color:#fff;
    font-size:80%;
}
#view .table_cell{
	padding:0px 0px 10px 0px;
}
#view .table_cell:first-child{
	padding:0px 10px 10px 0px;
}
.view01_thumb_box .view01_txt{
	padding:10px 5px;
}
@media screen and (min-width: 931px) {
	.table_row2{
		float:left;
	}
	.table_row2:first-child{
		padding:0px 10px 0px 0px;
	}
	
	/* table */
	.table       {display:table;}
	.table_row   {display: table-row;}
	.table_cell,
	.table_cell2,
	.table_cell  {
		display: table-cell;
	    *display:inline;   /* IE 7 */
	    *zoom:1;           /* IE 7 */
	    display:inline\9;  /* IE 8 */
	    zoom:1\9;          /* IE 8 */
	}
	
	/* tablecheck */
	#top .booking_form{
		padding:20px 0px 0px 50px;
	}
	#top .booking_form .tc-header{
		display:none;
	}
	#top .booking_form .tc-body{
		padding:0 !important;
	}
	#tc-widget .tc-icon-clock {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/clock.png) repeat;	
	}
	#tc-widget .tc-icon-cal {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/cal.png) repeat;	
	}
	#tc-widget .tc-icon-ppl {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/ppl.png) repeat;
        background-position:top 20;
	}
	#tc-widget .tc-icon {
	    width       : 25px;
	    height      : 25px;
	    display     : block;
	    float       : left;
	    margin-top  :  8px;
	    margin-left : 30px;
	}
	#tc-widget * {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#tc-widget .tc-content,
	#tc-widget .tc-date,
	#tc-widget .tc-time,
	#tc-widget .tc-ppl,
	#tc-widget .tc-wrap-book{
	    float       : left;
	}
	#tc-widget .tc-wrap-input{
	    float       : left;
	}

	#tc-widget input[type="text"] {
		padding      :6px; 
		font-size    :110%; 
		border       :solid 1px #DBDBDB; 
		background   : #FFF;
		margin-top   :5px;
		margin-left  :5px;
		margin-right :10px;
	    float        : left;
	}
	#tc-widget select{
		padding      :6px; 
		font-size    :90%; 
		border       :solid 1px #DBDBDB; 
		background   : #FFF;
		margin-top   :5px;
		margin-left  :5px;
		margin-right :30px;
	}
	.tc-book{
		color: #FFF;
		font-size: 100%;
		letter-spacing: 0.1em;
		width: 150px;
		height:45px;
		background:#C2A354;
		border: none;
		cursor: pointer;
		margin-left:  30px;
		margin-bottom:30px;
	}
	.tc-book:focus{
		outline: none;
	}
	.tc-book:hover{
		opacity: 0.8;
	}
	#sc{
		margin-top   :25px;
	}
	
}
@media screen and (max-width: 930px) {
	.table_row2  {
		display: table-row;
	    width:100%;
	}
	.view01_thumb_box{
	    width:98%;
	    height:auto;
	}
	#view .table_cell:first-child{
		padding:0px 0px 10px 0px;
	}
	
	/* table */
	.table       {display:table;}
	.table_row   {display: table-row;}
	.table_cell  {
		display: table-cell;
	    *display:inline;   /* IE 7 */
	    *zoom:1;           /* IE 7 */
	    display:inline\9;  /* IE 8 */
	    zoom:1\9;          /* IE 8 */
	}
	.table_cell2 {

	}

	
	/* tablecheck */
	#top .booking_form{
		padding:20px 0px 0px 50px;
	}
	#top .booking_form .tc-header{
		display:none;
	}
	#top .booking_form .tc-body{
		padding:0 !important;
	}
	#tc-widget .tc-icon-clock {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/clock.png) repeat;	
	}
	#tc-widget .tc-icon-cal {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/cal.png) repeat;	
	}
	#tc-widget .tc-icon-ppl {
		background: url(https://www.hirokoshi.co.jp/sizzler/img/reserve/ppl.png) repeat;
        background-position:top 20;
	}
	#tc-widget .tc-icon {
	    width       : 25px;
	    height      : 25px;
	    display     : block;
	    float       : left;
	    margin-top  :  8px;
	    margin-left : 30px;
	}
	#tc-widget * {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	#tc-widget .tc-content,
	#tc-widget .tc-date,
	#tc-widget .tc-time,
	#tc-widget .tc-ppl,
	#tc-widget .tc-wrap-book{
		clear:both;
		padding-bottom:10px;
	}
	#tc-widget .tc-wrap-input{

	}
	#tc-widget .datepicker{
		width        :200px;
	}
	

	#tc-widget input[type="text"] {
		padding      :6px; 
		font-size    :110%; 
		border       :solid 1px #DBDBDB; 
		background   : #FFF;
		margin-top   :5px;
		margin-left  :5px;
		margin-right :10px;
	    float        : left;
	}
	#tc-widget select{
		width        :200px;
		padding      :6px; 
		font-size    :90%; 
		border       :solid 1px #DBDBDB; 
		background   : #FFF;
		margin-top   :5px;
		margin-left  :5px;
		margin-right :30px;
	}
	.tc-book{
		color: #FFF;
		font-size: 100%;
		letter-spacing: 0.1em;
		width        :200px;
		height:45px;
		background:#C2A354;
		border: none;
		cursor: pointer;
		margin-left:  30px;
		margin-bottom:30px;
	}
	.tc-book:focus{
		outline: none;
	}
	.tc-book:hover{
		opacity: 0.8;
	}
	#sc{

	}
	

}

