@charset "UTF-8";
/* CSS Document */
/* =================================
Hero
================================= */
.hero {
  background: url(../img/top/mainimg_top_01_sp.jpg) no-repeat top center #00010d;
  background-size: 100% auto;
  padding: 0 0 30px;
  text-align: center; }
  .hero .tit-hero {
    margin: 50% 0 20px;
    padding: 0 5px; }
  .hero .txt-hero {
    color: #FFF; }

@media (min-width: 480px) {
  .tit-hero {
    width: 70%;
    max-width: 477px;
    margin: 30% 0 20px;
    padding: 0 5px; }

  .txt-hero {
    text-align: left; }
    .txt-hero span br {
      display: none; } }
@media (min-width: 737px) {
  .hero {
    background: url(../img/top/mainimg_top_01_pc.jpg) no-repeat top center #00010d;
    background-size: 100% auto;
    padding: 0 0 80px; }
    .hero .txt-hero {
      color: #FFF; }
    .hero .tit-hero {
      margin: 23% 0 40px;
      padding: 0; }
    .hero .txt-hero {
      text-align: left;
      line-height: 2.0; }
      .hero .txt-hero span br {
        display: none; } }
/* =================================
sec-out-guide
================================= */
.sec-out-guide {
  background: url(../img/top/bg_guide_out_01_pc.jpg) no-repeat center center;
  background-size: 100% auto;
  padding: 70px 0 80px; }
  .sec-out-guide .underline {
    margin-bottom: 0;
    color: #fff;
    position: static; }
    .sec-out-guide .underline:before {
      width: 0; }
  .sec-out-guide .link_out {
    width: 200px;
    margin: 20px auto 0; }
    .sec-out-guide .link_out .link-detail {
      color: #fff;
      font-weight: bold;
      display: inline-block;
      border-bottom: 2px dotted #fff;
      padding: 0 10px 10px;
      margin: 0 0 0 10px;
      position: relative;
      z-index: 2; }
      .sec-out-guide .link_out .link-detail .link-in {
        background: url(../img/common/arrow_blue_02.png) no-repeat right center;
        background-size: auto auto;
        background-size: 18px;
        padding-right: 30px; }

@media (max-width: 737px) {
  .sec-out-guide {
    background: url(../img/top/bg_guide_out_01_sp.jpg);
    padding: 35px 0 40px; } }
@media (max-width: 480px) {
  .sec-out-guide {
    background: url(../img/top/bg_guide_out_01_sp_02.jpg);
    padding: 15px 0 20px; }
    .sec-out-guide .link_out {
      margin-top: 10px; } }
/* =================================
Area News Res
================================= */
.area-news-res .inner {
  padding: 0;
  width: 100%; }
.area-news-res .btn-more {
  display: block;
  color: #FFF;
  font-family: Arial, Helvetica, "sans-serif";
  background: #1e81a0;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  margin: 0 10px; }
  .area-news-res .btn-more .btn-in {
    display: inline-block;
    padding-left: 0.25em; }
    .area-news-res .btn-more .btn-in:after {
      display: inline-block;
      content: ">";
      vertical-align: middle;
      margin: 0 0 0 0.5em; }
.area-news-res .tit-news .btn-more {
  display: none; }
.area-news-res .list-news {
  padding: 0 10px;
  letter-spacing: normal; }
.area-news-res .list-news-item {
  border-bottom: 1px dashed #8e8e8e;
  padding: 0 5px 15px;
  margin: 0 0 15px; }
  .area-news-res .list-news-item:last-child {
    border-bottom: none;
    margin: 0; }
  .area-news-res .list-news-item .link-deatil {
    margin: 5px 0 0; }
    .area-news-res .list-news-item .link-deatil:first-of-type {
      margin: 0; }
.area-news-res .txt-date {
  display: block;
  font-size: 75%;
  color: #da6161;
  font-family: Arial, Helvetica, "sans-serif"; }
.area-news-res .link-deatil {
  font-size: 80%;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  .area-news-res .link-deatil:hover {
    text-decoration: underline; }
.area-news-res .sec-restrant {
  text-align: center; }
  .area-news-res .sec-restrant .tit-section span {
    display: inline-block; }
  .area-news-res .sec-restrant .link-detail {
    color: #1e81a0;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px dotted #1e81a0;
    padding: 0 10px 10px;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 2; }
  .area-news-res .sec-restrant .link-in {
    background: url(../img/common/arrow_blue_02.png) no-repeat right center;
    background-size: 18px;
    padding-right: 30px; }
  .area-news-res .sec-restrant .img-restrant_pc {
    display: none; }
.area-news-res .txt-restrant {
  padding: 0 10px;
  font-size: 85%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 15px;
  text-align: left; }
.area-news-res .img-restrant {
  margin-top: -10%;
  position: relative;
  z-index: 1;
  width: 100%; }

@media (min-width: 480px) {
  .area-news-res .btn-more {
    width: 30%;
    margin: 0 auto; }

  .sec-restrant .tit-section span {
    display: inline-block; } }
@media (min-width: 737px) {
  .area-news-res {
    overflow: hidden; }
    .area-news-res .inner {
      /*max-width: 1075px;*/
      max-width: 1000px;
      /*padding: 0 0 0 75px;*/ }
    .area-news-res .tit-section {
      text-align: left; }
    .area-news-res .sec-news, .area-news-res .sec-restrant {
      float: left;
      /*min-height: 545px - 50px;*/
      /*min-height: 478px - 50px;*/
      margin-bottom: 60px; }
    .area-news-res .sec-news {
      width: 450px;
      padding: 50px 50px 0 0; }
      .area-news-res .sec-news > .btn-more {
        display: none; }
    .area-news-res .tit-news {
      overflow: hidden; }
      .area-news-res .tit-news .tit-section {
        float: left; }
      .area-news-res .tit-news .btn-more {
        display: inline-block;
        float: right;
        font-size: 75%;
        width: auto;
        padding: 2px 5px;
        margin: 15px 0 0; }
    .area-news-res .list-news {
      padding: 0; }
    .area-news-res .list-news-item {
      padding: 0 10px 15px; }
    .area-news-res .sec-restrant .inner {
      padding-left: 0;
      max-width: 1000px;
      /*width: 446px;*/
      /*padding: 50px 99px 0 30px;*/
      /*background:url(../img/top/bg_restaurant_01_pc.jpg) no-repeat left bottom;
      background-size: 575px auto;*/
      background: none;
      text-align: left;
      overflow: hidden; }
      .area-news-res .sec-restrant .inner .area-information {
        width: 42%;
        float: left;
        /*background: url(../img/top/bg_information_01_pc.jpg) no-repeat center;
        background-size: cover;*/
        /*padding: 35px 0;*/
        /*.list-area, .list-warn{
        	width: calc(50% - 10px);
        }*/ }
        .area-news-res .sec-restrant .inner .area-information .img-information {
          display: none; }
        .area-news-res .sec-restrant .inner .area-information .box-information {
          background: rgba(255, 255, 255, 0.8);
          min-height: 428px;
          /*padding: 10px;*/ }
          .area-news-res .sec-restrant .inner .area-information .box-information:first-child {
            margin-bottom: 0; }
          .area-news-res .sec-restrant .inner .area-information .box-information .box-in {
            padding: 25px 20px; }
        .area-news-res .sec-restrant .inner .area-information .sec-event, .area-news-res .sec-restrant .inner .area-information .sec-fishing {
          padding: 25px 10px; }
        .area-news-res .sec-restrant .inner .area-information .sec-weather.box-in {
          padding: 25px 20px 20px; }
        .area-news-res .sec-restrant .inner .area-information .list-area, .area-news-res .sec-restrant .inner .area-information .list-warn {
          width: 100%; }
        .area-news-res .sec-restrant .inner .area-information .list-info-item {
          /*margin-top: 20px;*/ }
          .area-news-res .sec-restrant .inner .area-information .list-info-item:first-child {
            margin-top: 0; }
      .area-news-res .sec-restrant .inner .res_right_area {
        width: 52%;
        float: right;
        min-height: 428px; }
        .area-news-res .sec-restrant .inner .res_right_area .img-restrant_pc {
          display: inherit;
          margin-top: -50px; }
        .area-news-res .sec-restrant .inner .res_right_area .res_right {
          text-align: center;
          padding: 0 30px;
          box-sizing: border-box; }
        .area-news-res .sec-restrant .inner .res_right_area .link-detail {
          margin: 0; }
    .area-news-res .txt-restrant {
      padding: 0;
      margin: 0 0 20px; }
    .area-news-res .img-restrant {
      display: none; } }
/* IE10 */
@media all and (-ms-high-contrast: none) {
  .sec-restrant .tit-section {
    letter-spacing: 0.05em; } }
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec-restrant .tit-section {
    letter-spacing: 0.05em; } }
/* EDGE */
_:-ms-lang(x), _::-webkit-meter-bar, .sec-restrant .tit-section {
  letter-spacing: 0.05em; }

/* =================================
Area Information
================================= */
.area-information .inner {
  position: relative;
  z-index: 2; }
.area-information .tit-section {
  color: #333; }
.area-information .box-information {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px; }
  .area-information .box-information:first-child {
    margin-bottom: 15px; }
  .area-information .box-information .box-in {
    padding: 0 10px;
    border: 2px dotted #1e81a0; }
.area-information .txt-information {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: normal;
  font-size: 85%; }
.area-information .sec-event, .area-information .sec-fishing {
  padding: 25px 5px; }
.area-information .sec-event {
  border-bottom: 1px solid #666; }
.area-information .sec-weather.box-in {
  padding: 25px 15px; }
.area-information .btn-info {
  display: block;
  padding: 0 20px 0 0;
  background: url(../img/common/arrow_white_01.png) no-repeat calc(100% - 5px) center;
  background-size: 10px auto;
  color: #FFF; }
  .area-information .btn-info .btn-in {
    display: block;
    padding: 15px 0 15px 15px; }
.area-information .list-area .btn-info {
  background-color: #1B7A98; }
.area-information .list-area .btn-in {
  background: #1e81a0; }
.area-information .list-warn .btn-info {
  background-color: #CA602C; }
.area-information .list-warn .btn-in {
  background: #d5652f; }
.area-information .img-information {
  width: 100%;
  margin-top: -10%; }
.area-information .list-area .list-info-item, .area-information .list-warn .list-info-item {
  margin-bottom: 15px; }

@media (min-width: 480px) {
  .area-information {
    /*.list-area, .list-warn{
    	width: calc(50% - 5px);
    }
    .list-area{
    	float: left;
    }
    .list-warn{
    	float: right;
    }*/ }
    .area-information .sec-event, .area-information .sec-fishing {
      text-align: center; }
    .area-information .sec-weather {
      overflow: hidden; }
    .area-information .list-area {
      overflow: hidden;
      margin-bottom: 10px; }
      .area-information .list-area .list-info-item {
        float: left;
        width: 100%;
        margin-right: 2%; }
        .area-information .list-area .list-info-item:last-child {
          margin-right: 0; }
    .area-information .list-warn {
      overflow: hidden; }
      .area-information .list-warn .list-info-item {
        float: left;
        width: 100%;
        margin-right: 2%; }
        .area-information .list-warn .list-info-item:last-child {
          margin-right: 0; } }
/*@media (min-width: 737px) {
	.area-information{
		background: url(../img/top/bg_information_01_pc.jpg) no-repeat center;
		background-size: cover;
		padding: 35px 0;
		.img-information{
			display: none;
		}
		.box-information{
			background: rgba(255,255,255,0.8);
			padding: 10px;
			width: 980px;
			float: right;
			&:first-child{
				margin-bottom: 0;
				float: left;
			}
			.box-in{
				padding: 25px 20px;
			}
		}
		.sec-event, .sec-fishing{
			padding: 25px 10px;
		}
		.sec-weather.box-in{
			padding: 25px 20px 20px;
		}
		.list-area, .list-warn{
			width: 100%;
		}
		.list-info-item{
			&:first-child{
				margin-top: 0;
			}
		}
	}	
}*/
/* IE10 */
@media all and (-ms-high-contrast: none) {
  .area-information .btn-info {
    background: url(../img/common/arrow_white_01.png) no-repeat 98% center;
    background-size: 10px auto; } }
/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .area-information .btn-info {
    background: url(../img/common/arrow_white_01.png) no-repeat 98% center;
    background-size: 10px auto; } }
/* EDGE */
_:-ms-lang(x), _::-webkit-meter-bar, .area-information .btn-info {
  background: url(../img/common/arrow_white_01.png) no-repeat 98% center;
  background-size: 10px auto; }

/* =================================
Area Map
================================= */
.area-map {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: normal; }
  .area-map #gMap {
    width: 100%;
    height: 300px; }
  .area-map .box-map-info {
    padding: 15px 10px;
    border: 1px solid #DDD;
    margin: 15px 0 25px; }
  .area-map .map-info-dt {
    font-size: 107%;
    font-weight: bold;
    margin-bottom: 10px; }
  .area-map .map-info-dd {
    font-size: 85%; }
  .area-map .logo {
    display: block;
    margin: 0 0 10px;
    max-width: 330px; }
  .area-map .link-gmap {
    color: #1e81a0;
    text-decoration: underline; }
    .area-map .link-gmap:before {
      content: "≫";
      display: inline-block;
      margin: 0 0.3em 0 1.0em; }

@media (min-width: 480px) {
  .area-map .txt-address br {
    display: none; } }
@media (min-width: 737px) {
  .area-map {
    position: relative; }
    .area-map #gMap {
      height: 400px;
      position: relative;
      z-index: 1; }
    .area-map .inner {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 50%;
      margin: 0 0 0 -500px; }
    .area-map .box-map-info {
      border: none;
      background: rgba(255, 255, 255, 0.9);
      margin: 30px 20px;
      width: 350px;
      padding: 20px; } }
/* =================================
Area Contact
================================= */
.area-contact {
  background: url(../img/common/bg_contact_01.png) repeat;
  background-size: 50px auto; }
