@charset "UTF-8";
/* ========================================
	Common
======================================== */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.left {
  float: left;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

.resImg {
  display: none;
}

strong {
  font-weight: bold;
}

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

p {
  line-height: 1.6;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.0;
  background: #faf7f2;
}

.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

br.for_pc {
  display: inline-block !important;
}

br.for_sp {
  display: none !important;
}

/* Link
----------------------------------------- */
a {
  outline: 0;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  a:hover {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #888;
  }
  a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
    background-image: url(../images/common/dummy.png);
  }
}

@media print, screen and (min-width: 769px) {
  .btn:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
    background-image: url(../images/common/dummy.png);
  }
}

/* Layout
----------------------------------------- */
.wrapper {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* Header
----------------------------------------- */
@media print, screen and (min-width: 769px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 156, 238, 0.72);
    font-family: 'Noto Sans Japanese';
    font-size: 0px;
    font-size: 0rem;
  }
  #header h1 {
    vertical-align: middle;
    display: inline-block;
    width: 41.32653%;
    margin-right: 5.71429%;
  }

  #menu {
    display: inline-block;
    width: 43.36735%;
    vertical-align: middle;
  }
  #menu > ul {
    text-align: right;
  }
  #menu > ul > li {
    position: relative;
    display: inline-block;
    width: 26.35294%;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
  #menu > ul > li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 26px;
    margin-top: -13px;
    background: #fff;
    content: '';
  }
  #menu > ul > li.active > a, #menu > ul > li.active > span, #menu > ul > li:hover > a, #menu > ul > li:hover > span {
    color: #eedd12;
  }
  #menu > ul > li.active:before, #menu > ul > li:hover:before {
    background: #eedd12;
  }
  #menu > ul > li a, #menu > ul > li span {
    display: block;
    width: 100%;
    padding-left: 17.85714%;
    color: #fff;
    cursor: pointer;
  }
  #menu .island_list {
    position: absolute;
    display: none;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    padding: 30px 58px;
    background: rgba(255, 255, 255, 0.87);
  }
  #menu .island_list li {
    line-height: 1.4;
    letter-spacing: normal;
  }
  #menu .island_list li a {
    display: block;
    padding: 10px 0;
    color: #030303;
  }
  #menu .island_list li a:hover, #menu .island_list li a.active {
    color: #e4c203;
  }

  #sub_menu {
    display: inline-block;
    vertical-align: middle;
    width: 8.97959%;
  }
  #sub_menu li {
    display: inline-block;
  }
  #sub_menu li.jp {
    width: 36.66667%;
  }
  #sub_menu li.fb {
    float: right;
    width: 34.44444%;
  }
}
/* Contents
----------------------------------------- */
.contents {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 20px 15px;
  background: #fff;
}
@media print, screen and (max-width: 1020px) {
  .contents {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.contents h3, .contents h4, .contents h5, .contents h6 {
  line-height: 1.3;
}

/* Main visual
----------------------------------------- */
body.subpage #main_visual {
  height: 265px;
  margin-bottom: 40px;
  text-align: center;
  background-image: url(../images/index/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.subpage #main_visual h2 {
  margin: 0 auto;
}

/* Footer
----------------------------------------- */
#pagetop {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#footer {
  height: 90px;
  background: #fff url(../images/common/footer_bg.png) no-repeat center;
}
#footer p {
  padding-top: 37px;
  font-size: 11px;
  font-size: 1.1rem;
}

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

  .for_sp {
    display: block !important;
  }

  br.for_pc {
    display: none !important;
  }

  br.for_sp {
    display: inline-block !important;
  }

  body {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #container {
    width: 100%;
  }

  /* Layout
  ----------------------------------------- */
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contents {
    padding-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }

  /* Header
  ----------------------------------------- */
  #header {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgba(0, 156, 238, 0.72);
    font-family: 'Noto Sans Japanese';
    font-size: 0px;
    font-size: 0rem;
  }
  #header .wrapper {
    padding: 0;
  }
  #header h1 {
    margin-left: 17px;
    padding-top: 14px;
    width: 145px;
  }

  body.isOpen #header {
    background: #46b5ef;
  }

  #menu {
    display: none;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    overflow: scroll;
    left: 0;
    top: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.97);
  }
  #menu > ul {
    padding: 15px 50px;
  }
  #menu > ul > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #menu > ul > li.isOpen span {
    position: relative;
  }
  #menu > ul > li.isOpen span:after {
    position: absolute;
    right: 13px;
    top: 50%;
    width: 9.5px;
    height: 14px;
    margin-top: -7px;
    background-image: url("../images/common/island_arrow.png");
    background-size: cover;
    content: '';
  }
  #menu > ul > li > a, #menu > ul > li > span {
    display: block;
    padding: 18px;
    color: #33b3f8;
    border-bottom: #33b3f8 1px solid;
  }
  #menu .island_list {
    display: none;
    padding: 10px 0;
    border-bottom: #33b3f8 1px solid;
  }
  #menu .island_list li a {
    display: block;
    padding: 11px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #33b3f8;
  }

  #sub_menu {
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -14px;
    vertical-align: middle;
    width: 82px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  #sub_menu {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  #sub_menu li {
    display: inline-block;
    vertical-align: middle;
  }
  #sub_menu li.jp {
    width: 30px;
  }
  #sub_menu li.fb {
    float: right;
    width: 28px;
  }

  #menu_btn {
    width: 70px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    background-position: center 16px;
    background-image: url("../images/common/h_open.png");
    background-size: 17.5px auto;
  }
  #menu_btn span {
    position: absolute;
    display: block;
    top: 34px;
    left: 0;
    width: 100%;
    line-height: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  #menu_btn span.open {
    display: block;
    opacity: 1;
  }
  #menu_btn span.close {
    display: none;
    opacity: 0;
  }

  body.isOpen #menu_btn {
    background-image: url("../images/common/h_close.png");
    background-size: 11.5px auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  body.isOpen #menu_btn span.open {
    display: none;
    opacity: 0;
  }
  body.isOpen #menu_btn span.close {
    display: block;
    opacity: 1;
  }

  /* Main visual
  ----------------------------------------- */
  body.subpage #main_visual {
    height: 220px;
    margin-bottom: 20px;
  }
  body.subpage #main_visual h2 {
    margin: 0 auto;
  }

  /* Footer
  ----------------------------------------- */
  #pagetop {
    right: 0;
    bottom: 20px;
  }

  #footer {
    height: auto;
    background: #fff;
  }
  #footer p {
    padding: 15px;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* ========================================
	Index
======================================== */
body.index #main_visual {
  margin-bottom: 40px;
  text-align: center;
  background-image: url(../images/index/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index #main_visual h2 {
  max-width: 452px;
  margin: 0 auto;
  padding: 105px 0 64px;
}
body.index .contents {
  		/*
  		max-width: 980px;
  		margin: 0 auto 30px;
  		padding: 20px 15px;
  		background: #fff;
  
  
  			@media print,screen and (max-width: 980px+$_pc_padding*2) {
  				margin-right: $_pc_padding;
  				margin-left: $_pc_padding;
  			}
  			*/
}
body.index .contents h3 {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
  color: #218dbb;
  font-weight: bold;
}
body.index .index01 {
  margin-bottom: 50px;
}
body.index .index01 h3 {
  margin-bottom: 20px;
}
body.index .index01 figure {
  float: left;
  width: 37.89474%;
}
body.index .index01 section {
  width: 100%;
  padding-left: 40%;
}
body.index .index02 {
  margin-bottom: 45px;
}
body.index .index02 h3 {
  margin-bottom: 15px;
}
body.index .index02 > section {
  width: 50%;
  float: left;
}
body.index .index02 .left {
  padding-right: 20px;
  border-right: #000 1px dotted;
}
body.index .index02 .right {
  padding-left: 20px;
}
body.index .index02 figure {
  float: left;
  width: 50.98901%;
  margin: 0 17px 10px 0;
}
body.index #map_canvas {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 768px) {
  body.index #main_visual {
    margin-bottom: 20px;
    text-align: center;
    background-image: url(../images/index/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.index #main_visual h2 {
    max-width: 250px;
    margin: 0 auto;
    padding: 110px 0 70px;
  }
  body.index .contents {
    margin: 0 15px 20px;
    padding: 15px;
  }
  body.index .contents h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.index .index01 {
    margin-bottom: 40px;
  }
  body.index .index01 h3 {
    margin-bottom: 15px;
  }
  body.index .index01 figure {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  body.index .index01 section {
    padding-left: 0;
    width: auto;
  }
  body.index .index02 {
    margin-bottom: 40px;
  }
  body.index .index02 > section {
    width: auto;
    float: none;
  }
  body.index .index02 .left {
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-right: none;
    border-bottom: #000 1px dotted;
  }
  body.index .index02 .right {
    padding-left: 0;
  }
  body.index .index02 figure {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  body.index #map_canvas {
    width: 100%;
    height: 300px;
  }
}
/* ========================================
	Island
======================================== */
body.island {
  /* Main visual
  ----------------------------------------- */
}
body.island #main_visual.nakajima h2 {
  padding-top: 117.5px;
}
body.island #main_visual.futagamijima h2 {
  padding-top: 110.5px;
}
body.island #main_visual.tsurushima h2 {
  padding-top: 110px;
}
body.island #main_visual.gogoshima h2 {
  padding-top: 111.5px;
}
body.island #main_visual.aijima h2 {
  padding-top: 106.5px;
}
body.island #main_visual.muzukijima h2 {
  padding-top: 107px;
}
body.island #main_visual.kashima h2 {
  padding-top: 111px;
}
body.island #main_visual.tsuwajijima h2 {
  padding-top: 110px;
}
body.island #main_visual.nogutsunajima h2 {
  padding-top: 108.5px;
}
body.island #main_visual.nuwajima h2 {
  padding-top: 108.5px;
}
body.island .contents > .wrapper {
  max-width: 980px;
  padding: 0;
}
body.island .content_box {
  margin-bottom: 65px;
}
body.island .content_box .desc_imgs {
  margin-bottom: 15px;
  max-width: 887px;
}
body.island .content_box .desc_imgs li {
  float: left;
}
body.island .content_box .desc_imgs li.l {
  width: 57.72266%;
  margin-right: 1.69109%;
}
body.island .content_box .desc_imgs li.s {
  width: 40.58625%;
}
body.island .content_box figure {
  margin-bottom: 21px;
}
body.island .content_box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
body.island #access {
  padding: 30px 0;
  background: #3bb1f2;
}
body.island #access .wrapper {
  max-width: 980px;
  padding: 24px 30px;
  background: #fff;
}
@media screen and (max-width: 1020px) {
  body.island #access .wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}
body.island #access #map_canvas {
  float: left;
  width: 41.66667%;
  height: 300px;
}
body.island #access .main {
  padding-left: 44.79167%;
  font-size: 13px;
  font-size: 1.3rem;
}
body.island #access .main section {
  margin-bottom: 15px;
}
body.island #access h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #3bb1f2;
}
body.island #access .text {
  margin-bottom: 3px;
  line-height: 2;
}
body.island #access a {
  color: #3bb1f2;
}
body.island #access .detail_link {
  line-height: 1.6;
}
body.island #access .detail_link a {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/island/link_arrow.png) no-repeat left center;
}
body.island #access .detail_link a span {
  display: inline-block;
  border-bottom: #3bb1f2 1px solid;
}
body.island #access .detail_link a:hover span {
  border-bottom: #fff 1px solid;
}

@media screen and (max-width: 768px) {
  body.island {
    /* Main visual
    ----------------------------------------- */
  }
  body.island .contents > .wrapper {
    padding: 0 15px;
  }
  body.island #main_visual.nakajima h2 {
    padding-top: 120.75px;
  }
  body.island #main_visual.nakajima h2 img {
    width: 171px;
  }
  body.island #main_visual.futagamijima h2 {
    padding-top: 117.25px;
  }
  body.island #main_visual.futagamijima h2 img {
    width: 260.5px;
  }
  body.island #main_visual.tsurushima h2 {
    padding-top: 117px;
  }
  body.island #main_visual.tsurushima h2 img {
    width: 215px;
  }
  body.island #main_visual.gogoshima h2 {
    padding-top: 117.75px;
  }
  body.island #main_visual.gogoshima h2 img {
    width: 196.5px;
  }
  body.island #main_visual.aijima h2 {
    padding-top: 115.25px;
  }
  body.island #main_visual.aijima h2 img {
    width: 118px;
  }
  body.island #main_visual.muzukijima h2 {
    padding-top: 115.5px;
  }
  body.island #main_visual.muzukijima h2 img {
    width: 209.5px;
  }
  body.island #main_visual.kashima h2 {
    padding-top: 117.5px;
  }
  body.island #main_visual.kashima h2 img {
    width: 149px;
  }
  body.island #main_visual.tsuwajijima h2 {
    padding-top: 117px;
  }
  body.island #main_visual.tsuwajijima h2 img {
    width: 228px;
  }
  body.island #main_visual.nogutsunajima h2 {
    padding-top: 116.25px;
  }
  body.island #main_visual.nogutsunajima h2 img {
    width: 282px;
  }
  body.island #main_visual.nuwajima h2 {
    padding-top: 116.25px;
  }
  body.island #main_visual.nuwajima h2 img {
    width: 179.5px;
  }
  body.island .content_box {
    margin-bottom: 40px;
  }
  body.island .content_box .desc_imgs {
    margin-bottom: 15px;
    max-width: 887px;
  }
  body.island .content_box .desc_imgs li {
    float: none;
  }
  body.island .content_box .desc_imgs li.l {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body.island .content_box .desc_imgs li.s {
    width: auto;
  }
  body.island .content_box figure {
    margin-bottom: 15px;
  }
  body.island .content_box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.island #access {
    padding: 15px;
  }
  body.island #access .wrapper {
    padding: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  body.island #access #map_canvas {
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  body.island #access .main {
    padding-left: 0;
  }
  body.island #access h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.island #access .text {
    line-height: 1.8;
  }
  body.island #access .detail_link a {
    background: url(../images/island/link_arrow_sp.png) no-repeat left center;
    background-size: 16px auto;
  }
  body.island #access .detail_link a:hover span {
    border-bottom: #3bb1f2 1px solid;
  }
}
/* ========================================
	Stay
======================================== */
body.stay {
  /* Main visual
  ----------------------------------------- */
}
body.stay #main_visual h2 {
  padding: 111px 0 0;
}
body.stay .contents > .wrapper {
  max-width: 1020px;
  padding-right: 20px;
  padding-left: 20px;
}
body.stay .lead {
  margin-bottom: 36px;
  padding: 0 30px;
}
body.stay .lead h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
body.stay .lead p {
  font-size: 13px;
  font-size: 1.3rem;
}
body.stay .island_box {
  margin-bottom: 65px;
}
body.stay .island_box h4 {
  margin-bottom: 30px;
  padding: 8px 0 8px 59px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  background: url(../images/stay/island_point.png) no-repeat 30px center;
  border-bottom: #efeced 3px solid;
}
body.stay .inn_box {
  margin-bottom: 35px;
  padding: 0 30px;
}
body.stay .inn_box header {
  float: left;
  width: 220px;
}
body.stay .inn_box header h5 {
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}
body.stay .inn_box table {
  float: right;
  width: calc(100% - 235px);
  border: #efeced 1px solid;
}
body.stay .inn_box table th, body.stay .inn_box table td {
  vertical-align: middle;
  border: #efeced 1px solid;
  line-height: 1.4;
}
body.stay .inn_box table th {
  width: 140px;
  padding: 9px 25px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f9f6f1;
}
body.stay .inn_box table td {
  padding: 9px 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  body.stay {
    /* Main visual
    ----------------------------------------- */
  }
  body.stay .contents > .wrapper {
    padding: 0 15px;
  }
  body.stay #main_visual h2 {
    padding: 120px 0 0;
  }
  body.stay #main_visual h2 img {
    width: 87px;
  }
  body.stay .contents > .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.stay .lead {
    margin-bottom: 30px;
    padding: 0;
  }
  body.stay .lead h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.stay .island_box {
    margin-bottom: 30px;
  }
  body.stay .island_box h4 {
    margin-bottom: 25px;
    padding: 8px 0 8px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    background: url(../images/stay/island_point.png) no-repeat 0 center;
  }
  body.stay .inn_box {
    margin-bottom: 35px;
    padding: 0;
  }
  body.stay .inn_box header {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  body.stay .inn_box header h5 {
    margin-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.stay .inn_box table {
    float: none;
    width: 100%;
  }
  body.stay .inn_box table th {
    width: 85px;
    padding: 9px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  body.stay .inn_box table td {
    padding: 9px;
  }
}
/* ========================================
	Access
======================================== */
body.access {
  /* Main visual
  ----------------------------------------- */
}
body.access #main_visual h2 {
  padding: 111px 0 0;
}
body.access #tab {
  margin-bottom: 26px;
  border-bottom: #e3e0e1 1px solid;
}
body.access #tab ul {
  max-width: 845px;
  margin: 0 auto;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
body.access #tab li {
  display: inline-block;
  width: 31.83432%;
  margin-right: 2.24852%;
  padding-top: 5.44379%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e3e0e1;
  border-radius: 6px 6px 0 0;
}
body.access #tab li:hover, body.access #tab li.active {
  background-color: #449ce8;
  border-color: #449ce8;
}
body.access #tab li:last-child {
  margin: 0;
}
body.access #tab li.tab01 {
  background-image: url(../images/access/tab01_off.png);
}
body.access #tab li.tab01:hover, body.access #tab li.tab01.active {
  background-image: url(../images/access/tab01_on.png);
}
body.access #tab li.tab02 {
  background-image: url(../images/access/tab02_off.png);
}
body.access #tab li.tab02:hover, body.access #tab li.tab02.active {
  background-image: url(../images/access/tab02_on.png);
}
body.access #tab li.tab03 {
  background-image: url(../images/access/tab03_off.png);
}
body.access #tab li.tab03:hover, body.access #tab li.tab03.active {
  background-image: url(../images/access/tab03_on.png);
}
body.access #tab li span {
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
body.access .content_box {
  display: none;
  margin-bottom: 60px;
}
body.access .links {
  font-size: 0px;
  font-size: 0rem;
}
body.access .links li {
  display: inline-block;
  margin: 0 45px 7px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  word-break: break-all;
}
body.access .links a {
  position: relative;
  display: block;
  color: #0070A5;
  text-decoration: underline;
}
body.access .links a:hover {
  text-decoration: none;
}
body.access .links a:after {
  position: absolute;
  right: -18px;
  top: 50%;
  display: block;
  width: 11px;
  height: 9px;
  margin-top: -4.5px;
  background: url(../images/access/ico_blank.gif);
  content: '';
}
body.access #access01 {
  display: block;
}
body.access #access01 .wrapper {
  max-width: 784px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
body.access #access01 nav {
  margin-bottom: 28px;
  font-size: 0px;
  font-size: 0rem;
}
body.access #access01 nav li {
  display: inline-block;
  width: 20.15306%;
  margin-right: 6.45408%;
}
body.access #access01 nav li:last-child {
  margin: 0;
}
body.access #access01 .map {
  margin-bottom: 57px;
}
body.access #access01 .by_box {
  margin-bottom: 55px;
}
body.access #access01 .by_box header {
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: #efeced 3px solid;
}
body.access #access01 .by_box figure {
  margin-bottom: 35px;
  text-align: center;
}
body.access #access02 h3 {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
body.access #access02 figure {
  text-align: center;
}
body.access #access02 .map {
  margin-bottom: 60px;
}
body.access #access02 .access figure {
  margin-bottom: 17px;
}
body.access #access02 .access .links {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
body.access #access03 .map {
  margin-bottom: 60px;
}
body.access #access03 .map h3 {
  max-width: 876px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
body.access #access03 .map figure {
  text-align: center;
}
body.access #access03 .to_box {
  margin-bottom: 40px;
}
body.access #access03 .to_box header {
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: #efeced 3px solid;
}
body.access #access03 .to_box header h3 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 36px;
  font-size: 20px;
  font-size: 2rem;
  background-image: url(../images/access/ship_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
body.access #access03 .to_box section {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
body.access #access03 .to_box section h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}
body.access #access03 .to_box section h4.east {
  color: #537cd1;
}
body.access #access03 .to_box section h4.west {
  color: #d76d44;
}
body.access #access03 .to_box p {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  font-size: 1.3rem;
}
body.access #access03 .to_box .links {
  max-width: 940px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  body.access {
    /* Main visual
    ----------------------------------------- */
  }
  body.access .contents > .wrapper {
    padding: 0 15px;
  }
  body.access #main_visual h2 {
    padding: 120px 0 0;
  }
  body.access #main_visual h2 img {
    width: 122px;
  }
  body.access #tab {
    margin-bottom: 26px;
    border: none;
  }
  body.access #tab ul {
    max-width: 250px;
    margin: auto;
  }
  body.access #tab li {
    display: block;
    width: auto;
    margin: 0 0 10px;
    padding-top: 18.4%;
    border-width: 1px;
    border-radius: 6px;
  }
  body.access #tab li span {
    display: block;
    text-indent: -9999px;
    cursor: pointer;
  }
  body.access .content_box {
    margin-bottom: 40px;
  }
  body.access #access01 nav {
    margin-bottom: 20px;
    text-align: center;
    max-width: 350px !important;
  }
  body.access #access01 nav li {
    width: auto;
    max-width: 48%;
    margin: 0 4% 4% 0;
  }
  body.access #access01 nav li:nth-child(2n) {
    margin-right: 0;
  }
  body.access #access01 .map {
    margin-bottom: 40px;
  }
  body.access #access01 .by_box {
    margin-bottom: 40px;
  }
  body.access #access01 .by_box header {
    margin-bottom: 20px;
  }
  body.access #access01 .by_box header h3 img {
    height: 23px;
  }
  body.access #access01 .by_box figure {
    margin-bottom: 20px;
  }
  body.access #access02 .map {
    margin-bottom: 40px;
  }
  body.access #access03 {
    display: block;
  }
  body.access #access03 .map {
    margin-bottom: 40px;
  }
  body.access #access03 .to_box {
    margin-bottom: 30px;
  }
  body.access #access03 .to_box header {
    margin-bottom: 15px;
  }
  body.access #access03 .to_box header h3 {
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 22px auto;
  }
  body.access #access03 .to_box section {
    margin-bottom: 25px;
  }
  body.access #access03 .to_box section h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
