@charset "utf-8";
/* CSS Document */
/* =========================================================
 * 共通
 * =========================================================*/
body {
	margin: 0;
	width:1000px;
}
.wrap {
	overflow: hidden;
}
img {
	transition: 0.1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}
ul {
	margin: 0 auto;
	padding: 0;
}
.main_box {
	width: 1000px;
	margin: 0 auto;
}
.float_l {
	float: left;
	width: 50%;
}
.float_r {
	float: right;
	width: calc(50% - 1px);
}
.display_c {
	text-align: center;
	margin: 0 auto;
}
span.anchorlink {
	position: relative;
	top: -145px;
	display: block;
}
.menubox {
	background: url(../img/index/shio_bg3.jpg) #fff;
	padding: 30px 0 0;
	clear: both;
}
.menubox h3 {
	text-align: center;
	padding: 30px 0 6px;
	font-size: 26px;
	border-bottom: 2px solid #a6894d;
	margin: 0 auto 50px;
	color: #543509;
}
.menubox ul {
	display: flex;
}
.menubox ul a {
	margin: 0 1%;
}
.menubox ul img {
	width: 100%;
}
/*.menubox ul:last-child {
	display: block;
}
.menubox ul:last-child li {
	width: 50%;
	margin: 0 auto;
}*/

/* =========================================================
 * ヘッダー
 * =========================================================*/
#header {
	background: url(../img/index/header_bg.png) no-repeat top;
	height: 140px;
	position: fixed;
	width: 1000px;
	z-index: 100;
}
#header .header_r {
	float: right;
	width: 815px;
}
#header .header_l {
	float: left;
	widows: 220px;
}
#header ul {
	display: flex;
}
#header ul li {
	margin-left: 15px;
}
#header .header_li_r {
	float: right;
	width: 320px;
} 
#header .header_r .second {
	float: left;
	padding: 0;
	margin: -30px auto 0;
	width: 495px;
}
#header .header_r .second li {
	margin: 0 15px;
}
h1 {
	color: #ddd;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 22px 0 20px;
	text-align: right;
}
#header .header_li_l {
	margin-top: 10px;
}
#header .header_r > div.second ul:first-child {
	border-bottom: 1px solid #fff;
	margin: 0 1.4rem;
}
#header .header_r > div.second ul:nth-child(2) {
	margin-top: 10px;
}
#header .header_r > div.second ul:nth-child(2) li a:nth-child(2) {
	margin-top: 3px;
	display: block;
}
#header .header_r > div.second ul:nth-child(2) li {
	margin: 0 12px;
}

/* =========================================================
 * とりしん
 * =========================================================*/
#torishin .tori_top {
	background: #3e290f url(../img/index/tori_bg1.jpg) no-repeat top center;
	height: 700px;
}
.tori_top h2 {
	padding-top: 220px;
	margin: 0 auto;
	color: #fff;
	font-family: serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.tori_top .tori_logo {
	text-align: center;
	margin: 2% auto;
}
.tori_top .tate_list {
	width: 500px;
	margin: 0 auto;
}
.tori_top .tate_list li {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	margin: 20px 25px 0;
	padding: 10px;
	transition: 0.2s;
}
.tori_top .tate_list li:hover {
	background: rgba(0,0,0,0.6);
}
.tori_top a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
#torishin .tori_box1 {
	background: url(../img/index/tori_bg2.jpg) no-repeat top center #000;
	height: 600px;
}
.tori_box1  .tori_text {
	width: 700px;
	margin: 0 auto;
	padding-top: 100px;
	line-height: normal;
}
.tori_box1 .bg_bl {
	background: rgba(0,0,0,0.4);
	padding: 5%;
	color: #fff;
	transition: 0.2s;
}
.tori_box1 .tori_text h3 {
	font-size: 40px;
	font-family: serif;
	color: #d5c99f;
	margin-bottom: 0;
	text-align: center;
}
.tori_box1 .tori_text p span {
	display: block;
	text-align: center;
	border: 1px solid #aaa;
	width: 200px;
	margin: 50px auto 20px;
	font-size: 19px;
	padding: 10px 0;
	font-family: serif;
}
.tori_box2 {
	background: url(../img/index/tori_bg3.jpg);
	padding-bottom: 3%;
}
.tori_box2 .access {
	margin: 0 auto;
	padding-top: 20px;
}
.tori_box2 .access h3 {
	background: #fff;
	color: #000;
	margin: 20px auto;
}
.tori_box2 .access .float_r th {
	background: #fff;
	color: #000;
}
.tori_box2 .access .float_r td {
	color: #fff;
}

.top_news {
	background: url(../img/index/shio_bg3.jpg) #fff;
	padding: 30px 0 60px;
	clear: both;
}
.top_news h3 {
	text-align: center;
	padding: 30px 0 6px;
	font-family: 'Shadows Into Light', cursive;
	font-size: 30px;
	border-bottom: 2px solid #a6894d;
	width: 310px;
	margin: 0 auto 50px;
	color: #543509;
}
.top_news span {
	font-size: 14px;
	font-weight: normal;
}
.news_box {
	max-width: 800px;
	margin: 0 auto;
}

.access {
	padding-top: 80px;
}
.access h3 {
	margin: 0 auto 20px;
	width: 435px;
	text-align: center;
	background: #a6894d;
	height: 20px;
	padding-top: 4px;
	color: #fff;
}
.access .access_table {
	clear: both;
	padding: 5px 0 30px;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.access th,
.access td {
	display: inline-block;
}
.access th {
	width: 80px;
	background-color: #a6894d;
	margin-top: 8px;
	vertical-align: top;
	height: 20px;
}
.access td {
	margin-left: 10px;
	padding-top: 7px;
	text-align: justify;
	width: auto;
}
.access p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0 auto;
	line-height: normal;
}
.access p span {
	padding-bottom: 10px;
}
.under_about {
	padding: 40px 0 50px;
}
.under_about .menu_button {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	border: 1px solid #a6894d;
	line-height: 50px;
	color: #000;
	margin-top: 30px;
	background: rgba(171,152,95,1);
	transition: 0.2s;
}
.under_about .menu_button:hover {
	background: rgba(171,152,95,0.6);
}
.under_about h2 {
    color: #ab985f;
    font-family: "Sawarabi mincho", "MS PMincho", "Hiragino Mincho Pro", "serif";
    text-align: center;
    border-bottom: 1px dashed #ab985f;
    padding-bottom: 10px;
	margin-top: 35px;
	font-weight: normal;
}
.under_about .arign_center {
	text-align: center;
}
.under_about .about_text {
	line-height: normal;
}
.reserve_list {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.reserve_list .float_l,
.reserve_list .float_r,
#shio_under .menu_top .menu_box2 .reserve_list .float_r {
	width: auto;
}
.under_about .reserve_list {
	margin-top: 30px;
}
.under_about .reserve_list ul {
	display: flex;
}
.under_about .reserve_list li.first {
	margin: 0 25px;
}
.under_about .reserve_list li.first a {
	transition: 0.2s;
}
.under_about .reserve_list li.first a:hover {
	opacity: 0.8;
}

/* =========================================================
 * トップへ戻るボタン
 * =========================================================*/
/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(125,94,27,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}
/* =========================================================
 * フッター
 * =========================================================*/
#footer {
	background: url(../img/index/footer_bg1.jpg);
	min-height: 280px;
	bottom:0;
}
#footer .footer_box {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/index/footer_bg3.png) no-repeat top right;
}
#footer .footer_box h2 {
	margin: 0 auto;
	padding: 25px 0 10px;
	font-family: sans-serif;
	font-size: 24px;
	color: #7e5618;
	border-bottom: 1px dashed #7e5618;
}
.footer_box .footer_li {
	width: auto;
	padding: 10px 0 20px;
	overflow: hidden;
}
.footer_box .footer_li ul {
	float: left;
	font-size: 14px;
	width: 33%;
}
.footer_box .footer_li li {
	margin: 8px auto;
}
.footer_box .footer_li li a {
	color: #7e5618;
	transition: 0.1s;
}
.footer_box .footer_li li a:hover {
	color: #fff;
}
.footer_copy p {
	margin: 0 auto;
	color: #aaa;
	font-size: 75%;
	padding-top: 15px;
	clear: both;
	text-align: center;
	letter-spacing: 0.2em;
}


@media screen and (min-width:1001px){
/* =========================================================
 * 共通
 * =========================================================*/
	body {
		min-width: 1000px;
		width: auto;
	}
/* =========================================================
 * ヘッダー
 * =========================================================*/
	#header .header_box {
		width: 1000px;
		margin: 0 auto;
	}
	#header {
		position: fixed;
		min-width: 1000px;
		width: 100%;
	}
}