@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {     
    background: url(null) fixed;  
    overflow-y : hidden ;
}  

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif, Osaka , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	background:url(../img/bg.jpg);
	min-width:930px;
}
html {
	overflow-x: hidden;
} 

.img_left {
	float:left;
	margin:0 15px 15px 0;
}
.img_right {
	float:right;
	margin:0 0 15px 15px;
}
.img_center {
	margin:0 auto 15px;
}
.img_border{
	border:solid 1px #ccc;
	padding:1px;
}
.text {
	margin-bottom:15px;
}
.text_left {
	float:left;
}
.text_right {
	float:right;
}
.text_center {
	text-align:center;
}

.top_btn {
	float:right;
}

a img.hv {
background:none!important;
}
 
a:hover img.hv {

background:none!important;
}
.pagetop {
	cursor:pointer;
}

.title {
	margin-bottom:15px;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link {
	color:#0145A4;
	text-decoration:none;
}
a:visited {
	color:#0145A4;
	text-decoration:none;
}
a:hover {
	color:#0145A4;
	text-decoration:underline;
}
a:active {
	color:#0145A4;
	text-decoration:none;
}


div#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:999;
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
div#header_wrap {
	width:100%;
	height:49px;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
	background:url(../img/head_bg.png);
}

div#header {
	width:930px;
	margin:0 auto;
	text-align:left;
}
div#header img.tel {
	float:right;
	margin-top:10px;
}

.header_wrap {
	width:100%;
	height:49px;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
	background:url(../img/head_bg.png);
}
.header_wrap_position_fix{
	position: fixed;
	z-index:100;
	top:0;
}
.header {
	width:100%;
	max-width:1020px;
	margin:0 auto;
	text-align:left;
}
#gnav{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    	justify-content:flex-end;
	width: 670px;
    	float: right;
}
.gnav__item{
	margin-left:0.5rem;
}
.gnav__item--top-down{
	margin-top:0.4rem;
}
.gnav__item--left-wide{
	margin-left:0.8rem;
}
@media (min-width: 1021px){
	#logo__item{
		margin-left:2rem;
	}
}
/* ------------------------------------------------------------ */
/* スライド */
/* ------------------------------------------------------------ */
div#photo_cont {
	width:100%;
	height:370px;
	text-align:center;
}
div#photo_area {
	width:930px;
	height:370px;
	margin:0 auto;
}
#viewer {
	margin: 0;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

.photo_cont_position--fix{
	margin-top:79px;
}
.photo_cont_position_fix{
	margin-top:79px;
}
/* ------------------------------------------------------------ */
/* ナビゲーション */
/* ------------------------------------------------------------ */
div#navi_cont {
	width:100%;
	height:44px;
	text-align:center;
background:url(../img/navi_bg.png);
}
div#navi {
	width:805px;
	height:44px;
	margin:0 auto;
}
div#navi ul {
	text-align:left;
	padding-top:5px;
	float:left;
}
div#navi ul li {
	float:left;
	
}

/* ------------------------------------------------------------ */
/* Sideカラム */
/* ------------------------------------------------------------ */
div#left_cont {
	width:224px;
	background:url(../img/side_bg.jpg);
	padding:8px;
	float:left;
	margin-right:10px;
}
div#left_cont div#resave {
	width:204px;
	padding:10px;
	text-align:left;
	background:url(../img/side_resave_bg.png);
	line-height: 1.6em;
}
div#left_cont div#resave p {
	margin-bottom: 10px;
}
div#left_cont div#resave {
	font-size: 90%;
}
div#left_cont img.btn {
	margin-bottom:5px;
}

div#left_cont #tripadvisor{
		text-align:center;
		margin-left: 24px;
}



/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
div#content_wrap {
	width:100%;
	margin:0 auto;
}
div#content {
	width:800px;
	margin:0 auto;
}
/*
div#right_cont {
	width:600px;
	float:left;
	padding-top:15px;
	padding:10px;
}
:
*/
div#right_cont {
	width:545px;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 20px;
}
div#right_cont_home {
	width:545px;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 20px;
}

/*home*/

.newsbox {
	padding:0px 0 10px;
	float:left;
	margin-top:0px;
	width:545px;
	background: #FFF;
}
.newsbox .inner {
	margin: 10px;
	height: 467px;
	overflow-x:hidden;
}

div.box div.best {
	float:left;
	width:355px;
}
div.box div.best p.tit {
	border-bottom:#999 dotted 1px;
	color:#F00;
	padding:5px 0 5px 0.5em;
}
div.box div.best p.description {
	border-bottom:#999 dotted 1px;
	padding:5px 0 5px 0.5em;
}
div.box div.best p.price {
	padding:5px 0 5px 0.5em;
}
/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
div#fnavi_wrap {
	width:100%;
	background:url(../img/foot_bg.gif);
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#FFF 1px solid;
	float:left;
}
div#fnavi {
	width:805px;
	margin:0 auto;
	font-size:85%;
}
div#fnavi ul {
	float:right;
	width:100%;
}
div#fnavi ul li {
	float:right;
	margin:0 5px 0 5px;
}
div#fnavi ul li a {
	color:#FFF;
}

div#footer_wrap {
	width:100%;
	background:url(../img/foot_bg.gif);
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
	bottom:0;
	float:left;
}
div#footer {
	width:805px;
	margin:0 auto;
	font-size:85%;
}
div#footer a {
	color:#FFF;
	text-decoration:none;
}


/* ------------------------------------------------------------ */
/* テーブル */
/* ------------------------------------------------------------ */
table.company {
	width:600px;
}
table.company th {
	padding:15px;
	width:100px;
	font-weight:normal;
	border-bottom:#CCC solid 2px;
}
table.company td {
	padding:15px;
	border-bottom:#CCC solid 1px;
}
table.company_bg {
	background:url(../img/company_bg.jpg) right top no-repeat;
}
table.company_bg td {
	padding:10px;
	border-bottom:#CCC solid 1px;
}

table.facility {
	font-size:70%;
	border-top:#609 dotted 2px;
	width:100%;
	margin-bottom:15px;
}
table.facility td {
	border-bottom:#609 dotted 2px;
	padding:2px;
}
table.banquet {
	font-size:90%;
	width:100%;
	margin-bottom:15px;
}
table.banquet th {
	font-size:100%;
}


ul.lsit3 {
	margin:10px;
}

ul.lsit3 li {
	width:183px;
	float:left;
}
ul.lsit3 li.center {
	width:183px;
	float:left;
	margin:0 5px 15px 5px;
}






div.room_box {
	margin-bottom:15px;
	float:left;
}

div.room_box div.box_right {
	background-color:#FFF;
	padding:12px;
	float:right;
	margin-top:35px;
	width:304px;
	text-align:center;
}
div.room_box div.box_right p.title {
	margin:5px auto;
	font-size:100%;
}
div.room_box div.box_right p {
	text-align:center;
	font-size:70%;
}


div.room_box div.box_left {
	background-color:#FFF;
	padding:12px;
	float:right;
	margin-top:35px;
	width:304px;
	text-align:center;
}
div.room_box div.box_left p.title {
	margin:5px auto;
	font-size:100%;
}
div.room_box div.box_left p {
	text-align:center;
	font-size:70%;
}



.food_box {
	margin-bottom:15px;
	float:left;
	width:100%;
}
.food_box img {
	float:left;
}
.food_box .food_right {
	width:336px;
	float:right;
	margin:10px 0;
}
.food_box .food_right p.title {
	font-size:120%;
	border-bottom:#333 solid 1px;
}

div.room_box2 {
	padding:15px 20px;
	background:#fff;
	margin:0 0 15px 0;
	float:left;
	width:505px;
}
div.room_box2 p {
	margin-bottom:15px;
}

table.drink {
	font-size:90%;
	width:100%;
	margin-bottom:15px;
	width:100%
}
table.drink td {
	padding:3px
}
table.drink td.l_brader {
	padding-left:15px;
	border-left:#999 1px solid;
}
table.drink td.r_brader {
	padding-right:15px;
}

dl {
	margin: 0 0 15px;
	padding: 0;
	border-top:#609 dotted 2px;
	width: 545px;
	font-size:100%;
}
dl dt {
			float: left;
			width: 0em;
			padding: 5px 0;
			font-weight: bold;
			text-indent: 0em;
			line-height: 150%;
}
dl dd {
	padding: 5px 0 10px 18em;
	line-height: 150%;
	border-bottom:#609 dotted 2px;
}


/*20130920*/
.plan_box {
	background:#E6F2E8;
	padding:10px;
	float:left;
	width:525px;
}

.plan_box h3 {
		
}

.plans {
	float:left;
	margin:0 7px 10px 7px;
	width:160px;
	font-size: 80%;
}

.plans a {
	display: block;
}
.plans a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.planR {
	float:right;
	margin:0 0 10px 10px;
	width:245px;
}

.plan_box p {
	margin-top:5px;
	margin-left: 0em; /* ブロック全体を 1em 右に */
	font-size:90%;
	text-indent:2em;
	background:url(../img/plan_indent.png) no-repeat top left;
}
.plan_box p a {
	color:#000;	
}



/**/
.clr:before,
.clr:after {
    content: " ";
    display: table;
}

.clr:after {
    clear: both;
}

.clr {
    *zoom: 1;
}

ul.plan li {
	float: left;
	margin: 5px;
}
ul.plan li a {
	display: block
}
ul.plan li a:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

input[type="button"] {
	width: 124px;
	height: 20px;
  background: url(../img/submit.png);
  margin: 0 auto;

    padding:0;
    margin:0;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;

}

/* 20170411 */
.page-id-17 dl dt {
	width: auto;
}
.page-id-17 dl dd {
	text-align: left;
}

/* faqページ */
#faq-base{
	background-color:#FFF;
	padding:25px 15px 100px 15px;
	color:#040000;
	overflow:hidden;
}
#faq-base a{
	text-decoration:none;
}
#faq-base h2.faqcat{
	color:#3878BE;
	font-size:14px;
	padding-left:29px;
	background:no-repeat left url(/cms/wp-content/themes/meijiya/img/header_faq01.png);
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 10px;
}
#faq-base .faqblk{
	margin-bottom:5px;
}
#faq-base .faq{
	overflow: hidden;
}
#faq-base h3{
	margin-left:4px;
	padding-left:12px;
	padding-top:2px;
	font-weight:500;
	background-image:url(/cms/wp-content/themes/meijiya/img/header_faq02.png) , url(/cms/wp-content/themes/meijiya/img/image_arrow.png);
	background-repeat:no-repeat, no-repeat;
	background-position:left, right;
	float: left;
	width:470px;
	overflow: hidden;
}

.question{
	overflow: hidden;
	margin-bottom:20px;
}
.answer{
    overflow: hidden;
    margin-top: -12px;
   margin-bottom:12px;
}
.answer p{
 background-color:#EAEAEA;
font-size:12px;
padding:14px;
}

.question a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	color:#030000;
}
.question h3{
	float:right;
}
.question .thumbnail{
	float: right;
}
.question .thumbnail img{
	width:20px;
}

/* banner_box */
.banner_box{
	
}
.banner_box a img:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}