@charset "utf-8";


/*
全頁共通（編集注意）
************************************************/

* {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 12px;
	letter-spacing: 0.08em;
	/*0.05em-0.1emで調整*/
	font-family: Arial, "メイリオ", Meiryo, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #fff;
	min-width: 970px;
}

img,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li
{
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	font-size: 100%;
	color: #e60012;
}

div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*
コンテンツ：ページ単位（編集可）
***********************************************/

.floating{
	width: 330px;
	/* height: 300px; */
    position: fixed;
    right: 1px;
    bottom: 3%;
    z-index: 99999;
	img{
	max-width: 100%;
    height: auto;
    display: block;	}
}
@media screen and (max-width: 1080px) {
    .floating {
		width: 300px;
		
	}
}



.txt_shadow {
	text-shadow: 1px 1px 0px #fff;
}

.bd_top {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.bd_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.pd_top {
	padding: 30px 0 0 0;
}

/* main */
.main {
	width: 100%;
	height: 100%;
	background-color: #F5AC3C
}

.main_contents {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../img/img_head_about.png);
	background-repeat: no-repeat;

}

.main_contents h2 {
	color: #fff;
	text-align: left;
	font-size: 400%;
	line-height: 150px;
	font-weight: bold;
	margin-left: 10px;
}




/* nav */
.nav {
	width: 100%;
	height: 100%;
	color: #7A6121;
}

.nav_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.nav_contents h2 {
	text-align: left;
	padding: 60px 0 30px;
	font-size: 220%;
	font-weight: bold;
}

.nav_contents h3 a {
	color: #664A00;
}

.nav_contents ul {
	padding: 0;
	float: left;
	width: 960px;
}

.nav_contents li {
	list-style: none;
	width: 160px;
    line-height: initial;
	margin: 0 20px 20px 0;
	float: left;
	margin-bottom: 20px;
}

.nav_contents li a {
	background-color: #7A6121;
	color: #fff;
	display: block;
    line-height: 48px;
	/* padding: 10px 0; */
	text-decoration: none;
	border-radius: 3px;
	font-size: 180%;
}

.nav_contents li a:hover {
	background-color: #E95504;
	color: #fff;
    line-height: 48px;
}

.search_select {
	font-size: 180%;
}

.search_select option {
	font-size: 100%;
}

/* middle */
.middle {
	width: 100%;
	height: 100%;
	color: #7A6121;
	text-align: left;
	padding-bottom: 160px;
}

.middle_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.middle_contents h2 {
	text-align: left;
	font-size: 220%;
	color: #E95504;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.middle_contents ul {
	margin: 0 0 30px 0;
}

.middle_contents ul li {
	display: inline;
	margin: 0 30px 30px 10px;
	font-size: 140%;
}

.middle_contents ul li span {
	margin-right: 5px;
}

.middle_contents ul li a {
	display: inline;
	font-size: initial;
    border-radius: 3px;
    padding: 5px;
}

.middle_contents ul .reservation a {
	color: #609B30;
    border: 2px solid #609B30;
}

.middle_contents ul .translate a {
	color: #E95505;
    border: 2px solid #E95505;
}

.middle_contents ul li a:hover {
	display: inline;
	font-size: initial;
}

.jk {
	background-color: #fff;
	color: #fff;
	border: solid 1px #7A6121;
}

.sjk {
	background-color: #FFE0E6;
	color: #FFE0E6;
	border: solid 1px #7A6121;
}

.ichi {
	background-color: #FAFFA8;
	color: #FAFFA8;
	border: solid 1px #7A6121;
}

/* table */
.middle_contents .table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	line-height: 1.7;
	margin-bottom: 20px;
	width: 100%;
}

.middle_contents .table th {
	width: 30%;
	font-weight: normal;
	text-align: left;
	/*
	text-shadow: 1px 1px 0px #fff;*/
}

.middle_contents .table th a {
	color: #E95504;
	font-size: 160%;
	font-weight: bold;
}

.middle_contents .table th .shop_btn {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.middle_contents .table td {
	/*background: none repeat scroll 0 0 #fff;*/
	vertical-align: middle;
	padding-left: 20px;
	font-size: 110%;
}

.middle_contents .table td span {
	color: #009FE8;
	font-size: 140%;
}

.middle_contents .table th,
.middle_contents .table td {
	border: 1px solid #776027;
	font-size: 120%;
	padding: 30px;
}

.middle_contents .table tr .table_head {
	background-color: #DED6C2;
	font-size: 160%;
	font-weight: bold;
	vertical-align: middle;
}

.NumRoom {
	width: 40px;
	text-align: center;

}

.map_btn{
	color: #fff!important;
	font-size: initial;
	background-color: #F5AC3C;
	border-radius: 5px;
	padding: 5px 15px;
	width: 80px;
	height: 30px;
	line-height: 30px;
    display: inline-block;
	font-weight: initial !important;
	text-align: center;
}
.reservation_btn{
	color: #fff!important;
	font-size: initial;
	background-color: #609B30;
	border-radius: 5px;
	padding: 5px 15px;
	width: 146px;
	height: 30px;
	line-height: 30px;
    display: inline-block;
	font-weight: initial !important;
	text-align: center;
}

@media screen and (max-device-width: 768px),
       (hover: none) and (pointer: coarse) {
	.nav_contents h2{
		font-size: 45px;
	}
	.middle_contents h2{
		font-size: 45px;
	}
	.nav_contents li a{
		/* font-size: 25px; */
		font-size: 200%;
		padding: 10px;
	}
	.middle_contents ul li{
		font-size: 30px;
	}
	.middle_contents ul li a{
		font-size: 25px;
	}
	.middle_contents ul li a span{
		font-size: 20px;
	}
	.middle_contents ul li a:hover {
		font-size: 25px;
	}
	.nav_contents ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: initial;
		flex: initial;
	}
	.nav_contents ul::after {
		content: "";
		width: 160px;
		/* flex: auto; */
	}
	.nav_contents ul li:nth-child(5n) {
		margin: 0 0 20px 0;
	}
	.middle_contents .table tr .table_head{
		font-size: 30px;
	}
	.middle_contents .table th{
		font-size: 25px;
	}
	.middle_contents .table td{
		font-size: 30px;
	}
	.middle_contents .table th a{
		font-size: 30px;
	}
	.middle_contents .table td span {
		font-size: 30px;
	}
	.middle_contents .table th .shop_btn{
		flex-direction: column;
	}
	.map_btn{
		margin-bottom: 10px;
	}
	.reservation_btn{
		width: 260px;
	}
	#footer{
		padding-bottom: 33px;
	}
	#footer .copyright{
		text-align: center;
		width: 100%;
		font-size: 25px;
	}
	.footer_contents_in li{
		font-size: 30px;
		border: none!important;
	}
	.footer_contents_in ul {
		display: flex;
		flex-direction: column;
	}
	.footer_contents_in {
		height: initial;
		width: 100%;
	}
}
