/* -----------------------------------------------
 * マキノグランドホテル	
 * ----------------------------------------------- */

body {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	text-align: center;
	background: url(../img/gradiant_bg.gif) left 100px repeat-x #d7d7cf;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*hover時のちらつき防止*/

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* -----------------------------------------------
 *テキスト
 * ----------------------------------------------- */
.txt-align-r {
	text-align: right;
}
.txt-align-l {
	text-align: left;
}
.txt-align-c {
	text-align: center;
}
.x-large {
	font-size: 160%;
}
.large {
	font-size: 130%;
}
.middle {
	font-size: 16px;
	line-height: 1.2em;
}
.normal {
	font-size: 14px;
	line-height: 1.3em;
}
.normal-b {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
}
.small {
	font-size: 12px;
	line-height: 1.3em;
}
.small-b {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
}
.x-small {
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
}
.f24 {
	font-size: 24px;
}
.f18 {
	font-size: 18px;
}
.f17 {
	font-size: 17px;
}
.f16 {
	font-size: 16px;
}
.f15 {
	font-size: 15px;
}
.f14 {
	font-size: 14px;
}
.f13 {
	font-size: 13px;
}
.f12 {
	font-size: 12px;
}
.f11 {
	font-size: 11px;
}
.f10 {
	font-size: 10px;
}
.fbold {
	font-weight: bold;
}
/* -----------------------------------------------
 * FONT
 * ----------------------------------------------- */
a:link {
	text-decoration: none;
	color: #402436;
}
a:visited {
	text-decoration: none;
	color: #402436;
}
a:active {
	text-decoration: underline;
	color: #402436;
}
a:hover {
	text-decoration: underline;
	color: #0F6B8C;
}
H1 {
	padding: 0px;
	margin: 0px;
}
H2 {
	padding: 0px;
	margin: 0px;
}
H3 {
	padding: 0px;
	margin: 0px;
}
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
br {
	letter-spacing: 0em;
}
html, body, div, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
fieldset, img, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, u, s, i, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a {
	text-decoration: underline;
	outline: none;
}
a img, :link img, :visited img {
	border: none;
}
.right {
	text-align: right;
}
.none {
	margin: 0;
	padding: 0;
}
.f-14 {
	font-size: 14px;
}
/*-------------------------------------------------
マージン
-------------------------------------------------*/
.mrg-t0 {
	margin-top: 0px;
}
.mrg-t5 {
	margin-top: 5px;
}
.mrg-t10 {
	margin-top: 10px;
}
.mrg-t15 {
	margin-top: 15px;
}
.mrg-t20 {
	margin-top: 20px;
}
.mrg-t25 {
	margin-top: 25px;
}
.mrg-t30 {
	margin-top: 30px;
}
.mrg-t50 {
	margin-top: 50px;
}
.mrg-b0 {
	margin-bottom: 0px;
}
.mrg-b5 {
	margin-bottom: 5px;
}
.mrg-b10 {
	margin-bottom: 10px;
}
.mrg-b15 {
	margin-bottom: 15px;
}
.mrg-b20 {
	margin-bottom: 20px;
}
.mrg-b25 {
	margin-bottom: 25px;
}
.mrg-b30 {
	margin-bottom: 30px;
}
.mrg-b50 {
	margin-bottom: 50px;
}
.mrg-l0 {
	margin-left: 0px;
}
.mrg-l5 {
	margin-left: 5px;
}
.mrg-l10 {
	margin-left: 10px;
}
.mrg-l15 {
	margin-left: 15px;
}
.mrg-l20 {
	margin-left: 20px;
}
.mrg-l25 {
	margin-left: 25px;
}
.mrg-l30 {
	margin-left: 30px;
}
.mrg-l50 {
	margin-left: 50px;
}
.mrg-l100 {
	margin-left: 100px;
}
.mrg-r0 {
	margin-right: 0px;
}
.mrg-r5 {
	margin-right: 5px;
}
.mrg-r10 {
	margin-right: 10px;
}
.mrg-r15 {
	margin-right: 15px;
}
.mrg-r20 {
	margin-right: 20px;
}
.mrg-r25 {
	margin-right: 25px;
}
.mrg-r30 {
	margin-right: 30px;
}
.mrg-center {
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.f-red {
	color: #FF0000;
}
.f-blue {
	color: #468894;
}
.special-line {
	color: #d6c7af;
}
/*-------------------------------------------------
Clear Fix
-------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 ?*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end MacIE5 */

/*for IE 5.5-7*/
.clearfix {
	zoom: 1;
}
/*ドリームウィバーで確認用　後で消しましょう*/
.clearfix + * {
	clear: both;
}
/* -----------------------------------------------
 * 全ページ共通
 * ----------------------------------------------- */

a:hover {
	opacity: 0.8;
}
a {
	-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;
}
#wrapper {
	width: 960px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#header {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	position: relative;
	padding: 5px 0px;
}
#header-background {
	width: 100%;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat;
	margin: 0px auto;
}
#header h1 a {
	display: block;
	width: 534px;
	height: 74px;
	background-image: url(../img/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	padding : 0px;
	margin: 10px 0 0;
	position: absolute;
	top: 9px;
	left: 0px;
}
#header-menu {
	font-size: 11px;
	line-height: 1.2em;
	text-align: right;
	padding : 0px;
	margin: 0px;
	position: absolute;
	width: 380px;
	right: 9px;
	top: 23px;
}
#btn-lang {
	position: absolute;
	font-size: 11px;
	top: 3px;
	right: 0;
	width: 380px;
}
#btn-lang img {
	vertical-align: bottom;
}
#btn-lang span {
	display: block;
	float: left;
	margin-left: 8px;
}
.lan-jp {
	background: url(/img/jp.gif) left center no-repeat;
	padding: 0 0 0 17px;
}
.lan-en {
	background: url(/img/gb.gif) left center no-repeat;
	padding: 0 0 0 17px;
}
.lan-kora {
	background: url(/img/kr.gif) left center no-repeat;
	padding: 0 0 0 17px;
}
.lan-chai {
	background: url(/img/cn.gif) left center no-repeat;
	padding: 0 0 0 17px;
}
.lan-chai2 {
	background: url(/img/cn.gif) left center no-repeat;
	padding: 0 0 0 17px;
}
#header-menu ul li {
	float: right;
	list-style: none;
	margin: 0 0 0 5px;
	font-size: 11px;
}
#header-menu ul {
	margin: 0;
	padding: 0;
}
#header-menu ul li a {
	background: url(../img/header_bullet.gif) left center no-repeat;
	padding-left: 10px;
}
#tel {
	width: 394px;
	height: 66px;
	background: url(../img/bnr_tel01.gif) left top no-repeat;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-indent: -9999px;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.btn-plan a img {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
}
.btn-contact a img {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
}
#header, #header a {
	color: #F1EBE2;
	font-weight: normal;
}
#shadow {
	background: url(../img/top_picture_frame.gif) center top no-repeat;
	padding: 12px 0px 0px 0px;
	margin: 0px auto;
	height: 324px;
	width: 100%;
}
.picture-frame {
	background: url('../img/img_main01.jpg') center top no-repeat;
	width: 100%;
}
#picture-frame {
	width: 100%;
	height: 300px;
	margin: 0px;
}
#menu-background {
	width: 100%;
	height: 62px;
	margin: 0px;
}
#menu {
	width: 960px;
	height: 64px;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
}
#menu img {
	vertical-align: bottom;
	font-size: 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type : none;
}
#menu ul li {
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li a:hover {
	text-decoration: none;
}
#contents {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
#contents .contents-inner {
	width: 960px;
	margin: 0px auto;
}
#leftcontents {
	width: 255px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#left-banners ul {
	padding: 0px;
	margin: 0px;
}
#left-banners ul li {
	float: left;
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
li.top-wed-bnr, li.top-rest-bnr, li.top-season-bnr {
	list-style: none;
	padding: 0px;
	width: 255px;
	height: 100px;
	vertical-align: middle;
	margin: 10px 0;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-shadow: 2px 1px 0px #fff;
	font-size: 18px;
	color: #42210b;
}
li.top-wed-bnr a, li.top-rest-bnr a, li.top-season-bnr a {
	display: table-cell;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	height: 100px;
	width: 255px;
	vertical-align: middle;
}
li.top-wed-bnr a:hover, li.top-rest-bnr a:hover, li.top-season-bnr a:hover {
	color: #42210b;
	text-decoration: none;
}
li.mac_bnr a {
    display: block;
}
.mac_bnr span {
    font-size: 0.9em;
}
li.top-rest-bnr {
	background: url(../img/bnr_restaurant.jpg) left top no-repeat;
}
li.top-season-bnr {
	background: url(../img/bnr_seasons.jpg) left top no-repeat;
}
#left-banners ul li iframe {
	background-color: #fff;
	padding-bottom: 10px;
}
#rightcontents {
	width: 685px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#top-button {
	padding: 0px;
	margin: 40px auto 0px;
	width: 960px;
	text-align: right;
}
#footer-background {
	width: 100%;
	background: url(../img/footer_bg.gif) top left;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#footer-inner {
	width: 960px;
	margin: 0px auto;
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	position: relative;
}
#footer-menu {
	border-bottom: 1px dotted #9a9487;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#footer-menu ul {
	margin: 0px;
	padding: 0px;
}
#footer-menu ul li {
	list-style: none;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	float: left;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0;
}
#footer-menu ul li a {
	color: #F1EBE2;
	font-size: 11px;
	margin: 0 auto;
	background: url(../img/footer_bullet.gif) center left no-repeat;
	/*padding: 0px 9.46px;*/
	padding: 0px 17.5px;
	text-align: center;
}
.footer-submenu {
	text-align: right;
	margin-bottom: 15px;
}
.footer-submenu ul {
	margin: 0;
	padding: 0;
}
.footer-submenu li {
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
.footer-submenu li a {
	color: #f1efe0;
	font-size: 11px;
	background: url(../img/footer_arrow.gif) left center no-repeat;
	padding: 0 0 0 8px;
}
#footer-address {
	color: #F1EBE2;
	float: left;
	text-align: left;
}
#footer-address td {
	padding: 0px 10px;
}
#footer-tel {
    float: right;
    width: 337px;
    margin: 0;
    padding: 15px;
    border: solid 1px rgba(255, 255, 255, 0.24);
    text-align: center;
    box-sizing: border-box;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.footer-tel-number {
    font-size: 30px;
    margin: 15px 0;
}
.footer-tel-tit {
    font-size: 1.1em;
    letter-spacing: 1px;
}
.footer-tel-number span {
    background: url(../img/footer-tel-icon.png) left center no-repeat;
    padding: 0 23px;
}
.footer-plan {
	width:147.5px;
	float:left;
}
.footer-mail {
	width:147.5px;
	float:right;
}
.footer-plan a, .footer-mail a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
}
.footer-plan a:hover, .footer-mail a:hover {
	text-decoration:none;
}
.footer-plan a {
    background: #d17171;
    background: -moz-linear-gradient(top, #d17171 0%, #a15c5c 100%);
    background: -webkit-linear-gradient(top, #d17171 0%,#a15c5c 100%);
    background: linear-gradient(to bottom, #d17171 0%,#a15c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17171', endColorstr='#a15c5c',GradientType=0 );
    border: solid 1px #42210b;
}
.footer-mail a {
    background: #ae905f;
    background: -moz-linear-gradient(top, #ae905f 0%, #705c22 100%);
    background: -webkit-linear-gradient(top, #ae905f 0%,#705c22 100%);
    background: linear-gradient(to bottom, #ae905f 0%,#705c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae905f', endColorstr='#705c22',GradientType=0 );
    border: solid 1px #42210b;
}
#sub-footer {
	background: url(../img/sub_footer_bg.gif) center top repeat;
	padding: 20px 0px 15px 0;
}
#sub-footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #fff!important;
	font-size: 10px;
}
#copyright {
	padding-top: 30px;
}
#footer-banners {
	float: right;
}
#footer-banners td {
	vertical-align: bottom;
	padding: 0px 10px;
}
#footer-banners td.sm-banner {
	padding: 0px 7px;
}
#footer-background td, #footer-banners td {
    vertical-align: bottom !Important;
}
td.sm-banner a {
	color: #5d5440;
	font-size: 14px;
	padding: 10px 40px;
	background: #fff;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
td.sm-banner a:hover {
	text-decoration: none;
}
#end-line {
	background: url(../img/footer_bullet.gif) center right no-repeat;
}
#footer-inner tr td .address {
	font-size: 12px;
}
#footer-inner tr td .copyright {
	color: #CCCC99;
	font-size: 9px;
}
.pankuzu, #pankuzu {
	font-size: 11px;
	margin: 0 0 10px;
}
.magazine-box {
	margin: 10px auto;
}
/*----------------------------------------
news
------------------------------------------*/





#rightcontents h2 {
	background: #90887a; /* Old browsers */
	background: -moz-linear-gradient(top, #90887a 0%, #625743 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #90887a 0%, #625743 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #90887a 0%, #625743 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90887a', endColorstr='#625743', GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	padding: 10px;
}
.icon-bg {
	background: url(../img/bg-icon.png) right center no-repeat;
}
#news {
	float: left;
	text-align: left;
	margin: 0px;
	width: 335px;
}
.osusume-tel {
	text-align: center;
	color: #fff;
	background: #675e4a;
	padding: 20px 10px;
	font-size: 1.4em;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	text-shadow: 2px 2px #3c3629;
}
.osusume-tel span {
	letter-spacing: 2px;
}
#news h2, #restaurant-news h2 {
	background: #90887a; /* Old browsers */
	background: -moz-linear-gradient(top, #90887a 0%, #625743 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #90887a 0%, #625743 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #90887a 0%, #625743 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90887a', endColorstr='#625743', GradientType=0 ); /* IE6-9 */
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	/*font-size: 15px;*/
}
#news h2 .icon-bg, #restaurant-news h2 .icon-bg {
	background-size: 85px;
}
#restaurant-news {
	float: right;
	text-align: left;
	margin: 0px;
	width: 335px;
}
.cancel-wrap {
	background: #fff;
	margin: 15px 0 0 0;
	border: solid 1px #5c513b;
}
.cancel-tit {
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: #675e4a;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 15px;
	letter-spacing: 1px;
}
.cancel-txt {
	padding: 15px 20px 30px 20px;
}
.cancel-link span {
	font-weight: bold;
	color: #bd2630;
}
.cancel-link {
	margin: 20px auto 0 auto;
	width: 570px;
}
.cancel-link p {
	float: left;
}
.cancel-link a {
	color: #6c6250;
	text-decoration: underline;
	display: block;
	float: right;
}
.cancel-txt p {
	line-height: 1.5;
}
/*----------------------------------------
セカンド共通
------------------------------------------*/

#side-menu .side-menu-inner ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
#side-menu .side-menu-inner ul li a::before, #side-menu .side-menu-inner ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#side-menu .side-menu-inner ul li a::before {
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #4d4d4d;
}
.btn-detail-plan a {
	position: relative;
　 display: inline-block;
	padding: 2px 10px 2px 20px;
	vertical-align: middle;
	text-decoration: none;
	background: #d7eceb;
	border: solid 1px #a2c8cb;
	color: #458894;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.btn-detail-plan a::before, .btn-detail-plan a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-detail-plan a::before {
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #5896a4;
}

.footer-plan a::before,.footer-mail a::before {
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #d7d7cf;
}

.sm-banner a::before,.sm-banner a::before {
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #241701;
}



.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow2 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow2::before, .arrow2::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow3 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow3::before, .arrow3::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sample4-1::before {
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #5896a4;
}
.sample4-fa::before {
	right: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #5896a4;
}
.sample5-3::before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.sample5-3::after {
	right: 28px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #947a46;
	border-right: 2px solid #947a46;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sample5-p::before {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.sample5-p::after {
	right: 18px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #dd7f7f;
	border-right: 2px solid #dd7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-txt-btn a {
	display: block;
	padding: 10px 10px 10px 10px;
	background: #ae905f;
	background: -moz-linear-gradient(top, #ae905f 0%, #705c22 100%);
	background: -webkit-linear-gradient(top, #ae905f 0%, #705c22 100%);
	background: linear-gradient(to bottom, #ae905f 0%, #705c22 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae905f', endColorstr='#705c22', GradientType=0 );
	border: solid 1px #8c745d;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.contact-txt-btn a::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.contact-txt-btn .sample5-3::after {
	right: 15px;
}
.contact-txt-btn .arrow::before, .contact-txt-btn .arrow::after {
	position: absolute !Important;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tit-txt {
	background: #fff;
	width: 625px;
	margin-left: 25px;
	padding: 15px 25px 25px 25px;
	position: relative;
	font-size: 1.3em;
	line-height: 1.5;
	color: #736751;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.tit-txt p {
	border-bottom: dashed 1px rgba(127, 120, 110, 0.24);
	padding: 10px 0 20px;
}
.left-contents {
	float: left;
	margin: 0px auto;
	width: 255px;
	text-align: left;
}
#side-menu h2 {
	width: 227px;
	height: 137px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.2;
	font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 3px;
}

#side-menu h2 span {
	/*font-size: 0.5em;
	margin: 10px 0 0 0;*/
	display: block;
	/*color: #aa967c;*/
}

#side-menu {
	background: url(../img/sidemenu_btm.gif) left bottom no-repeat;
	width: 255px;
	padding-bottom: 10px;
}
.side-menu-top {
	background: url(../img/sidemenu_top.gif) left top no-repeat;
	padding-top: 10px;
	margin-top: 12px;
}
.side-menu-inner {
	background: url(../img/sidemenu_mid.gif) left top repeat-y;
	padding: 10px 15px;
}
.side-menu-inner ul, .side-menu-inner ul li {
}
#side-menu .side-menu-top .side-menu-inner ul {
	margin: 0;
	padding: 0;
}
#side-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left-notice ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
.left-notice ul li {
	color: #42210b;
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin-top: 5px;
	background: url(../img/bullet_kome.gif) left 3px no-repeat;
	padding-left: 15px;
}
.right-contents {
	float: right;
	margin: 0px auto;
	width: 700px;
}
.tit {
	width: 706px;
	height: 266px;
	margin: 0px 0px 10px 10px;
}
.tit dl {
	display: none;
}
#se-contents {
	background-color: #FFFFFF;
	width: 625px;
	margin-left: 25px;
	padding: 15px 25px 25px 25px;
	position: relative;
}
#se-contents h3 {
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 2px solid #dcddd8;
	color: #7f786e;
	line-height: 1.5em;
	margin: 0 0 15px;
	letter-spacing: 0.1em;
}
#side-menu .side-menu-inner ul li a {
	display: block;
	margin: 9px 0 0 0;
	line-height: 1.5;
	padding: 5px 5px 5px 25px;
	font-weight: normal;
	font-size: 11px;
	border: solid 1px #c5bdb7;
	outline: solid 2px #eeecea;
	background: #eeecea;
	box-sizing: border-box;
}
#shadow ul li, #shadow ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.photo {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 360px;
	margin: 0 auto;
	text-align: left;
	list-style: none;
}
.photo li {
	position: absolute;
}
.bnr-hanami {
	margin: 0 0 20px;
}
#hanami #se-contents {
	margin-top: 12px;
}
#hanami .pankuzu {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
/*----------------------------------------
会社概要
------------------------------------------*/
body#company .tit {
	background: url(../company/img/tit.png) top center no-repeat;
}
#company #side-menu h2 {
	background: url(../img/tit_side.gif) center top no-repeat;
}
.company-table table {
	border-collapse: collapse;
	border: 1px solid #C8C8C8;
	font-size: 14px;
	color: #333;
}
.company-table table th {
	background-color: #EEEDE4;
	padding: 20px;
	border-bottom: 1px dotted #c8c8c8;
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.company-table table td {
	padding: 20px;
	border-bottom: 1px dotted #c8c8c8;
	text-align: left;
	vertical-align: top;
}
/*----------------------------------------
RECRUIT
------------------------------------------*/
body#recruit .tit {
	background: url(../recruit/img/tit.png) top center no-repeat;
}
#recruit #side-menu h2 {
	background: url(../img/tit_side.gif) center top no-repeat;
}
/*----------------------------------------
サイトマップ
------------------------------------------*/
body#sitemap-body .tit {
	background: url(../sitemap/img/tit.png) top center no-repeat;
}
#sitemap-body #side-menu h2 {
	background: url(../img/tit_side.gif) center top no-repeat;
}
#sitemap {
	width: 500px;
	margin: 0 auto;
}
#sitemap a {
	background: url(/img/arrow_sitemap.gif) left center no-repeat;
	padding: 3px 0px 3px 18px;
	font-size: 14px;
}
/*　プラン追加 */
.shin-upper {
	margin-bottom: 20px;
}
.shin-upper dt {
	background: #940A1B;
	color: #FFF;
	width: 300px;
	margin: 10px auto 10px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 1.3em;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.shin-upper dd {
	font-weight: bold;
	color: #940A1B;
	text-align: center;
	font-size: 1.2em;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.7em;
	margin: 0 0 20px;
}
.shin-planbox {
	display: table;
}
.shin-planbox-l {
	display: table-cell;
	width: 150px;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	padding: 25px 0;
}
.shin-planbox-l dt {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 15px;
}
.shin-planbox-l dd {
	text-align: center;
}
.shin-planbox-l dd span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 0;
}
.shin-planbox-r {
	display: table-cell;
	padding: 20px;
	line-height: 1.6em;
}
#ume-p .shin-planbox-l {
	background: #D47777;
}
#take-p .shin-planbox-l {
	background: #76A161;
}
#matsu-p .shin-planbox-l {
	background: #CC9966;
}
#ume-p, #take-p, #matsu-p {
	border-top: 1px solid #CCC;
}
#matsu-p {
	border-bottom: 1px solid #CCC;
}
.frame-beige {
	border-radius: 10px;
	border: 1px solid #CCC;
	background: #FFF8F5;
	padding: 20px;
	margin: 20px 0 0;
}
.frame-beige dl {
	display: table;
	margin: 0 0 10px;
}
.frame-beige dt, .frame-beige dd {
	display: table-cell;
}
.frame-beige dt {
	width: 450px;
	font-weight: bold;
	color: #BF0000;
	font-size: 1.2em;
}
.drink-bk {
	border: 1px solid #CCC;
	margin: 30px 0;
}
.drink-bk dt {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 15px;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 1.6em;
}
.drink-bk dd {
	padding: 20px;
}
.plan-rd {
	border: 1px solid #CCC;
	margin: 0 0 10px;
}
.plan-rd dt {
	background: #940A1B;
	color: #FFF;
	text-align: center;
	padding: 15px;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 1.6em;
}
.plan-rd dd {
	padding: 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #BF0000;
	line-height: 1.5em;
}
.lt-plan {
	border: 3px solid #B28635;
	border-radius: 10px;
	padding: 20px;
	margin: 30px 0 30px;
	background: #FFF5E6;
}
.lt-plan-upper dt {
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #940A1B;
	border-bottom: 1px solid #B28635;
	padding: 0 0 20px;
	margin: 0 0 10px;
}
.lt-plan-upper dd {
	text-align: center;
	font-size: 1.2em;
}
.lt-plan-mid {
	display: table;
	margin: 20px auto 0;
	width: 430px;
}
.lt-plan-mid dt, .lt-plan-mid dd {
	display: table-cell;
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	vertical-align: middle;
	letter-spacing: -0.1em;
}
.lt-plan-mid span {
	display: block;
	color: #940A1B;
	font-size: 1.3em;
	letter-spacing: 0em;
}
.lt-plan-btm {
	margin: 0 0 30px;
}
.lt-plan-btm dt {
	color: #940A1B;
	margin: 0 0 5px;
}

/*　20160617追加　*/
body.new2016 {
	background-position: left 70px;
}
.new2016 #header h1 a {
	width: 500px;
	height: 66px;
	background-image: url(../img/header_logo_new.png);
	padding : 0px;
	margin: 0px 0 0;
	top: 9px;
}
.new2016 #header {
	height: 70px;
}
.new2016 #header-menu {
	top: 58px;
}
.new2016 #header-menu ul li {
	margin: 0 0 0 10px;
}
.new2016 #menu {
	width: 961px;
}
.new2016 #menu ul {
	background: url(../img/menu_line.png) center center no-repeat;
}
.new2016 #menu li {
	width: 14.2857%;
}
.new2016 #menu li a {
	/*	display:block;*/
	width: 14.2857%;
	height: 64px;
	font-size: 1.05em;
	line-height: 1.3;
	font-family: serif;
	font-weight: bold;
	color: #381701;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 8px #FFF;
	padding: 0 5%;
}
.new2016 #menu li a:hover {
	background-image: url(../img/menu_over_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
}

/*　20160816追加　*/

.new2016 #menu_new li {
	width: 14.28%;
}
.new2016 #menu_new li a {
	/*	display:block;*/
	width: 14.28%;
	height: 64px;
	font-size: 1.05em;
	line-height: 1.3;
	font-family: serif;
	font-weight: bold;
	color: #381701;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 8px #FFF;
	padding: 0 5%;
}
.new2016 #menu_new .menu-font {
    letter-spacing: -1px;
}
.new2016 #menu_new {
    width: 961px;
}
#menu_new {
    height: 64px;
    background-position: left top;
    margin: 0px auto;
    padding: 0px;
}
.new2016 #menu_new ul {
	background: url(../img/menu_line2.png) center center no-repeat;
}
.new2016 #menu_new li a:hover {
	background-image: url(../img/menu_over_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
	text-decoration: none;
}
#menu_new ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menu_new ul li {
    text-align: center;
    float: left;
    margin: 0px;
    padding: 0px;
}


/*  空室検索   */
.search-box {
	background: #fff;
	color: #000;
	margin-bottom: 20px;
}
.search-tit {
	font-family: "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 2px;
	text-align: center;
	background: #90887a;
	background: -moz-linear-gradient(top, #90887a 0%, #625743 100%);
	background: -webkit-linear-gradient(top, #90887a 0%, #625743 100%);
	background: linear-gradient(to bottom, #90887a 0%, #625743 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90887a', endColorstr='#625743', GradientType=0 );
}
.inner-search-cont {
	padding: 15px;
	font-size: 13px;
}
#ninzuarea, #categoryarea {
	padding: 10px 0;
	border-bottom: dotted 1px #808080;
}
#nitteiarea {
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #808080;
}
.search-box h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 7px 0;
}
h4.booking span {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
#searchtypearea {
	padding: 10px 0;
}
#searchtypearea input {
	margin-right: 8px;
}
#nitteiarea input[type="text"] {
	padding: 3px 5px;
	text-align: center;
	margin: 5px 5px 5px 0;
	border: solid 1px #878070;
	font-size: 13px;
}
.search-btn {
    margin: 0 0 8px 0;
}


.search-btn span {
    cursor: pointer;
    margin: 0 0 7px 0;
    width: 100%;
    height: 37px;
    border: solid 1px #878070;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 15px;
    background: #ffd687;
    background: -moz-linear-gradient(top, #ffd687 0%, #ffd687 42%, #ffa800 55%, #ffa800 100%);
    background: -webkit-linear-gradient(top, #ffd687 0%, #ffd687 42%, #ffa800 55%, #ffa800 100%);
    background: linear-gradient(to bottom, #ffd687 0%, #ffd687 42%, #ffa800 55%, #ffa800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd687', endColorstr='#ffa800', GradientType=0 );
    display: table-cell;
    text-align: center;
    width: 225px;
    vertical-align: middle;
}

.cancel-btn span {
    height: 27px;
    border: solid 1px #878070;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    display: table-cell;
    width: 225px;
    text-align: center;
    vertical-align: middle;
}
#nitteiarea select,#ninzuarea select {
    border: solid 1px #878070;
    height: 25px;
    width: 45px;
    margin-right: 5px;
    font-size: 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 0 5px;
}
input#chkpsn,input#chkymd {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    border: solid 1px #878070;
}
#categoryarea select {
    height: 25px;
    border: solid 1px #878070;
		background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 42%, #e6e6e6 55%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 0 5px;
}

.spsite-btn {
    background: #000;
    padding: 40px;
    font-size: 40px;
	font-weight:bold;
}
.spsite-btn a {
    color: #fff;
}

/*  動画追加  */
.movie-wrap {
    margin-top: 20px;
}
#rightcontents .inner-movie-wrap {
	background-color: #FFF;
    padding: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
/*  コロナ対策リンク  */
a.topnews{border: 2px solid #E41414;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-indent: 0.25em;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 10px;
    color: #e41414;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: left;
    position: relative;
    margin: 20px auto 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #E41414;
	text-decoration: none;
    -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;
	}

a.topnews:after{
	content: "";
    width: 9px;
    height: 9px;
    border: 1px solid;
    border-color: #e41414 #e41414 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: calc(50% - 3px);
}