@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 {
    -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: 25px;
	margin-bottom: 25px;
}

/*********** 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;/*丸*/
}

.pd_tb30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.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 !important;}
.align_right{ text-align: right !important;}
.align_left{ text-align: left !important;}

.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 {}
.only_mobile {display: none !important;}

/** 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{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

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

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


/* センター寄せ */
.flex_center{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* 上下センター寄せ */
.flex_align_center{
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}


/* 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";}

/** グリッドボックス ********************/
.full_width{
	width: 100%;
}

.one_half{
	width: 565px;
	margin-bottom: 30px;
}

.one_third{
	width: 360px;
	margin-bottom: 20px;
}

.one_third img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.two_third{
	width: 760px;
	text-align: center;
	margin-bottom: 5px;
}

.two_third img{
	margin-left: auto;
	margin-right: auto;
}

.one_fourth{
	width: 238px;
}

.three_fourth{
	width: 734px;
}

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

.top_slider_area{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.slider{
	width: 100%;
	height: 100%;
}

.slick-list{
  width: 100%;
  height: 100%;
}

.slick-track{
  width: 100%;
  height: 100%;
}

.slider a{
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;}

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


.slider_cover{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 7%;
	color: white;
}

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

.slider_cover_h1{
	line-height: 180%;
	font-size: 2.5rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	transition: 0.5s;
}

/** TOPページ以外 **/
.a_dis_link{
	display: inline !important;
}


.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;
}

.inner {
    width: 1170px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.parallax-window {
    min-height: 420px;
    position: relative;
}

.parallax-window_header {
    min-height: 550px;
    position: relative;
}


.h1_page_des{
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	font-weight: 400;
	font-size: 2.0rem;
	padding-top: 80px;
	padding-bottom: 80px;
}

.h2_section_title{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.h2_section_title span{
	position: relative;
	display: inline-block;
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	height: 80px;
	padding: 30px 40px;
}


.h2_section_title span:before{
	position: absolute;
	top: 0;
	left: 0;
	content: url(img/h2_title_bg_before.png);
}



/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	top: 50px;
    font-size: 1.6rem;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
	transition: 0.3s;
}

#global-nav ul li a:hover{
	color: #336633;
	transition: 0.3s;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    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;
}

.img_header_logo{
	height: 100px;
}

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

.footer_link_list{
	list-style-type: none;
	text-align: center;
}

.footer_link_list li{
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #999999;
}

.footer_link_list li:last-child{
	border-right: none;
}



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

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

.footer_wrap{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

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

.footer_contents a{
	color: white;
}

.p_copy{
	padding-top: 20px;
}

/** TOPページ *********************/

.top_page_info{
	overflow: auto;
}

.top_page_info a{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.top_page_info a img{
	width: 100%;
}

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

.p_top_page_info{
	padding-top: 15px;
}

.rireki{
	height: 100px;
	overflow: auto;
	background-color: #F7F2E0;
	margin-bottom: 20px;
}

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

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


/** 最新情報かけ流し ************/
/** ▼BLOGフィード▼ *********************/

.section_news{
	min-height: 710px;
}

#feed_news{
	padding-top: 30px;
	padding-bottom: 30px;
}

#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{
	width: 32%;
	margin-bottom: 30px;
	background-color: #edf9f3;
	padding: 10px 10px 20px 10px;
	border: 1px solid #0A2A0A;
}

#feed_news ul li a{
	display: inline-block;
	width: 100%;
	height: 210px;
	vertical-align: bottom;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}

#feed_news ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#feed_news ul li .feed_eyecatch{
	width: 100%;
    -moz-transition: -moz-transform 3.5s linear !important;
    -webkit-transition: -webkit-transform 3.5s linear !important;
    -o-transition: -o-transform 3.5s linear !important;
    -ms-transition: -ms-transform 3.5s linear !important;
    transition: transform 3.5s linear !important;
}

#feed_news ul li .feed_eyecatch:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.feednew{
	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;}
}


#feed_news ul li .feeddate{
	display: block;
	font-size: 1.6rem;
	color: #666666;
	text-align: right;
}

#feed_news ul li h4{
	font-size: 1.8rem;
	color: #330000;
}

.feedentry{
}


/** 今旬 ***************************/

#feed_shun{
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#feed_shun ul{
	list-style-type: none;
}

#feed_shun ul li{
	text-align: center;
}

#feed_shun ul li .feeddate{
	float: right;
}

#feed_shun ul li .feednew{
	float: right;
}

#feed_shun ul li .itemTitle{
	font-size: 2.0rem;
	line-height: 200%;
}


#feed_shun ul li .feedheader{
	display: block;
	overflow: auto;
}

#feed_shun ul li .feedheader:after{
	content: "";
	clear: both;
}

#feed_shun ul li .itemContent{

}


/** 茅ヶ崎情報 ***************************/

#feed_chigasaki{
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#feed_chigasaki ul{
	list-style-type: none;
}

#feed_chigasaki ul li{
	text-align: center;
}

#feed_chigasaki ul li .feeddate{
	float: right;
}

#feed_chigasaki ul li .feednew{
	float: right;
}

#feed_chigasaki ul li .itemTitle{
	font-size: 2.0rem;
	line-height: 200%;
}


#feed_chigasaki ul li .feedheader{
	display: block;
	overflow: auto;
}

#feed_chigasaki ul li .feedheader:after{
	content: "";
	clear: both;
}

#feed_chigasaki ul li .itemContent{}

#booei{
	text-align: center;
	padding-bottom: 50px;
}

#booei table{
	margin-left: auto;
	margin-right: auto;
}

/** ▲BLOGフィード▲ *********************/

/* TOPページポイントボックス */
#feed_topnews{
	min-height: 250px;
}

.top_news{
	list-style-type: none;
	min-height: 162px;
}
.top_news li{
	width: 650px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	margin-bottom: 4em;
}
.top_news li::after{
	content: "";
	clear: both;
}

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

.point_box{
	width: 960px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #B9AD89;
	margin-bottom: 4em;
}

.point_box:after{
	content: "";
	clear: both;
}

.point_box_title{
	float: right;
	width: 678px;
	padding: 15px;
}

.h3_point_box{
	font-size: 1.8rem;
	font-family: logotypegothic;
}

.point_box_img{
	float: left;
	width: 280px;
	height: 210px;
}

.img_point_box{
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

.point_box_des{
	float: right;
	width: 678px;
	padding: 0 15px 15px 15px;
}

.point_box_des p{
	font-size: 1.5rem;
	line-height: 160%;
	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;
	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{
	width: 100% !important;
	height: 100% !important;
	object-fit: fill;
}


/** 通常ページコンテンツ **/

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

.contents p{
	padding-bottom: 10px;
}

.h3_cont{
	color: #2A120A;
	font-size: 115%;
	margin-bottom: 10px;
}

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

.h3_wines{
	font-size: 105%;
	font-weight: 800;
	color: #2A120A;
}

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

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

.h4_cont{
	background-color: #E3F6CE;
}

.div_border{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.div_border h1{
	font-size: 1.6rem;
	font-weight: 400;
}

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

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

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

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

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


.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;
}

.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;
}

.img_gallery a img{
	padding: 5px;
	margin: 5px;
	width: 143px;
}

.flex_adjust{
	width: 153px;
	height: 0px;
}

#gallery_wrap{
	padding-bottom: 50px;
}

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

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

.img_indoorview{
	margin-top: 0px;
}

.float_left{
	float: left;
	margin: 20px 20px 20px 10px;
}

.float_right{
	float: right;
	margin: 20px 10px 20px 20px;
}

ol{
	padding-left: 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;
	bottom: 20px;
	left: 50px;
}
.img_bestrate{
	width: 250px;
	height: auto;
}

.table_charge {
  width: auto;
	min-width: 540px;
  border-spacing: 0;
	font-size: 110%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

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

.table_charge th {
	color: #0A2A0A;
  padding: 8px 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: 8px 20px;
  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;
}
.table_comment:hover{
	background: #fff !important;
	cursor: default;
}
.charge_kingaku{
	font-size: 2.0rem;
}
/** 料理ページ *******/

.dinner_menu p{
	padding-bottom: 15px;
	line-height: 180%;
}

.img_dinner_menu{
	width: 100%;
}

.img_dinner_photos{
	width: 100%;
}
/** ▼施設案内▼ **************************/
.dl_facility{
	display:table;
	width: 100%;
}
.dl_facility dt{
	display: table-cell;
	width: 25%;
	font-weight: 800;
	vertical-align: middle;
	padding: 1px 10px;
	border-bottom: 2px solid #999999;
	background: #f5f5f5;
}
.dl_facility dd{
	display: table-cell;
	width: 75%;
	padding: 10px 10px;
	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: 20px;
}
.img_charge_room{
	width: 100%;
	height: auto;
}
/** ▲施設案内▲ **************************/
/**▼本館**/
.img_room_view{
	width: 100%;
	height: auto;
}
/**▲本館**/