@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
/* ===================================================================
CSS information
 file name  :common.css
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	color: #fff;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background: #e3d0b0;
}

body a {
	color: #aa2020;
	filter: none;
}

body a:link {
	text-decoration: underline;
}

body a:visited {
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;
	opacity: 0.7!important;
}

body a:active {
	text-decoration: underline;
}

/* 縦並びリストの隙間を消す */
li img {
	vertical-align: top;
}

.txt_usukuro {
color: #343434;
}

/*----------------------------------------------------
	.hover_box ボックス半透明化
----------------------------------------------------*/
.hover_box {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	overflow: hidden;
	*zoom: 1;
}

#header ul {
	width: 412px;
	padding: 10px 0;
	float: right;
	overflow: hidden;
	*zoom: 1;
}

#header ul li {
	float: left;
}

#header ul li.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/* -----------------------------------------------------------
	.pageimg
----------------------------------------------------------- */
.pageimg {
	width: 1280px;
	height: 220px;
	margin: 0 auto;
}

/* -----------------------------------------------------------
	.pagetitle
----------------------------------------------------------- */
.pagetitle {
	width: 100%;
	height: 45px;
	padding: 25px 0 0;
	background: url(../images/common/bg_title.png) top repeat-x;
}

.pagetitle h2 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
.topicpath {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
	overflow: hidden;
	*zoom: 1;
	color: #000;
}

.topicpath li {
	padding: 0 6px 0 10px;
	float: left;
	background: url(../images/common/ic_topicpath.png) left top no-repeat;
}

.topicpath li:first-child {
	padding: 0 6px 0 0;
	background: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	min-width: 1000px;
	text-align: left;
	background: url(../images/header/bg_header.png) center top repeat;
}

#page #contents {
	min-width: 1000px;
	background: url(../images/common/bg_header_rep.png) center top repeat-y #f8eecc;
	overflow: hidden;
	*zoom: 1;
}


/* -----------------------------------------------------------
	#navigation
----------------------------------------------------------- */
#navigation {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;

	/* #gnav 	グローバルナビ
	----------------------------------------------------------- */

}

#navigation .title {
	width: 150px;
	padding: 26px 0 0;
	float: left;
}

#navigation .title h1 {
	width: 182px;
	padding: 0 0 21px;
}

#navigation .title .tel {
	width: 190px;
	padding: 0 0 18px;
}

#navigation #gnav {
	width: 810px;
	height: 205px;
	padding: 0 0 0 40px;
	float: left;
}

#navigation #gnav ul {
	overflow: hidden;
	*zoom: 1;
}

#navigation #gnav ul li {
	float: left;
	height: 205px;
}

#navigation #gnav ul li a {
	height: 0;
	padding: 205px 0 0 0;
	display: block;
	overflow: hidden;
	background-position: left top no-repeat;
}

#navigation #gnav ul li a:hover {
	background-position: left -205px;
}



#gnav ul li.gnav_top a {
	background-image: url(../images/gnav/gnav_top.png);
	width: 90px;
}

#gnav ul li.gnav_ryori a {
	background-image: url(../images/gnav/gnav_ryori.png);
	width: 90px;
}

#gnav ul li.gnav_osake a {
	background-image: url(../images/gnav/gnav_osake.png);
	width: 90px;
}

#gnav ul li.gnav_sotoyu a {
	background-image: url(../images/gnav/gnav_sotoyu.png);
	width: 90px;
}

#gnav ul li.gnav_kannai a {
	background-image: url(../images/gnav/gnav_kannai.png);
	width: 90px;
}

#gnav ul li.gnav_yoyaku a {
	background-image: url(../images/gnav/gnav_yoyaku.png);
	width: 90px;
}

#gnav ul li.gnav_peripheral a {
	background-image: url(../images/gnav/gnav_peripheral.png);
	width: 90px;
}

#gnav ul li.gnav_access a {
	background-image: url(../images/gnav/gnav_access.png);
	width: 90px;
}

#gnav ul li.gnav_sightseeing a {
	background-image: url(../images/gnav/gnav_sightseeing.png);
	width: 90px;
}


/* -----------------------------------------------------------
	.con_reserve
----------------------------------------------------------- */
.con_reserve {
	width: 100%;
	padding: 35px 0 0;
	background: url(../images/common/bg_reserve_header.png) top repeat-x;
}

.con_reserve h3 {
	width: 171px;
	margin: 0 auto;
	padding: 0 0 30px;
}



/* -----------------------------------------------------------
	.btn_top
----------------------------------------------------------- */
.btn_top {
	width: 112px;
	margin: 70px auto 18px;
}

/* -----------------------------------------------------------
	.pagetop
----------------------------------------------------------- */
.pagetop {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: right;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	width: 100%;
	color: #000;
}

#footer .con_footer_nav {
	width: 100%;
	height: 10px;
	background: url(../images/footer/bg_footer_header.png) center top repeat-x;
}

#footer .con_footer_nav .wrp_footer_nav {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#footer .con_footer_nav .wrp_footer_nav ul {
	padding: 14px 0 0;
	float: left;
	overflow: hidden;
	*zoom: 1;
}

#footer .con_footer_nav .wrp_footer_nav ul li {
	float: left;
	padding: 0 20px 0 0;
}


#footer .con_footer {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#footer .con_footer .wrp_footer {
	width: 475px;
	float: left;
	background: url(../images/footer/bg_footer_vline.png) right repeat-y;
	margin: 20px;
}

#footer .con_footer .wrp_footer .title {
	padding: 0 0 5px;
}

#footer .con_footer .wrp_footer address {
	width: 475px;
	padding: 0 0 20px;
}

#footer .con_footer .wrp_banner {
	padding: 0 0 0 43px;
	margin: 30px 0 0;
	overflow: hidden;

}

#footer .con_footer .wrp_banner .con_hidari {
	float: left;
}
#footer .con_footer .wrp_banner .footer_hidari {
	padding: 0 0 2px;
}

#footer .con_footer .wrp_banner .footer_migi {
	margin-bottom: 20px;
	float: left;
	margin-left: 160px;
}


#footer .con_footer .wrp_banner .link {
	margin-bottom: 20px;
	font-size: 85%;
}

#footer ul.footer_banner {
	width: 100%;
	margin: 20px 0 0;
	padding: 15px 0;
	background: #2a2a29;
	text-align: center;
}

#footer ul.footer_banner li {
	width: 243px;
	margin: 0 0 0 15px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

#footer ul.footer_banner li:first-child {
	margin: 0;
}

#footer #copyright {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 85%;
	color: #fff;
	background: #aa2020;
}

/* -----------------------------------------------------------
	table
----------------------------------------------------------- */
table {
	border-top: solid 1px #403f3f;
	border-collapse: collapse;
	color: #fff;
	width: 635px;
	font-size: 14px;
	line-height: 1.4;
}

table th {
	background: #262626;
	padding: 8px 15px;
	border-right: solid 1px #403f3f;
	border-bottom: solid 1px #403f3f;
	white-space: nowrap;
	width: 200px;
	text-align: left;
	font-weight: normal;
}

table th span {
	color: #a22121;
	font-size: 11px;
}

table td {
	padding: 8px 15px;
	background: #111111;
	border-bottom: solid 1px #403f3f;
}

table td input,
table td textarea {
	border: solid 1px #d5d4d4;
}

table span.txt_s {
	font-size: 11px;
	color: #3c3c3c;
}

table span.txt_b {
	font-weight: bold;
}

table.tbl_room_layout th {
	width: 50px;
}

table.tbl_yakkan .th_top {
	width: 60%;
	border-right: none;
	text-align: center;
}

table.tbl_yakkan td.bg_gray {
	background: #1c1c1c;
	border-right: solid 1px #403f3f;
}

table.tbl_yakkan02 th, table.tbl_yakkan02 td {
	padding: 4px 4px;
}

table.tbl_yakkan02 td.bg_gray {
	background: #1c1c1c;
	border-right: solid 1px #403f3f;
}

table.tbl_yakkan02 .no_line {
	border-right: none;
}

table.tbl_spainfo td.bg_gray {
	background: #1c1c1c;
	border-right: solid 1px #403f3f;
}

table.tbl_room th {
	width: 35%;
}

table.tbl_party th {
	width: 15%;
}

table.tbl_maiko tr th.line_no {
	border-right: none;
}

table.tbl_maiko tr td.line {
	border-right: solid 1px #403f3f;
}

table.tbl_maiko tr td.price {
	width: 40%;
}

table.tbl_maiko02 tr th {
	width: 35%;
}

.bn_center{
  text-align: center;
}



/*---------------- 追加 ----------------------*/
.search {
	width:276px;
	height:270px;
	padding:74px 10px 0;
	background-image:url(../images/home/st_search.png);
	background-repeat:no-repeat;
	margin-bottom:50px;
}
.zura {
	width: 276px;
	height: 270px;
	padding: 15px 0px 0;
	background-image: url();
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.bn-sp {
	width: 276px;
	margin: 0 auto;
	margin-bottom:10px;
}

.bn-sp p{
	color:#000000;
	text-align:center;
	margin-top:20px;
}

/*---------------- rss --------------------------*/
.plan_rss {
	width:1000px;
	min-height:170px;
	margin:0 auto;
	background-image:url(../images/home/plan_back.png);
	background-repeat:no-repeat;
}

.mini {
	width:303px;
	height:150px;
	float:left;
	padding:10px 15px;
}

.minititle {
	width:280px;
	height:80px;
	padding:5px 10px;
	background-image:url(../images/common/bg_plan_list.png);
	color:#fff;
	line-height:25px;
	margin:10px 0 0 0;
	overflow:hidden;
}

div.mini:hover {
	background-image:url(../images/common/bg_plan_list.png);
	text-decoration:underline;
}

.minititle a {
	color:#fff;
	font-size:14px;
	line-height:25px;
	background-image:url(../images/common/bg_plan_list.png);
	margin:0;
	padding:0;
	height:25px;
}

.minititle a:link {
	text-decoration:none;
}

.miniright {
	float:right;
	width:160px;
	color:#928044;
}

.miniright p {
	margin-top:0;
}

.minileft {
	float:left;
	width:120px;
	height:90px;
	overflow:hidden;
	margin-bottom:10px;
}

.float_clear {
	clear:both;
}

.blog_info {
	font-size:12px;
	float:left;
	margin:0 30px;
	line-height:12px;
}

.blog_info a {
	color:#fff;
}

.blog_info a:link {
	color:#fff;
}




.planBnr_wrap {
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}
.planBnr_wrap.index {
    padding: 50px 0 33px;
}
.bestrate {
    color: #aa2020;
    margin-bottom: 1rem;
    text-decoration: none !important;
}
.bestrate_title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.13rem;
    }
    .bestrate_title span {
    font-size: 22px;
    }
.bestrate_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
}
    .bestrate_text a {
    text-decoration: none !important;
    transition: color .3s ease;
    color: #e60012;
    }
    .bestrate_text a:hover {
    text-decoration: none !important;
    transition: color .2s ease;
    color: #00a3d8;
    }
.planBnr {
    width: 700px;
    margin: auto;
    }
    .planBnr img { width: 100%; }
    .planBnr a ,
    .planBnr a img { display: inline-block; transition: color .3s ease; }
    .planBnr a:hover , 
    .planBnr a:hover img { display: inline-block; transition: color .3s ease; }

.reserve_info {max-width: 800px; margin: 0 auto; box-sizing: border-box;}
.reserve_info h3{font-size:21px; margin-bottom:1.5rem;}
.reserve_info h3 span{padding: 0 10px 2px 10px; margin: 0 10px; background:#aa302a; color:#fff; font-size: 21px; letter-spacing:2px;}
.reserve_info .banner_box{padding:2.5rem 2rem 1rem 2rem; margin: 2rem 0 0 0; background:rgba(255, 255, 255, 0.6); display: flex; flex-direction: column; align-items: center;}
.reserve_info .banner_box a{margin:1em 0 3rem; display: inline-block; position: relative;}
.reserve_info .banner_box a::before { content: ""; background: url(../images/common/banner_arrow.png);background-position: center; background-repeat: no-repeat; background-size: cover; display: block; width: 29px; height: 22px; position: absolute; top: -30px; left: 47%; }
.reserve_info .banner_box a img{max-width:100%;}