/**************************************
* メイン
**************************************/
#top {
	width: 100%;
	position: relative;
}
#top_logo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 0px;
}
#header {
	width: 100%;
	height: 98px;
	position: relative;
}
#header_inner {
	max-width: 960px;
	margin: 0 auto;
}


/*---- ロゴ ----*/
.logo_pc {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.logo_sp {
	display: none;
}

#shop_slider {
	width: 960px;
	height: 540px;
	margin: 0 auto;
}


/**************************************
* インフォメーション
**************************************/
#information {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
#information .title {
	text-align: center;
}
#information .title img {
	max-width: 100%;
}

#information .info_container {
	margin-top: 50px;
}
#information .posmap {
	width: 480px;
	float: left;
}
#information .posmap img {
	width: 100%;
}

#information .infotext {
	margin-left: 60px;
	width: 420px;
	float: left;
	font-size: 18px;
}
#information .infotext .intro {
	margin-bottom: 50px;
}
#information .infotext2 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#information .infotext2 .holiday {
	margin-top: 10px;
}
#information .infotext2 .tel {
	margin-top: 10px;
}
#information .infotext2 .mail {
	margin-top: 10px;
}


/**************************************
*メニュー
**************************************/
#menu {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}
#menu .title {
	text-align: center;
}
#menu .title img {
	max-width: 100%;
}
#menu .menu_container {
	margin-top: 30px;
}
#menu .menu_container li{
	padding: 10px;
}
.menu_item {
	background-color: #fdfae5;
	border: solid 1px #bbb79b;
	border-radius: 4px;
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	position: relative;
}
.menu_item .name{
	color: #264c66;
	font-weight: bold;
}
.menu_item .explanation {
	font-size: 14px;
	height: 80px;
}
.timeprice {
	font-size: 12px;
	line-height: 1.4;
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.menusw {
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
	color: #633;
	background-color: #cc6;
	font-size: 16px;
	padding: 10px;
	
	background: linear-gradient(#cc6, #fff);	
}
#menulist {
	display: none;
}
.menuclose {
	text-align: center;
	cursor: pointer;
	color: #633;
	background-color: #cc6;
	font-size: 16px;
	padding: 10px;
	background: linear-gradient(#fff, #cc6);
}


/**************************************
*ニュース
**************************************/
#news {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}
#news .title {
	text-align: center;
}
#news .title img {
	max-width: 100%;
}
.news_container {
	margin-top: 40px;
}
.news_container li {
	padding: 10px 20px;
}
.news_container .date {
	width: 6em;
	float: left;
	text-align: left;
}
.news_container .title {
	text-align: left;
	float: left;
}
.news_container .line_a {
	background-color: #fff;
}
.news_container .line_b {
	background-color: #ddd;
}
.ichiran {
	text-align:right;
}
.tonewslist {
	font-size: 14px;
	padding-right: 35px;
	display: block;
	background-image: url(../img/tonewslist.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/**************************************
* facebook
**************************************/
#facebook {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}
#facebook .title {
	text-align: center;
}
#facebook .title img {
	max-width: 100%;
}
#facebook .fb_container {
	margin-top: 40px;
}
#facebook .picture {
	width: 31.25%; /* 300px:960px */
	float: left;
}
#facebook .picture img {
	width: 100%;
}
#facebook .msg {
	width: 62.5%; /* 600px:960px */
	float: left;
	margin-left: 6.25%;
	font-size: 16px;
}


/**************************************
* カレンダー
**************************************/
#calender {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}
#calender .title {
	text-align: center;
}
#calender .title img {
	max-width: 100%;
}
#calender .title_txt {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#calender .explanation {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
table.reserve {
	width: 100%;
}
.reserve td {
	text-align: center;
	background-color: #eee;
}
#calender td.week {
	font-size: 12px;
	background-color: #dbe0db;
}
#calender .color_6 {
	color: #2980b9;
}
#calender .color_0 {
	color: #c0392b;
}
#calender .color_7 {
	color: #c0392b;
}
#calender tr.row_0 td {
	background-color: #e4e6e4;
}
.rsv {
	border-left: solid 1px #fff;
	height: 36px;
}
.rsv a {
	display: block;
}
.rsv a:hover {
	coloe: #00f;
	font-size: 18px;
	vertical-align: middle;
}


#yoyaku_pc {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
#yoyaku_pc .week_0 {
	width: 6.6666%;	/* 64px:960px */
}
#yoyaku_pc .week {
	margin-left: 0.2083%; /* 2px:960px */
	width: 6.4583%;	/* 62px:960px */
	border-left: solid 1px #fff;
}
#yoyaku_pc .time {
	font-size: 12px;
}

#yoyaku_sp .week_0 {
	width: 11.25%; /* 72px:640px */
}
#yoyaku_sp .week {
	margin-left: 0.3125%; /* 2px:640px */
	width: 10.78125%; /* 60px:640px */
	border-left: solid 1px #fff;
	font-size: 10px !important;
}
#yoyaku_sp .time {
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

#yoyaku_sp {
	display:none;
}

.kaipage_btn {
	display: block;
	width: 100%;
	color: #2e8364;
	padding-top: 4px;
	padding-bottom: 4px;
}
.kaipage_btn:hover {
	text-decoration: none;
	color: #00cdb0;
}
.nolink {
	pointer-events: none;
	color: #9e9e9e;	
}


#view360 {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#vrwrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
	margin-bottom: 20px;
}
#vrview iframe {
	vertical-align: middle;
	width: 100%;
	height: 400px;
}




/******************************************************************************
*
*	タブレット用
*
******************************************************************************/
@media screen and (max-width:959px) {

	/*---- ロゴ ----*/
	.logo_pc {
		width: 100%;
		display: block;
	}
	.logo_pc img {
		width: 100%;
	}
	.logo_sp {
		display: none;
	}


	#shop_slider {
		margin-top: 20px;
		width: 100%;
	}


	/**************************************
	* インフォメーション
	**************************************/
	#information {
		width: 100%;
	}
	#information .info_container {
		margin-left: 20px;
		margin-right: 20px;
	}
	#information .posmap {
		width: 50%;
	}
	#information .infotext {
		margin-left: 5%;
		width: 40%;
		font-size: 14px;
	}
	#information .infotext .intro {
		margin-bottom: 20px;
	}
	#information .infotext2 .holiday {
		margin-top: 5px;
	}
	#information .infotext2 .tel {
		margin-top: 5px;
	}
	#information .infotext2 .mail {
		margin-top: 5px;
	}


	/**************************************
	*メニュー
	**************************************/
	#menu {
		width: 100%;
	}
	#menu .menu_container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.menu_item .explanation {
		font-size: 12px;
		height: 100px;
	}


	/**************************************
	*ニュース
	**************************************/
	#news {
		width: 100%;
	}
	.news_container {
		margin-left: 40px;
		margin-right: 40px;
	}

	/**************************************
	* facebook
	**************************************/
	#facebook {
		width: 100%;
	}
	#facebook .picture {
		float: left;
		width: 31.25%; /* 300px:960px */;
		margin-left: 4.1666666%; /* 40px:960px */;
	}
	#facebook .msg {
		float: left;
		width: 54.166666%; /* 520px:960px */;
		margin-left: 6.25%; /* 60px:960px */;
	}
	#facebook .msg img {
		max-width: 100%;
	}


	/**************************************
	*カレンダー
	**************************************/
	#calender {
		width: 100%;
	}


	#view360 {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}




/******************************************************************************
*
*	スマホ用
*
******************************************************************************/
@media screen and (max-width:640px) {

	#header {
		height: 40px;
	}
	#header_inner {
		width: 100%;
	}
	#header_title_logo img {
		width: 80%;
		margin: 0 auto;
	}
	#shop_slider {
		width: 100%;
		height: 200px;
		margin: 0 auto;
		margin-top: 20px;
	}
	/*---- ロゴ ----*/
	.logo_pc {
		display: none;
	}
	.logo_sp {
		display: block;
	}
	.logo_sp img {
		width: 100%;
	}

	/**************************************
	* インフォメーション
	**************************************/
	#information .posmap {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#information .infotext {
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	/**************************************
	* メニュー
	**************************************/
	.menu_item {
		float: none;
		width: 100%;
	}


	/**************************************
	*ニュース
	**************************************/
	#news {
		margin-top: 40px;
	}
	.news_container {
		margin-left: 3.125%;
		margin-right: 3.125%;
		font-size: 14px;
	}
	.news_container li {
		padding: 3.125% 6.25%;
	}
	#news .news_container .date {
		float: none;
	}
	#news .news_container .title {
		float: none;
		text-align: left;
	}

	/**************************************
	* facebook
	**************************************/
	#facebook .msg {
		font-size: 14px;
	}

	/**************************************
	* カレンダー
	**************************************/
	#yoyaku_pc {
		display: none;
	}
	#yoyaku_sp {
		display: block;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#calender .title_txt {
		margin-top: 10px;
	}
	#calender .explanation {
		margin-top:10px;
	}

}
