@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
/*:focus {outline:0;}*/

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul{
  list-style:none;
}
table{
  border-collapse:separate;border-spacing:0;
}
caption, th, td{
  font-weight:normal;text-align:left;
}
blockquote:before, blockquote:after,q:before, q:after{
  content:"";
}
blockquote, q{
  quotes:"" "";
}
a img{
  border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display:block;
}

body{
  font: 14px/2 "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  color:#252525;
  -webkit-text-size-adjust:none;
  overflow-x: hidden;
}

/* リンク設定 */
a,
a:link,
a:visited,
a:hover,
a:active{
  color: #333333;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  background: transparent;
}
a.tdu,
a:link.tdu,
a:visited.tdu,
a:hover.tdu,
a:active.tdu{
  color: #212121;
  text-decoration: underline;
}

/* Clearfix */
.wrapper:before,
.cf:before{
  content: "";
  display: table;
}
.wrapper:after,
.cf:after{
  content: "";
  display: table;
  clear: both;
}

/* レイアウト */
#wrapper, .inner{
  margin:0 auto;
  width:960px;
}

#header{
  overflow:hidden;
  background:#fff;
}
#header h1{
  border-bottom: 1px solid #0D68BE;
  margin-bottom: 16px;
}
#header h1 span{
  width: 960px;
  margin: 0 auto;
  display: block;
}
.contents_wrap{
  padding: 14px;
}

p{
/*  margin-bottom: 14px;*/
  text-indent: 14px;
}
.no_mb{
  margin-bottom: 0 !important;
}
.no_ti{
  text-indent: 0 !important;
}
.hanging_indent{
  margin-left: 16px;
  text-indent: -16px;
}
table{
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #008FC4;
  width: 100%;
  margin: 0 auto;
}
caption{
  text-align: left;
}
th{
  text-align: left;
  border: 1px solid #008FC4;
  padding: 0 7px;
  text-indent: 0;
  vertical-align: middle;
}
td{
  padding: 7px 14px;
  text-indent: 0;
  vertical-align: middle;
  border: 1px solid #008FC4;
}

/* コンテナ */
div#container{
  margin-left: auto;
  margin-right: auto;
}

/* ヘッダー */
div#header{
  background-color: #fff;
}
#header .head_top{
  width: 960px;
  margin: 0 auto;
  color: #644542;
}
#header .head_top .head_logo{
  font-size: 52px;
  font-weight: bold;
  vertical-align: middle;
  float: left;
  }
#header .head_top .head_logo img{
  vertical-align: middle;
  margin-right: 16px;
}
#header .head_top .tel{
  float: right;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 18px;
}


  /*----メニュー----*/
#header .mainNav_bg{
    background-color: #0D68BE;
width: 100%;
  }
.nav_main{
    width: 960px;
    display: block;
    margin: 0 auto;
    height: 54px;
    position: relative;
    z-index: 1;
  }
.mainNav .nav_main li{
    float: left;
    position: relative;
    top: 5px;
    text-align: center;
    height: 45px;
    border-right: 1px solid #fff;
  }
.mainNav .nav_main li:first-child{
}
.mainNav .nav_main li a{
    color: #fff;
    display: block;
    padding: 8px 18px;
  }
.mainNav .nav_main li a.nav_li_top{
      padding: 8px 22px 2px;
    border-left: 1px solid #fff;
}
.mainNav .nav_main li.current a,
.mainNav .nav_main li a:hover{
    background: #1586EF;
  }

.mainNav .nav_main li.top{
  border-left: none;
}
.mainNav_img img{
    position: relative;
    top: -52px;
}

/* パンくずリスト */
p.bread_content{
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: relative;
    right: 300px;
    bottom: 37px;
}

/* コンテンツ */
#content{
  background: #fff;
}
.index .top_img{
  width: 960px;
  margin: 0 auto;
}
.index .top_img img{
  width: 100%;
}
.wrapper{
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.main_content{
    width: 700px;
    float: right;
}
.side_content{
    width: 220px;
    float: left;
    margin: 0 0 64px 0;
}
.side_content ul{
  margin-bottom: 16px;
}
.side_content ul li a{
  background : url(side_li_icon.png) 8px center / 40px 40px no-repeat scroll padding-box border-box transparent;
    padding: 16px 55px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
.side_content ul li a:hover{
    background-color: #A9D2F9;
}
.side_content .kikinkyoukai{
  width: 220px;
}
.side_content .kikinkyoukai img{
  width: 100%;
}
.test_content{
    width: 700px;
    float: none;
    margin: auto;
}
.fb-page{
    text-align: center;
}
.test01{
    width: 500px;
    text-align: center;
    margin: auto;
}

/* お知らせ　
-------------*/
.index .index_post{
  width: 100%;
  padding: 16px 0 8px;
  display: block;
  vertical-align: top;
  margin: 0 auto 32px;
  box-shadow: 0 10px 15px -15px #333;
}
.index .index_post li{
  padding: 8px 0;
  border-bottom: #CFD8DC dashed 2px ;
}
.index .index_post li:last-child{
  border-bottom:none ;
}
.index .list_head{
    width: 100%;
    border: 1px solid #008FC4;
    border-radius: 3px;
    padding: 0 8px;
    background: none;
    position: relative;
}
.index .list_title{
  color: #008FC4;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  text-indent: 0;
}
.index .list_title:before{
  font-family: FontAwesome;
  content: "\f1d8";
  font-size: 21px;
  color: #008FC4;
  vertical-align: middle;
  margin-right: 4px;
}
.index .to_list{
  position: absolute;
  top: 2px;
  right: 8px;
}
.index .to_list:before{
  font-family: FontAwesome;
  content: "\f054";
  font-size: 21px;
  color: #008FC4;
  vertical-align: middle;
  margin-right: 4px;
}
.index .index_post_list_date,
.index .index_post_list_title{
  display: inline-block;
  margin: 0;
}
.index .index_post_list_date{
  width: 100px;
}
.index .link_box li{
 display: inline-block;
 width: 220px;
 vertical-align: top;
 box-shadow: 0 10px 15px -15px #333;
 margin-bottom: 16px;

}
.index .link_box li:first-child{
  width: 450px;
  margin-right: 24px;
}
.index .link_box li.second_center{
  margin:0 14px 0 15px;
}
.index .link_box li.test{
  width: 699px;
  margin-right: 24px;
}
.index .link_box li a img{
width: 100%;
}

/* お食事処 */
#content_restaurant h2{
  margin: 16px 0;
  padding: 8px;
  padding: 16px 55px;
  display: block;
  border-top: 2px solid #FF9D31;
  border-bottom: 2px solid #FF9D31;
  font-size: 32px;
  text-align: center;
  color: #FF9D31;
}
.restraurant_list_box h3{
  margin: 0 0 16px;
  background: url(area_mark.png) no-repeat 0px / 42px;
  padding: 0 50px;
  font-size: 32px;
  color: #FF9D31;
}
.restraurant_list ul{
margin-bottom: 32px;
}
#content_restaurant .restraurant_list_box .axgmap{
  width:100%;
  height:600px;
}
#content_restaurant .restraurant_list_box .axgmap.miyazu{
height:700px;
}
#content_restaurant .restraurant_list_box .axgmap.ine{
height:700px;
}
#content_restaurant .restraurant_list_box .axgmap a{
text-decoration: underline;
color: #FF9D31;
}
#content_restaurant .restraurant_list_box .restraurant_list li{
width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
#content_restaurant .restraurant_list_box .restraurant_list li img{
  vertical-align: middle;
}
#content_restaurant .restraurant_list_box .restraurant_list li a{
  vertical-align: middle;
  font-size: 20px;
  margin-left: 8px;
  text-decoration: underline;
}
.restraurant_info {
  margin-bottom: 16px;
}
#content_restaurant .restraurant_info img{
  float: left;
  width: 300px;
}
#content_restaurant .restraurant_info .head_text{
float: right;
width: 390px;
}
#content_restaurant .restraurant_info .head_text a{
  text-decoration: underline;

}
#content_restaurant .restraurant_info .head_text h3{
  color: #008FC4;
  background: url(side_li_icon.png) no-repeat 8px / 28px;
  padding: 0 40px;
  display: block;
  font-size: 24px;
  // line-height: 1;
}
#content_restaurant .restraurant_info .head_text p{
  text-indent: 0;
  font-size: 18px;
  line-height: 1.5;
}
#content_restaurant .restaurant_tel{
  display: block;
  font-size: 24px;
}
#content_restaurant .restaurant_intro{
margin-bottom: 16px;
}
#content_restaurant .axgmap{
  margin:0 auto 16px;
  width: 620px;
  height: 320px;
}
.inner_link{
display: block;
margin: 0 auto;
width: 720px;
}
.inner_link li{
  display: inline-block;
  width: 49%;
  margin: 0 0 16px;
  background: url(area_mark.png) no-repeat 0px / 42px;
  padding: 0 0 0 50px;
  font-size: 32px;
}
.inner_link li a{
  color: #FF9D31;

}

/* フッター */
.footer{
  width: 100%;
  background-color: #0D68BE;
}
.footer p{
  color: #fff;
  text-align: center;
}