/*---base stylesheet---*/


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

1.共通設定
2.レイアウト
3.インデックス
4.下層ページレイアウト

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


/*1.共通設定
======================================*/

@media screen and (max-width:767px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
}

body {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.05em;
  background: #FFFFFF;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  color: #7d0000;
  text-decoration: none;
}

a:hover {
  color: #7d0000;
  text-decoration: underline;
}


/*======================================

Font-size Adjustment
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 |
=======================================*/


/*----ボーダー----*/

.bn {
  border: none !important;
}


/*----クリア----*/

.clear {
  clear: both;
}


/*--clearfix--*/

.cf:before,
.cf:after,
#main:before,
#main:after,
.contArea:before,
.contArea:after,
.entry:before,
.entry:after {
  content: " ";
  display: table;
}

.cf:after,
#main:after,
.contArea:after,
.entry:after {
  clear: both;
}


/*----フロート----*/

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.img_float_l {
  float: left;
  margin-right: 20px;
}

.img_float_r {
  float: right;
  margin-left: 20px;
}


/*2.レイアウト
======================================*/

@media screen and (min-width: 768px) {
  .cont_s {
    display: none !important;
  }
  #main_logo {
    position: absolute;
  }
  #headerBg {
    background: url(/lib/img/bk_top.jpg) repeat-x;
    height: 200px;
  }
}

@media screen and (max-width:767px) {
  .cont_p {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  div#wrapper {
    width: 100%;
    margin: 0;
    position: relative;
  }
  /*グローバルメニュー*/
  header nav.globalNav {
    width: 100%;
    position: relative;
    z-index: 99;
  }
  header nav.globalNav li {
    float: left;
  }
  .gnlast {
    border-right: none;
    padding: 0 28px 0 27px;
    display: inline-block;
  }
  .first {
    margin-right: 60px;
  }
  .second {
    margin-right: 60px;
  }
  .third {
    margin-right: 250px;
  }
  .forth {
    margin-right: 60px;
  }
  .last {}
  header nav.globalNav span {
    display: none;
  }
  #headerBg {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #headerBg header {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  #main_logo {
    position: absolute;
    left: 439px;
    top: 106px;
    z-index: 100;
  }
  #main_logo a {}
  #main_logo a img {}
  #headinfo {
    width: 100%;
    height: 154px;
  }
  #headinfo h2 {
    margin: 30px 40px 0 0;
    float: left;
    line-height: 0;
  }
  #headinfo h2 img {}
  #headinfo h3 {
    margin: 30px auto 0;
    float: left;
    line-height: 0;
  }
  #headinfo h3 img {}
  #headinfo p {
    float: right;
    margin: 40px 0 auto auto;
    ;
  }
  #headinfo p img {}
  #Reserve01 {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99;
  }
  #Reserve01 img {}
  #mainImg {
    margin: 0 auto;
    overflow: hidden;
    max-height: 700px;
  }
  #mainImg .slider {}
  #mainImg .slider li {
    margin: 0 auto;
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
  }
  #mainImg .slider li img {
    min-width: 100%;
    min-height: 700px;
  }
  #under_slider {
    background: url(/lib/img/slide_under.png) repeat-x;
    margin: -35px 0 0;
    height: 9px;
    z-index: 999;
    position: relative;
    ;
  }
  #index01 {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .contents {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .title {
    margin: 20px auto 30px;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    ;
    ;
  }
  .title p {
    margin: 5px 40px 0px !important;
    display: inline-block;
    line-height: 0 !important;
    vertical-align: top;
    float: none !important;
  }
  .title p img {}
  .title h2 {
    margin: 0px auto auto !important;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    float: none !important;
  }
  .title h2 img {}
  #about_housei {
    display: block;
  }
  #about_housei li {
    display: inline-block;
    margin: 10px 2px 40px;
  }
  #about_housei li h3 {}
  #about_housei li h3 img {}
  #about_under {
    background: url(/lib/img/nami_under03.png) repeat-x;
    width: 100%;
    height: 9px;
  }

.goto_br{
  width: 500px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding: 30px 0;
}

.goto_br img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .goto_br{
  padding-top: 20px 0;
}
}

  #index02 {
    background-color: #C6E7EE;
    position: relative;
  }
  .infomation {
    margin: 30px auto 0;
    height: 320px;
    ;
  }
  .i-text {
    float: left;
    width: 400px;
    margin: 0 auto 0;
    padding: 0 30px 0 0;
    ;
  }
  .i-text h3 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 30px;
    height: 40px;
    background: url(/lib/img/line01.gif) repeat-x center bottom;
  }
  .i-text p {
    margin: 30px auto 0;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    ;
  }
  .i-btn {
    text-align: center;
  }
  .i-btn a {}
  .i-btn a img {}
  .i-img {
    float: left;
    margin: 35px auto -150px;
  }
  .i-img img {}
  .i-title {
    float: right;
  }
  .i-title img {}
  #index03 {
    position: relative;
    width: 100%;
    margin: 90px 0 80px;
    ;
  }
  .half_col_r {
    ;
  }
  .iIArea {
    display: block;
  }
  .iICont {
    width: 200px;
    float: left;
    margin: 20px 20px 0 auto;
  }
  .iICont:last-child {
    margin: 20px auto 0 auto;
  }
  .iICont .iTimag {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .iICont .iTimag img {
    width: 130%;
    height: auto;
    margin: -7%;
  }
  .iICont .txt {}
  .iICont .date {
    font-size: 11px;
    color: #9E8C77;
    margin: 10px 0;
  }
  .iICont .ttl {
    font-size: 14px;
    color: #5EA2B4;
    letter-spacing: -0.03em;
    margin: 5px auto 10px;
  }
  .iICont .ttl a {}
  .iICont .text {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .iICont .text a {}
  .btn_info {}
  .btn_info a {}
  .btn_info a img {}
  #blog_under {
    background: url(/lib/img/nami_under.jpg) repeat-x;
    height: 9px;
    width: 100%;
    margin: 0;
  }
  #index04 {
    background-color: #8BD3EB;
    margin: 0;
    width: 100%;
    position: relative;
  }
  #acs-map {
    width: 100%;
    margin: 20px auto;
  }
  #acs-map p {
    float: left;
    width: 47%;
    margin: 0 2% 0 1%;
  }
  #acs-map p img {
    width: 100%;
    height: auto;
  }
  #gmap {
    width: 50%;
    float: left;
  }
  #gmap iframe {
    width: 100%;
    max-height: 400px;
  }
  #acs-ship {
    background-color: #E6FCFF;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin: 40px auto 80px;
  }
  #acship_title {
    width: 100%;
    margin: 0;
  }
  #acship_title h3 {
    float: left;
    margin: 0 30px 0 0;
  }
  #acship_title h3 img {}
  #acship_title h4 {
    float: left;
    margin: 7px auto 0;
  }
  #acship_title h4 img {}
  #index04 .contents .cf ul {
    margin: 25px auto;
    ;
  }
  #index04 .contents .cf li {
    float: left;
    margin: auto 41px auto auto;
  }
  #index04 .contents .cf li:last-child {
    margin: auto;
  }
  #index04 .contents .cf li a {}
  #index04 .contents .cf li a img {}
  .arrow {
    margin-top: 50px !important;
  }
  .arrow img {}
  #map_under {
    background: url(/lib/img/nami_under02.png) repeat-x;
    height: 9px;
    width: 100%;
    margin: 0;
  }
  #footerBg {
    background-color: #28B0D3;
  }
  #footerBg .cf {
    width: 1080px;
    margin: 0px auto 0;
    position: relative;
    padding: 15px 0 30px;
  }
  #footerBg .cf h3 {
    width: 150px;
    float: left;
    margin: 8px 0 0;
    ;
  }
  #footerBg .cf h3 a {}
  #footerBg .cf h3 a img {}
  .ftrCont {
    float: left;
    width: 930px;
    margin: 0px 0 0;
  }
  .cont_p {
    padding: 0px 0 25px !important;
  }
  .cont_p li {}
  .cont_p li a {}
  .cont_p li a img {}
  .ftrCont p {
    color: #fff;
    margin: 0px auto 0;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .ftrCont ul {}
  .ftrCont ul li {
    float: left;
    margin: 0 50px 0 0;
  }
  #btnSP {}
  #btnSP span {}
  #btnPC {}
  #btnPC span {}
  #copy_wrapp {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #copy {
    width: 1080px;
    margin: 10px auto 50px;
  }
  #copy p {
    text-align: right;
    color: #6E6E6E;
  }
}

@media screen and (max-width:767px) {
  img {
    width: 100%;
    height: auto;
  }
  div#wrapper {
    width: 100%;
  }
  /*----ヘッダー----*/
  header .cont_s {
    display: block !important;
  }
  header .cont_p {
    display: none !important;
  }
  /*----ヘッダー----*/
  /*ドロップダウン*/
  p#menu {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 99999;
  }
  p#menu a {
    display: block;
    cursor: pointer;
    z-index: 10000;
  }
  /*グローバルメニュー*/
  header nav.globalNav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    right: 0;
    background: #fff;
    box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    -webkit-box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    -moz-box-shadow: rgba(113, 135, 164, 0.2) 0px 1px 6px 3px;
    z-index: 9999999;
    border-top: 5px solid #dfdfdf;
    border-bottom: 5px solid #dfdfdf;
  }
  header nav.globalNav img {
    display: none;
    height: 0px;
  }
  header nav.globalNav img:hover {
    display: none;
    height: 0px;
  }
  header nav.globalNav ul {
    padding: 5px;
  }
  header nav.globalNav ul li {
    clear: none;
    width: 48%;
    float: left;
    background: #fff;
    text-align: center;
    margin: 1%;
    height: 40px;
  }
  header nav.globalNav ul li a {
    display: block;
    border: 1px solid #F5F4F5;
    padding: 10px;
    font-size: 13px;
    background: #dfdfdf;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 900;
    -webkit-touch-callout: none
  }
  header nav.globalNav ul li a:hover,
  header nav.globalNav ul li a:active {
    display: block;
    border: 1px solid #F5F4F5;
    padding: 10px;
    font-size: 13px;
    background: #dfdfdf;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 900;
    height: 40px;
  }
  p#nav_close {
    clear: both;
    cursor: pointer;
    font-size: 11px;
    padding: 10px;
    width: 60%;
    background: #e4e1e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px auto 15px;
    width: 170px;
    text-align: center;
  }
  div#wrapper {
    width: 100%;
    margin: 0;
    position: relative;
  }
  /*グローバルメニュー*/
  header nav.globalNav {
    width: 100%;
    z-index: 99;
  }
  header nav.globalNav li {
    float: left;
  }
  .gnlast {
    border-right: none;
    padding: 0 28px 0 27px;
    display: inline-block;
  }
  .first {
    margin-right: 60px;
  }
  .second {
    margin-right: 60px;
  }
  .third {
    margin-right: 250px;
  }
  .forth {
    margin-right: 60px;
  }
  .last {}
  header nav.globalNav span {
  }
  #headerBg {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #headerBg header {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #main_logo {
    position: absolute;
    left: 50%;
    top: 36px;
    z-index: 100;
    margin-left: -39px;
  }
  #main_logo a {}
  #main_logo a img {
    width: 50%;}
  #headinfo {
    width: 100%;
    height: 140px;
  }
  #headinfo h2 {
    margin: 10px auto 0 5px;
    float: left;
    line-height: 0;
    width: 40%;
  }
  #headinfo h2 img {}
  #headinfo h3 {
    margin: 10px 5px 0 auto;
    float: right;
    line-height: 0;
    width: 29%;
  }
  #headinfo h3 img {}
  #headinfo p {
    float: none;
    width: 50%;
    text-align: center;
    margin: 100px auto 0 !important;
    ;
  }
  #headinfo p img {}
  #Reserve01 {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99;
  }
  #Reserve01 img {}
  #mainImg {
    margin: 0 auto;
    overflow: hidden;
    max-height: 700px;
  }
  #mainImg .slider {}
  #mainImg .slider li {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  #mainImg .slider li img {
    min-width: 100%;
    min-height: 300px;
    width: auto !important;
  }
  #under_slider {
    background: url(/lib/img/slide_under.png) repeat-x;
    margin: -35px 0 0;
    height: 9px;
    z-index: 999;
    position: relative;
    ;
  }
  #index01 {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .contents {
    width: 96%;
    position: relative;
    margin: 0 2%;
  }
  .contents br {
    display: none;
  }
  .title {
    margin: 20px auto 30px;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    ;
    ;
  }
  .title p {
    margin: 5px 40px 0px !important;
    display: inline-block;
    line-height: 0 !important;
    vertical-align: top;
    float: none !important;
  }
  .title p img {}
  .title h2 {
    margin: 0px auto auto !important;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    float: none !important;
    width: 80% !important;
  }
  .title h2 img {}
  .infomain_img {
    width: 96% !important;
    margin: 0 2% !important;}
  #about_housei {
    display: block;
  }
  #about_housei li {
    display: inline-block;
    margin: 10px 2% 40px;
  }
  #about_housei li h3 {}
  #about_housei li h3 img {}
  #about_under {
    background: url(/lib/img/nami_under03.png) repeat-x;
    width: 100%;
    height: 9px;
  }
  #index02 {
    background-color: #C6E7EE;
    position: relative;
  }
  .infomation {
    margin: 30px auto 0;
    position: relative;
    ;
  }
  .i-text {
    float: left;
    width: 400px;
    margin: 0 auto 0;
    padding: 0 30px 0 0;
    ;
  }
  .i-text h3 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 30px;
    height: 40px;
    background: url(/lib/img/line01.gif) repeat-x center bottom;
  }
  .i-text p {
    margin: 30px auto 0;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    ;
  }
  .i-btn {
    text-align: center;
    width: 70%;
  }
  .i-btn a {}
  .i-btn a img {}
  .i-img {
    float: left;
    margin: 35px auto -150px;
    width: 85%;
  }
  .i-img img {}
  .i-title {
    float: right;
    width: 15%;
    margin: 35px auto -50px;
  }
  .i-title img {}
  #index03 {
    position: relative;
    width: 100%;
    margin: 90px 0 80px;
    ;
  }
  .half_col_r {
    ;
  }
  .iIArea {
    display: block;
  }
  .iICont {
    width: 94%;
    float: none;
    margin: 20px 3% 0;
  }
  .iICont:last-child {
    margin: 20px 3% 0;
  }
  .iICont .iTimag {
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }
  .iICont .iTimag img {
    width: 130%;
    height: auto;
    margin: -7%;
  }
  .iICont .txt {}
  .iICont .date {
    font-size: 11px;
    color: #9E8C77;
    margin: 10px 0;
  }
  .iICont .ttl {
    font-size: 14px;
    color: #5EA2B4;
    letter-spacing: -0.03em;
    margin: 5px auto 10px;
  }
  .iICont .ttl a {}
  .iICont .text {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .iICont .text a {}
  .btn_info {}
  .btn_info a {}
  .btn_info a img {}
  #blog_under {
    background: url(/lib/img/nami_under.jpg) repeat-x;
    height: 9px;
    width: 100%;
    margin: 0;
  }
  #index04 {
    background-color: #8BD3EB;
    margin: 0;
    width: 100%;
    position: relative;
  }
  #acs-map {
    width: 100%;
    margin: 20px auto;
  }
  #acs-map p {
    float: none;
    width: 96%;
    margin: 0 2% 0;
  }
  #acs-map p img {
    width: 100%;
    height: auto;
  }
  #gmap {
    width: 96%;
    float: none;
    margin: 15px 2%;
  }
  #gmap iframe {
    width: 100%;
    max-height: 300px;
  }
  #acs-ship {
    background-color: #E6FCFF;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin: 40px auto 80px;
  }
  #acship_title {
    width: 100%;
    margin: 0;
  }
  #acship_title h3 {
    float: none;
    margin: 0 5%;
    width: 90%;
  }
  #acship_title h3 img {}
  #acship_title h4 {
    float: none;
    margin: 10px 5%;
    width: 90%;
  }
  #acship_title h4 img {}
  #index04 .contents .cf ul {
    margin: 25px auto;
    ;
  }
  #index04 .contents .cf li {
    float: none;
    margin: 20px 5%;;
  }
  #index04 .contents .cf li:last-child {
    margin: auto;
  }
  #index04 .contents .cf li a {}
  #index04 .contents .cf li a img {}
  .arrow {
    margin-top: 50px !important;
  }
  .arrow img {}
  #map_under {
    background: url(/lib/img/nami_under02.png) repeat-x;
    height: 9px;
    width: 100%;
    margin: 0;
  }
  #footerBg {
    background-color: #28B0D3;
  }
  #footerBg .cf {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    padding: 15px 0 30px;
  }
  #footerBg .cf h3 {
    width: 30%;
    float: none;
    margin: 10px 35%;
    ;
  }
  #footerBg .cf h3 a {}
  #footerBg .cf h3 a img {}
  .ftrCont {
    float: none;
    width: 90%;
    margin: 0 5%;
    font-size: 12px;
  }
  .cont_p {
    padding: 0px 0 25px !important;
  }
  .cont_p li {}
  .cont_p li a {}
  .cont_p li a img {}
  .ftrCont p {
    color: #fff;
    margin: 0px auto 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .ftrCont ul {}
  .ftrCont ul li {
    float: left;
    margin: 0 50px 0 0;
  }
  #btnSP {}
  #btnSP span {}
  #btnPC {}
  #btnPC span {}
  #copy_wrapp {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #copy {
    width: 100%;
    margin: 10px auto 50px;
    text-align: center;
  }
  #copy p {
    text-align: center;
    color: #6E6E6E;
  }
}


/*3.サブページレイアウト
======================================*/

@media screen and (min-width: 768px) {
  #subhead_under {
    background: url(/lib/img/nami_head.png) repeat-x;
    height: 11px;
    position: relative;
    z-index: 30;
    ;
  }
  #sub_mainBack {
    background-color: #C6E7EE;
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  #sub_main {
    position: relative;
    margin: -9px 0 80px 0;
    width: 100$;
    ;
  }
  #sub_main .contents {}
  #sub_main p {
    line-height: 32px;
    font-size: 15px;
    letter-spacing: -0.02em;
    margin: 0 auto 20px;
    ;
  }
  #sub_main p img {}
  #sub_main h2 {}
  #sub_main h2 img {}
  #subMain {
    margin: 50px auto 40px;
  }
  #subMain h2 {
    float: right;
    margin: 30px 58px auto auto;
  }
  #subMain p {
    float: left;
  }
  #Infomation {
    width: 100%;
    margin: 0px auto;
    background-color: #EDDF2F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    height: 110px;
  }
  #Infomation h3 {
    line-height: 0;
    margin: 16px auto 5px;
    float: left;
    width: 70%;
  }
  #Infomation h3 img {}
  #Infomation ul {
    float: left;
  }
  #Infomation ul li {}
  #Infomation ul li p {
    line-height: 17px;
    margin: 5px auto;
  }
  #Infomation p {
    float: left;
    margin: 10px;
  }
  #Infomation p img {}
  .bk_img {
    position: relative;
    margin: 100px auto 60px;
    width: 100%;
  }
  .titleBk {}
  #sub_room {}
  #sub_room .contents .cf {}
  #sub_room .contents h2 {
    position: absolute;
    top: -530px;
    ;
    ;
  }
  #sub_room .contents p {
    margin: 30px auto;
    line-height: 30px;
    font-size: 15px;
  }
  .stayRoombox {
    width: 525px;
    float: left;
    margin: 7px 7px 40px;
  }
  .stayRoombox h3 {
    margin: 0 auto 5px;
    line-height: 0;
  }
  .stayRoombox h3 img {}
  .stayRoombox p {
    margin: 0 !important;
  }
  .stayRoombox p img {}
  .stay_detail {}
  .stay_detail h4 {
    margin: 0 auto 0 1%;
    background-color: #429DD4;
    width: 160px;
    padding: 4px;
    color: #fff;
  }
  .intenseshadow {
    background-color: #FFF;
    border: 1px solid #3C92C6;
    box-shadow: 5px 5px 0px #429DD4;
    -moz-box-shadow: 5px 5px 0px #429DD4;
    -webkit-box-shadow: 5px 5px 0px #429DD4;
    width: 98%;
    margin: 0 auto 1%;
    ;
    ;
  }
  .intenseshadow ul {
    padding: 10px;
    overflow: hidden;
  }
  .intenseshadow ul li {
    float: left;
    background: url(/lib/img/btn.png) no-repeat 0px 6px;
    padding-left: 15px;
    margin: 0 10px 0 20px;
  }
  #sub_meal {}
  #sub_meal .contents h2 {
    position: absolute;
    top: -530px;
  }
  #sub_meal .contents h2 img {}
  #sub_meal .contents p {
    margin: 20px auto 30px;
  }
  .meal {}
  .meal h3 {
    margin: 0 auto 15px;
  }
  .meal h3 img {}
  .stayMealbox {
    width: 100%;
  }
  .stayMealbox .cf li {
    float: left;
    margin: 5px;
    width: 350px;
  }
  .stayMealbox .cf li img {}
  .stayMealbox .cf li h3 {}
  .stayMealbox .cf li h3 img {}
  .stayMealbox .cf li p {}
  .bx-wrapper {
    /*reset*/
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    *zoom: 1;
  }
  .bx-wrapper img {
    width: 100%;
    height: auto;
    /*auto又は100%に指定・縦横比を維持する*/
    display: block;
  }
  .bx-wrapper .bx-pager {
    /*ページャーの表示位置など*/
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  #about_under {}
  #sub_other {
    background-color: #C6E7EE;
    margin: 0 auto 200px;
    height: 360px;
  }
  .infomation {}
  .i-text {
    float: left;
    width: 430px;
  }
  .i-text h3 {}
  .i-text p {}
  .i-btn {}
  .i-btn a {}
  .i-btn a img {}
  #otherImg {
    float: left;
    width: 550px;
    height: auto;
  }
  #otherImg .slider {
    height: auto;
    max-width: 550px;
    width: 100% !important;
  }
  #otherImg .slider li {
    width: 100% !important;
    height: auto;
  }
  #otherImg .slider li img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  #act_map {
    float: left;
    margin: -250px 5px auto auto !important;
  }
  #act_map img {}
  #act_maptext {}
  #sub_act {}
  #sub_act .contents {}
  .actBox {
    width: 100%;
    position: relative;
    margin: 10px auto 80px;
  }
  .act_Tbox {
    width: 49%;
    margin: 0 0.5% 0;
    ;
  }
  .act_Tbox h3 {
    margin: 0 auto 20px !important;
    text-align: left !important;
  }
  .act_Tbox h3 img {}
  .act_Tbox p {
    margin: 0 auto 30px;
  }
  .stay_detail {}
  .stay_detail h4 {}
  .act_Tbox .intenseshadow {}
  .act_Tbox .intenseshadow ul {}
  .act_Tbox .intenseshadow ul li {
    float: none;
    margin: 0 auto 10px;
    font-weight: bold;
  }
  .act_Tbox .intenseshadow ul li span {
    font-weight: normal;
  }
  .act_Tbox .intenseshadow h4 {
    background-color: initial;
    color: #000;
    width: 100%;
    font-weight: bold;
  }
  .act_Ibox {
    width: 49%;
    margin: 0 0.5%;
  }
  .act_Ibox img {
    width: 100%;
    height: auto;
  }
  #sub_act .contents h3 {
    text-align: center;
    margin: 50px auto 50px;
  }
  #sub_act .contents h3 img {}
  #sub_act .contents p {
    margin: 0 auto 20px;
  }
  #keshiki {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #keshiki ul {
    position: relative;
  }
  #keshiki ul li {
    float: left;
    margin: 5px;
  }
  #keshiki ul li img {}
}

@media screen and (max-width:767px) {
  #subhead_under {
    background: url(/lib/img/nami_head.png) repeat-x;
    height: 11px;
    position: relative;
    z-index: 30;
    ;
  }
  #sub_mainBack {
    background-color: #C6E7EE;
    height: 220px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  #sub_main {
    position: relative;
    margin: -9px 0 20px 0;
    width: 100%;
    ;
  }
  #sub_main .contents {}
  #sub_main p {
    line-height: 32px;
    font-size: 15px;
    letter-spacing: -0.02em;
    margin: 12px auto 20px;
    width: 100%;
    ;
  }
  #sub_main p img {}
  #sub_main h2 {}
  #sub_main h2 img {}
  #subMain {
    margin: 30px auto 20px;
  }
  #subMain h2 {
    float: right;
    margin: 20px 2% auto auto;
    width: 18%;
  }
  #subMain p {
    float: left;
    margin: 30px auto 20px;
    width: 75%;
  }
  #Infomation {
    width: 100%;
    margin: 0px auto;
    background-color: #EDDF2F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    height: 200px;
  }
  #Infomation h3 {
    line-height: 0;
    margin: 16px auto 5px;
    float: left;
    width: 70%;
  }
  #Infomation h3 img {}
  #Infomation ul {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  #Infomation ul li {}
  #Infomation ul li p {
    line-height: 17px;
    margin: 5px auto;
    width: 100%;
    font-size: 12px;
  }
  #Infomation p {
    float: left;
    margin: 10px;
    width: 20%;
  }
  #Infomation p img {}
  .bk_img {
    position: relative;
    margin: 20px auto 30px;
    width: 100%;
  }
  .titleBk {}
  #sub_room {}
  #sub_room .contents .cf {}
  #sub_room .contents h2 {
    position: absolute;
    top: -190px;
    width: 36%;
    ;
    ;
  }
  #sub_room .contents p {
    margin: 30px auto;
    line-height: 30px;
    font-size: 14px;
  }
  .stayRoombox {
    width: 96%;
    float: none;
    margin: 7px 2% 40px;
  }
  .stayRoombox h3 {
    margin: 0 auto 5px;
    line-height: 0;
    width: 80%;
  }
  .stayRoombox h3 img {}
  .stayRoombox p {
    margin: 0 !important;
  }
  .stayRoombox p img {}
  .stay_detail {}
  .stay_detail h4 {
    margin: 0 auto 0 1%;
    background-color: #429DD4;
    width: 160px;
    padding: 4px;
    color: #fff;
  }
  .intenseshadow {
    background-color: #FFF;
    border: 1px solid #3C92C6;
    box-shadow: 5px 5px 0px #429DD4;
    -moz-box-shadow: 5px 5px 0px #429DD4;
    -webkit-box-shadow: 5px 5px 0px #429DD4;
    width: 98%;
    margin: 0 auto 1%;
    ;
    ;
  }
  .intenseshadow ul {
    padding: 10px;
    overflow: hidden;
  }
  .intenseshadow ul li {
    float: left;
    background: url(/lib/img/btn.png) no-repeat 0px 6px;
    padding-left: 15px;
    margin: 0 10px 0 20px;
  }
  #sub_meal {}
  #sub_meal .contents h2 {
    position: absolute;
    top: -180px;
    width: 36%;
  }
  #sub_meal .contents h2 img {}
  #sub_meal .contents p {
    margin: 20px auto 30px;
  }
  .meal {}
  .meal h3 {
    margin: 0 auto 15px;
    width: 40%;
  }
  .meal h3 img {}
  .stayMealbox {
    width: 100%;
  }
  .stayMealbox .cf li {
    float: left;
    margin: 5px;
    width: 350px;
  }
  .stayMealbox .cf li img {}
  .stayMealbox .cf li h3 {}
  .stayMealbox .cf li h3 img {}
  .stayMealbox .cf li p {}
  .bx-wrapper {
    /*reset*/
    position: relative;
    margin: 0 0 50px;
    padding: 0;
    *zoom: 1;
  }
  .bx-wrapper img {
    width: 100%;
    height: auto;
    /*auto又は100%に指定・縦横比を維持する*/
    display: block;
  }
  .bx-wrapper .bx-pager {
    /*ページャーの表示位置など*/
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  #about_under {}
  #sub_other {
    background-color: #C6E7EE;
    margin: 0 auto 0;
    padding: 0 0 50px;
  }
  .infomation {}
  .i-text {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
  }
  .i-text h3 {}
  .i-text p {}
  .i-btn {}
  .i-btn a {}
  .i-btn a img {}
  #otherImg {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  #otherImg .slider {
    height: auto;
    max-width: 550px;
    width: 100% !important;
  }
  #otherImg .slider li {
    width: 100% !important;
    height: auto;
  }
  #otherImg .slider li img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  #act_map {
    float: left;
    margin: -73px 5px auto auto !important;
    width: 100% !important;
  }
  #act_map img {}
  #act_maptext {}
  #sub_act {}
  #sub_act .contents {}
  .actBox {
    width: 100%;
    position: relative;
    margin: 10px auto 80px;
  }
  .act_Tbox {
    width: 96%;
    margin: 0 2% 20px;
    ;
  }
  .act_Tbox h3 {
    margin: 0 auto 20px !important;
    text-align: left !important;
    width: 50%;
  }
  .act_Tbox h3 img {}
  .act_Tbox p {
    margin: 0 auto 30px;
  }
  .stay_detail {}
  .stay_detail h4 {}
  .act_Tbox .intenseshadow {}
  .act_Tbox .intenseshadow ul {}
  .act_Tbox .intenseshadow ul li {
    float: none;
    margin: 0 auto 10px;
    font-weight: bold;
  }
  .act_Tbox .intenseshadow ul li span {
    font-weight: normal;
  }
  .act_Tbox .intenseshadow h4 {
    background-color: initial;
    color: #000;
    width: 100%;
    font-weight: bold;
  }
  .act_Ibox {
    width: 96%;
    margin: 0 2%;
  }
  .act_Ibox img {
    width: 100%;
    height: auto;
  }
  #sub_act .contents h3 {
    text-align: center;
    margin: 50px auto 50px;
  }
  #sub_act .contents h3 img {}
  #sub_act .contents p {
    margin: 0 auto 20px;
  }
  #keshiki {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #keshiki ul {
    position: relative;
  }
  #keshiki ul li {
    float: left;
    width: 90%;
    margin: 10px 5%;
  }
  #keshiki ul li img {}
}

.wpcf7 {
  margin: 96px 0;
}

.wpcf7 img {
  width: auto;
  height: auto;
}

.asterisk {
  margin: 0 0 0 0.2em;
  color: #f5637a;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.2em 0.4em;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset;
}

li.forth {
  *zoom: 1;
}

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

section#index02 {
  list-style: none;
}
@media screen and (min-width: 768px) {
#blogarea {
    width: 700px;
    height: auto;
    float: left;
}

#fbarea {
    width: 380px;
    height: auto;
    float: left;
    margin: 30px 0 auto;
}
}
@media screen and (max-width: 767px) {
#blogarea {
    width: 100%;
    height: auto;
    float: left;
}

#fbarea {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 auto;
}
}

