@charset "Utf-8";
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;}
body {font-size: 1.4em;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
	transition: 0.3s;
}

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.link_img_b{
	transition: 0.3s;
}

.link_img_b:hover {
    filter: brightness(200%);
}


.contents a img {
		vertical-align: bottom;
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	width: 100%;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 50px;
	margin-bottom: 50px;
}

/*********** youtube 地図 ***********/

.youtube_wrapp{
	max-width: 480px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf:after{
	content: "";
	clear: both;
	display: block;
}

.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.mg_t10{	margin-top: 10px;}
.mg_t20{	margin-top: 20px;}
.mg_t30{	margin-top: 30px;}
.mg_t40{	margin-top: 40px;}
.mg_t50{	margin-top: 50px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}

.color_orange{color: orange !important;}

.align_center{ text-align: center;}
.align_right{ text-align: right;}
.align_left{ text-align: left;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/* 点滅 */
.blink{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;}

.only_pc {display: none !important;}
.only_mobile {}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.space_between{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.space_around{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* センター寄せ */
.justify_center {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{}

.flex_nonflex_between{}


/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
	display: -webkit-flex; /* Safari */
   	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}


.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/**シェアボタン************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}


/** ヘッダーメニュー **/
.img_header_logo{
	height: 56px;
}

/** TOPスライダー *******************************/

.top_slider_area{
	position: relative;
	margin-top: 57px;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.slick-slider{
	height: 500px;
}
.slick-slide a{
	display: inline-block;
	width: 100%;
}


.slick-slide a img{
	object-fit: cover !important;
	width: 100%;
	min-width: 100%;
	height: 500px;
}

.slider_cover{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
}

.slider_cover_h1{
	text-align: center;
	color: white;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 15px;
}

.slider_cover_img{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.a_dis_link{
	display: inline !important;
}

/** TOPページ以外 **/
.header_img_area{
	position: relative;
	width: 100%;
	height: 550px;
}

.header_img_cover{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.h2_page_title{
	text-align: right;
	padding-right: 20px;
	font-size: 3.0rem;
}

.p_page_des{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 1.8rem;
}

.parallax-window_header{
	height: 550px;
	background: transparent;
}

.parallax-window{
	height: 400px;
	background: transparent;
}

.top_bg_1{
	background-image: url(img/top_bg_1.jpg);
	background-position: bottom;
}
.top_bg_2{
	background-image: url(img/top_bg_2.jpg);
	background-position: bottom;
}

.access_header{
	background-image: url(img/access_header_01.jpg);
	background-position: bottom;
}

.bekkan_header{
	background-image: url(img/bekkan_header_01.jpg);
	background-position: bottom;
}

.charge_header{
	background-image: url(img/charge_header_01.jpg);
	background-position: bottom;
}

.dinner_header{
	background-image: url(img/dinner_header_01.jpg);
	background-position: bottom;
}

.honkan_header{
	background-image: url(img/honkan_header_01.jpg);
	background-position: bottom;
}

.info_header{
	background-image: url(img/info_header_01.jpg);
	background-position: bottom;
}

.reserve_header{
	background-image: url(img/reserve_header_01.jpg);
	background-position: bottom;
}

.gallery_header{
	background-image: url(img/gallery_header_01.jpg);
	background-position: bottom;
}

.chigasaki_header{
	background-image: url(img/chigasaki_header_03.jpg);
	background-position: bottom;
}


/** メニュー ************************************/
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
				z-index: 100;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

#nav-toggle {
	display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


/** RSSフィード(画像あり) **************************************/

#feed_news{
	width: 100%;
}

#feed_news ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#feed_news ul li{
	display: block;
	width: 490px;
	margin-bottom: 20px;
}

#feed_news ul li:after{
	content: "";
	clear: both;
	display: block;
}

#feed_news ul li a{
	display: inline-block;
	float: left;
	background-color: #D1F1CC;
	padding: 10px;
	margin-left: 5px;
	margin-right: 15px;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

#feed_news ul li a img{
	height: 120px;
	width: 120px;
	vertical-align: bottom;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	object-fit: cover;
}

#feed_news ul li .feeddate{
	display: inline-block;
	font-weight: 800;
	color: #666666;
	margin-bottom: 10px;
}

#feed_news ul li .feednew{
	font-weight: 800;
	color: #C7243A;
	margin-left: 20px;
	margin-bottom: 10px;
}

#feed_news ul li h4{
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 10px;
}

/** 今旬 **/

.itemContent{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.itemContent img{
	max-width: 100%;
}



/** RSSフィードここまで ************************************/

/** コンテンツ **/
.h1_page_des{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}

.one_half{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 50px;
	text-align: center;
}

.one_third{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.two_third{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
}

.footer_link_area{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_link_list{
	list-style-type: none;
	text-align: center;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.footer_link_list li{
	margin-bottom: 15px;
	padding: 5px;
}

.footer_link_list li a{
	display: inline-block;
	width: 320px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #B9AD89;
	color: white;
	font-weight: 800;
	text-decoration: none;
	font-family: logotypegothic;
	transition: 0.3s;
}

.footer_link_list li a:hover{
	color: #B9AD89;
	background-color: white;
	border:1px solid #B9AD89;
	transition: 0.3s;
}


/** フッター *****************/

.footer{
	width: 100%;
	background-color: #009F8C;
}

.footer_wrap{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.footer_contents{
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
	text-align: center;
}

.footer_contents a{
	color: white;
}

.p_copy{
	padding-top: 20px;
}


/**TOPページコンテンツ**/

.top_page_info{
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	padding: 17px 10px;
	margin-bottom: 3em;
	text-align: center;
}

.top_page_info a{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 90%;
	max-width: 360px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.top_page_info a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_page_info h2{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 1.8rem;
	font-family: logotypegothic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.p_top_page_info{
	padding-top: 15px;
}


.h2_section_title{
	padding-top: 30px;
	padding-bottom: 18px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 400;
	font-family: logotypegothic;
}

.div_border{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	border:1px solid #B9AD89;
	padding: 17px 10px 5px 10px;
	margin-bottom: 3em;
}

.div_border h1{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 150%;
}

.div_border p{
	padding-bottom: 15px;
}

.rireki{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	height: 100px;
	overflow: auto;
	background-color: #F7F2E0;
	margin-bottom: 20px;
}

.rireki ul li{
	border-bottom: 1px dotted #999999;
	list-style-type: none;
	padding-left: 10px;
	line-height: 180%;
	font-size: 1.2rem;
}

.rireki ul li:before{
	content: '≫';
}


/* TOPページポイントボックス */
.top_news{
	list-style-type: none;
	min-height: 264px;
}
.top_news li{
	width: 98%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	margin-bottom: 4em;
	padding: 15px;
	text-align: center;
}
.top_news li::after{
	content: "";
	clear: both;
}

.topnews_img{
	display: block;
	width: 240px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
.img_topnews{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.topnews_title{
	font-size: 1.8rem;
	font-family: logotypegothic;
}
.topnews_date{
	font-size: 1.6rem;
	font-weight: 900;
	color: tomato;
}
.topnews_itemContent{
	text-align: left;
	font-size: 1.6rem;
	line-height: 150%;
}


.point_box{
	width: 98%;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	padding: 17px 10px;
	margin-bottom: 3em;
}

.point_box_title{}

.h3_point_box{
	font-size: 1.8rem;
	font-family: logotypegothic;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 32px;
}

.point_box_img{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.img_point_box{
	display: inline-block;
	vertical-align: bottom;
	width: 280px;
	height: 210px;
	max-width: 100%;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DEDEDE;
}

.point_box_des{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.point_box_des p{
	font-size: 1.5rem;
	line-height: 200%;
	margin-bottom: 15px;
}

.point_box_button{
	display: block;
	text-align: center;
}

.a_button,.point_box_button a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #B9AD89;
	text-align: center;
	color: white;
	font-weight: 800;
	text-decoration: none;
	font-family: logotypegothic;
	margin-bottom: 15px;
	transition: 0.3s;
	border:1px solid #B9AD89;
}

.a_button:hover,.point_box_button a:hover{
	color: #B9AD89;
	background-color: white;
	border:1px solid #B9AD89;
	transition: 0.3s;
}
.img_furusato{
	object-fit: fill;
}
/** ページコンテンツ *********/

.contents{
	padding-top: 30px;
}

.h3_cont{
	font-family: logotypegothic;
	color: #2A120A;
	text-align: center;
	font-size: 115%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.h3_cont:before{
	content: "■";
}

.h3_wines{
	font-family: logotypegothic;
	font-size: 105%;
	font-weight: 800;
	color: #2A120A;
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.h3_center{
	text-align: center;
	font-size: 1.8rem;
	font-family: logotypegothic;
	padding-bottom: 15px;
}

.h4_chigasaki{
	font-size: 1.7rem;
	padding-bottom: 10px;
}

.img_gallery{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.img_gallery a img{
	max-width: 100px;
	max-height: 100px;
	margin-bottom: 10px;
}

.h5_indoorview{
	font-size: 115%;
	font-weight: 400;
}

.h5_indoorview img{
	vertical-align: middle;
	margin-right: 10px;
}

.table_data{
	width: 100%;
	margin-bottom: 30px;
}

.table_data tr:nth-child(2n+1) {
  background: #f5f5f5;
}

.table_data tr th{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	font-weight: 800;
}

.table_data tr th:before{
	content: "▼";
}

.table_data tr td{
	width: 100%;
	display: block;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.table_data_mini{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 30px;
}

.table_data_mini caption{
	text-align: left;
}

.table_data_mini tr:nth-child(2n+1) {
  background: #f5f5f5;
}

.table_data_mini tr th{
	padding-top: 10px;
	padding-bottom: 5px;
	width: 250px;
	border-bottom: 2px solid #999999;
}

.table_data_mini tr td{
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.bekkan_charge_button{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ul_list{
	list-style-type: none;
	margin-bottom: 30px;
}

.ul_list li{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.ul_list_disc{
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

.ul_list_disc li{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

/** 料金案内ページ ********************/
.bestrate_area{
	position: absolute;
	top: 80px;
	left: 10px;
}
.img_bestrate{
	width: 200px;
	height: auto;
}


.table_charge {
  border-spacing: 0;
	font-size: 85%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.table_charge caption{
	padding-bottom: 5px;
	font-size: 120%;
}

.table_charge th {
	color: #0A2A0A;
	padding: 7px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: 800;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border-left: 1px solid #aaa;
}

.table_charge th:first-child {
  border-left:1px solid #aaa;
}
.table_charge th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_charge tr td {
	padding: 7px 15px;
	text-align: center;
	border-left: 1px solid #aaa;
	border-bottom:1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_charge tr td:first-child {
}
.table_charge tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.table_charge tr td.count{
	color: #0A2A0A;
	background-color: #E6E6E6;
	font-weight: 800;
}

.table_charge tr {
  background: #fff;
}
.table_charge tr:nth-child(2n+1) {
  background: #f5f5f5;
}
.table_charge tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_charge tr td.first-child {
  border-radius: 0 0 0 5px;
}
.table_charge tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.table_charge tr:hover {
  background: #eee;
  cursor:pointer;
}

.table_comment{
	border: none;
	text-align: left !important;
	padding-right: 10px;
}

.table_comment:hover{
	background: #fff !important;
	cursor: default;
}
.charge_kingaku{
	font-size: 2.0rem;
}
/** 営業日Calendar ****************/

#booei{
	padding-top: 20px;
	margin-bottom: 35px;
}

#booei table{
	margin-bottom: 10px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


/** 料理のページ *******************/

.dinner_menu{
	text-align: center;
}

.dinner_menu p{
	line-height: 160%;
	font-size: 1.3rem;
}

.img_dinner_menu{
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.img_dinner_photos{
	width: 100%;
	max-width: 360px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/** ▼施設案内▼ **************************/
.dl_facility{
	width: 100%;
}
.dl_facility dt{
	display: block;
	font-weight: 800;
	vertical-align: middle;
	padding: 15px 10px;
	border-bottom: 1px dotted #999999;
	background: #f5f5f5;
}
.dl_facility dt::before{
	content: "▼";
}

.dl_facility dd{
	display: block;
	padding: 15px 5px;
	border-bottom: 1px solid #999999;
}
.list_facility{
	list-style-type: none;
}
.list_facility li{
	display: inline-block;
	color: #ffffff;
	padding: 3px 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	background-color: #62937E;
}
.button_area{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

/** ▲施設案内▲ **************************/
/**▼本館**/
.img_room_view{
	width: 90%;
	max-width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/**▲本館**/
.img_banner{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
